Sun Jun 7 10:50:46 2009 UTC ()
Needs a bash.


(hasso)
diff -r1.1.1.1 -r1.2 pkgsrc/devel/xsd/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/xsd/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/xsd/Makefile 2009/05/10 14:50:50 1.1.1.1
+++ pkgsrc/devel/xsd/Makefile 2009/06/07 10:50:46 1.2
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.1.1.1 2009/05/10 14:50:50 hasso Exp $ 1# $NetBSD: Makefile,v 1.2 2009/06/07 10:50:46 hasso Exp $
2 2
3DISTNAME= xsd-3.2.0+dep 3DISTNAME= xsd-3.2.0+dep
4EXTRACT_SUFX= .tar.bz2 4EXTRACT_SUFX= .tar.bz2
5PKGNAME= xsd-3.2.0 5PKGNAME= xsd-3.2.0
6CATEGORIES= devel textproc 6CATEGORIES= devel textproc
7MASTER_SITES= http://www.codesynthesis.com/download/xsd/3.2/ 7MASTER_SITES= http://www.codesynthesis.com/download/xsd/3.2/
8 8
9MAINTAINER= hasso@NetBSD.org 9MAINTAINER= hasso@NetBSD.org
10HOMEPAGE= http://www.codesynthesis.com/products/xsd/ 10HOMEPAGE= http://www.codesynthesis.com/products/xsd/
11COMMENT= W3C XML Schema to C++ data binding compiler 11COMMENT= W3C XML Schema to C++ data binding compiler
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_TOOLS+= gmake gm4 15USE_TOOLS+= bash gmake gm4
16USE_LANGUAGES+= c++ 16USE_LANGUAGES+= c++
17 17
18SUBST_CLASSES+= boost 18SUBST_CLASSES+= boost
19SUBST_STAGE.boost= post-configure 19SUBST_STAGE.boost= post-configure
20SUBST_FILES.boost= */*/*/*/*/stub.make 20SUBST_FILES.boost= */*/*/*/*/stub.make
21SUBST_SED.boost= -e 's|-lboost_date_time|-lboost_date_time-mt|g' 21SUBST_SED.boost= -e 's|-lboost_date_time|-lboost_date_time-mt|g'
22SUBST_SED.boost+= -e 's|-lboost_filesystem|-lboost_filesystem-mt|g' 22SUBST_SED.boost+= -e 's|-lboost_filesystem|-lboost_filesystem-mt|g'
23SUBST_SED.boost+= -e 's|-lboost_regex|-lboost_regex-mt|g' 23SUBST_SED.boost+= -e 's|-lboost_regex|-lboost_regex-mt|g'
24SUBST_SED.boost+= -e 's|-lboost_serialization|-lboost_serialization-mt|g' 24SUBST_SED.boost+= -e 's|-lboost_serialization|-lboost_serialization-mt|g'
25 25
26SUBST_CLASSES+= rpath 26SUBST_CLASSES+= rpath
27SUBST_STAGE.rpath= post-configure 27SUBST_STAGE.rpath= post-configure
28SUBST_FILES.rpath= */*/*/configuration-dynamic.make 28SUBST_FILES.rpath= */*/*/configuration-dynamic.make