pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/lang/guile20



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Jun  3 18:09:50 UTC 2017

Modified Files:
        pkgsrc/lang/guile20 [pkgsrc-2017Q1]: Makefile

Log Message:
Pullup ticket #5453 - requested by sevan
lang/guile20: FreeSD build fix

Revisions pulled up:
- lang/guile20/Makefile                                         1.13

---
   Module Name:    pkgsrc
   Committed By:   ryoon
   Date:           Wed May 17 12:06:20 UTC 2017

   Modified Files:
           pkgsrc/lang/guile20: Makefile

   Log Message:
   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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.12.2.1 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.12 pkgsrc/lang/guile20/Makefile:1.12.2.1
--- pkgsrc/lang/guile20/Makefile:1.12   Thu Mar 16 10:07:27 2017
+++ pkgsrc/lang/guile20/Makefile        Sat Jun  3 18:09:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/03/16 10:07:27 wiz Exp $
+# $NetBSD: Makefile,v 1.12.2.1 2017/06/03 18:09:50 bsiegert Exp $
 
 DISTNAME=      guile-2.0.14
 PKGNAME=       ${DISTNAME:S/guile/guile20/}
@@ -50,7 +50,6 @@ SUBST_MESSAGE.tools=  Fixing path to pkg-
 
 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