Date: Sun, 26 Mar 2000 17:34:02 -0500 (EST) From: cjohnson@camelot.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/17609: port upgrade Message-ID: <20000326223402.95FE212C30@galahad.camelot.com>
next in thread | raw e-mail | index | archive | help
>Number: 17609 >Category: ports >Synopsis: Upgrade to /usr/ports/games/tinymux >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 26 14:40:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Christopher T. Johnson >Release: FreeBSD 4.0-RELEASE i386 >Organization: Paladin Software >Environment: Current and the past few releases. :-( >Description: New release. >How-To-Repeat: cd /usr/ports/games/tinymux;make >Fix: Index: Makefile =================================================================== RCS file: /usr/cvsroot/ports/games/tinymux/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2000/03/20 22:42:17 1.4 +++ Makefile 2000/03/26 21:19:06 @@ -6,7 +6,7 @@ # $FreeBSD: ports/games/tinymux/Makefile,v 1.4 2000/03/20 22:42:17 mharo Exp $ # -DISTNAME= tinymux-1.4p13 +DISTNAME= tinymux-1.6p0 CATEGORIES= games MASTER_SITES= ftp://ftp.digex.net/pub/mud/tinymux/ Index: files/md5 =================================================================== RCS file: /usr/cvsroot/ports/games/tinymux/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- files/md5 1998/08/09 01:10:30 1.1.1.1 +++ files/md5 2000/03/26 21:29:44 @@ -1 +1 @@ -MD5 (tinymux-1.4p13.tar.gz) = dfa63af195b919833823052531362a96 +MD5 (tinymux-1.6p0.tar.gz) = 317f5a4611caee9f28d0e0fea63a3539 Index: patches/patch-aa =================================================================== RCS file: /usr/cvsroot/ports/games/tinymux/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patches/patch-aa 1998/08/09 01:10:30 1.1.1.1 +++ patches/patch-aa 2000/03/26 22:30:28 @@ -1,20 +1,11 @@ ---- configure.in.orig Tue Apr 15 23:36:55 1997 -+++ configure.in Thu May 28 21:44:26 1998 -@@ -85,7 +85,7 @@ - AC_DEFINE(NEED_SYS_ERRLIST_DCL) ;; - *) - AC_MSG_CHECKING(for sys_errlist dcl) --AC_HEADER_EGREP(sys_errlist,errno.h, AC_MSG_RESULT(yes), AC_DEFINE(NEED_SYS_ERRLIST_DCL) AC_MSG_RESULT(no)) ;; -+AC_HEADER_EGREP(sys_errlist,stdio.h, AC_MSG_RESULT(yes), AC_DEFINE(NEED_SYS_ERRLIST_DCL) AC_MSG_RESULT(no)) ;; - esac - AC_MSG_CHECKING(for perror dcl) - AC_HEADER_EGREP(perror,errno.h, AC_MSG_RESULT(yes) ,AC_DEFINE(NEED_PERROR_DCL) AC_MSG_RESULT(no)) -@@ -100,7 +100,7 @@ - AC_TRY_COMPILE([#include <sys/socket.h>],[struct linger ling; ling.l_onoff = 1;], - AC_DEFINE(HAVE_LINGER) AC_MSG_RESULT(yes), AC_MSG_RESULT(no)) - --LIBS="-L./gdbm-1.7.3 -lgdbm" -+LIBS="-L/usr/local/lib -lgdbm" - AC_CHECK_LIB(resolv, main) +--- configure.in.orig Thu Nov 5 16:36:22 1998 ++++ configure.in Sun Mar 26 16:35:37 2000 +@@ -17,7 +17,7 @@ + else + AC_EGREP_HEADER(sys_errlist,errno.h, ,AC_EGREP_HEADER(sys_errlist,stdio.h,,AC_DEFINE(NEED_SYS_ERRLIST_DCL))) + fi +-LIBS="-L./gdbm-1.7.3 -lgdbm" ++LIBS="-L/usr/local/lib -lgdbm" AC_CHECK_LIB(crypt, main) - + AC_FUNC_STRFTIME + AC_FUNC_VFORK >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?20000326223402.95FE212C30>