Date: Sat, 14 Jan 2006 17:38:34 +0800 (CST) From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vanilla@FreeBSD.org Subject: ports/91785: [MAINTAINER] chinese/pcmanx: fix bug of LIBTOOL_EXPORT_OPTIONS Message-ID: <20060114093834.13AD02E985@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200601140940.k0E9e5RX094418@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91785 >Category: ports >Synopsis: [MAINTAINER] chinese/pcmanx: fix bug of LIBTOOL_EXPORT_OPTIONS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jan 14 09:40:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 4.11-RELEASE-p13 i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD smtp2.bc.hgc.com.tw 4.11-RELEASE-p13 FreeBSD 4.11-RELEASE-p13 #2: Wed Oct 12 12:57:38 CST 2005 >Description: fix bug of LIBTOOL_EXPORT_OPTIONS Added file(s): - files/patch-Makefile.in Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- pcmanx-0.3.3_2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/chinese/pcmanx/Makefile /usr/home/chinsan/pcmanx/Makefile --- /usr/ports/chinese/pcmanx/Makefile Tue Nov 15 14:48:12 2005 +++ /usr/home/chinsan/pcmanx/Makefile Sat Jan 14 17:36:34 2006 @@ -7,7 +7,7 @@ PORTNAME= pcmanx PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= chinese net gnome MASTER_SITES= http://pcmanx.csie.net/release/ \ http://bbs.ilc.edu.tw/~chinsan/pcmanx/ diff -ruN --exclude=CVS /usr/ports/chinese/pcmanx/files/patch-Makefile.in /usr/home/chinsan/pcmanx/files/patch-Makefile.in --- /usr/ports/chinese/pcmanx/files/patch-Makefile.in Thu Jan 1 08:00:00 1970 +++ /usr/home/chinsan/pcmanx/files/patch-Makefile.in Sat Jan 14 17:28:26 2006 @@ -0,0 +1,12 @@ +diff -ruN src.orig/core/Makefile.in src/core/Makefile.in +--- src.orig/core/Makefile.in Sat Jan 14 17:24:03 2006 ++++ src/core/Makefile.in Sat Jan 14 17:25:42 2006 +@@ -253,7 +253,7 @@ + libpcmanx_core_la_LIBADD = $(GUI_LIBS) + libpcmanx_core_la_LDFLAGS = \ + -export-dynamic \ +- @LIBTOOL_EXPORT_OPTIONS@ \ ++ -export-symbols-regex "^[[^_]].*" \ + -rpath $(libdir) + + libpcmanx_core_la_SOURCES = \ --- pcmanx-0.3.3_2.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?20060114093834.13AD02E985>