mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update port to 1.2.1
PR: 21090 Submitted by: Maintainer
This commit is contained in:
parent
0c7bf74b81
commit
ef2aa55886
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32802
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (CommonC++-1.2.0.tar.gz) = 8d2a5162f5d0ca900c0a5187fd31bc3f
|
||||
MD5 (CommonC++-1.2.1.tar.gz) = 351844b7793be408ccb8fd85b8632707
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user