pkgsrc-Changes archive

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

CVS commit: pkgsrc/doc



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Jun  4 23:55:00 UTC 2018

Modified Files:
        pkgsrc/doc: pkgsrc.txt
        pkgsrc/doc/guide/files: creating.xml

Log Message:
Fix an error in the example of BUILDLINK_TRANSFORM


To generate a diff of this commit:
cvs rdiff -u -r1.247 -r1.248 pkgsrc/doc/pkgsrc.txt
cvs rdiff -u -r1.26 -r1.27 pkgsrc/doc/guide/files/creating.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/pkgsrc.txt
diff -u pkgsrc/doc/pkgsrc.txt:1.247 pkgsrc/doc/pkgsrc.txt:1.248
--- pkgsrc/doc/pkgsrc.txt:1.247 Fri May 11 22:03:06 2018
+++ pkgsrc/doc/pkgsrc.txt       Mon Jun  4 23:54:59 2018
@@ -2891,7 +2891,7 @@ quite large, I didn't want to fix it. So
 Makefile and tried again:
 
 CPPFLAGS+=              -I${BUILDLINK_PREFIX.libIDL}/include/libIDL-2.0
-BUILDLINK_TRANSFORM+=   -l:IDL:IDL-2
+BUILDLINK_TRANSFORM+=   l:IDL:IDL-2
 
 The latter line is needed because the package expects the library libIDL.so,
 but only libIDL-2.so is available. So I told the compiler wrapper to rewrite

Index: pkgsrc/doc/guide/files/creating.xml
diff -u pkgsrc/doc/guide/files/creating.xml:1.26 pkgsrc/doc/guide/files/creating.xml:1.27
--- pkgsrc/doc/guide/files/creating.xml:1.26    Sun Nov 26 09:43:02 2017
+++ pkgsrc/doc/guide/files/creating.xml Mon Jun  4 23:55:00 2018
@@ -1,4 +1,4 @@
-<!-- $NetBSD: creating.xml,v 1.26 2017/11/26 09:43:02 wiz Exp $ -->
+<!-- $NetBSD: creating.xml,v 1.27 2018/06/04 23:55:00 minskim Exp $ -->
 
 <chapter id="creating">
 <title>Creating a new pkgsrc package from scratch</title>
@@ -411,7 +411,7 @@ large, I didn't want to fix it. So I add
 
 <programlisting>
 CPPFLAGS+=              -I${BUILDLINK_PREFIX.libIDL}/include/libIDL-2.0
-BUILDLINK_TRANSFORM+=   -l:IDL:IDL-2
+BUILDLINK_TRANSFORM+=   l:IDL:IDL-2
 </programlisting>
 
 <para>The latter line is needed because the package expects the library



Home | Main Index | Thread Index | Old Index