Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 1999 22:36:16 +1100 (EST)
From:      jim@phrantic.phear.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10706: update port: xchat-0.9.1 to 0.9.3
Message-ID:  <199903211136.WAA17278@corp.au.triax.com>

next in thread | raw e-mail | index | archive | help

>Number:         10706
>Category:       ports
>Synopsis:       update port: xchat-0.9.1 to 0.9.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 21 03:40:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jim Mock
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
>Environment:

	

>Description:

Patch updates the xchat port from 0.9.1 to 0.9.3.  I also added
USE_X_PREFIX since it's a port for X and probably belongs in
/usr/X11R6/bin instead of /usr/local/bin, and the post-install to
strip the binary.

-Jim

>How-To-Repeat:

	

>Fix:
	
Apply the following patch..

diff -ruN xchat/Makefile xchat-0.9.3/Makefile
--- xchat/Makefile	Sun Mar 21 22:26:02 1999
+++ xchat-0.9.3/Makefile	Sun Mar 21 22:27:23 1999
@@ -1,24 +1,30 @@
 # New ports collection makefile for:	xchat
-# Version required:		0.9.1
+# Version required:		0.9.3
 # Date created:			17 Nov 1998
 # Whom:				Jim Mock <jim@phrantic.phear.net>
 #
 # $Id: Makefile,v 1.6 1999/03/05 16:49:58 nectar Exp $
 #
 
-DISTNAME=	xchat-0.9.1
+DISTNAME=	xchat-0.9.3
 CATEGORIES=	net
 MASTER_SITES=	http://xchat.linuxpower.org/files/ \
-		http://www.ozemail.com.au/~peterzelezny/xchat/
+		http://www.ozemail.com.au/~peterzelezny/xchat/ \
+		http://www.spyda.co.za/pub/linux/x11/irc/xchat/
 
 MAINTAINER=	jim@phrantic.phear.net
 
-LIB_DEPENDS=	gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel
+LIB_DEPENDS=	gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
 
 USE_GMAKE=	yes
 USE_PERL5=	yes
+USE_X_PREFIX=	yes
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-gnome
-CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk11d-config"
+CONFIGURE_ENV=	GTK_CONFIG="${X11BASE}/bin/gtk12-config"
+
+post-install:
+	strip ${PREFIX}/bin/xchat
 
 .include <bsd.port.mk>
diff -ruN xchat/files/md5 xchat-0.9.3/files/md5
--- xchat/files/md5	Sun Mar 21 22:26:02 1999
+++ xchat-0.9.3/files/md5	Sun Mar 21 21:54:13 1999
@@ -1 +1 @@
-MD5 (xchat-0.9.1.tar.gz) = 9d2d55e6157e7a09f854fb412b343687
+MD5 (xchat-0.9.3.tar.gz) = 84e24beeba00f905a3aea18ce44f8a63

>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?199903211136.WAA17278>