pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/createbuildlink buildlink2 -> buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3018f726a409
branches:  trunk
changeset: 477683:3018f726a409
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 06 23:39:40 2004 +0000

description:
buildlink2 -> buildlink3.

diffstat:

 pkgtools/createbuildlink/DESCR                   |  2 +-
 pkgtools/createbuildlink/files/createbuildlink   |  7 +++----
 pkgtools/createbuildlink/files/createbuildlink.8 |  4 ++--
 3 files changed, 6 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r 97ac01521111 -r 3018f726a409 pkgtools/createbuildlink/DESCR
--- a/pkgtools/createbuildlink/DESCR    Tue Jul 06 23:39:18 2004 +0000
+++ b/pkgtools/createbuildlink/DESCR    Tue Jul 06 23:39:40 2004 +0000
@@ -1,5 +1,5 @@
 This package installs a shell script that will take a Makefile
 and a PLIST file of an existing package and create an initial
-buildlink2.mk file from it.  The script tries to interpret the
+buildlink3.mk file from it.  The script tries to interpret the
 contents of the include and lib subdirectories (if any) of the
 package and add the corresponding BUILDLINK files.
diff -r 97ac01521111 -r 3018f726a409 pkgtools/createbuildlink/files/createbuildlink
--- a/pkgtools/createbuildlink/files/createbuildlink    Tue Jul 06 23:39:18 2004 +0000
+++ b/pkgtools/createbuildlink/files/createbuildlink    Tue Jul 06 23:39:40 2004 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: createbuildlink,v 1.23 2004/07/06 23:18:04 wiz Exp $
+#      $NetBSD: createbuildlink,v 1.24 2004/07/06 23:40:11 wiz Exp $
 #
 # Copyright (c) 2002 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -36,11 +36,10 @@
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 # POSSIBILITY OF SUCH DAMAGE.
 #
-# Create an initial buildlink2.mk or buildlink3.mk from a package's Makefile
-# and PLIST
+# Create an initial buildlink3.mk from a package's Makefile and PLIST
 #
 
-REV=`echo '$Revision: 1.23 $' | sed 's/\\$//g'`
+REV=`echo '$Revision: 1.24 $' | sed 's/\\$//g'`
 tmpdir=/tmp
 spacesintab=8
 makefile=Makefile
diff -r 97ac01521111 -r 3018f726a409 pkgtools/createbuildlink/files/createbuildlink.8
--- a/pkgtools/createbuildlink/files/createbuildlink.8  Tue Jul 06 23:39:18 2004 +0000
+++ b/pkgtools/createbuildlink/files/createbuildlink.8  Tue Jul 06 23:39:40 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: createbuildlink.8,v 1.8 2004/07/06 23:18:04 wiz Exp $
+.\"    $NetBSD: createbuildlink.8,v 1.9 2004/07/06 23:40:11 wiz Exp $
 .\"
 .\" Copyright (c) 2002,2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -39,7 +39,7 @@
 .Os
 .Sh NAME
 .Nm createbuildlink
-.Nd automatic pkgsrc buildlink2.mk and buildlink3.mk generator
+.Nd automatic pkgsrc buildlink3.mk generator
 .Sh SYNOPSIS
 .Nm
 .Op Fl 3



Home | Main Index | Thread Index | Old Index