Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2003 00:00:36 +0100 (CET)
From:      Miguel Mendez <flynn@energyhq.homeip.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47176: [Maintainer update] sysutils/thefish to 0.2.4
Message-ID:  <200301172300.h0HN0aqa005018@christine.energyhq.tk>

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

>Number:         47176
>Category:       ports
>Synopsis:       [Maintainer update] sysutils/thefish to 0.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 17 15:10:04 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD christine.energyhq.tk 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Jan 16 23:49:01 CET 2003 root@christine.energyhq.tk:/usr/obj/usr/src/sys/CHRISTINE i386


	
>Description:
This release marks the beginning of the end for GTK+ 1.2 support, and adds 
several GTK+ 2.0-only enhancements. I also did some bug hunting as usual.
I hope you enjoy it :)
>How-To-Repeat:
	
>Fix:

	

--- thefish.diff begins here ---
diff -ruN thefish.old/Makefile thefish/Makefile
--- thefish.old/Makefile	Sat Dec 28 03:06:10 2002
+++ thefish/Makefile	Fri Jan 17 23:50:00 2003
@@ -6,19 +6,19 @@
 #
 
 PORTNAME=	thefish
-PORTVERSION=	0.2.3
+PORTVERSION=	0.2.4
 CATEGORIES=	sysutils
 MASTER_SITES=	http://energyhq.homeip.net/files/
 
 MAINTAINER=	flynn@energyhq.homeip.net
 
-.if !defined(NO_GUI) && defined(WITH_GTK2)
+.if !defined(NO_GUI) && !defined(WITH_GTK12)
 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)
+.if !defined(NO_GUI) && defined(WITH_GTK12)
 USE_GNOMENG=	yes
 USE_GNOME=	gtk12
 PKGNAMESUFFIX=	-gtk
diff -ruN thefish.old/distinfo thefish/distinfo
--- thefish.old/distinfo	Sat Dec 28 03:05:28 2002
+++ thefish/distinfo	Fri Jan 17 23:50:05 2003
@@ -1 +1 @@
-MD5 (thefish-0.2.3.tar.gz) = f4a3cc8133734fac8747e5cede68add5
+MD5 (thefish-0.2.4.tar.gz) = d7cc3f8944bae5aa0b366accde107432
diff -ruN thefish.old/pkg-message thefish/pkg-message
--- thefish.old/pkg-message	Thu Apr 25 21:53:29 2002
+++ thefish/pkg-message	Fri Jan 17 23:52:20 2003
@@ -1,6 +1,9 @@
 **********************************************************************
-
+ HEADS UP: The Fish now defaults to GTK+ 2.x. GTK+ 1.2 is still
+ supported, but will be eventually dropped. Users are encouraged to
+ use the GTK+ 2.0 version.
+ ---------------------------------------------------------------------
  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
+ If you prefer to use GTK+ 1.2 instead of 2.0, use make -DWITH_GTK12
 
 **********************************************************************
--- thefish.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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