pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/x11-links Mark as using c language. This fix ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb9e5df937e3
branches:  trunk
changeset: 516452:cb9e5df937e3
user:      seb <seb%pkgsrc.org@localhost>
date:      Fri Jul 21 12:37:49 2006 +0000

description:
Mark as using c language. This fix PLIST problem while doing
'make package' (make; make package works): without this SHLIB_TYPE
is set to 'none' while doing 'make package', resulting in
mk/plist/shlib-none.awk being used hence missing PLIST entries.

XXX I suppose this may not really be the right fix (barrier
problem?) but for the time being 'pkg_comp makeroot' succeed

XXX What is this 'foo' target?

diffstat:

 pkgtools/x11-links/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 281bec8c0bcd -r cb9e5df937e3 pkgtools/x11-links/Makefile
--- a/pkgtools/x11-links/Makefile       Fri Jul 21 08:24:29 2006 +0000
+++ b/pkgtools/x11-links/Makefile       Fri Jul 21 12:37:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2006/04/19 15:56:38 reed Exp $
+# $NetBSD: Makefile,v 1.79 2006/07/21 12:37:49 seb Exp $
 #
 # NOTE:        If you update this package, then you'll likely need to also update
 #      the x11-links dependency in buildlink3.mk to the correct version,
@@ -16,7 +16,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 WRKSRC=                        ${WRKDIR}
-USE_LANGUAGES=         # empty
+USE_LANGUAGES=         c
 EXTRACT_ONLY=          # empty
 NO_CHECKSUM=           yes
 NO_MTREE=              yes



Home | Main Index | Thread Index | Old Index