From nobody@FreeBSD.org  Sun Feb 22 04:05:15 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 99B28106567E
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Feb 2009 04:05:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 874798FC23
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Feb 2009 04:05:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n1M45Fs4022692
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 22 Feb 2009 04:05:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n1M45FnF022691;
	Sun, 22 Feb 2009 04:05:15 GMT
	(envelope-from nobody)
Message-Id: <200902220405.n1M45FnF022691@www.freebsd.org>
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: fix pkg-plist and fine tune Makefil
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         131961
>Category:       ports
>Synopsis:       devel/ptlib: fix pkg-plist and fine tune Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 22 04:10:01 UTC 2009
>Closed-Date:    Mon Feb 23 06:27:23 UTC 2009
>Last-Modified:  Mon Feb 23 06:30:05 UTC 2009
>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:

From: "Eric L. Chen" <d9364104@mail.nchu.edu.tw>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/131961: fix pkg-plist and fine tune Makefil
Date: Sun, 22 Feb 2009 23:40:11 +0800

 --=-YIBQpSAAtncUzrsbAMT+
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 
 On Sun, 2009-02-22 at 04:10 +0000, FreeBSD-gnats-submit@FreeBSD.org
 wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `ports/131961'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 > 
 > You can access the state of your problem report at any time
 > via this link:
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=131961
 > 
 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       fix pkg-plist and fine tune Makefil
 > >Arrival-Date:   Sun Feb 22 04:10:01 UTC 2009
 New patch to satisfy shared library's policies.
 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:48:49.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/files/patch-Makefile.in
 devel/ptlib/files/patch-Makefile.in
 --- devel/ptlib/files/patch-Makefile.in	2009-02-22 03:01:07.000000000
 +0800
 +++ devel/ptlib/files/patch-Makefile.in	2009-02-22 21:27:30.000000000
 +0800
 @@ -1,6 +1,20 @@
 ---- Makefile.in.orig	2009-01-11 17:53:18.000000000 -0500
 -+++ Makefile.in	2009-01-26 15:09:22.000000000 -0500
 -@@ -120,9 +120,9 @@
 +--- Makefile.in.orig	2009-01-12 06:53:18.000000000 +0800
 ++++ Makefile.in	2009-02-22 21:15:46.000000000 +0800
 +@@ -85,11 +85,11 @@ install:
 +                      $(DESTDIR)$(PREFIX)/share/ptlib/make ; \
 + 		do mkdir -p $$dir ; chmod 755 $$dir ; \
 + 	done )
 +-	$(INSTALL) -m 444
 $(PT_LIBDIR)/$(PTLIB_FILE).@MAJOR_VERSION@.@MINOR_VERSION@@BUILD_TYPE@@BUILD_NUMBER@ $(DESTDIR)$(LIBDIR)
 ++	$(INSTALL) -m 444
 $(PT_LIBDIR)/$(PTLIB_FILE).@MAJOR_VERSION@.@MINOR_VERSION@@BUILD_TYPE@@BUILD_NUMBER@ $(DESTDIR)$(LIBDIR)/$(PTLIB_FILE).@MAJOR_VERSION@
 + 	$(INSTALL) -m 444 $(PT_LIBDIR)/lib$(PTLIB_BASE)_s.a
 $(DESTDIR)$(LIBDIR)
 + 	(cd $(DESTDIR)$(LIBDIR) ; \
 + 		rm -f  $(PTLIB_FILE) ; \
 +-		ln -sf
 $(PTLIB_FILE).@MAJOR_VERSION@.@MINOR_VERSION@@BUILD_TYPE@@BUILD_NUMBER@
 $(PTLIB_FILE) \
 ++		ln -sf $(PTLIB_FILE).@MAJOR_VERSION@ $(PTLIB_FILE) \
 + 	)
 + ifeq (1, $(HAS_PLUGINS))
 + 	if test -e $(PT_LIBDIR)/device/; then \
 +@@ -120,9 +120,9 @@ endif
   	$(INSTALL) -m 755 make/ptlib-config
 $(DESTDIR)$(PREFIX)/share/ptlib/make/
   	(cd $(DESTDIR)$(PREFIX)/bin; rm -f ptlib-config ; ln
 -snf ../share/ptlib/make/ptlib-config ptlib-config)
   
 @@ -13,7 +27,7 @@
   uninstall:
   	rm -rf $(DESTDIR)$(PREFIX)/include/ptlib \
   	       $(DESTDIR)$(PREFIX)/include/ptclib \
 -@@ -130,7 +130,7 @@
 +@@ -130,7 +130,7 @@ uninstall:
   	       $(DESTDIR)$(PREFIX)/include/ptbuildopts.h \
   	       $(DESTDIR)$(PREFIX)/share/ptlib \
   	       $(DESTDIR)$(LIBDIR)/$(DEV_PLUGIN_DIR) \
 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 21:27:36.000000000 +0800
 @@ -171,8 +171,7 @@ share/ptlib/make/ptlib.mak
  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
 
 --=-YIBQpSAAtncUzrsbAMT+
 Content-Disposition: attachment; filename="ptlib.diff"
 Content-Type: text/x-patch; name="ptlib.diff"; charset="UTF-8"
 Content-Transfer-Encoding: 7bit
 
 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:48:49.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/files/patch-Makefile.in devel/ptlib/files/patch-Makefile.in
 --- devel/ptlib/files/patch-Makefile.in	2009-02-22 03:01:07.000000000 +0800
 +++ devel/ptlib/files/patch-Makefile.in	2009-02-22 21:27:30.000000000 +0800
 @@ -1,6 +1,20 @@
 ---- Makefile.in.orig	2009-01-11 17:53:18.000000000 -0500
 -+++ Makefile.in	2009-01-26 15:09:22.000000000 -0500
 -@@ -120,9 +120,9 @@
 +--- Makefile.in.orig	2009-01-12 06:53:18.000000000 +0800
 ++++ Makefile.in	2009-02-22 21:15:46.000000000 +0800
 +@@ -85,11 +85,11 @@ install:
 +                      $(DESTDIR)$(PREFIX)/share/ptlib/make ; \
 + 		do mkdir -p $$dir ; chmod 755 $$dir ; \
 + 	done )
 +-	$(INSTALL) -m 444 $(PT_LIBDIR)/$(PTLIB_FILE).@MAJOR_VERSION@.@MINOR_VERSION@@BUILD_TYPE@@BUILD_NUMBER@ $(DESTDIR)$(LIBDIR)
 ++	$(INSTALL) -m 444 $(PT_LIBDIR)/$(PTLIB_FILE).@MAJOR_VERSION@.@MINOR_VERSION@@BUILD_TYPE@@BUILD_NUMBER@ $(DESTDIR)$(LIBDIR)/$(PTLIB_FILE).@MAJOR_VERSION@
 + 	$(INSTALL) -m 444 $(PT_LIBDIR)/lib$(PTLIB_BASE)_s.a $(DESTDIR)$(LIBDIR)
 + 	(cd $(DESTDIR)$(LIBDIR) ; \
 + 		rm -f  $(PTLIB_FILE) ; \
 +-		ln -sf $(PTLIB_FILE).@MAJOR_VERSION@.@MINOR_VERSION@@BUILD_TYPE@@BUILD_NUMBER@ $(PTLIB_FILE) \
 ++		ln -sf $(PTLIB_FILE).@MAJOR_VERSION@ $(PTLIB_FILE) \
 + 	)
 + ifeq (1, $(HAS_PLUGINS))
 + 	if test -e $(PT_LIBDIR)/device/; then \
 +@@ -120,9 +120,9 @@ endif
   	$(INSTALL) -m 755 make/ptlib-config $(DESTDIR)$(PREFIX)/share/ptlib/make/
   	(cd $(DESTDIR)$(PREFIX)/bin; rm -f ptlib-config ; ln -snf ../share/ptlib/make/ptlib-config ptlib-config)
   
 @@ -13,7 +27,7 @@
   uninstall:
   	rm -rf $(DESTDIR)$(PREFIX)/include/ptlib \
   	       $(DESTDIR)$(PREFIX)/include/ptclib \
 -@@ -130,7 +130,7 @@
 +@@ -130,7 +130,7 @@ uninstall:
   	       $(DESTDIR)$(PREFIX)/include/ptbuildopts.h \
   	       $(DESTDIR)$(PREFIX)/share/ptlib \
   	       $(DESTDIR)$(LIBDIR)/$(DEV_PLUGIN_DIR) \
 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 21:27:36.000000000 +0800
 @@ -171,8 +171,7 @@ share/ptlib/make/ptlib.mak
  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
 
 --=-YIBQpSAAtncUzrsbAMT+--
 
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Sun Feb 22 21:22:52 UTC 2009 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131961 

From: Beech Rintoul <beech@freebsd.org>
To: "Eric L. Chen" <d9364104@mail.nchu.edu.tw>
Cc: Bug Followup <bug-followup@freebsd.org>,
 Beech Rintoul <beech@freebsd.org>
Subject: Re: ports/131961: devel/ptlib: fix pkg-plist and fine tune Makefile
Date: Sun, 22 Feb 2009 12:36:58 -0900

 Patch is mangled. Please post it somewhere or send directly.
 
 Beech
 
 -- 
 ---------------------------------------------------------------------------------------
 Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org
 /"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
 \ / - NO HTML/RTF in e-mail   | http://people.freebsd.org/~beech
  X  - NO Word docs in e-mail | Skype: akbeech
 / \  - http://www.FreeBSD.org/releases/7.1R/announce.html
 ---------------------------------------------------------------------------------------
 
 
 
 

From: "Eric L. Chen" <d9364104@mail.nchu.edu.tw>
To: akbeech@gmail.com
Cc: Bug Followup <bug-followup@freebsd.org>, Beech Rintoul <beech@freebsd.org>
Subject: Re: ports/131961: devel/ptlib: fix pkg-plist and fine tune Makefile
Date: Mon, 23 Feb 2009 10:39:28 +0800

 On Sun, 2009-02-22 at 12:36 -0900, Beech Rintoul wrote:
 > Patch is mangled. Please post it somewhere or send directly.
 > 
 > Beech
 > 
 Sorry, patch is here:
 diff -purN devel/ptlib.orig/Makefile devel/ptlib/Makefile
 --- devel/ptlib.orig/Makefile	2009-02-22 03:01:07.000000000 +0800
 +++ devel/ptlib/Makefile	2009-02-22 11:48:49.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.orig/files/patch-Makefile.in
 devel/ptlib/files/patch-Makefile.in
 --- devel/ptlib.orig/files/patch-Makefile.in	2009-02-22
 03:01:07.000000000 +0800
 +++ devel/ptlib/files/patch-Makefile.in	2009-02-23 10:04:07.000000000
 +0800
 @@ -1,5 +1,19 @@
 ---- Makefile.in.orig	2009-01-11 17:53:18.000000000 -0500
 -+++ Makefile.in	2009-01-26 15:09:22.000000000 -0500
 +--- Makefile.in.orig	2009-01-12 06:53:18.000000000 +0800
 ++++ Makefile.in	2009-02-23 10:03:52.000000000 +0800
 +@@ -85,11 +85,11 @@
 +                      $(DESTDIR)$(PREFIX)/share/ptlib/make ; \
 + 		do mkdir -p $$dir ; chmod 755 $$dir ; \
 + 	done )
 +-	$(INSTALL) -m 444
 $(PT_LIBDIR)/$(PTLIB_FILE).@MAJOR_VERSION@.@MINOR_VERSION@@BUILD_TYPE@@BUILD_NUMBER@ $(DESTDIR)$(LIBDIR)
 ++	$(INSTALL) -m 444 $(PT_LIBDIR)/$(PTLIB_FILE).@MAJOR_VERSION@
 $(DESTDIR)$(LIBDIR)
 + 	$(INSTALL) -m 444 $(PT_LIBDIR)/lib$(PTLIB_BASE)_s.a
 $(DESTDIR)$(LIBDIR)
 + 	(cd $(DESTDIR)$(LIBDIR) ; \
 + 		rm -f  $(PTLIB_FILE) ; \
 +-		ln -sf
 $(PTLIB_FILE).@MAJOR_VERSION@.@MINOR_VERSION@@BUILD_TYPE@@BUILD_NUMBER@
 $(PTLIB_FILE) \
 ++		ln -sf $(PTLIB_FILE).@MAJOR_VERSION@ $(PTLIB_FILE) \
 + 	)
 + ifeq (1, $(HAS_PLUGINS))
 + 	if test -e $(PT_LIBDIR)/device/; then \
  @@ -120,9 +120,9 @@
   	$(INSTALL) -m 755 make/ptlib-config
 $(DESTDIR)$(PREFIX)/share/ptlib/make/
   	(cd $(DESTDIR)$(PREFIX)/bin; rm -f ptlib-config ; ln
 -snf ../share/ptlib/make/ptlib-config ptlib-config)
 @@ -13,7 +27,7 @@
   uninstall:
   	rm -rf $(DESTDIR)$(PREFIX)/include/ptlib \
   	       $(DESTDIR)$(PREFIX)/include/ptclib \
 -@@ -130,7 +130,7 @@
 +@@ -130,9 +130,9 @@
   	       $(DESTDIR)$(PREFIX)/include/ptbuildopts.h \
   	       $(DESTDIR)$(PREFIX)/share/ptlib \
   	       $(DESTDIR)$(LIBDIR)/$(DEV_PLUGIN_DIR) \
 @@ -21,4 +35,7 @@
  +	       $(DESTDIR)$(PREFIX)/libdata/pkgconfig/ptlib.pc
   	rm -f $(DESTDIR)$(LIBDIR)/lib$(PTLIB_BASE)_s.a \
   	      $(DESTDIR)$(LIBDIR)/$(PTLIB_FILE) \
 -
 $(DESTDIR)$(LIBDIR)/$(PTLIB_FILE).@MAJOR_VERSION@.@MINOR_VERSION@@BUILD_TYPE@@BUILD_NUMBER@
 +-
 $(DESTDIR)$(LIBDIR)/$(PTLIB_FILE).@MAJOR_VERSION@.@MINOR_VERSION@@BUILD_TYPE@@BUILD_NUMBER@
 ++	      $(DESTDIR)$(LIBDIR)/$(PTLIB_FILE).@MAJOR_VERSION@
 + 
 + # End of Makefile.in
 diff -purN devel/ptlib.orig/files/patch-make_lib.mak
 devel/ptlib/files/patch-make_lib.mak
 --- devel/ptlib.orig/files/patch-make_lib.mak	1970-01-01
 08:00:00.000000000 +0800
 +++ devel/ptlib/files/patch-make_lib.mak	2009-02-23 10:18:53.000000000
 +0800
 @@ -0,0 +1,14 @@
 +--- make/lib.mak.orig	2008-10-17 17:02:51.000000000 +0800
 ++++ make/lib.mak	2009-02-23 10:18:32.000000000 +0800
 +@@ -30,9 +30,9 @@
 + 
 + ifneq ($(OSTYPE),Darwin)
 +   ifeq ($(BUILD_TYPE),.)
 +-    LIBNAME_PAT	=
 $(LIB_FILENAME).$(MAJOR_VERSION).$(MINOR_VERSION).$(BUILD_NUMBER)
 ++    LIBNAME_PAT	= $(LIB_FILENAME).$(MAJOR_VERSION)
 +   else
 +-    LIBNAME_PAT	=
 $(LIB_FILENAME).$(MAJOR_VERSION).$(MINOR_VERSION)-$(BUILD_TYPE)$(BUILD_NUMBER)
 ++    LIBNAME_PAT	= $(LIB_FILENAME).$(MAJOR_VERSION)
 +   endif
 + else
 +   ifeq ($(BUILD_TYPE),.)
 diff -purN devel/ptlib.orig/pkg-plist devel/ptlib/pkg-plist
 --- devel/ptlib.orig/pkg-plist	2009-02-22 03:01:07.000000000 +0800
 +++ devel/ptlib/pkg-plist	2009-02-22 21:27:36.000000000 +0800
 @@ -171,8 +171,7 @@ share/ptlib/make/ptlib.mak
  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
 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Mon Feb 23 06:27:08 UTC 2009 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131961 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131961: commit references a PR
Date: Mon, 23 Feb 2009 06:20:47 +0000 (UTC)

 beech       2009-02-23 06:20:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/ptlib          Makefile pkg-plist 
     devel/ptlib/files    patch-Makefile.in 
   Log:
   - Fix pkg-plist
   - Remove conflict with pwlib-*, since they have different installed path.
   - Depends on pkgconfig not gnometarget, it uses pkgconfig actuallly.
   
   PR:             ports/131961
   Submitted by:   Eric L. Chen <d9364104@mail.nchu.edu.tw> (maintainer)
   
   Revision  Changes    Path
   1.2       +2 -3      ports/devel/ptlib/Makefile
   1.2       +21 -4     ports/devel/ptlib/files/patch-Makefile.in
   1.2       +8 -2      ports/devel/ptlib/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131961: commit references a PR
Date: Mon, 23 Feb 2009 06:23:05 +0000 (UTC)

 beech       2009-02-23 06:22:49 UTC
 
   FreeBSD ports repository
 
   Added files:
     devel/ptlib/files    patch-make_lib.mak 
   Log:
   - Add files/patch-make_lib.mak
   
   PR:             ports/131961
   Submitted by:   Eric L. Chen <d9364104@mail.nchu.edu.tw> (maintainer)
   
   Revision  Changes    Path
   1.1       +14 -0     ports/devel/ptlib/files/patch-make_lib.mak (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
