update ipv6calc to 0.70.0, maintainer timeout

ok aanriot@
This commit is contained in:
rui 2007-05-28 17:23:05 +00:00
parent 78b834103f
commit 4111c6865f
5 changed files with 34 additions and 22 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.10 2004/12/16 00:31:22 alek Exp $
# $OpenBSD: Makefile,v 1.11 2007/05/28 17:23:05 rui Exp $
COMMENT= "tool for manipulating IPv6 addresses"
DISTNAME= ipv6calc-0.46
DISTNAME= ipv6calc-0.70.0
CATEGORIES= net
HOMEPAGE= http://www.deepspace6.net/projects/ipv6calc.html
@ -13,15 +13,15 @@ MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ \
ftp://ftp.nvg.ntnu.no/pub/IPv6/bieringer/ipv6calc/ \
ftp://ftp3.linux.it/pub/mirrors/IPv6/bieringer/ipv6calc/
# GPL
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto
CONFIGURE_STYLE= gnu
WANTLIB= c
CONFIGURE_STYLE=gnu
USE_GMAKE= Yes
MAKE_FLAGS= CC="${CC}" COPTS+="${CFLAGS}"
REGRESS_TARGET= test
@ -30,5 +30,10 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc/ipv6calc ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/ipv6logconv/ipv6logconv ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/ipv6logstats/ipv6logstats ${PREFIX}/bin/
${INSTALL_PROGRAM} ${WRKSRC}/ipv6loganon/ipv6loganon ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/man/ipv6calc.8 ${PREFIX}/man/man8/
${INSTALL_MAN} ${WRKSRC}/man/ipv6logconv.8 ${PREFIX}/man/man8/
${INSTALL_MAN} ${WRKSRC}/man/ipv6logstats.8 ${PREFIX}/man/man8/
${INSTALL_MAN} ${WRKSRC}/man/ipv6loganon.8 ${PREFIX}/man/man8/
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (ipv6calc-0.46.tar.gz) = WqYLinRP5TFkxoMJiYtOjg==
RMD160 (ipv6calc-0.46.tar.gz) = sLT2iVDxmZF03WX5IjOjnAuTsgE=
SHA1 (ipv6calc-0.46.tar.gz) = 1NA63amybLypBvz7P6NljCUcztk=
SHA256 (ipv6calc-0.46.tar.gz) = VJWgpuBUxEDbkSErKjUxYnggEAy3jjE0eOmk3xrxb9Q=
SIZE (ipv6calc-0.46.tar.gz) = 338497
MD5 (ipv6calc-0.70.0.tar.gz) = xRmIFWWO40IKFA50QxhzEQ==
RMD160 (ipv6calc-0.70.0.tar.gz) = ADgVx+GmYY0ii3Eg9IHX/8AZXww=
SHA1 (ipv6calc-0.70.0.tar.gz) = VLthsi0n87WWfA6U5wMV4c+filg=
SHA256 (ipv6calc-0.70.0.tar.gz) = /zpZOBuSm09Tnyl9by9TnDQIbfYfuH7iEgLEZpY1V2M=
SIZE (ipv6calc-0.70.0.tar.gz) = 457648

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Makefile_in,v 1.1 2007/05/28 17:23:05 rui Exp $
--- Makefile.in.orig Wed Feb 14 19:53:59 2007
+++ Makefile.in Tue May 15 22:05:51 2007
@@ -15,7 +15,7 @@ ifeq (@ENABLE_BUNDLED_GETOPT@, 1)
GETOPT_DIR = getopt
endif
-CFLAGS = $(COPTS) -I$(GETOPT_DIR)
+CFLAGS = -I.
CC = gcc

View File

@ -1,10 +0,0 @@
--- getopt/getopt.c.orig Tue Oct 7 14:31:42 2003
+++ getopt/getopt.c Tue Oct 7 14:31:56 2003
@@ -43,6 +43,7 @@
#endif
#include <stdio.h>
+#include <string.h>
/* Comment out all this code if we are using the GNU C Library, and are not
actually compiling the library itself. This code is part of the GNU C

View File

@ -1,4 +1,9 @@
@comment $OpenBSD: PLIST,v 1.4 2003/10/07 15:58:20 pvalchev Exp $
@comment $OpenBSD: PLIST,v 1.5 2007/05/28 17:23:05 rui Exp $
bin/ipv6calc
bin/ipv6loganon
bin/ipv6logconv
bin/ipv6logstats
@man man/man8/ipv6calc.8
@man man/man8/ipv6loganon.8
@man man/man8/ipv6logconv.8
@man man/man8/ipv6logstats.8