Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2002 16:54:10 +0200 (CEST)
From:      Miguel Mendez <flynn@energyhq.homeip.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37456: [Maintainer Update] sysutils/thefish to 0.2.2
Message-ID:  <20020425145410.D27633FCA9@energyhq.homeip.net>

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

>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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020425145410.D27633FCA9>