Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  7 Aug 2006 20:08:24 +0400 (MSD)
From:      Stanislav Sedov <ssedov@mbsd.msk.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        acm@FreeBSD.org
Subject:   ports/101587: [PATCH] devel/commoncpp: Fix pkg-descr, replace depr. var
Message-ID:  <20060807160824.C939F12C83@fonon.realnet>
Resent-Message-ID: <200608071610.k77GAGlv051088@freefall.freebsd.org>

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

>Number:         101587
>Category:       ports
>Synopsis:       [PATCH] devel/commoncpp: Fix pkg-descr, replace depr. var
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 07 16:10:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav Sedov
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug  2 21:44:37 MSD
>Description:
[subj]

Copy of this message was sent to (acm@FreeBSD.org).

>How-To-Repeat:
>Fix:

--- commoncpp-1.4.2,2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/commoncpp/Makefile /var/tmp/commoncpp/Makefile
--- /usr/ports/devel/commoncpp/Makefile	Tue Jul 25 20:59:21 2006
+++ /var/tmp/commoncpp/Makefile	Mon Aug  7 20:07:07 2006
@@ -30,7 +30,7 @@
 USE_GCC=	3.4+
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
 		ac_cv_path_DOXYGEN=no
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
 INFO=		commoncpp2
 
diff -ruN --exclude=CVS /usr/ports/devel/commoncpp/pkg-descr /var/tmp/commoncpp/pkg-descr
--- /usr/ports/devel/commoncpp/pkg-descr	Sat Jun  4 02:30:47 2005
+++ /var/tmp/commoncpp/pkg-descr	Mon Aug  7 20:06:49 2006
@@ -1,4 +1,4 @@
-Common C++ offers a portable highly portable C++ application development
+Common C++ offers a highly portable C++ application development
 framework.  Common C++ provides	classes for threads, sockets, daemon
 management, system logging, object synchronization, realtime network
 development, persistant object management, and file access.
--- commoncpp-1.4.2,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?20060807160824.C939F12C83>