pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/guile20 Fix packaging under FreeBSD/amd64 10.2 an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53701c3cdb90
branches:  trunk
changeset: 362545:53701c3cdb90
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed May 17 12:06:20 2017 +0000

description:
Fix packaging under FreeBSD/amd64 10.2 and 11.0

At least under 10.2, 10.3-RC3 and 11.0, GUILE_LIBNAME is so.22.8.1 like
other platforms.

diffstat:

 lang/guile20/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c76244e2a852 -r 53701c3cdb90 lang/guile20/Makefile
--- a/lang/guile20/Makefile     Wed May 17 11:40:56 2017 +0000
+++ b/lang/guile20/Makefile     Wed May 17 12:06:20 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/03/16 10:07:27 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/05/17 12:06:20 ryoon Exp $
 
 DISTNAME=      guile-2.0.14
 PKGNAME=       ${DISTNAME:S/guile/guile20/}
@@ -50,7 +50,6 @@
 
 OPSYSVARS+=            GUILE_LIBNAME
 GUILE_LIBNAME.Darwin=  a
-GUILE_LIBNAME.FreeBSD= so.30
 GUILE_LIBNAME.*=       so.22.8.1
 
 PLIST_SUBST+=          GUILE_LIBNAME=${GUILE_LIBNAME}



Home | Main Index | Thread Index | Old Index