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

(-)posadis/Makefile (-15 / +8 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	posadis
8
PORTNAME=	posadis
9
PORTVERSION=	0.60.1
9
PORTVERSION=	0.60.5
10
PORTREVISION=	2
11
CATEGORIES=	dns
10
CATEGORIES=	dns
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
14
13
15
MAINTAINER=	sergei@FreeBSD.org
14
MAINTAINER=	sergei@FreeBSD.org
16
COMMENT=	"Domain Name Server (DNS) implementation"
15
COMMENT=	Domain Name Server (DNS) implementation
17
16
18
LIB_DEPENDS=	poslib.0:${PORTSDIR}/devel/poslib
17
LIB_DEPENDS=	poslib.0:${PORTSDIR}/devel/poslib
19
18
19
USE_AUTOCONF_VER=	259
20
USE_INC_LIBTOOL_VER=	15
20
USE_LIBLTDL=	yes
21
USE_LIBLTDL=	yes
22
INSTALLS_SHLIB=	yes
23
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
21
25
22
.if defined(WITH_FAM) || exists(${LOCALBASE}/lib/libfam.so)
26
.if defined(WITH_FAM) || exists(${LOCALBASE}/lib/libfam.so)
23
CONFIGURE_ARGS=	--enable-fam
27
CONFIGURE_ARGS=	--enable-fam
Lines 29-55 Link Here
29
PLIST_SUB=	FAM="@comment "
33
PLIST_SUB=	FAM="@comment "
30
.endif
34
.endif
31
35
32
USE_LIBTOOL_VER=	13
33
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
34
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
35
INSTALLS_SHLIB=	yes
36
37
PLIST_SUB+=	VERSION="${PORTVERSION}"
36
PLIST_SUB+=	VERSION="${PORTVERSION}"
38
37
39
MAN1=		getzone.1 posadis.1 posadis-getroots.1 posask.1 poshost.1
38
MAN1=		getzone.1 posadis.1 posadis-getroots.1 posask.1 poshost.1
40
MAN5=		posadisrc.5
39
MAN5=		posadisrc.5
41
DOCS=		AUTHORS ChangeLog README TODO
40
DOCS=		AUTHORS ChangeLog README TODO
42
41
43
.include <bsd.port.pre.mk>
44
45
.if ${OSVERSION} >= 502126
46
BROKEN=		"Does not compile on FreeBSD >= 5.x"
47
.endif
48
49
.if !defined(NOPORTDOCS)
42
.if !defined(NOPORTDOCS)
50
post-install:
43
post-install:
51
	@${MKDIR} ${DOCSDIR}
44
	@${MKDIR} ${DOCSDIR}
52
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
45
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
53
.endif
46
.endif
54
47
55
.include <bsd.port.post.mk>
48
.include <bsd.port.mk>
(-)posadis/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (posadis-0.60.1.tar.gz) = feccf256162504785e994e5394594615
1
MD5 (posadis-0.60.5.tar.gz) = 8b13be1332a67f74b1ae36b3ab5dc80a
2
SIZE (posadis-0.60.1.tar.gz) = 489050
2
SIZE (posadis-0.60.5.tar.gz) = 438025
(-)posadis/pkg-plist (-4 / +6 lines)
Lines 1-3 Link Here
1
@comment $FreeBSD$
1
bin/getzone
2
bin/getzone
2
bin/posadis
3
bin/posadis
3
bin/posadis-config
4
bin/posadis-config
Lines 12-17 Link Here
12
include/posadis-%%VERSION%%/lib.h
13
include/posadis-%%VERSION%%/lib.h
13
include/posadis-%%VERSION%%/masterfile.h
14
include/posadis-%%VERSION%%/masterfile.h
14
include/posadis-%%VERSION%%/pbl.h
15
include/posadis-%%VERSION%%/pbl.h
16
include/posadis-%%VERSION%%/posadisrc.h
15
include/posadis-%%VERSION%%/query.h
17
include/posadis-%%VERSION%%/query.h
16
include/posadis-%%VERSION%%/recursive.h
18
include/posadis-%%VERSION%%/recursive.h
17
include/posadis-%%VERSION%%/resolver.h
19
include/posadis-%%VERSION%%/resolver.h
Lines 21-27 Link Here
21
include/posadis-%%VERSION%%/vector.h
23
include/posadis-%%VERSION%%/vector.h
22
include/posadis-%%VERSION%%/zones.h
24
include/posadis-%%VERSION%%/zones.h
23
include/posadis-%%VERSION%%/zonetransfer.h
25
include/posadis-%%VERSION%%/zonetransfer.h
24
@dirrm include/posadis-%%VERSION%%
25
%%FAM%%lib/posadis/fam.la
26
%%FAM%%lib/posadis/fam.la
26
%%FAM%%lib/posadis/fam.so
27
%%FAM%%lib/posadis/fam.so
27
%%FAM%%lib/posadis/fam.so.0
28
%%FAM%%lib/posadis/fam.so.0
Lines 31-42 Link Here
31
lib/posadis/revmap.la
32
lib/posadis/revmap.la
32
lib/posadis/revmap.so
33
lib/posadis/revmap.so
33
lib/posadis/revmap.so.0
34
lib/posadis/revmap.so.0
34
@dirrm lib/posadis
35
lib/posadis-%%VERSION%%/include/posadis-config.h
35
lib/posadis-%%VERSION%%/include/posadis-config.h
36
@dirrm lib/posadis-%%VERSION%%/include
37
@dirrm lib/posadis-%%VERSION%%
38
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
36
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
39
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
37
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
40
%%PORTDOCS%%%%DOCSDIR%%/README
38
%%PORTDOCS%%%%DOCSDIR%%/README
41
%%PORTDOCS%%%%DOCSDIR%%/TODO
39
%%PORTDOCS%%%%DOCSDIR%%/TODO
42
%%PORTDOCS%%@dirrm %%DOCSDIR%%
40
%%PORTDOCS%%@dirrm %%DOCSDIR%%
41
@dirrm include/posadis-%%VERSION%%
42
@dirrm lib/posadis-%%VERSION%%/include
43
@dirrm lib/posadis-%%VERSION%%
44
@dirrm lib/posadis
(-)posadis/files/patch-Makefile.in (+11 lines)
Added Link Here
1
--- Makefile.in.orig	Mon Oct  4 13:52:11 2004
2
+++ Makefile.in	Mon Oct  4 13:52:19 2004
3
@@ -89,7 +89,7 @@ poslib_srvcxxflags = @poslib_srvcxxflags
4
 poslib_srvldflags = @poslib_srvldflags@
5
 poslib_version = @poslib_version@
6
 
7
-SUBDIRS = libltdl pos6 tools
8
+SUBDIRS = pos6 tools
9
 
10
 EXTRA_DIST = pos6.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO              posadis-config.in posadis.1 posadisrc.5 posadisrc              zn.acdam.com.example db.acdam.net.example
11
 
(-)posadis/files/patch-configure.in (+11 lines)
Added Link Here
1
--- configure.in.orig	Mon Oct  4 12:52:42 2004
2
+++ configure.in	Mon Oct  4 12:52:54 2004
3
@@ -27,8 +27,6 @@ AC_ENABLE_STATIC(no)
4
 
5
 AC_LIBLTDL_INSTALLABLE
6
 
7
-AC_CONFIG_SUBDIRS(libltdl)
8
-
9
 AC_SUBST(LTDLINCL)
10
 AC_SUBST(LIBLTDL)
11
 
(-)poslib/Makefile (-3 / +3 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	poslib
8
PORTNAME=	poslib
9
PORTVERSION=	1.0.1
9
PORTVERSION=	1.0.5
10
PORTREVISION=	2
11
CATEGORIES=	devel dns
10
CATEGORIES=	devel dns
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	posadis
12
MASTER_SITE_SUBDIR=	posadis
Lines 16-23 Link Here
16
COMMENT=	Posadis C++ DNS library
15
COMMENT=	Posadis C++ DNS library
17
16
18
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_ENV=	LIBS="${PTHREAD_LIBS}"
19
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
19
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
USE_LIBTOOL_VER=	13
20
USE_INC_LIBTOOL_VER=	15
21
INSTALLS_SHLIB=	yes
21
INSTALLS_SHLIB=	yes
22
22
23
PLIST_SUB=	VERSION="${PORTVERSION}"
23
PLIST_SUB=	VERSION="${PORTVERSION}"
(-)poslib/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (poslib-1.0.1.tar.gz) = 7023b9142f89266762418283bac6df7b
1
MD5 (poslib-1.0.5.tar.gz) = 9470b991bcaace0b1c00f32cbeda0cff
2
SIZE (poslib-1.0.1.tar.gz) = 292970
2
SIZE (poslib-1.0.5.tar.gz) = 258380
(-)poslib/pkg-plist (-5 / +5 lines)
Lines 21-27 Link Here
21
include/poslib-%%VERSION%%/poslib/server/server.h
21
include/poslib-%%VERSION%%/poslib/server/server.h
22
include/poslib-%%VERSION%%/poslib/server/serverthread.h
22
include/poslib-%%VERSION%%/poslib/server/serverthread.h
23
include/poslib-%%VERSION%%/poslib/server/srvresolver.h
23
include/poslib-%%VERSION%%/poslib/server/srvresolver.h
24
@dirrm include/poslib-%%VERSION%%/poslib/server
25
include/poslib-%%VERSION%%/poslib/socket.h
24
include/poslib-%%VERSION%%/poslib/socket.h
26
include/poslib-%%VERSION%%/poslib/syssocket.h
25
include/poslib-%%VERSION%%/poslib/syssocket.h
27
include/poslib-%%VERSION%%/poslib/sysstl.h
26
include/poslib-%%VERSION%%/poslib/sysstl.h
Lines 29-36 Link Here
29
include/poslib-%%VERSION%%/poslib/types.h
28
include/poslib-%%VERSION%%/poslib/types.h
30
include/poslib-%%VERSION%%/poslib/vsnprintf.h
29
include/poslib-%%VERSION%%/poslib/vsnprintf.h
31
include/poslib-%%VERSION%%/poslib/w32poll.h
30
include/poslib-%%VERSION%%/poslib/w32poll.h
32
@dirrm include/poslib-%%VERSION%%/poslib
33
@dirrm include/poslib-%%VERSION%%
34
lib/libposlib.a
31
lib/libposlib.a
35
lib/libposlib.la
32
lib/libposlib.la
36
lib/libposlib.so
33
lib/libposlib.so
Lines 40-47 Link Here
40
lib/libposserver.so
37
lib/libposserver.so
41
lib/libposserver.so.0
38
lib/libposserver.so.0
42
lib/poslib-%%VERSION%%/include/poslib-config.h
39
lib/poslib-%%VERSION%%/include/poslib-config.h
43
@dirrm lib/poslib-%%VERSION%%/include
44
@dirrm lib/poslib-%%VERSION%%
45
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
40
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
46
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
41
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
47
%%PORTDOCS%%%%DOCSDIR%%/NEWS
42
%%PORTDOCS%%%%DOCSDIR%%/NEWS
Lines 52-54 Link Here
52
%%EXAMPLESDIR%%/host.cpp
47
%%EXAMPLESDIR%%/host.cpp
53
%%EXAMPLESDIR%%/server.cpp
48
%%EXAMPLESDIR%%/server.cpp
54
@dirrm %%EXAMPLESDIR%%
49
@dirrm %%EXAMPLESDIR%%
50
@dirrm include/poslib-%%VERSION%%/poslib/server
51
@dirrm include/poslib-%%VERSION%%/poslib
52
@dirrm include/poslib-%%VERSION%%
53
@dirrm lib/poslib-%%VERSION%%/include
54
@dirrm lib/poslib-%%VERSION%%

Return to bug 72308