ports/131961: fix pkg-plist and fine tune Makefil
Eric L. Chen
d9364104 at mail.nchu.edu.tw
Sun Feb 22 04:10:02 UTC 2009
>Number: 131961
>Category: ports
>Synopsis: fix pkg-plist and fine tune Makefil
>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: Sun Feb 22 04:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Eric L. Chen
>Release: 7-STABLE
>Organization:
National Chung Hsing University
>Environment:
FreeBSD lihong-nb 7.1-STABLE FreeBSD 7.1-STABLE #18: Fri Feb 20 09:24:07 CST 2009 root at lihong-nb:/usr/obj/usr/src/sys/LIHONG-NB i386
>Description:
1) Fix pkg-plist
2) Remove conflict with pwlib-*, since they have different installed path.
3) Depends on pkgconfig not gnometarget, it uses pkgconfig actuallly.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -purN devel/ptlib/Makefile devel/ptlib/Makefile
--- devel/ptlib/Makefile 2009-02-22 03:01:07.000000000 +0800
+++ devel/ptlib/Makefile 2009-02-22 11:42:19.000000000 +0800
@@ -17,12 +17,10 @@ COMMENT= A cross platform C++ library, u
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
-CONFLICTS= pwlib-*
-
USE_BISON= build
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_GNOME= gnometarget
+USE_GNOME= pkgconfig
WANT_GNOME= yes
WANT_SDL= yes
USE_OPENSSL= yes
diff -purN devel/ptlib/pkg-plist devel/ptlib/pkg-plist
--- devel/ptlib/pkg-plist 2009-02-22 03:01:07.000000000 +0800
+++ devel/ptlib/pkg-plist 2009-02-22 11:41:50.000000000 +0800
@@ -172,7 +172,6 @@ share/ptlib/make/unix.mak
@dirrm share/ptlib/make
@dirrm share/ptlib
lib/libpt.so.2.4.4
-lib/libpt.so.2.4
-lib/libpt.so.2
+lib/libpt.so
lib/libpt_s.a
libdata/pkgconfig/ptlib.pc
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list