pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/lang/guile20 Pullup ticket #5453 - requested b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d5f705f693a
branches:  pkgsrc-2017Q1
changeset: 360400:0d5f705f693a
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Jun 03 18:09:50 2017 +0000

description:
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.

diffstat:

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

diffs (17 lines):

diff -r 1af25a5e0895 -r 0d5f705f693a lang/guile20/Makefile
--- a/lang/guile20/Makefile     Sat Jun 03 18:03:48 2017 +0000
+++ b/lang/guile20/Makefile     Sat Jun 03 18:09:50 2017 +0000
@@ -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 @@
 
 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