Date: Thu, 10 Jun 1999 17:25:07 +1000 (EST) From: jim@phrantic.phear.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12110: update port: irssi-0.7.9 to 0.7.11 Message-ID: <199906100725.RAA10848@blues.ghis.net>
next in thread | raw e-mail | index | archive | help
>Number: 12110 >Category: ports >Synopsis: update port: irssi-0.7.9 to 0.7.11 >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: Thu Jun 10 00:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 3.2-19990517-STABLE i386 >Organization: >Environment: >Description: Patch updates irssi port to 0.7.11. Also removed patch-aa. >How-To-Repeat: >Fix: Apply the following diff.. diff -ruN /usr/ports/net/irssi/Makefile irssi/Makefile --- /usr/ports/net/irssi/Makefile Sat May 29 19:53:38 1999 +++ irssi/Makefile Thu Jun 10 17:23:40 1999 @@ -1,12 +1,13 @@ # New ports collection makefile for: irssi -# Version required: 0.7.9 +# Version required: 0.7.11 # Date created: 14 Apr 1999 # Whom: Jim Mock <jim@phrantic.phear.net> # # $Id: Makefile,v 1.3 1999/05/29 03:55:52 steve Exp $ # -DISTNAME= irssi-0.7.9 +DISTNAME= irssi-0.7.11-2 +PKGNAME= irssi-0.7.11 CATEGORIES= net MASTER_SITES= http://www.sicom.fi/~ikioma/irssi/ @@ -19,12 +20,13 @@ USE_BZIP2= yes USE_GMAKE= yes +WRKSRC= ${WRKDIR}/irssi-0.7.11 USE_PERL5= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-gnome --without-dock --without-pthreads \ - --without-socks --with-textui=none + --without-socks --without-textui CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" diff -ruN /usr/ports/net/irssi/files/md5 irssi/files/md5 --- /usr/ports/net/irssi/files/md5 Mon May 10 10:13:48 1999 +++ irssi/files/md5 Thu Jun 10 16:27:21 1999 @@ -1 +1 @@ -MD5 (irssi-0.7.9.tar.bz2) = f42ee10248b9b55e60d7da65c9d6b0f5 +MD5 (irssi-0.7.11-2.tar.bz2) = 75251b5461a7592a7b8bfffe95998344 diff -ruN /usr/ports/net/irssi/patches/patch-aa irssi/patches/patch-aa --- /usr/ports/net/irssi/patches/patch-aa Mon May 10 02:33:57 1999 +++ irssi/patches/patch-aa Thu Jan 1 10:00:00 1970 @@ -1,25 +0,0 @@ ---- ltconfig.orig Sun May 9 00:21:28 1999 -+++ ltconfig Sun May 9 00:23:00 1999 -@@ -1201,7 +1201,7 @@ - ;; - - # FreeBSD 3, at last, uses gcc -shared to do shared libraries. -- freebsd3*) -+ freebsd*) - archive_cmds='$CC -shared -o $lib$libobjs$deplibs' - hardcode_libdir_flag_spec='-R$libdir' - hardcode_direct=yes -@@ -1606,11 +1606,11 @@ - shlibpath_var=PATH - ;; - --freebsd2* | freebsd3*) -+freebsd*) - objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` - version_type=freebsd-$objformat - library_names_spec='${libname}${release}.so$versuffix $libname.so' -- finish_cmds='PATH="$PATH:/sbin" OBJFORMAT="$objformat" ldconfig -m $libdir' -+ finish_cmds="PATH=\"\$PATH:/sbin\" OBJFORMAT=$objformat ldconfig -m \$libdir" - shlibpath_var=LD_LIBRARY_PATH - ;; - diff -ruN /usr/ports/net/irssi/pkg/PLIST irssi/pkg/PLIST --- /usr/ports/net/irssi/pkg/PLIST Sat May 1 03:08:25 1999 +++ irssi/pkg/PLIST Thu Jun 10 17:02:32 1999 @@ -1,5 +1,6 @@ bin/irssi bin/irssi-bot +etc/irssi.conf lib/irssi/plugins/libexternal.a lib/irssi/plugins/libexternal.la lib/irssi/plugins/libexternal.so @@ -12,6 +13,10 @@ lib/irssi/plugins/libspeech.la lib/irssi/plugins/libspeech.so lib/irssi/plugins/libspeech.so.0 +lib/irssi/plugins/libsound.a +lib/irssi/plugins/libsound.la +lib/irssi/plugins/libsound.so +lib/irssi/plugins/libsound.so.0 share/examples/irssi/irssi.conf @dirrm lib/irssi/plugins @dirrm lib/irssi >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?199906100725.RAA10848>