From owner-freebsd-ports Thu Apr 25 8: 0:23 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02B1037B42C for ; Thu, 25 Apr 2002 08:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3PF01c84383; Thu, 25 Apr 2002 08:00:01 -0700 (PDT) (envelope-from gnats) Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by hub.freebsd.org (Postfix) with ESMTP id EF6F537B400 for ; Thu, 25 Apr 2002 07:54:09 -0700 (PDT) Received: by energyhq.homeip.net (Postfix, from userid 1001) id D27633FCA9; Thu, 25 Apr 2002 16:54:10 +0200 (CEST) Message-Id: <20020425145410.D27633FCA9@energyhq.homeip.net> Date: Thu, 25 Apr 2002 16:54:10 +0200 (CEST) From: Miguel Mendez Reply-To: Miguel Mendez To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37456: [Maintainer Update] sysutils/thefish to 0.2.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37456 >Category: ports >Synopsis: [Maintainer Update] sysutils/thefish to 0.2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Apr 25 08:00:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Miguel Mendez >Release: FreeBSD 4.5-STABLE i386 >Organization: I was made to fly, Inc. >Environment: System: FreeBSD energyhq.homeip.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Sun Apr 7 15:11:22 CEST 2002 root@energyhq.homeip.net:/storage2/obj/storage2/src/sys/ENERGYHQ i386 >Description: A new version. As always, I've fixed some bugs and added a couple of interesting options: make -DNO_GUI to build only the ncurses frontend make -DWITH_GTK2 to use the new GTK+ 2.0 Enjoy! :) >How-To-Repeat: >Fix: --- thefish.diff begins here --- diff -ruN thefish.old/Makefile thefish/Makefile --- thefish.old/Makefile Thu Apr 18 22:03:51 2002 +++ thefish/Makefile Thu Apr 25 16:45:24 2002 @@ -6,19 +6,29 @@ # PORTNAME= thefish -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= sysutils MASTER_SITES= http://energyhq.homeip.net/files/ MAINTAINER= flynn@energyhq.homeip.net +.if !defined(NO_GUI) && defined(WITH_GTK2) +LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 +.endif +.if !defined(NO_GUI) USE_X_PREFIX= yes +.endif +.if !defined(NO_GUI) && !defined(WITH_GTK2) USE_GTK= yes +.endif MAN1= thefish.1 +pre-everything:: + @$(CAT) pkg-message + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1 + @${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1 .include diff -ruN thefish.old/distinfo thefish/distinfo --- thefish.old/distinfo Thu Apr 18 22:03:51 2002 +++ thefish/distinfo Thu Apr 25 16:35:54 2002 @@ -1 +1 @@ -MD5 (thefish-0.2.1.tar.gz) = e3ace1f6da929bb3293b0a68fc7ed849 +MD5 (thefish-0.2.2.tar.gz) = 695a909e6b743764067095e4c24e4bab diff -ruN thefish.old/pkg-message thefish/pkg-message --- thefish.old/pkg-message Thu Jan 1 01:00:00 1970 +++ thefish/pkg-message Thu Apr 25 16:41:13 2002 @@ -0,0 +1,6 @@ +********************************************************************** + + If you want to build The Fish without the GTK+ UI, use make -DNO_GUI + If you prefer to use GTK+ 2.0 instead of 1.2, use make -DWITH_GTK2 + +********************************************************************** --- thefish.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message