diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-09-18 12:53:10 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-09-18 12:53:10 +0000 |
commit | ef2aa55886066cc43963674b6d231d6319297981 (patch) | |
tree | 4fc4e848e793a6ce486488f755950b1aea8d381a /devel/commoncpp | |
parent | 0c7bf74b81e9a7d9571b6780f05786c843680536 (diff) | |
download | ports-ef2aa55886066cc43963674b6d231d6319297981.tar.gz ports-ef2aa55886066cc43963674b6d231d6319297981.zip |
Notes
Diffstat (limited to 'devel/commoncpp')
-rw-r--r-- | devel/commoncpp/Makefile | 19 | ||||
-rw-r--r-- | devel/commoncpp/distinfo | 2 | ||||
-rw-r--r-- | devel/commoncpp/pkg-descr | 2 | ||||
-rw-r--r-- | devel/commoncpp/pkg-plist | 6 |
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 |