Mon Jun 8 19:26:29 2009 UTC ()
Add license info.


(hasso)
diff -r1.2 -r1.3 pkgsrc/devel/xsd/Makefile
diff -r1.3 -r1.4 pkgsrc/misc/tmux/Makefile

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

--- pkgsrc/devel/xsd/Makefile 2009/06/07 10:50:46 1.2
+++ pkgsrc/devel/xsd/Makefile 2009/06/08 19:26:29 1.3
@@ -1,41 +1,42 @@ @@ -1,41 +1,42 @@
1# $NetBSD: Makefile,v 1.2 2009/06/07 10:50:46 hasso Exp $ 1# $NetBSD: Makefile,v 1.3 2009/06/08 19:26:29 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
 12LICENSE= gnu-gpl-v2
12 13
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15USE_TOOLS+= bash gmake gm4 16USE_TOOLS+= bash gmake gm4
16USE_LANGUAGES+= c++ 17USE_LANGUAGES+= c++
17 18
18SUBST_CLASSES+= boost 19SUBST_CLASSES+= boost
19SUBST_STAGE.boost= post-configure 20SUBST_STAGE.boost= post-configure
20SUBST_FILES.boost= */*/*/*/*/stub.make 21SUBST_FILES.boost= */*/*/*/*/stub.make
21SUBST_SED.boost= -e 's|-lboost_date_time|-lboost_date_time-mt|g' 22SUBST_SED.boost= -e 's|-lboost_date_time|-lboost_date_time-mt|g'
22SUBST_SED.boost+= -e 's|-lboost_filesystem|-lboost_filesystem-mt|g' 23SUBST_SED.boost+= -e 's|-lboost_filesystem|-lboost_filesystem-mt|g'
23SUBST_SED.boost+= -e 's|-lboost_regex|-lboost_regex-mt|g' 24SUBST_SED.boost+= -e 's|-lboost_regex|-lboost_regex-mt|g'
24SUBST_SED.boost+= -e 's|-lboost_serialization|-lboost_serialization-mt|g' 25SUBST_SED.boost+= -e 's|-lboost_serialization|-lboost_serialization-mt|g'
25 26
26SUBST_CLASSES+= rpath 27SUBST_CLASSES+= rpath
27SUBST_STAGE.rpath= post-configure 28SUBST_STAGE.rpath= post-configure
28SUBST_FILES.rpath= */*/*/configuration-dynamic.make 29SUBST_FILES.rpath= */*/*/configuration-dynamic.make
29SUBST_SED.rpath= -e 's|cxx_rpath[ ]*:=[ ]*n|cxx_rpath := y|g' 30SUBST_SED.rpath= -e 's|cxx_rpath[ ]*:=[ ]*n|cxx_rpath := y|g'
30 31
31do-build: 32do-build:
32 # XXX: rapth needs a better hack. TODO: add optimization 33 # XXX: rapth needs a better hack. TODO: add optimization
33 cd ${WRKSRC} && LDFLAGS="-rpath ${PREFIX}/lib" ./build.sh 34 cd ${WRKSRC} && LDFLAGS="-rpath ${PREFIX}/lib" ./build.sh
34 35
35do-install: 36do-install:
36 cd ${WRKSRC} && MAKEFLAGS="install_prefix=${DESTDIR}${PREFIX} \ 37 cd ${WRKSRC} && MAKEFLAGS="install_prefix=${DESTDIR}${PREFIX} \
37 install_man_dir=${DESTDIR}${PREFIX}/man" ./build.sh install 38 install_man_dir=${DESTDIR}${PREFIX}/man" ./build.sh install
38 39
39.include "../../devel/boost-libs/buildlink3.mk" 40.include "../../devel/boost-libs/buildlink3.mk"
40.include "../../textproc/xerces-c/buildlink3.mk" 41.include "../../textproc/xerces-c/buildlink3.mk"
41.include "../../mk/bsd.pkg.mk" 42.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/misc/tmux/Makefile (switch to unified diff)

--- pkgsrc/misc/tmux/Makefile 2009/06/03 06:09:11 1.3
+++ pkgsrc/misc/tmux/Makefile 2009/06/08 19:26:29 1.4
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.3 2009/06/03 06:09:11 minskim Exp $ 1# $NetBSD: Makefile,v 1.4 2009/06/08 19:26:29 hasso Exp $
2 2
3DISTNAME= tmux-0.8 3DISTNAME= tmux-0.8
4CATEGORIES= misc 4CATEGORIES= misc
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tmux/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tmux/}
6 6
7MAINTAINER= hasso@NetBSD.org 7MAINTAINER= hasso@NetBSD.org
8HOMEPAGE= http://tmux.sourceforge.net/ 8HOMEPAGE= http://tmux.sourceforge.net/
9COMMENT= BSD-licensed terminal multiplexer (GNU Screen alternative) 9COMMENT= BSD-licensed terminal multiplexer (GNU Screen alternative)
 10LICENSE= modified-bsd
10 11
11PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
12 13
13NO_CONFIGURE= yes 14NO_CONFIGURE= yes
14USE_NCURSES= yes 15USE_NCURSES= yes
15 16
16.include "../../devel/ncurses/buildlink3.mk" 17.include "../../devel/ncurses/buildlink3.mk"
17.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"