1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Update to 0.60.1

- Add missing dependency on poslib

PR:		57719
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2003-10-09 12:29:20 +00:00
parent ebd8be7d06
commit 005437f6be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90707
4 changed files with 49 additions and 27 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= posadis
PORTVERSION= 0.50.9
PORTVERSION= 0.60.1
CATEGORIES= dns
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -14,22 +14,23 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sergei@kolobov.com
COMMENT= "Domain Name Server (DNS) implementation"
LIB_DEPENDS= poslib.0:${PORTSDIR}/devel/poslib
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-cxxflags="${CXXFLAGS}" --disable-gtk
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
MAN1= posadis.1 posctl.1 posask.1
MAN5= posadis.conf.5 posadis-domains.conf.5
DOCS= AUTHORS ChangeLog NEWS README TODO
PLIST_SUB= VERSION="${PORTVERSION}"
post-patch:
${RM} -f ${WRKSRC}/doc/posadis.info*
MAN1= getzone.1 posadis.1 posadis-getroots.1 posask.1 poshost.1
MAN5= posadisrc.5
DOCS= AUTHORS ChangeLog README TODO
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
.for file in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (posadis-0.50.9.tar.gz) = 74992c1fbf0ac8dbc4869010c0f91bfc
MD5 (posadis-0.60.1.tar.gz) = feccf256162504785e994e5394594615

View File

@ -1,11 +0,0 @@
--- configure.orig Fri Feb 28 00:45:14 2003
+++ configure Fri Feb 28 00:45:47 2003
@@ -963,7 +963,7 @@
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
- MAKEINFO=makeinfo
+ MAKEINFO="makeinfo --no-split"
echo "$ac_t""found" 1>&6
else
MAKEINFO="$missing_dir/missing makeinfo"

View File

@ -1,12 +1,44 @@
bin/getzone
bin/posadis
bin/posctl
bin/posadis-config
bin/posadis-getroots
bin/posask
@unexec install-info --delete %D/info/posadis.info %D/info/dir
info/posadis.info
@exec install-info %D/info/posadis.info %D/info/dir
bin/poshost
include/ltdl.h
include/posadis-%%VERSION%%/auth_mem.h
include/posadis-%%VERSION%%/cacheapply.h
include/posadis-%%VERSION%%/configuration.h
include/posadis-%%VERSION%%/forward.h
include/posadis-%%VERSION%%/hashvector.h
include/posadis-%%VERSION%%/lib.h
include/posadis-%%VERSION%%/masterfile.h
include/posadis-%%VERSION%%/pbl.h
include/posadis-%%VERSION%%/query.h
include/posadis-%%VERSION%%/recursive.h
include/posadis-%%VERSION%%/resolver.h
include/posadis-%%VERSION%%/stdquery.h
include/posadis-%%VERSION%%/vector.h
include/posadis-%%VERSION%%/zones.h
include/posadis-%%VERSION%%/zonetransfer.h
include/posadis-%%VERSION%%/secondary.h
include/posadis-%%VERSION%%/updates.h
@dirrm include/posadis-%%VERSION%%
lib/libltdl.so.4
lib/libltdl.so
lib/libltdl.la
lib/libltdl.a
lib/posadis/revmap.so.0
lib/posadis/revmap.so
lib/posadis/revmap.la
lib/posadis/localhost.so.0
lib/posadis/localhost.so
lib/posadis/localhost.la
@dirrm lib/posadis
lib/posadis-%%VERSION%%/include/posadis-config.h
@dirrm lib/posadis-%%VERSION%%/include
@dirrm lib/posadis-%%VERSION%%
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%@dirrm %%DOCSDIR%%