Sun Dec 7 19:47:07 2014 UTC ()
Use appended lists here too instead of multi-line ones.


(rodent)
diff -r1.12 -r1.13 pkgsrc/meta-pkgs/suse100/Makefile
diff -r1.3 -r1.4 pkgsrc/meta-pkgs/suse131/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/meta-pkgs/suse100/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/suse100/Makefile 2012/03/19 09:14:52 1.12
+++ pkgsrc/meta-pkgs/suse100/Makefile 2014/12/07 19:47:06 1.13
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.12 2012/03/19 09:14:52 obache Exp $ 1# $NetBSD: Makefile,v 1.13 2014/12/07 19:47:06 rodent Exp $
2 2
3DISTNAME= suse-${SUSE_VERSION} 3DISTNAME= suse-${SUSE_VERSION}
4PKGREVISION= 5 4PKGREVISION= 5
5CATEGORIES= emulators meta-pkgs 5CATEGORIES= emulators meta-pkgs
6MASTER_SITES= # empty 6MASTER_SITES= # empty
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9COMMENT= SUSE-based Linux binary emulation environment 9COMMENT= SUSE-based Linux binary emulation environment
10 10
11EMUL_MODULES.linux= aspell base compat cups expat fontconfig \ 11EMUL_MODULES.linux= aspell base compat cups expat fontconfig freetype2 glx
12 freetype2 glx gtk2 jpeg locale \ 12EMUL_MODULES.linux+= gtk2 jpeg locale motif openssl png slang tiff x11 xml2
13 motif openssl png slang tiff x11 xml2 
14EMUL_PKG_FMT= plain 13EMUL_PKG_FMT= plain
15 14
16META_PACKAGE= yes 15META_PACKAGE= yes
17 16
18.include "../../emulators/suse100_linux/Makefile.common" 17.include "../../emulators/suse100_linux/Makefile.common"
19.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/meta-pkgs/suse131/Makefile (expand / switch to unified diff)

--- pkgsrc/meta-pkgs/suse131/Makefile 2014/01/23 06:51:17 1.3
+++ pkgsrc/meta-pkgs/suse131/Makefile 2014/12/07 19:47:07 1.4
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.3 2014/01/23 06:51:17 obache Exp $ 1# $NetBSD: Makefile,v 1.4 2014/12/07 19:47:07 rodent Exp $
2 2
3DISTNAME= suse-${SUSE_VERSION} 3DISTNAME= suse-${SUSE_VERSION}
4PKGREVISION= 2 4PKGREVISION= 2
5CATEGORIES= emulators meta-pkgs 5CATEGORIES= emulators meta-pkgs
6MASTER_SITES= # empty 6MASTER_SITES= # empty
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9COMMENT= SUSE-based Linux binary emulation environment 9COMMENT= SUSE-based Linux binary emulation environment
10 10
11EMUL_MODULES.linux= alsa aspell base compat cyrus-sasl cups curl dbus-glib \ 11EMUL_MODULES.linux= alsa aspell base compat cyrus-sasl cups curl dbus-glib
12 expat fontconfig freetype2 glib2 glx gtk2 jpeg krb5 \ 12EMUL_MODULES.linux+= expat fontconfig freetype2 glib2 glx gtk2 jpeg krb5
13 libffi libjson libsigc++2 libsndfile libssh libwrap \ 13EMUL_MODULES.linux+= libffi libjson libsigc++2 libsndfile libssh libwrap
14 locale motif nspr nss openldap openssl pulseaudio png \ 14EMUL_MODULES.linux+= locale motif nspr nss openldap openssl pulseaudio png
15 qt4 slang tiff x11 xml2 15EMUL_MODULES.linux+= qt4 slang tiff x11 xml2
16EMUL_PKG_FMT= plain 16EMUL_PKG_FMT= plain
17 17
18META_PACKAGE= yes 18META_PACKAGE= yes
19 19
20.include "../../emulators/suse131_linux/Makefile.common" 20.include "../../emulators/suse131_linux/Makefile.common"
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"