pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/guile20



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Dec  7 19:05:48 UTC 2016

Modified Files:
        pkgsrc/lang/guile20: Makefile

Log Message:
guile20: fix PLIST for FreeBSD, which for some reason uses a different
soname.

>From David Shao in PR pkg/51694


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/guile20/Makefile

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

Modified files:

Index: pkgsrc/lang/guile20/Makefile
diff -u pkgsrc/lang/guile20/Makefile:1.7 pkgsrc/lang/guile20/Makefile:1.8
--- pkgsrc/lang/guile20/Makefile:1.7    Wed Sep 28 09:04:41 2016
+++ pkgsrc/lang/guile20/Makefile        Wed Dec  7 19:05:47 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/09/28 09:04:41 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2016/12/07 19:05:47 maya Exp $
 
 DISTNAME=      guile-2.0.12
 PKGNAME=       ${DISTNAME:S/guile/guile20/}
@@ -50,6 +50,7 @@ SUBST_MESSAGE.tools=  Fixing path to pkg-
 
 OPSYSVARS+=            GUILE_LIBNAME
 GUILE_LIBNAME.Darwin=  a
+GUILE_LIBNAME.FreeBSD= so.30
 GUILE_LIBNAME.*=       so.22.8.0
 
 PLIST_SUBST+=          GUILE_LIBNAME=${GUILE_LIBNAME}



Home | Main Index | Thread Index | Old Index