aboutsummaryrefslogtreecommitdiffstats
path: root/devel/commoncpp
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-09-18 20:53:10 +0800
committerjedgar <jedgar@FreeBSD.org>2000-09-18 20:53:10 +0800
commit6a29026d48d846706ccd6a1283f48e71f02c753c (patch)
tree1c2f287b16ba0119c93e9b19770980e140cb3414 /devel/commoncpp
parent9cba7d03dc4280274ef3d1f70c61ea6ce7c258de (diff)
downloadfreebsd-ports-gnome-6a29026d48d846706ccd6a1283f48e71f02c753c.tar.gz
freebsd-ports-gnome-6a29026d48d846706ccd6a1283f48e71f02c753c.tar.zst
freebsd-ports-gnome-6a29026d48d846706ccd6a1283f48e71f02c753c.zip
Update port to 1.2.1
PR: 21090 Submitted by: Maintainer
Diffstat (limited to 'devel/commoncpp')
-rw-r--r--devel/commoncpp/Makefile19
-rw-r--r--devel/commoncpp/distinfo2
-rw-r--r--devel/commoncpp/pkg-descr2
-rw-r--r--devel/commoncpp/pkg-plist6
4 files changed, 17 insertions, 12 deletions
diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile
index 30e666d7d411..bdfbb4487493 100644
--- a/devel/commoncpp/Makefile
+++ b/devel/commoncpp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= CommonC++
-PORTVERSION= 1.2.0
+PORTVERSION= 1.2.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cplusplus
@@ -14,16 +14,21 @@ MASTER_SITE_SUBDIR= cplusplus
MAINTAINER= dyfet@gnu.org
USE_GMAKE= yes
+USE_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_AUTOCONF= yes
+#USE_AUTOCONF= yes
INSTALLS_SHLIB= yes
-AUTOCONF= autoconf && ${PERL} -pi -e 's|-lpthread|-pthread|g ; \
- s|l\$$ost_cv_thread_library|\$$ost_cv_thread_library|g' \
- ${WRKSRC}/configure
+#AUTOCONF= autoconf && ${PERL} -pi -e 's|-lpthread|-pthread|g ; \
+# s|l\$$ost_cv_thread_library|\$$ost_cv_thread_library|g' \
+# ${WRKSRC}/configure
+#
+# I had immense problems with autoconf generated on xBSD 4.0 where the
+# generated configure would mangle library names.
post-extract:
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|-release \$$\(LT_RELEASE\)||g'
+ cd ${WRKSRC} ; ./configure
+# @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+# 's|-release \$$\(LT_RELEASE\)||g'
post-install:
.if !defined(NOPORTDOCS)
diff --git a/devel/commoncpp/distinfo b/devel/commoncpp/distinfo
index b5d02ae05aa8..4bc1307f400a 100644
--- a/devel/commoncpp/distinfo
+++ b/devel/commoncpp/distinfo
@@ -1 +1 @@
-MD5 (CommonC++-1.2.0.tar.gz) = 8d2a5162f5d0ca900c0a5187fd31bc3f
+MD5 (CommonC++-1.2.1.tar.gz) = 351844b7793be408ccb8fd85b8632707
diff --git a/devel/commoncpp/pkg-descr b/devel/commoncpp/pkg-descr
index e4b591b85c2f..11026296fbb1 100644
--- a/devel/commoncpp/pkg-descr
+++ b/devel/commoncpp/pkg-descr
@@ -1,5 +1,5 @@
Common C++ offers a portable highly portable C++ application development
-framework. Common C++ provides classes for threads, sockets, daemon
+framework. Common C++ provides classes for threads, sockets, daemon
management, system logging, object synchronization, realtime network
development, persistant object management, and file access.
diff --git a/devel/commoncpp/pkg-plist b/devel/commoncpp/pkg-plist
index 107fe576e6ff..be172ddd343b 100644
--- a/devel/commoncpp/pkg-plist
+++ b/devel/commoncpp/pkg-plist
@@ -12,13 +12,13 @@ include/cc++/socket.h
include/cc++/thread.h
lib/libccio.a
lib/libccio.so
-lib/libccio.so.0
+lib/libccio-1.2.so.0
lib/libccstd.a
lib/libccstd.so
-lib/libccstd.so.0
+lib/libccstd-1.2.so.0
lib/libccxx.a
lib/libccxx.so
-lib/libccxx.so.0
+lib/libccxx-1.2.so.0
share/doc/commoncpp/AtomicCounter.html
share/doc/commoncpp/BaseObject.html
share/doc/commoncpp/Body.html