mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.2.7
PR: ports/81850 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
976d41d5b0
commit
11af410024
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136761
7 changed files with 37 additions and 47 deletions
|
@ -6,24 +6,26 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= commoncpp2
|
PORTNAME= commoncpp2
|
||||||
PORTVERSION= 1.1.0
|
PORTVERSION= 1.2.7
|
||||||
PORTREVISION= 0
|
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU} \
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITE_SUBDIR= gnutelephony
|
||||||
MASTER_SITE_SUBDIR= commonc++ cplusplus
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= GNU project portable class framework for C++
|
COMMENT= GNU project portable class framework for C++
|
||||||
|
|
||||||
USE_GETOPT_LONG=yes
|
USE_GNOME= gnomehack gnometarget libxml2
|
||||||
USE_GNOME= gnometarget libxml2
|
USE_GETOPT_LONG= yes
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
USE_LIBTOOL_VER= 15
|
||||||
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||||
|
ac_cv_path_DOXYGEN=no
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
|
||||||
INFO= commoncpp2
|
INFO= commoncpp2
|
||||||
|
|
||||||
|
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||||
|
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (commoncpp2-1.1.0.tar.gz) = 2063b53d4918df9c0a2dd157ad197573
|
MD5 (commoncpp2-1.2.7.tar.gz) = 6d0b05f02e2f2881ff6fa5ee2696c88d
|
||||||
SIZE (commoncpp2-1.1.0.tar.gz) = 749562
|
SIZE (commoncpp2-1.2.7.tar.gz) = 814003
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
--- autoconf/ltmain.sh.orig Thu Feb 12 16:50:30 2004
|
|
||||||
+++ autoconf/ltmain.sh Thu Feb 12 16:50:39 2004
|
|
||||||
@@ -5428,10 +5428,12 @@
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install the pseudo-library for information purposes.
|
|
||||||
+ if /usr/bin/false ; then
|
|
||||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
|
||||||
instname="$dir/$name"i
|
|
||||||
$show "$install_prog $instname $destdir/$name"
|
|
||||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
|
||||||
+ fi
|
|
||||||
|
|
||||||
# Maybe install the static library, too.
|
|
||||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
|
11
devel/commoncpp/files/patch-include-cc++-Makefile.in
Normal file
11
devel/commoncpp/files/patch-include-cc++-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- include/cc++/Makefile.in.bak Sat Nov 20 13:51:00 2004
|
||||||
|
+++ include/cc++/Makefile.in Sat Jun 4 00:22:54 2005
|
||||||
|
@@ -224,7 +224,7 @@
|
||||||
|
AUTOMAKE_OPTIONS = no-dependencies dist-shar dist-zip
|
||||||
|
EXTRA_DIST = *.h
|
||||||
|
MAINTAINERCLEANFILES = config.h Makefile.in config.tmp
|
||||||
|
-ccxxincludedir = $(ccincludedir)/cc++/
|
||||||
|
+ccxxincludedir = $(ccincludedir)/cc++
|
||||||
|
|
||||||
|
# export.h are used by other library
|
||||||
|
ccxxinclude_HEADERS = \
|
|
@ -1,11 +0,0 @@
|
||||||
--- include/cc++/thread.h.orig Sat Jan 17 17:51:01 2004
|
|
||||||
+++ include/cc++/thread.h Thu Dec 23 16:38:55 2004
|
|
||||||
@@ -914,7 +914,7 @@
|
|
||||||
static Thread* _main;
|
|
||||||
|
|
||||||
Thread *_parent;
|
|
||||||
- enum Cancel _cancel;
|
|
||||||
+ Cancel _cancel;
|
|
||||||
Semaphore *_start;
|
|
||||||
|
|
||||||
// private data
|
|
|
@ -3,7 +3,7 @@ framework. Common C++ provides classes for threads, sockets, daemon
|
||||||
management, system logging, object synchronization, realtime network
|
management, system logging, object synchronization, realtime network
|
||||||
development, persistant object management, and file access.
|
development, persistant object management, and file access.
|
||||||
|
|
||||||
WWW: http://www.gnu.org/software/commoncpp/
|
WWW: http://www.gnutelephony.org/
|
||||||
|
|
||||||
- David Sugar
|
- David Sugar
|
||||||
dyfet@gnu.org
|
dyfet@gnu.org
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
bin/ccgnu2-config
|
bin/ccgnu2-config
|
||||||
|
include/cc++2/cc++/address.h
|
||||||
include/cc++2/cc++/buffer.h
|
include/cc++2/cc++/buffer.h
|
||||||
include/cc++2/cc++/cmdoptns.h
|
include/cc++2/cc++/cmdoptns.h
|
||||||
include/cc++2/cc++/common.h
|
include/cc++2/cc++/common.h
|
||||||
|
@ -31,14 +32,16 @@ include/cc++2/cc++/thread.h
|
||||||
include/cc++2/cc++/unix.h
|
include/cc++2/cc++/unix.h
|
||||||
include/cc++2/cc++/url.h
|
include/cc++2/cc++/url.h
|
||||||
include/cc++2/cc++/xml.h
|
include/cc++2/cc++/xml.h
|
||||||
@dirrm include/cc++2/cc++
|
lib/libccext2-1.2.so
|
||||||
@dirrm include/cc++2
|
lib/libccext2-1.2.so.1
|
||||||
share/aclocal/ost_check2.m4
|
|
||||||
lib/libccgnu2.a
|
|
||||||
lib/libccgnu2.so
|
|
||||||
lib/libccgnu2-1.1.so
|
|
||||||
lib/libccgnu2-1.1.so.0
|
|
||||||
lib/libccext2.a
|
lib/libccext2.a
|
||||||
lib/libccext2.so
|
lib/libccext2.so
|
||||||
lib/libccext2-1.1.so
|
lib/libccgnu2-1.2.so
|
||||||
lib/libccext2-1.1.so.0
|
lib/libccgnu2-1.2.so.1
|
||||||
|
lib/libccgnu2.a
|
||||||
|
lib/libccgnu2.so
|
||||||
|
libdata/pkgconfig/libccext2.pc
|
||||||
|
libdata/pkgconfig/libccgnu2.pc
|
||||||
|
share/aclocal/ost_check2.m4
|
||||||
|
@dirrm include/cc++2/cc++
|
||||||
|
@dirrm include/cc++2
|
||||||
|
|
Loading…
Add table
Reference in a new issue