Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2001 10:51:08 +0300 (EEST)
From:      martti.kuparinen@iki.fi
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29139: [PATCH] ports/devel/g-wrap
Message-ID:  <200107220751.f6M7p8o62511@du-16.verkstad.net>

next in thread | raw e-mail | index | archive | help

>Number:         29139
>Category:       ports
>Synopsis:       [PATCH] ports/devel/g-wrap
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 22 01:50:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Martti Kuparinen
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
piuha.net
>Environment:
System: FreeBSD morse 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun Jun 17 09:47:54 EEST 2001 root@morse:/usr/obj/usr/src/sys/MORSE i386


	
>Description:

Update the g-wrap package to the latest stable version. This
is required for GnuCash 1.6 (which is in the next PR).

>How-To-Repeat:
>Fix:

diff -Nru /usr/ports/devel/g-wrap/Makefile g-wrap/Makefile
--- /usr/ports/devel/g-wrap/Makefile	Sat May 12 07:33:37 2001
+++ g-wrap/Makefile	Sat Jul 21 15:00:38 2001
@@ -7,15 +7,23 @@
 #
 
 PORTNAME=	g-wrap
-PORTVERSION=	0.9.12
+PORTVERSION=	1.1.10
 CATEGORIES=	devel
 MASTER_SITES=	http://www.gnucash.org/pub/g-wrap/source/
 
 MAINTAINER=	gnome@FreeBSD.org
 
 LIB_DEPENDS=	guile.9:${PORTSDIR}/lang/guile
+BUILD_DEPENDS+=	${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib
 
+USE_GMAKE=	yes
 USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
+
+post-configure:
+	cd ${WRKSRC} && ${LN} -sf ${LOCALBASE}/share/slib slib
+
+post-install:
+	cd ${LOCALBASE}/share/guile && ${LN} -sf ${LOCALBASE}/share/slib slib
 
 .include <bsd.port.mk>
diff -Nru /usr/ports/devel/g-wrap/distinfo g-wrap/distinfo
--- /usr/ports/devel/g-wrap/distinfo	Sat Nov 18 08:22:15 2000
+++ g-wrap/distinfo	Sat Jul 21 09:21:16 2001
@@ -1 +1 @@
-MD5 (g-wrap-0.9.12.tar.gz) = 667af789f4090a2fd499e1cf0770cbbf
+MD5 (g-wrap-1.1.10.tar.gz) = 92f0bf4c7225bdd52101bbe29f674925
diff -Nru /usr/ports/devel/g-wrap/pkg-plist g-wrap/pkg-plist
--- /usr/ports/devel/g-wrap/pkg-plist	Sun Nov  5 16:30:41 2000
+++ g-wrap/pkg-plist	Sat Jul 21 15:00:26 2001
@@ -1,20 +1,21 @@
-bin/g-scan
-bin/g-wrap
 bin/g-wrap-config
-include/g-wrap.h
+include/g-wrap-runtime-guile.h
 @unexec install-info --delete %D/info/g-wrap.info %D/info/dir
 info/g-wrap.info
 @exec install-info %D/info/g-wrap.info %D/info/dir
-lib/libgwrapguile.a
-lib/libgwrapguile.so
-lib/libgwrapguile.so.0
-libexec/g-wrap-guile
+lib/libg-wrap-runtime-guile.a
+lib/libg-wrap-runtime-guile.so
+lib/libg-wrap-runtime-guile.so.2
 share/aclocal/g-wrap.m4
-share/guile/site/g-wrap.scm
-share/guile/site/g-wrap/g-translate.scm
-share/guile/site/g-wrap/guile-types.scm
-share/guile/site/g-wrap/output-file.scm
-share/guile/site/g-wrap/pointer.scm
-share/guile/site/g-wrap/sorting.scm
-@dirrm share/guile/site/g-wrap
-@dirrm share/guile/site
+share/guile/g-wrap/guile-types.scm
+share/guile/g-wrap/output-file.scm
+share/guile/g-wrap/g-translate.scm
+share/guile/g-wrap/sorting.scm
+share/guile/g-wrapped/libgw-runtime.so.0
+share/guile/g-wrapped/libgw-runtime.so
+share/guile/g-wrapped/libgw-runtime.a
+share/guile/g-wrapped/gw-runtime-spec.scm
+share/guile/g-wrap.scm
+share/guile/slib
+@dirrm share/guile/g-wrap
+@dirrm share/guile/g-wrapped
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107220751.f6M7p8o62511>