Date: Mon, 3 Jul 2000 00:24:42 +0200 (CEST) From: Anders Nordby <anders@fix.no> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/19655: Update port: net/dante Message-ID: <20000702222442.04AD7579E@totem.fix.no>
next in thread | raw e-mail | index | archive | help
>Number: 19655 >Category: ports >Synopsis: Update port: net/dante >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 02 15:30:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.0-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: FreeBSD eggsilo 4.0-STABLE FreeBSD 4.0-STABLE #0: Sat Jun 17 00:40:51 CEST 2000 root@eggsilo:/usr/src/sys/compile/EGGSILO i386 >Description: Updates the port to version 1.1.2. Removes patches patch-aa and patch-ab, as they have been included in the distribution. >How-To-Repeat: >Fix: diff -Nur dante.old/Makefile dante/Makefile --- dante.old/Makefile Thu Apr 13 22:39:29 2000 +++ dante/Makefile Mon Jul 3 00:08:30 2000 @@ -6,7 +6,7 @@ # PORTNAME= dante -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= security net MASTER_SITES= ftp://ftp.inet.no/pub/socks/ \ http://www.freenix.no/~anders/ \ @@ -27,7 +27,6 @@ ${INSTALL} -d -m 555 ${PREFIX}/share/doc/dante @${INSTALL_DATA} ${WRKSRC}/doc/README* ${PREFIX}/share/doc/dante @${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${PREFIX}/share/doc/dante - @${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${PREFIX}/share/doc/dante @${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4.protocol ${PREFIX}/share/doc/dante .include <bsd.port.mk> diff -Nur dante.old/files/md5 dante/files/md5 --- dante.old/files/md5 Sat Mar 25 16:50:01 2000 +++ dante/files/md5 Sun Jul 2 23:49:42 2000 @@ -1 +1 @@ -MD5 (dante-1.1.1.tar.gz) = 52eef790392f6fc501b12177735e9a27 +MD5 (dante-1.1.2.tar.gz) = d522a4c2da7c68ef7340e39c642a7ca2 diff -Nur dante.old/patches/patch-aa dante/patches/patch-aa --- dante.old/patches/patch-aa Thu May 18 17:30:05 2000 +++ dante/patches/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,20 +0,0 @@ ---- configure.in.orig Wed Dec 29 03:11:01 1999 -+++ configure.in Thu May 18 09:46:37 2000 -@@ -1099,7 +1099,7 @@ - - #XXX should be more generic - case $host in -- *-*-freebsdelf* | *-*-solaris* | *-*-linux-* | *-*-irix* | \ -+ *-*-freebsd* | *-*-solaris* | *-*-linux-* | *-*-irix* | \ - alpha-dec-osf*) - AC_DEFINE(HAVE_NO_SYMBOL_UNDERSCORE) - esac -@@ -1185,7 +1185,7 @@ - AC_CHECK_FUNCS(select socket strcspn strdup strspn hstrerror issetugid) - AC_CHECK_FUNCS(strvis snprintf getdtablesize sysconf inet_pton vsyslog) - AC_CHECK_FUNCS(daemon bzero sockatmark difftime memmove seteuid setproctitle) --AC_CHECK_FUNCS(inet_aton) -+AC_CHECK_FUNCS(inet_aton gethostbyname2) - - #sun4 seems to have a profiled libc missing strerror - if test x$s_profiling = x; then diff -Nur dante.old/patches/patch-ab dante/patches/patch-ab --- dante.old/patches/patch-ab Thu May 18 17:30:05 2000 +++ dante/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,20 +0,0 @@ ---- configure.orig Wed Dec 29 03:12:15 1999 -+++ configure Thu May 18 09:47:35 2000 -@@ -8345,7 +8345,7 @@ - - #XXX should be more generic - case $host in -- *-*-freebsdelf* | *-*-solaris* | *-*-linux-* | *-*-irix* | \ -+ *-*-freebsd* | *-*-solaris* | *-*-linux-* | *-*-irix* | \ - alpha-dec-osf*) - cat >> confdefs.h <<\EOF - #define HAVE_NO_SYMBOL_UNDERSCORE 1 -@@ -9237,7 +9237,7 @@ - fi - done - --for ac_func in inet_aton -+for ac_func in inet_aton gethostbyname2 - do - echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 - echo "configure:9244: checking for $ac_func" >&5 diff -Nur dante.old/pkg/PLIST dante/pkg/PLIST --- dante.old/pkg/PLIST Sat Mar 25 16:50:01 2000 +++ dante/pkg/PLIST Mon Jul 3 00:08:42 2000 @@ -8,7 +8,6 @@ lib/libsocks.so lib/libsocks.so.1 sbin/sockd -share/doc/dante/FAQ share/doc/dante/README.msproxy share/doc/dante/README.socksify share/doc/dante/README.survey >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000702222442.04AD7579E>