Date: 31 Jan 2000 16:39:50 -0000 From: JoeLu@joelu.m8.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16494: one of the file in devel/libsigc++ is mis-placed Message-ID: <20000131163950.56111.qmail@joelu.m8.ntu.edu.tw>
next in thread | raw e-mail | index | archive | help
>Number: 16494 >Category: ports >Synopsis: one of the file in devel/libsigc++ is mis-placed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 31 08:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Joe Jih-Shien Lu >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: FreeBSD JoeLu.m8.ntu.edu.tw 3.4-STABLE FreeBSD 3.4-STABLE #12: Wed Jan 26 22:30:28 CST 2000 root@JoeLu.m8.ntu.edu.tw:/usr/local/JOELU/src/sys/compile/JOELU i386 >Description: The file sigc++config.h is mis-placed. This will cause trouble when it's used to compile the developer versions of gtk--. By the way, the official webpage of libsigc++ (along with that of gtk--) is moved to sourceforge.net lately, I updates the WWW link in DESCR as well. >How-To-Repeat: >Fix: --- patches/patch-ad Sun Jan 30 06:26:01 2000 +++ patches/patch-ad Mon Jan 31 10:03:00 2000 @@ -5,7 +5,7 @@ EXTRA_DIST = sigc++config.h.in -includedir = $(libdir)/sigc++/include -+includedir = $(prefix)/include/sigc++ ++includedir = $(prefix)/include include_HEADERS = sigc++config.h mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs CONFIG_HEADER = sigc++config.h --- patches/patch-af Thu Jan 1 08:00:00 1970 +++ patches/patch-af Mon Jan 31 10:35:26 2000 @@ -0,0 +1,11 @@ +--- sigc-config.in Thu Jan 13 07:23:16 2000 ++++ sigc-config.in Mon Jan 31 10:34:45 2000 +@@ -220,7 +220,7 @@ + if test "@libdir@" != /usr/lib ; then + libs="-L@libdir@" + fi +-af_cflags="$af_cflags -I@libdir@/sigc++/include $includes" ++af_cflags="$af_cflags $includes" + af_libs="$libs -lsigc @THREAD_LIB@ $af_libs" + + --- pkg/DESCR Sun Jan 30 06:26:02 2000 +++ pkg/DESCR Mon Jan 31 10:01:51 2000 @@ -6,7 +6,7 @@ To get a good overview of how to use the library, read /usr/local/share/doc/libsigc++/signals. -WWW: http://www.ece.ucdavis.edu/~kenelson/libsigc++/ +WWW: http://libsigc.sourceforge.net/ - Joe Lu JoeLu@JoeLu.m8.ntu.edu.tw --- pkg/PLIST Sun Jan 30 06:26:02 2000 +++ pkg/PLIST Mon Jan 31 10:02:47 2000 @@ -1,4 +1,5 @@ bin/sigc-config +include/sigc++config.h include/sigc++/adaptor.h include/sigc++/basic_signal.h include/sigc++/bind.h @@ -13,7 +14,6 @@ include/sigc++/object_slot.h include/sigc++/rettype.h include/sigc++/scope.h -include/sigc++/sigc++config.h include/sigc++/signal_system.h include/sigc++/slot.h include/sigc++/thread.h >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?20000131163950.56111.qmail>