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 (expand / 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,24 +1,25 @@ @@ -1,24 +1,25 @@
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'

cvs diff -r1.3 -r1.4 pkgsrc/misc/tmux/Makefile (expand / 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"