pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/createbuildlink 3.9: Update for pkg-config pa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c0fafc5d59ae
branches: trunk
changeset: 497186:c0fafc5d59ae
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jul 21 16:25:05 2005 +0000
description:
3.9: Update for pkg-config path change.
diffstat:
pkgtools/createbuildlink/Makefile | 4 ++--
pkgtools/createbuildlink/files/createbuildlink | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (41 lines):
diff -r c7e36da66bd6 -r c0fafc5d59ae pkgtools/createbuildlink/Makefile
--- a/pkgtools/createbuildlink/Makefile Thu Jul 21 16:22:42 2005 +0000
+++ b/pkgtools/createbuildlink/Makefile Thu Jul 21 16:25:05 2005 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2005/04/11 21:47:04 tv Exp $
+# $NetBSD: Makefile,v 1.36 2005/07/21 16:25:05 wiz Exp $
-DISTNAME= createbuildlink-3.8
+DISTNAME= createbuildlink-3.9
CATEGORIES= pkgtools sysutils
MASTER_SITES= # Nothing
DISTFILES= # Nothing
diff -r c7e36da66bd6 -r c0fafc5d59ae pkgtools/createbuildlink/files/createbuildlink
--- a/pkgtools/createbuildlink/files/createbuildlink Thu Jul 21 16:22:42 2005 +0000
+++ b/pkgtools/createbuildlink/files/createbuildlink Thu Jul 21 16:25:05 2005 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: createbuildlink,v 1.27 2004/10/15 14:41:11 tv Exp $
+# $NetBSD: createbuildlink,v 1.28 2005/07/21 16:25:06 wiz Exp $
#
# Copyright (c) 2002 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -39,7 +39,7 @@
# Create an initial buildlink3.mk from a package's Makefile and PLIST
#
-REV=`echo '$Revision: 1.27 $' | sed 's/\\$//g'`
+REV=`echo '$Revision: 1.28 $' | sed 's/\\$//g'`
tmpdir=/tmp
spacesintab=8
makefile=Makefile
@@ -187,7 +187,7 @@
EOF
for i in $makefile $commons ; do
[ ! -f $i ] || grep '^.include.*\.\.\/.*\/.*/buildlink3.mk\"' $i |
- egrep -v '/devel/pkgconfig/|/textproc/intltool/' | sed 's,^,#,'
+ egrep -v '/devel/pkg-config/|/textproc/intltool/' | sed 's,^,#,'
done
sed -f $sedrules <<EOF
Home |
Main Index |
Thread Index |
Old Index