View | Details | Raw Unified | Return to bug 99441
Collapse All | Expand All

(-)/usr/ports/devel/commoncpp-new/Makefile (-6 / +5 lines)
Lines 5-19 Link Here
5
# $FreeBSD: ports/devel/commoncpp/Makefile,v 1.28 2006/02/23 10:35:32 ade Exp $
5
# $FreeBSD: ports/devel/commoncpp/Makefile,v 1.28 2006/02/23 10:35:32 ade Exp $
6
#
6
#
7
7
8
PORTNAME=	commoncpp2
8
PORTNAME=	commoncpp
9
PORTVERSION=	1.3.21
9
PORTVERSION=	1.4.2
10
PORTREVISION=	1
11
PORTEPOCH=	2
12
CATEGORIES=	devel
10
CATEGORIES=	devel
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
14
MASTER_SITE_SUBDIR=	gnutelephony
12
MASTER_SITE_SUBDIR=	gnutelephony
13
DISTNAME=	${PORTNAME:S/$/2/}-${PORTVERSION}
15
14
16
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	acardenas@bsd.org.pe
17
COMMENT=	GNU project portable class framework for C++
16
COMMENT=	GNU project portable class framework for C++
18
17
19
USE_GNOME=	gnomehack gnometarget
18
USE_GNOME=	gnomehack gnometarget
Lines 27-33 Link Here
27
USE_GETOPT_LONG=yes
26
USE_GETOPT_LONG=yes
28
USE_GMAKE=	yes
27
USE_GMAKE=	yes
29
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
30
USE_GCC=	3.4
29
USE_GCC=	3.4+
31
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
30
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
32
		ac_cv_path_DOXYGEN=no
31
		ac_cv_path_DOXYGEN=no
33
INSTALLS_SHLIB=	yes
32
INSTALLS_SHLIB=	yes
(-)/usr/ports/devel/commoncpp-new/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (commoncpp2-1.3.21.tar.gz) = a7614e7d81d3dfd6d0cb19a9daf6e29b
1
MD5 (commoncpp2-1.4.2.tar.gz) = 4153ec41bc11c52f05f2f2e35cf66953
2
SHA256 (commoncpp2-1.3.21.tar.gz) = 4450638079ce60dabaa0b333ae1f1994172550301ac9997c19e342938ad19e6e
2
SHA256 (commoncpp2-1.4.2.tar.gz) = 640a2201209d4b2b9795729219036b3f058907675c18f8848addb3a69f8e4202
3
SIZE (commoncpp2-1.3.21.tar.gz) = 833359
3
SIZE (commoncpp2-1.4.2.tar.gz) = 851571
(-)/usr/ports/devel/commoncpp-new/files/patch-src_nat.cpp (-12 lines)
Lines 1-12 Link Here
1
--- src/nat.cpp.orig	Tue Jun 28 23:19:51 2005
2
+++ src/nat.cpp	Tue Jun 28 23:26:15 2005
3
@@ -127,6 +127,9 @@
4
 #else
5
 # define NAT_SYSCALL "ioctl"
6
 # ifdef HAVE_NAT_IPF
7
+#  ifndef IPL_NAT
8
+#   define IPL_NAT IPNAT_NAME
9
+#  endif
10
 #  define NAT_DEVICE IPL_NAT
11
 # else
12
 #  ifdef HAVE_NAT_PF
(-)/usr/ports/devel/commoncpp-new/pkg-plist (-43 / +43 lines)
Lines 1-53 Link Here
1
bin/ccgnu2-config
1
bin/ccgnu2-config
2
include/cc++2/cc++/address.h
2
include/cc++/address.h
3
include/cc++2/cc++/buffer.h
3
include/cc++/buffer.h
4
include/cc++2/cc++/cmdoptns.h
4
include/cc++/cmdoptns.h
5
include/cc++2/cc++/common.h
5
include/cc++/common.h
6
include/cc++2/cc++/config.h
6
include/cc++/config.h
7
include/cc++2/cc++/counter.h
7
include/cc++/counter.h
8
include/cc++2/cc++/digest.h
8
include/cc++/digest.h
9
include/cc++2/cc++/exception.h
9
include/cc++/exception.h
10
include/cc++2/cc++/export.h
10
include/cc++/export.h
11
include/cc++2/cc++/file.h
11
include/cc++/file.h
12
include/cc++2/cc++/functions.h
12
include/cc++/functions.h
13
include/cc++2/cc++/mime.h
13
include/cc++/mime.h
14
include/cc++2/cc++/misc.h
14
include/cc++/misc.h
15
include/cc++2/cc++/missing.h
15
include/cc++/missing.h
16
include/cc++2/cc++/network.h
16
include/cc++/network.h
17
include/cc++2/cc++/numbers.h
17
include/cc++/numbers.h
18
include/cc++2/cc++/objcount.h
18
include/cc++/objcount.h
19
include/cc++2/cc++/objlink.h
19
include/cc++/object.h
20
include/cc++2/cc++/objmap.h
20
include/cc++/objlink.h
21
include/cc++2/cc++/objsync.h
21
include/cc++/objmap.h
22
include/cc++2/cc++/oststring.h
22
include/cc++/objsync.h
23
include/cc++2/cc++/persist.h
23
include/cc++/oststring.h
24
include/cc++2/cc++/pointer.h
24
include/cc++/persist.h
25
include/cc++2/cc++/process.h
25
include/cc++/pointer.h
26
include/cc++2/cc++/serial.h
26
include/cc++/process.h
27
include/cc++2/cc++/slog.h
27
include/cc++/serial.h
28
include/cc++2/cc++/socket.h
28
include/cc++/slog.h
29
include/cc++2/cc++/socketport.h
29
include/cc++/socket.h
30
include/cc++2/cc++/strchar.h
30
include/cc++/socketport.h
31
include/cc++2/cc++/string.h
31
include/cc++/strchar.h
32
include/cc++2/cc++/template.h
32
include/cc++/string.h
33
include/cc++2/cc++/thread.h
33
include/cc++/template.h
34
include/cc++2/cc++/tokenizer.h
34
include/cc++/thread.h
35
include/cc++2/cc++/unix.h
35
include/cc++/tokenizer.h
36
include/cc++2/cc++/url.h
36
include/cc++/unix.h
37
include/cc++2/cc++/xml.h
37
include/cc++/url.h
38
include/cc++2/cc++/zstream.h
38
include/cc++/xml.h
39
lib/libccext2-1.3.so
39
include/cc++/zstream.h
40
lib/libccext2-1.3.so.1
40
lib/libccext2-1.4.so
41
lib/libccext2-1.4.so.0
41
lib/libccext2.a
42
lib/libccext2.a
42
lib/libccext2.la
43
lib/libccext2.la
43
lib/libccext2.so
44
lib/libccext2.so
44
lib/libccgnu2-1.3.so
45
lib/libccgnu2-1.4.so
45
lib/libccgnu2-1.3.so.1
46
lib/libccgnu2-1.4.so.0
46
lib/libccgnu2.a
47
lib/libccgnu2.a
47
lib/libccgnu2.la
48
lib/libccgnu2.la
48
lib/libccgnu2.so
49
lib/libccgnu2.so
49
libdata/pkgconfig/libccext2.pc
50
libdata/pkgconfig/libccext2.pc
50
libdata/pkgconfig/libccgnu2.pc
51
libdata/pkgconfig/libccgnu2.pc
51
share/aclocal/ost_check2.m4
52
share/aclocal/ost_check2.m4
52
@dirrm include/cc++2/cc++
53
@dirrm include/cc++
53
@dirrm include/cc++2

Return to bug 99441