public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/hdf5/files: hdf5-1.8.3-destdir.patch
@ 2009-10-02 16:09 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-10-02 16:09 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/10/02 16:09:26

  Modified:             hdf5-1.8.3-destdir.patch
  Log:
  Set CC=mpicc when building with mpi enabled (bug #286353), added --enabled-shared which was disabled with mpi enabled (bug #287124), and added slashes in destdir patch
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-libs/hdf5/files/hdf5-1.8.3-destdir.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/files/hdf5-1.8.3-destdir.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/files/hdf5-1.8.3-destdir.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/files/hdf5-1.8.3-destdir.patch?r1=1.1&r2=1.2

Index: hdf5-1.8.3-destdir.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/files/hdf5-1.8.3-destdir.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hdf5-1.8.3-destdir.patch	18 Aug 2009 21:14:37 -0000	1.1
+++ hdf5-1.8.3-destdir.patch	2 Oct 2009 16:09:26 -0000	1.2
@@ -5,7 +5,7 @@
  # How to create EXAMPLEDIR if it doesn't already exist
  $(EXAMPLEDIR):
 -	-$(top_srcdir)/bin/mkdirs $@
-+	-$(top_srcdir)/bin/mkdirs $(DESTDIR)$@
++	-$(top_srcdir)/bin/mkdirs $(DESTDIR)/$@
  
  # Install and uninstall rules.  We install the source files, not the
  # example programs themselves.
@@ -14,15 +14,15 @@
  	@for f in X $(INSTALL_FILES); do                                     \
  	  if test $$f != X; then                                             \
 -	    (set -x; $(INSTALL) $(srcdir)/$$f $(EXAMPLEDIR)/. || exit 1);\
-+	    (set -x; $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(EXAMPLEDIR)/. || exit 1);\
++	    (set -x; $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)/$(EXAMPLEDIR)/. || exit 1);\
  	  fi;                                                                \
  	done
  
  uninstall-examples:
 -	@if test -n "$(INSTALL_FILES)" -a -d $(EXAMPLEDIR); then                                 \
 -	  set -x; cd $(EXAMPLEDIR) && $(RM) $(INSTALL_FILES);              \
-+	@if test -n "$(INSTALL_FILES)" -a -d $(DESTDIR)$(EXAMPLEDIR); then                                 \
-+	  set -x; cd $(DESTDIR)$(EXAMPLEDIR) && $(RM) $(INSTALL_FILES);              \
++	@if test -n "$(INSTALL_FILES)" -a -d $(DESTDIR)/$(EXAMPLEDIR); then                                 \
++	  set -x; cd $(DESTDIR)/$(EXAMPLEDIR) && $(RM) $(INSTALL_FILES);              \
          fi
  
  installcheck-local:






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/hdf5/files: hdf5-1.8.3-destdir.patch
@ 2009-12-11 23:03 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-12-11 23:03 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/12/11 23:03:52

  Modified:             hdf5-1.8.3-destdir.patch
  Log:
  Removed destdir patch, now done with sed's. This also solves bug #286492
  (Portage version: 2.2_rc56/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-libs/hdf5/files/hdf5-1.8.3-destdir.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/files/hdf5-1.8.3-destdir.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/files/hdf5-1.8.3-destdir.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/hdf5/files/hdf5-1.8.3-destdir.patch?r1=1.2&r2=1.3

Index: hdf5-1.8.3-destdir.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/hdf5/files/hdf5-1.8.3-destdir.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hdf5-1.8.3-destdir.patch	2 Oct 2009 16:09:26 -0000	1.2
+++ hdf5-1.8.3-destdir.patch	11 Dec 2009 23:03:52 -0000	1.3
@@ -1,16 +1,7 @@
 --- hdf5-1.8.3.orig/config/examples.am	2009-04-15 19:10:01.037732972 +0100
 +++ hdf5-1.8.3/config/examples.am	2009-04-16 15:02:45.983768491 +0100
-@@ -51,7 +51,7 @@
- 
- # How to create EXAMPLEDIR if it doesn't already exist
- $(EXAMPLEDIR):
--	-$(top_srcdir)/bin/mkdirs $@
-+	-$(top_srcdir)/bin/mkdirs $(DESTDIR)/$@
- 
- # Install and uninstall rules.  We install the source files, not the
- # example programs themselves.
 @@ -63,13 +63,13 @@
- install-examples: $(EXAMPLEDIR) $(INSTALL_FILES)
+ install-examples: $(INSTALL_FILES)
  	@for f in X $(INSTALL_FILES); do                                     \
  	  if test $$f != X; then                                             \
 -	    (set -x; $(INSTALL) $(srcdir)/$$f $(EXAMPLEDIR)/. || exit 1);\






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-11 23:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-11 23:03 [gentoo-commits] gentoo-x86 commit in sci-libs/hdf5/files: hdf5-1.8.3-destdir.patch Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-02 16:09 Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox