pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators Set LIBTOOLIZE_PLIST to NO, since the automa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3112df29eb04
branches:  trunk
changeset: 483017:3112df29eb04
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Nov 06 01:34:21 2004 +0000

description:
Set LIBTOOLIZE_PLIST to NO, since the automatic PLIST generation
from rpms does not cooperate with it at all.

diffstat:

 emulators/suse91_expat/Makefile   |  4 +++-
 emulators/suse91_libjpeg/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r b024b05d402a -r 3112df29eb04 emulators/suse91_expat/Makefile
--- a/emulators/suse91_expat/Makefile   Sat Nov 06 01:31:58 2004 +0000
+++ b/emulators/suse91_expat/Makefile   Sat Nov 06 01:34:21 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/09/02 20:28:17 recht Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/06 01:34:21 wiz Exp $
 
 DISTNAME=              suse_expat-${SUSE_VERSION}
+PKGREVISION=           1
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -16,6 +17,7 @@
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
 NO_BUILDLINK=          YES
+LIBTOOLIZE_PLIST=      NO
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
 RPMFILES=              expat-1.95.7-37.${SUSE_ARCH}.rpm
diff -r b024b05d402a -r 3112df29eb04 emulators/suse91_libjpeg/Makefile
--- a/emulators/suse91_libjpeg/Makefile Sat Nov 06 01:31:58 2004 +0000
+++ b/emulators/suse91_libjpeg/Makefile Sat Nov 06 01:34:21 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2004/07/31 11:53:09 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/06 01:34:21 wiz Exp $
 
 DISTNAME=              suse_libjpeg-${SUSE_VERSION}
+PKGREVISION=           1
 CATEGORIES=            emulators
 MASTER_SITES=          ${MASTER_SITE_SUSE91}
 DISTFILES=             ${RPMFILES}
@@ -16,6 +17,7 @@
 EXTRACT_ONLY=          # empty
 NO_BUILD=              YES
 NO_BUILDLINK=          YES
+LIBTOOLIZE_PLIST=      NO
 PLIST_SRC=             ${WRKDIR}/PLIST_DYNAMIC
 
 RPMFILES=              libjpeg-6.2.0-731.${SUSE_ARCH}.rpm



Home | Main Index | Thread Index | Old Index