Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2009 04:05:15 GMT
From:      "Eric L. Chen" <d9364104@mail.nchu.edu.tw>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/131961: fix pkg-plist and fine tune Makefil
Message-ID:  <200902220405.n1M45FnF022691@www.freebsd.org>
Resent-Message-ID: <200902220410.n1M4A1M2060278@freefall.freebsd.org>

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

>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@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:



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