* [gentoo-commits] gentoo-x86 commit in sci-libs/opencascade/files: opencascade-6.6.0-fixed-DESTDIR.patch opencascade-6.5.4-fixed-tbb-VERSION.patch opencascade-6.5.4-fixed-DESTDIR.patch
@ 2013-06-24 19:16 Michael Weber (xmw)
0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2013-06-24 19:16 UTC (permalink / raw
To: gentoo-commits
xmw 13/06/24 19:16:11
Modified: opencascade-6.5.4-fixed-tbb-VERSION.patch
opencascade-6.5.4-fixed-DESTDIR.patch
Added: opencascade-6.6.0-fixed-DESTDIR.patch
Log:
Version bump (bug 438466)
(Portage version: 2.2.0_alpha183/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path
1.2 sci-libs/opencascade/files/opencascade-6.5.4-fixed-tbb-VERSION.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/opencascade/files/opencascade-6.5.4-fixed-tbb-VERSION.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/opencascade/files/opencascade-6.5.4-fixed-tbb-VERSION.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/opencascade/files/opencascade-6.5.4-fixed-tbb-VERSION.patch?r1=1.1&r2=1.2
Index: opencascade-6.5.4-fixed-tbb-VERSION.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/opencascade/files/opencascade-6.5.4-fixed-tbb-VERSION.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opencascade-6.5.4-fixed-tbb-VERSION.patch 27 Apr 2013 08:25:37 -0000 1.1
+++ opencascade-6.5.4-fixed-tbb-VERSION.patch 24 Jun 2013 19:16:11 -0000 1.2
@@ -1,5 +1,5 @@
---- src/Standard/Standard_MMgrTBBalloc.cxx.ori 2012-04-07 01:28:01.492233539 +0200
-+++ src/Standard/Standard_MMgrTBBalloc.cxx 2012-04-07 01:27:52.491891129 +0200
+--- src/Standard/Standard_MMgrTBBalloc.cxx
++++ src/Standard/Standard_MMgrTBBalloc.cxx
@@ -12,6 +12,7 @@
// paralleling with Intel TBB
1.2 sci-libs/opencascade/files/opencascade-6.5.4-fixed-DESTDIR.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/opencascade/files/opencascade-6.5.4-fixed-DESTDIR.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/opencascade/files/opencascade-6.5.4-fixed-DESTDIR.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/opencascade/files/opencascade-6.5.4-fixed-DESTDIR.patch?r1=1.1&r2=1.2
Index: opencascade-6.5.4-fixed-DESTDIR.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/opencascade/files/opencascade-6.5.4-fixed-DESTDIR.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- opencascade-6.5.4-fixed-DESTDIR.patch 26 Apr 2013 20:32:59 -0000 1.1
+++ opencascade-6.5.4-fixed-DESTDIR.patch 24 Jun 2013 19:16:11 -0000 1.2
@@ -1,5 +1,5 @@
---- Makefile.am.orig 2013-01-14 12:53:15.293322821 +0100
-+++ Makefile.am 2013-01-14 13:02:05.333309637 +0100
+--- opencascade-6.5.4/Makefile.am
++++ opencascade-6.5.4/Makefile.am
@@ -82,27 +82,27 @@
cd $(top_builddir)/adm/make && $(MAKE) $(AM_MAKEFLAGS) Draw
1.1 sci-libs/opencascade/files/opencascade-6.6.0-fixed-DESTDIR.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/opencascade/files/opencascade-6.6.0-fixed-DESTDIR.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/opencascade/files/opencascade-6.6.0-fixed-DESTDIR.patch?rev=1.1&content-type=text/plain
Index: opencascade-6.6.0-fixed-DESTDIR.patch
===================================================================
--- opencascade-6.6.0/Makefile.am
+++ opencascade-6.6.0/Makefile.am
@@ -82,27 +82,27 @@
cd $(top_builddir)/adm/lin/amk && $(MAKE) $(AM_MAKEFLAGS) Draw
install-exec-local:
- $(INSTALL) -d $(prefix)/$(platform)
- if [ -e $(prefix)/bin -a ! -e $(prefix)/$(platform)/bin ]; then \
- cd $(prefix)/$(platform) && ln -s ../bin bin; \
+ $(INSTALL) -d $(DESTDIR)$(prefix)/$(platform)
+ if [ -e $(DESTDIR)$(prefix)/bin -a ! -e $(DESTDIR)$(prefix)/$(platform)/bin ]; then \
+ cd $(DESTDIR)$(prefix)/$(platform) && ln -s ../bin bin; \
fi
- if [ -e $(prefix)/lib -a ! -e $(prefix)/$(platform)/lib ]; then \
- cd $(prefix)/$(platform) && ln -s ../lib lib; \
+ if [ -e $(DESTDIR)$(prefix)/lib -a ! -e $(DESTDIR)$(prefix)/$(platform)/lib ]; then \
+ cd $(DESTDIR)$(prefix)/$(platform) && ln -s ../lib lib; \
fi
- buildd=`pwd`; cd $(top_srcdir); sourced=`pwd`; cd $(prefix); installd=`pwd`; cd $$buildd; \
+ buildd=`pwd`; cd $(top_srcdir); sourced=`pwd`; cd $(DESTDIR)$(prefix); installd=`pwd`; cd $$buildd; \
if [ "$$installd" != "$$sourced" ]; then \
- $(INSTALL) -d $(prefix)/inc; \
- cp -frL $(top_srcdir)/inc $(prefix); \
- cp -frL $$buildd/config.h $(prefix); \
+ $(INSTALL) -d $(DESTDIR)$(prefix)/inc; \
+ cp -frL $(top_srcdir)/inc $(DESTDIR)$(prefix); \
+ cp -frL $$buildd/config.h $(DESTDIR)$(prefix); \
for d in $(FoundationClasses_DIRS) $(ModelingData_DIRS) $(ModelingAlgorithms_DIRS) $(Visualization_DIRS) $(ApplicationFramework_DIRS) $(DataExchange_DIRS) $(Draw_DIRS); do \
- $(INSTALL) -d $(prefix)/src/$$d; \
- cp -frL $(top_srcdir)/src/$$d $(prefix)/src; \
+ $(INSTALL) -d $(DESTDIR)$(prefix)/src/$$d; \
+ cp -frL $(top_srcdir)/src/$$d $(DESTDIR)$(prefix)/src; \
done; \
fi
- if [ -e $(prefix)/inc/config.h ]; then \
- rm -f $(prefix)/inc/config.h; \
+ if [ -e $(DESTDIR)$(prefix)/inc/config.h ]; then \
+ rm -f $(DESTDIR)$(prefix)/inc/config.h; \
fi
- cd $(prefix)/inc && ln -s ../config.h config.h
- cd $(top_srcdir) && cp *amk.sh $(prefix)
+ cd $(DESTDIR)$(prefix)/inc && ln -s ../config.h config.h
+ cd $(top_srcdir) && cp *amk.sh $(DESTDIR)$(prefix)
.PHONY: FoundationClasses ModelingData ModelingAlgorithms Visualization ApplicationFramework DataExchange Draw
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-24 19:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-24 19:16 [gentoo-commits] gentoo-x86 commit in sci-libs/opencascade/files: opencascade-6.6.0-fixed-DESTDIR.patch opencascade-6.5.4-fixed-tbb-VERSION.patch opencascade-6.5.4-fixed-DESTDIR.patch Michael Weber (xmw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox