Sat Apr 6 13:01:28 2013 UTC ()
'EXTRACT_SUFX is ".tar.gz" by default, so this definition may be
redundant.' - It was. Removed.


(rodent)
diff -r1.111 -r1.112 pkgsrc/devel/kdevelop-base/Makefile
diff -r1.27 -r1.28 pkgsrc/devel/libthrift/Makefile
diff -r1.30 -r1.31 pkgsrc/fonts/intlfonts/Makefile
diff -r1.28 -r1.29 pkgsrc/misc/molden/Makefile
diff -r1.5 -r1.6 pkgsrc/multimedia/ming/Makefile.common
diff -r1.20 -r1.21 pkgsrc/multimedia/xfce4-mpc-plugin/Makefile
diff -r1.72 -r1.73 pkgsrc/net/proftpd/Makefile
diff -r1.29 -r1.30 pkgsrc/net/xfce4-wavelan-plugin/Makefile
diff -r1.19 -r1.20 pkgsrc/sysutils/xenkernel33/Makefile
diff -r1.17 -r1.18 pkgsrc/sysutils/xenkernel41/Makefile
diff -r1.31 -r1.32 pkgsrc/sysutils/xentools3/Makefile
diff -r1.35 -r1.36 pkgsrc/sysutils/xentools33/Makefile
diff -r1.2 -r1.3 pkgsrc/textproc/regxml/Makefile
diff -r1.6 -r1.7 pkgsrc/textproc/xhtmldiff/Makefile
diff -r1.16 -r1.17 pkgsrc/time/xalarm/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/www/phraseanet/Makefile.common
diff -r1.9 -r1.10 pkgsrc/x11/fltk13/Makefile

cvs diff -r1.111 -r1.112 pkgsrc/devel/kdevelop-base/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/kdevelop-base/Attic/Makefile 2013/02/16 11:20:46 1.111
+++ pkgsrc/devel/kdevelop-base/Attic/Makefile 2013/04/06 13:01:26 1.112
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.111 2013/02/16 11:20:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.112 2013/04/06 13:01:26 rodent Exp $
2 2
3DISTNAME= kdevelop_3.5.5.orig 3DISTNAME= kdevelop_3.5.5.orig
4PKGNAME= kdevelop-base-3.5.5 4PKGNAME= kdevelop-base-3.5.5
5PKGREVISION= 29 5PKGREVISION= 29
6CATEGORIES= devel kde 6CATEGORIES= devel kde
7MASTER_SITES= http://download.opensuse.org/repositories/home:/amilcarlucas/xUbuntu_6.06/ 7MASTER_SITES= http://download.opensuse.org/repositories/home:/amilcarlucas/xUbuntu_6.06/
8EXTRACT_SUFX= .tar.gz 
9 8
10HOMEPAGE= http://www.kdevelop.org/ 9HOMEPAGE= http://www.kdevelop.org/
11COMMENT= Base modules for IDE for Unix/X11/KDE 10COMMENT= Base modules for IDE for Unix/X11/KDE
12LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 11LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
13 12
14WRKSRC= ${WRKDIR}/kdevelop-3.5.5 13WRKSRC= ${WRKDIR}/kdevelop-3.5.5
15 14
16.include "../../meta-pkgs/kde3/Makefile.kde3" 15.include "../../meta-pkgs/kde3/Makefile.kde3"
17 16
18DEPENDS+= automake>=1.7:../../devel/automake 17DEPENDS+= automake>=1.7:../../devel/automake
19DEPENDS+= doxygen>=1.3.5:../../devel/doxygen 18DEPENDS+= doxygen>=1.3.5:../../devel/doxygen
20DEPENDS+= graphviz>=1.10nb1:../../graphics/graphviz 19DEPENDS+= graphviz>=1.10nb1:../../graphics/graphviz
21DEPENDS+= htdig>=3.2.0:../../www/htdig 20DEPENDS+= htdig>=3.2.0:../../www/htdig

cvs diff -r1.27 -r1.28 pkgsrc/devel/libthrift/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libthrift/Makefile 2013/03/16 07:21:20 1.27
+++ pkgsrc/devel/libthrift/Makefile 2013/04/06 13:01:26 1.28
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.27 2013/03/16 07:21:20 obache Exp $ 1# $NetBSD: Makefile,v 1.28 2013/04/06 13:01:26 rodent Exp $
2 2
3DISTNAME= thrift-${THRIFT_VERSION} 3DISTNAME= thrift-${THRIFT_VERSION}
4PKGNAME= libthrift-${THRIFT_VERSION} 4PKGNAME= libthrift-${THRIFT_VERSION}
5PKGREVISION= 13 5PKGREVISION= 13
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_APACHE:=thrift/${THRIFT_VERSION}/} 7MASTER_SITES= ${MASTER_SITE_APACHE:=thrift/${THRIFT_VERSION}/}
8EXTRACT_SUFX= .tar.gz 
9 8
10MAINTAINER= tonnerre@NetBSD.org 9MAINTAINER= tonnerre@NetBSD.org
11HOMEPAGE= http://incubator.apache.org/thrift/ 10HOMEPAGE= http://incubator.apache.org/thrift/
12COMMENT= Cross-language data serialization library 11COMMENT= Cross-language data serialization library
13LICENSE= apache-2.0 12LICENSE= apache-2.0
14 13
15MAKE_JOBS_SAFE= no 14MAKE_JOBS_SAFE= no
16 15
17USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
18USE_LIBTOOL= yes 17USE_LIBTOOL= yes
19USE_PKGLOCALEDIR= yes 18USE_PKGLOCALEDIR= yes
20USE_TOOLS+= gmake pkg-config 19USE_TOOLS+= gmake pkg-config
21GNU_CONFIGURE= yes 20GNU_CONFIGURE= yes

cvs diff -r1.30 -r1.31 pkgsrc/fonts/intlfonts/Makefile (expand / switch to unified diff)

--- pkgsrc/fonts/intlfonts/Makefile 2012/10/03 18:28:24 1.30
+++ pkgsrc/fonts/intlfonts/Makefile 2013/04/06 13:01:26 1.31
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.30 2012/10/03 18:28:24 asau Exp $ 1# $NetBSD: Makefile,v 1.31 2013/04/06 13:01:26 rodent Exp $
2 2
3DISTNAME= intlfonts-1.2.1 3DISTNAME= intlfonts-1.2.1
4PKGREVISION= 5 4PKGREVISION= 5
5CATEGORIES= fonts x11 5CATEGORIES= fonts x11
6MASTER_SITES= ${MASTER_SITE_GNU:=intlfonts/intlfonts-1.2.1-split/} 6MASTER_SITES= ${MASTER_SITE_GNU:=intlfonts/intlfonts-1.2.1-split/}
7DISTFILES= ${FONT_SETS:=${EXTRACT_SUFX}} ${MISC_FILES} 7DISTFILES= ${FONT_SETS:=${EXTRACT_SUFX}} ${MISC_FILES}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10COMMENT= Free X11 fonts (BDF format) for all characters that Emacs can handle 10COMMENT= Free X11 fonts (BDF format) for all characters that Emacs can handle
11 11
12FONT_SETS= Asian \ 12FONT_SETS= Asian \
13 Chinese \ 13 Chinese \
14 Ethiopic \ 14 Ethiopic \
@@ -29,27 +29,26 @@ EXTRA_FONTS= Chinese.BIG \ @@ -29,27 +29,26 @@ EXTRA_FONTS= Chinese.BIG \
29 European.BIG \ 29 European.BIG \
30 Japanese.BIG 30 Japanese.BIG
31 31
32# Type1/TrueType fonts for Latin1, Thai and Vietnamese 32# Type1/TrueType fonts for Latin1, Thai and Vietnamese
33# XXX need "fonts.scale" for them 33# XXX need "fonts.scale" for them
34# 34#
35EXTRA_FONTS+= Type1 \ 35EXTRA_FONTS+= Type1 \
36 TrueType 36 TrueType
37CONFIGURE_ARGS+= --with-type1 --with-truetype 37CONFIGURE_ARGS+= --with-type1 --with-truetype
38 38
39MISC_FILES= README.split 39MISC_FILES= README.split
40 40
41DIST_SUBDIR= ${PKGNAME_NOREV} 41DIST_SUBDIR= ${PKGNAME_NOREV}
42EXTRACT_SUFX= .tar.gz 
43EXTRACT_ONLY= ${FONT_SETS:=${EXTRACT_SUFX}} 42EXTRACT_ONLY= ${FONT_SETS:=${EXTRACT_SUFX}}
44 43
45GNU_CONFIGURE= yes 44GNU_CONFIGURE= yes
46CONFIGURE_ARGS+=--with-fontdir=${FONTS_DIR} \ 45CONFIGURE_ARGS+=--with-fontdir=${FONTS_DIR} \
47 --enable-compress=gzip 46 --enable-compress=gzip
48INSTALL_MAKE_FLAGS+= fontdir=${DESTDIR}${FONTS_DIR} 47INSTALL_MAKE_FLAGS+= fontdir=${DESTDIR}${FONTS_DIR}
49 48
50FONTS_DIR= ${PREFIX}/lib/X11/fonts/intlfonts 49FONTS_DIR= ${PREFIX}/lib/X11/fonts/intlfonts
51 50
52FONTS_DIRS.x11+= ${FONTS_DIR} 51FONTS_DIRS.x11+= ${FONTS_DIR}
53FONTS_DIRS.x11+= ${FONTS_DIR}/bdf 52FONTS_DIRS.x11+= ${FONTS_DIR}/bdf
54FONTS_DIRS.type1+= ${FONTS_DIR}/Type1 53FONTS_DIRS.type1+= ${FONTS_DIR}/Type1
55FONTS_DIRS.ttf+= ${FONTS_DIR}/TrueType 54FONTS_DIRS.ttf+= ${FONTS_DIR}/TrueType

cvs diff -r1.28 -r1.29 pkgsrc/misc/molden/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/molden/Attic/Makefile 2012/10/08 09:57:30 1.28
+++ pkgsrc/misc/molden/Attic/Makefile 2013/04/06 13:01:26 1.29
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.28 2012/10/08 09:57:30 asau Exp $ 1# $NetBSD: Makefile,v 1.29 2013/04/06 13:01:26 rodent Exp $
2 2
3DISTNAME= molden4.6 3DISTNAME= molden4.6
4PKGNAME= ${DISTNAME:S/molden/&-/} 4PKGNAME= ${DISTNAME:S/molden/&-/}
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= misc # chemistry 6CATEGORIES= misc # chemistry
7MASTER_SITES= ftp://ftp.cmbi.kun.nl/pub/molgraph/molden/ 7MASTER_SITES= ftp://ftp.cmbi.kun.nl/pub/molgraph/molden/
8EXTRACT_SUFX= .tar.gz 
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.cmbi.ru.nl/molden/molden.html 10HOMEPAGE= http://www.cmbi.ru.nl/molden/molden.html
12COMMENT= Displaying MOLecular DENsity 11COMMENT= Displaying MOLecular DENsity
13LICENSE= molden-license 12LICENSE= molden-license
14 13
15RESTRICTED= Redistributing Molden by unregistered user is prohibited. 14RESTRICTED= Redistributing Molden by unregistered user is prohibited.
16NO_SRC_ON_CDROM= ${RESTRICTED} 15NO_SRC_ON_CDROM= ${RESTRICTED}
17NO_BIN_ON_CDROM= ${RESTRICTED} 16NO_BIN_ON_CDROM= ${RESTRICTED}
18NO_SRC_ON_FTP= ${RESTRICTED} 17NO_SRC_ON_FTP= ${RESTRICTED}
19NO_BIN_ON_FTP= ${RESTRICTED} 18NO_BIN_ON_FTP= ${RESTRICTED}
20 19
21DIST_SUBDIR= ${PKGNAME_NOREV} 20DIST_SUBDIR= ${PKGNAME_NOREV}

cvs diff -r1.5 -r1.6 pkgsrc/multimedia/ming/Makefile.common (expand / switch to unified diff)

--- pkgsrc/multimedia/ming/Makefile.common 2012/05/12 08:24:43 1.5
+++ pkgsrc/multimedia/ming/Makefile.common 2013/04/06 13:01:26 1.6
@@ -1,12 +1,11 @@ @@ -1,12 +1,11 @@
1# $NetBSD: Makefile.common,v 1.5 2012/05/12 08:24:43 obache Exp $ 1# $NetBSD: Makefile.common,v 1.6 2013/04/06 13:01:26 rodent Exp $
2# 2#
3# used by multimedia/php-ming/Makefile 3# used by multimedia/php-ming/Makefile
4# used by multimedia/py-ming/Makefile 4# used by multimedia/py-ming/Makefile
5 5
6MING_VERSION= 0.4.4 6MING_VERSION= 0.4.4
7DISTNAME= ming-${MING_VERSION} 7DISTNAME= ming-${MING_VERSION}
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ming/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ming/}
9EXTRACT_SUFX= .tar.gz 
10 9
11DISTINFO_FILE= ${.CURDIR}/../../multimedia/ming/distinfo 10DISTINFO_FILE= ${.CURDIR}/../../multimedia/ming/distinfo
12PATCHDIR= ${.CURDIR}/../../multimedia/ming/patches 11PATCHDIR= ${.CURDIR}/../../multimedia/ming/patches

cvs diff -r1.20 -r1.21 pkgsrc/multimedia/xfce4-mpc-plugin/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/xfce4-mpc-plugin/Makefile 2013/02/16 11:18:31 1.20
+++ pkgsrc/multimedia/xfce4-mpc-plugin/Makefile 2013/04/06 13:01:27 1.21
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.20 2013/02/16 11:18:31 wiz Exp $ 1# $NetBSD: Makefile,v 1.21 2013/04/06 13:01:27 rodent Exp $
2 2
3.include "../../meta-pkgs/xfce4/Makefile.common" 3.include "../../meta-pkgs/xfce4/Makefile.common"
4 4
5XFCE4_VERSION= 0.3.2 5XFCE4_VERSION= 0.3.2
6 6
7DISTNAME= xfce4-mpc-plugin-${XFCE4_VERSION} 7DISTNAME= xfce4-mpc-plugin-${XFCE4_VERSION}
8PKGREVISION= 15 8PKGREVISION= 15
9CATEGORIES= multimedia 9CATEGORIES= multimedia
10MASTER_SITES= http://goodies.xfce.org/releases/xfce4-mpc-plugin/ 10MASTER_SITES= http://goodies.xfce.org/releases/xfce4-mpc-plugin/
11EXTRACT_SUFX= .tar.gz 
12COMMENT= Xfce Music Player Client plugin 11COMMENT= Xfce Music Player Client plugin
13 12
14LIBS.SunOS+= -lsocket -lnsl 13LIBS.SunOS+= -lsocket -lnsl
15 14
16.include "../../x11/xfce4-panel/buildlink3.mk" 15.include "../../x11/xfce4-panel/buildlink3.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.72 -r1.73 pkgsrc/net/proftpd/Makefile (expand / switch to unified diff)

--- pkgsrc/net/proftpd/Makefile 2013/03/15 13:34:32 1.72
+++ pkgsrc/net/proftpd/Makefile 2013/04/06 13:01:27 1.73
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.72 2013/03/15 13:34:32 kim Exp $ 1# $NetBSD: Makefile,v 1.73 2013/04/06 13:01:27 rodent Exp $
2 2
3DISTNAME= proftpd-1.3.4c 3DISTNAME= proftpd-1.3.4c
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ 5MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
6 ftp://ftp.servus.at/ProFTPD/distrib/source/ \ 6 ftp://ftp.servus.at/ProFTPD/distrib/source/ \
7 ftp://ftp.fsn.hu/pub/proftpd/distrib/source/ 7 ftp://ftp.fsn.hu/pub/proftpd/distrib/source/
8EXTRACT_SUFX= .tar.gz 
9 8
10MAINTAINER= kim@tac.nyc.ny.us 9MAINTAINER= kim@tac.nyc.ny.us
11HOMEPAGE= http://www.proftpd.org/ 10HOMEPAGE= http://www.proftpd.org/
12COMMENT= FTP server with Apache like configuration 11COMMENT= FTP server with Apache like configuration
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 14WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
16 15
17USE_TOOLS+= gmake intltool msgfmt perl:run 16USE_TOOLS+= gmake intltool msgfmt perl:run
18GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
19CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 18CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
20CONFIGURE_ARGS+= --localstatedir=${VARBASE}/run 19CONFIGURE_ARGS+= --localstatedir=${VARBASE}/run
21CONFIGURE_ARGS+= --disable-sendfile 20CONFIGURE_ARGS+= --disable-sendfile

cvs diff -r1.29 -r1.30 pkgsrc/net/xfce4-wavelan-plugin/Makefile (expand / switch to unified diff)

--- pkgsrc/net/xfce4-wavelan-plugin/Makefile 2013/02/16 11:19:16 1.29
+++ pkgsrc/net/xfce4-wavelan-plugin/Makefile 2013/04/06 13:01:27 1.30
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1# $NetBSD: Makefile,v 1.29 2013/02/16 11:19:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.30 2013/04/06 13:01:27 rodent Exp $
2 2
3.include "../../meta-pkgs/xfce4/Makefile.common" 3.include "../../meta-pkgs/xfce4/Makefile.common"
4 4
5XFCE4_VERSION= 0.5.4 5XFCE4_VERSION= 0.5.4
6 6
7DISTNAME= xfce4-wavelan-plugin-${XFCE4_VERSION} 7DISTNAME= xfce4-wavelan-plugin-${XFCE4_VERSION}
8PKGREVISION= 15 8PKGREVISION= 15
9CATEGORIES= sysutils 9CATEGORIES= sysutils
10MASTER_SITES= http://goodies.xfce.org/releases/xfce4-wavelan-plugin/ 10MASTER_SITES= http://goodies.xfce.org/releases/xfce4-wavelan-plugin/
11EXTRACT_SUFX= .tar.gz 
12COMMENT= Xfce WLAN plugin 11COMMENT= Xfce WLAN plugin
13 12
14.include "../../x11/xfce4-panel/buildlink3.mk" 13.include "../../x11/xfce4-panel/buildlink3.mk"
15.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.19 -r1.20 pkgsrc/sysutils/xenkernel33/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/xenkernel33/Attic/Makefile 2012/10/23 19:51:36 1.19
+++ pkgsrc/sysutils/xenkernel33/Attic/Makefile 2013/04/06 13:01:27 1.20
@@ -1,23 +1,22 @@ @@ -1,23 +1,22 @@
1# $NetBSD: Makefile,v 1.19 2012/10/23 19:51:36 asau Exp $ 1# $NetBSD: Makefile,v 1.20 2013/04/06 13:01:27 rodent Exp $
2# 2#
3 3
4VERSION= 3.3.2 4VERSION= 3.3.2
5DISTNAME= xen-${VERSION} 5DISTNAME= xen-${VERSION}
6PKGNAME= xenkernel33-${VERSION} 6PKGNAME= xenkernel33-${VERSION}
7PKGREVISION= 6 7PKGREVISION= 6
8CATEGORIES= sysutils 8CATEGORIES= sysutils
9MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ 9MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
10EXTRACT_SUFX= .tar.gz 
11 10
12MAINTAINER= cegger@NetBSD.org 11MAINTAINER= cegger@NetBSD.org
13HOMEPAGE= http://xen.org/ 12HOMEPAGE= http://xen.org/
14COMMENT= Xen 3.3.2 Kernel 13COMMENT= Xen 3.3.2 Kernel
15 14
16LICENSE= gnu-gpl-v2 15LICENSE= gnu-gpl-v2
17 16
18ONLY_FOR_PLATFORM= Linux-2.6*-i386 Linux-2.6*-x86_64 17ONLY_FOR_PLATFORM= Linux-2.6*-i386 Linux-2.6*-x86_64
19ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386 18ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386
20 19
21CONFLICTS= xenkernel30-* xentools30-* 20CONFLICTS= xenkernel30-* xentools30-*
22CONFLICTS+= xenkernel3-* xentools3-* 21CONFLICTS+= xenkernel3-* xentools3-*
23CONFLICTS+= xenkernel32-* xentools32-* 22CONFLICTS+= xenkernel32-* xentools32-*

cvs diff -r1.17 -r1.18 pkgsrc/sysutils/xenkernel41/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/xenkernel41/Attic/Makefile 2013/01/17 19:37:54 1.17
+++ pkgsrc/sysutils/xenkernel41/Attic/Makefile 2013/04/06 13:01:27 1.18
@@ -1,22 +1,21 @@ @@ -1,22 +1,21 @@
1# $NetBSD: Makefile,v 1.17 2013/01/17 19:37:54 drochner Exp $ 1# $NetBSD: Makefile,v 1.18 2013/04/06 13:01:27 rodent Exp $
2# 2#
3 3
4VERSION= 4.1.4 4VERSION= 4.1.4
5DISTNAME= xen-${VERSION} 5DISTNAME= xen-${VERSION}
6PKGNAME= xenkernel41-${VERSION} 6PKGNAME= xenkernel41-${VERSION}
7CATEGORIES= sysutils 7CATEGORIES= sysutils
8MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ 8MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
9EXTRACT_SUFX= .tar.gz 
10 9
11MAINTAINER= cegger@NetBSD.org 10MAINTAINER= cegger@NetBSD.org
12HOMEPAGE= http://xen.org/ 11HOMEPAGE= http://xen.org/
13COMMENT= Xen 4.1.x Kernel 12COMMENT= Xen 4.1.x Kernel
14 13
15LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
16 15
17ONLY_FOR_PLATFORM= Linux-2.6*-i386 Linux-2.6*-x86_64 16ONLY_FOR_PLATFORM= Linux-2.6*-i386 Linux-2.6*-x86_64
18ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386 17ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386
19 18
20NO_CONFIGURE= yes 19NO_CONFIGURE= yes
21USE_TOOLS+= gmake 20USE_TOOLS+= gmake
22 21

cvs diff -r1.31 -r1.32 pkgsrc/sysutils/xentools3/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/xentools3/Attic/Makefile 2013/02/06 23:23:54 1.31
+++ pkgsrc/sysutils/xentools3/Attic/Makefile 2013/04/06 13:01:27 1.32
@@ -1,32 +1,31 @@ @@ -1,32 +1,31 @@
1# $NetBSD: Makefile,v 1.31 2013/02/06 23:23:54 jperkin Exp $ 1# $NetBSD: Makefile,v 1.32 2013/04/06 13:01:27 rodent Exp $
2# 2#
3 3
4VERSION= 3.1.4 4VERSION= 3.1.4
5DISTNAME= xen-${VERSION} 5DISTNAME= xen-${VERSION}
6PKGNAME= xentools3-${VERSION} 6PKGNAME= xentools3-${VERSION}
7PKGREVISION= 13 7PKGREVISION= 13
8CATEGORIES= sysutils 8CATEGORIES= sysutils
9MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ 9MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
10EXTRACT_SUFX= .tar.gz 
11 10
12MAINTAINER= bouyer@NetBSD.org 11MAINTAINER= bouyer@NetBSD.org
13HOMEPAGE= http://xen.org/ 12HOMEPAGE= http://xen.org/
14COMMENT= Userland Tools for Xen 13COMMENT= Userland Tools for Xen
15 14
16#DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted 15#DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
17DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline 16DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
18 17
19MAKE_JOBS_SAFE= no 18MAKE_JOBS_SAFE= no
20 19
21PKG_SYSCONFSUBDIR= xen 20PKG_SYSCONFSUBDIR= xen
22 21
23ONLY_FOR_PLATFORM= Linux-2.[46]*-i386 Linux-2.[46]*-x86_64 22ONLY_FOR_PLATFORM= Linux-2.[46]*-i386 Linux-2.[46]*-x86_64
24ONLY_FOR_PLATFORM+= NetBSD-*-i386 NetBSD-*-x86_64 23ONLY_FOR_PLATFORM+= NetBSD-*-i386 NetBSD-*-x86_64
25 24
26CONFLICTS+= libxen-[0-9]* 25CONFLICTS+= libxen-[0-9]*
27CONFLICTS+= xentools20-[0-9]* 26CONFLICTS+= xentools20-[0-9]*
28CONFLICTS+= xentools30-* xentools33-* 27CONFLICTS+= xentools30-* xentools33-*
29CONFLICTS+= xenstoretools-* 28CONFLICTS+= xenstoretools-*
30 29
31WRKSRC= ${WRKDIR}/xen-${VERSION}/tools 30WRKSRC= ${WRKDIR}/xen-${VERSION}/tools
32CHECK_PORTABILITY_SKIP= examples/* xm-test/ramdisk/make-release.sh 31CHECK_PORTABILITY_SKIP= examples/* xm-test/ramdisk/make-release.sh

cvs diff -r1.35 -r1.36 pkgsrc/sysutils/xentools33/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/xentools33/Attic/Makefile 2012/10/23 19:51:36 1.35
+++ pkgsrc/sysutils/xentools33/Attic/Makefile 2013/04/06 13:01:27 1.36
@@ -1,32 +1,31 @@ @@ -1,32 +1,31 @@
1# $NetBSD: Makefile,v 1.35 2012/10/23 19:51:36 asau Exp $ 1# $NetBSD: Makefile,v 1.36 2013/04/06 13:01:27 rodent Exp $
2# 2#
3 3
4VERSION= 3.3.2 4VERSION= 3.3.2
5DISTNAME= xen-${VERSION} 5DISTNAME= xen-${VERSION}
6PKGNAME= xentools33-${VERSION} 6PKGNAME= xentools33-${VERSION}
7PKGREVISION= 14 7PKGREVISION= 14
8CATEGORIES= sysutils 8CATEGORIES= sysutils
9MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/ 9MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
10EXTRACT_SUFX= .tar.gz 
11 10
12MAINTAINER= cegger@NetBSD.org 11MAINTAINER= cegger@NetBSD.org
13HOMEPAGE= http://xen.org/ 12HOMEPAGE= http://xen.org/
14COMMENT= Userland Tools for Xen 3.3.x 13COMMENT= Userland Tools for Xen 3.3.x
15 14
16LICENSE= gnu-gpl-v2 15LICENSE= gnu-gpl-v2
17 16
18#DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted 17#DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
19DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline 18DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
20 19
21BUILD_DEPENDS+= dev86-[0-9]*:../../devel/dev86 # needed to build firmware 20BUILD_DEPENDS+= dev86-[0-9]*:../../devel/dev86 # needed to build firmware
22 21
23PKG_SYSCONFSUBDIR= xen 22PKG_SYSCONFSUBDIR= xen
24 23
25ONLY_FOR_PLATFORM= Linux-2.6*-i386 Linux-2.6*-x86_64 24ONLY_FOR_PLATFORM= Linux-2.6*-i386 Linux-2.6*-x86_64
26ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386 25ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 NetBSD-[5-9].*-i386
27 26
28CONFLICTS+= libxen-[0-9]* 27CONFLICTS+= libxen-[0-9]*
29CONFLICTS+= xentools20-[0-9]* 28CONFLICTS+= xentools20-[0-9]*
30CONFLICTS+= xentools30-* xentools3-* 29CONFLICTS+= xentools30-* xentools3-*
31CONFLICTS+= xenstoretools-* 30CONFLICTS+= xenstoretools-*
32 31

cvs diff -r1.2 -r1.3 pkgsrc/textproc/regxml/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/regxml/Makefile 2012/10/25 06:56:54 1.2
+++ pkgsrc/textproc/regxml/Makefile 2013/04/06 13:01:28 1.3
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.2 2012/10/25 06:56:54 asau Exp $ 1# $NetBSD: Makefile,v 1.3 2013/04/06 13:01:28 rodent Exp $
2# 2#
3 3
4DISTNAME= regxml-${SNAPSHOT_DATE}-${SNAPSHOT_HASH:C/(......).*/\1/} 4DISTNAME= regxml-${SNAPSHOT_DATE}-${SNAPSHOT_HASH:C/(......).*/\1/}
5PKGNAME= regxml-0.0.${SNAPSHOT_DATE} 5PKGNAME= regxml-0.0.${SNAPSHOT_DATE}
6CATEGORIES= textproc 6CATEGORIES= textproc
7EXTRACT_SUFX= .tar.gz 
8 7
9# The master site does not have a stable distfile. 8# The master site does not have a stable distfile.
10# 9#
11# You can download a distfile from 10# You can download a distfile from
12# <http://git.huoc.org/?p=regxml.git;a=snapshot;h=${SNAPSHOT_HASH};sf=tgz> 11# <http://git.huoc.org/?p=regxml.git;a=snapshot;h=${SNAPSHOT_HASH};sf=tgz>
13# but the timestamp in the gzip compression layer will be different 12# but the timestamp in the gzip compression layer will be different
14# almost every time, so it will fail the pkgsrc integrity tests. 13# almost every time, so it will fail the pkgsrc integrity tests.
15# To deal with this, we keep a distfile in MASTER_SITE_LOCAL. 14# To deal with this, we keep a distfile in MASTER_SITE_LOCAL.
16# 15#
17# To update to a newer snapshot: 16# To update to a newer snapshot:
18# 17#
19# 1. Go to <http://git.huoc.org/?p=regxml.git;a=summary> and 18# 1. Go to <http://git.huoc.org/?p=regxml.git;a=summary> and
20# choose an appropriate snapshot. Make a note of the date 19# choose an appropriate snapshot. Make a note of the date

cvs diff -r1.6 -r1.7 pkgsrc/textproc/xhtmldiff/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/xhtmldiff/Attic/Makefile 2010/09/23 09:22:14 1.6
+++ pkgsrc/textproc/xhtmldiff/Attic/Makefile 2013/04/06 13:01:28 1.7
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.6 2010/09/23 09:22:14 taca Exp $ 1# $NetBSD: Makefile,v 1.7 2013/04/06 13:01:28 rodent Exp $
2 2
3DISTNAME= xhtmldiff-1.2.2 3DISTNAME= xhtmldiff-1.2.2
4PKGREVISION= 2 4PKGREVISION= 2
5CATEGORIES= textproc 5CATEGORIES= textproc
6MASTER_SITES= http://theinternetco.net/projects/ruby/ 6MASTER_SITES= http://theinternetco.net/projects/ruby/
7EXTRACT_SUFX= .tar.gz 
8 7
9MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
10HOMEPAGE= # http://theinternetco.net/projects/ruby/xhtmldiff.html 9HOMEPAGE= # http://theinternetco.net/projects/ruby/xhtmldiff.html
11COMMENT= Tool for generating valid XHTML redline documents 10COMMENT= Tool for generating valid XHTML redline documents
12 11
13DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.1:../../textproc/ruby-diff-lcs 12DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.1.1:../../textproc/ruby-diff-lcs
14 13
15CONFLICTS+= ruby[1-9][0-9]-xhtmldiff-[0-9]* xhtmldiff-[0-9]* 14CONFLICTS+= ruby[1-9][0-9]-xhtmldiff-[0-9]* xhtmldiff-[0-9]*
16 15
17RUBY_VERSION_SUPPORTED= 18 16RUBY_VERSION_SUPPORTED= 18
18 17
19post-extract: 18post-extract:
20 cp ${WRKSRC}/packaging/xhtmldiff.gemspec ${GEM_SPECFILE} 19 cp ${WRKSRC}/packaging/xhtmldiff.gemspec ${GEM_SPECFILE}

cvs diff -r1.16 -r1.17 pkgsrc/time/xalarm/Makefile (expand / switch to unified diff)

--- pkgsrc/time/xalarm/Makefile 2013/02/17 18:55:44 1.16
+++ pkgsrc/time/xalarm/Makefile 2013/04/06 13:01:28 1.17
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.16 2013/02/17 18:55:44 dholland Exp $ 1# $NetBSD: Makefile,v 1.17 2013/04/06 13:01:28 rodent Exp $
2 2
3DISTNAME= xalarm-3.06 3DISTNAME= xalarm-3.06
4PKGREVISION= 3 4PKGREVISION= 3
5CATEGORIES= time 5CATEGORIES= time
6MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/} 6MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/}
7EXTRACT_SUFX= .tar.gz 
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10COMMENT= X11 interactive alarm clock 9COMMENT= X11 interactive alarm clock
11 10
12DEPENDS+= skill>=4.0:../../sysutils/skill 11DEPENDS+= skill>=4.0:../../sysutils/skill
13 12
14USE_IMAKE= yes 13USE_IMAKE= yes
15XAW_TYPE?= 3d 14XAW_TYPE?= 3d
16 15
17FORTUNE= "Sorry, xfortune is unavailable - no fortune!" 16FORTUNE= "Sorry, xfortune is unavailable - no fortune!"
18YOW= "Sorry, xyow is unavailable - no yow!" 17YOW= "Sorry, xyow is unavailable - no yow!"
19KILL= /bin/kill # should this be in bsd.pkg.mk ? 18KILL= /bin/kill # should this be in bsd.pkg.mk ?
20 19

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/phraseanet/Makefile.common (expand / switch to unified diff)

--- pkgsrc/www/phraseanet/Makefile.common 2011/10/04 08:03:43 1.1.1.1
+++ pkgsrc/www/phraseanet/Makefile.common 2013/04/06 13:01:28 1.2
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile.common,v 1.1.1.1 2011/10/04 08:03:43 manu Exp $ 1# $NetBSD: Makefile.common,v 1.2 2013/04/06 13:01:28 rodent Exp $
2# 2#
3 3
4# used by www/phraseanet/Makefile 4# used by www/phraseanet/Makefile
5# used by www/php-phrasea2/Makefile 5# used by www/php-phrasea2/Makefile
6# used by www/phraseanet-indexer/Makefile 6# used by www/phraseanet-indexer/Makefile
7 7
8VERS= 3.1.4 8VERS= 3.1.4
9DISTNAME= phraseanet-v3.1.4-linux 9DISTNAME= phraseanet-v3.1.4-linux
10CATEGORIES= www multimedia 10CATEGORIES= www multimedia
11MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phraseanet/} 11MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phraseanet/}
12EXTRACT_SUFX= .tar.gz 
13 12
14MAINTAINER= pkgsrc-users@NetBSD.org 13MAINTAINER= pkgsrc-users@NetBSD.org
15HOMEPAGE= http://www.phraseanet.com/ 14HOMEPAGE= http://www.phraseanet.com/
16COMMENT= Digital asset management 15COMMENT= Digital asset management
17LICENSE= gnu-gpl-v3 16LICENSE= gnu-gpl-v3

cvs diff -r1.9 -r1.10 pkgsrc/x11/fltk13/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/fltk13/Makefile 2013/02/16 11:18:11 1.9
+++ pkgsrc/x11/fltk13/Makefile 2013/04/06 13:01:28 1.10
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.9 2013/02/16 11:18:11 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2013/04/06 13:01:28 rodent Exp $
2 2
3DISTNAME= fltk-1.3.0-source 3DISTNAME= fltk-1.3.0-source
4PKGNAME= ${DISTNAME:S/-source//} 4PKGNAME= ${DISTNAME:S/-source//}
5VERS= ${DISTNAME:S/fltk-//:S/-source//} 5VERS= ${DISTNAME:S/fltk-//:S/-source//}
6PKGREVISION= 10 6PKGREVISION= 10
7CATEGORIES= x11 7CATEGORIES= x11
8MASTER_SITES= http://ftp.easysw.com/pub/fltk/${VERS}/ \ 8MASTER_SITES= http://ftp.easysw.com/pub/fltk/${VERS}/ \
9 ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/${VERS}/ \ 9 ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/${VERS}/ \
10 ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${VERS}/ 10 ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${VERS}/
11EXTRACT_SUFX= .tar.gz 
12 11
13MAINTAINER= pkgsrc-users@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
14HOMEPAGE= http://www.fltk.org/ 13HOMEPAGE= http://www.fltk.org/
15COMMENT= Fast Light Tool Kit for graphical user interfaces 14COMMENT= Fast Light Tool Kit for graphical user interfaces
16LICENSE= gnu-lgpl-v2 15LICENSE= gnu-lgpl-v2
17 16
18CONFLICTS= fltk-1.[012].* 17CONFLICTS= fltk-1.[012].*
19 18
20WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//} 19WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//}
21USE_LANGUAGES= c c++ 20USE_LANGUAGES= c c++
22USE_LIBTOOL= yes 21USE_LIBTOOL= yes
23USE_TOOLS+= gmake 22USE_TOOLS+= gmake
24TEST_TARGET= test 23TEST_TARGET= test