Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2003 14:59:25 -0500
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.smsu.edu
Subject:   ports/53121: fix for lang/gauche/pkg-plist
Message-ID:  <200306091959.h59JxPVv001435@xarx.localdomain>
Resent-Message-ID: <200306092000.h59K0Tgo065655@freefall.freebsd.org>

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

>Number:         53121
>Category:       ports
>Synopsis:       fix for lang/gauche/pkg-plist
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 09 13:00:28 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Thu Jun 5 13:03:07 CDT 2003 root@fenris:/usr/obj/usr/src/sys/FENRIS i386


	
>Description:

forgot a couple entries in pkg-plist (new libtool crud), making the pkg
version of gauche unusable, and leaving stuff on delete.

This fixes the broken textproc/gauche-sxml/ issue

>How-To-Repeat:
	
>Fix:

	

--- gauche.oops.patch begins here ---
diff -Nurb lang/gauche.orig/pkg-plist lang/gauche/pkg-plist
--- lang/gauche.orig/pkg-plist	Mon Jun  9 13:00:32 2003
+++ lang/gauche/pkg-plist	Mon Jun  9 13:01:21 2003
@@ -57,7 +57,9 @@
 @dirrm lib/gauche/%%VERSION%%
 @dirrm lib/gauche
 lib/libgauche.a
+lib/libgauche.la
 lib/libgauche.so
+lib/libgauche.so.0
 share/gauche/%%VERSION%%/aclocal.m4
 share/gauche/%%VERSION%%/lib/binary/io.scm
 share/gauche/%%VERSION%%/lib/binary/pack.scm
--- gauche.oops.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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