pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fix the problem reported in PR pkg/31169 and the same ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89b51fc1be26
branches:  trunk
changeset: 499418:89b51fc1be26
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Sep 22 08:41:18 2005 +0000

description:
Fix the problem reported in PR pkg/31169 and the same problem in the
kdepim3 package.  On Solaris nawk can't handle the length of the lines
generated for config.status.overridden for these two packages, so get
pkgsrc itself to use gawk for these packages by adding
USE_TOOLS+=gawk:pkgsrc.

diffstat:

 misc/kdepim3/Makefile |  8 +++++++-
 x11/kdebase3/Makefile |  6 +++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r eee47dbd44bd -r 89b51fc1be26 misc/kdepim3/Makefile
--- a/misc/kdepim3/Makefile     Thu Sep 22 04:32:10 2005 +0000
+++ b/misc/kdepim3/Makefile     Thu Sep 22 08:41:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2005/08/02 10:29:20 markd Exp $
+# $NetBSD: Makefile,v 1.50 2005/09/22 08:41:18 markd Exp $
 
 DISTNAME=      kdepim-${_KDE_VERSION}
 PKGREVISION=   1
@@ -36,6 +36,12 @@
                libkdenetwork/kpgp-3.1-upgrade-address-data.pl \
                libkpgp/kpgp-3.1-upgrade-address-data.pl
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+USE_TOOLS+=    gawk:pkgsrc
+.endif
+
 .include "../../meta-pkgs/kde3/kde3.mk"
 BUILDLINK_DEPMETHOD.qt3-tools= full
 
diff -r eee47dbd44bd -r 89b51fc1be26 x11/kdebase3/Makefile
--- a/x11/kdebase3/Makefile     Thu Sep 22 04:32:10 2005 +0000
+++ b/x11/kdebase3/Makefile     Thu Sep 22 08:41:18 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2005/09/16 12:10:39 markd Exp $
+# $NetBSD: Makefile,v 1.91 2005/09/22 08:41:18 markd Exp $
 
 DISTNAME=      kdebase-${_KDE_VERSION}
 PKGREVISION=   2
@@ -66,6 +66,10 @@
 
 LIBS.NetBSD+=          ${EXPORT_SYMBOLS_LDFLAGS}
 
+.if ${OPSYS} == "SunOS"
+USE_TOOLS+=            gawk:pkgsrc
+.endif
+
 PLIST_SRC=             ${WRKDIR}/PLIST.Xdpms
 
 _KDE3_EXTRA_INCLUDES=  ${LOCALBASE}/include:${X11BASE}/include:${BUILDLINK_PREFIX.freetype2}/include/freetype2



Home | Main Index | Thread Index | Old Index