ports/69069: Change ports/palm/jpilot to use GTK2 by default

Alex Varju varju at webct.com
Wed Jul 14 23:30:15 UTC 2004


>Number:         69069
>Category:       ports
>Synopsis:       Change ports/palm/jpilot to use GTK2 by default
>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:   Wed Jul 14 23:30:14 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Alex Varju
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
WebCT
>Environment:
System: FreeBSD snapple.webct.com 5.2-RELEASE FreeBSD 5.2-RELEASE #10: Fri Jan 16 17:24:29 PST 2004 varju at snapple.webct.com:/usr/obj/usr/src/sys/SNAPPLE i386

>Description:
Change the default configuration for jpilot to use GTK2 rather than
GTK1.  A WITH_GTK1 hook has been left to go back to the previous
behaviour if desired.

>How-To-Repeat:

>Fix:

Index: ports/palm/jpilot/Makefile
===================================================================
RCS file: /home/freebsd/cvsroot/ports/palm/jpilot/Makefile,v
retrieving revision 1.41
diff -u -r1.41 Makefile
--- ports/palm/jpilot/Makefile	2 May 2004 22:01:44 -0000	1.41
+++ ports/palm/jpilot/Makefile	14 Jul 2004 23:15:56 -0000
@@ -8,6 +8,7 @@
 
 PORTNAME=	jpilot
 PORTVERSION=	0.99.7
+PORTREVISION=	1
 CATEGORIES+=	palm comms
 MASTER_SITES=	http://jpilot.org/
 
@@ -20,11 +21,11 @@
 .if (!defined(WITHOUT_NLS))
 USE_GETTEXT=	yes
 .endif
-.if defined(WITH_GTK2)
+.if defined(WITH_GTK1)
+USE_GNOME=	gtk12
+.else
 USE_GNOME=	gtk20
 CONFIGURE_ARGS+=	--enable-gtk2=yes
-.else
-USE_GNOME=	gtk12
 .endif
 
 .if !defined(WITHOUT_NLS)

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



More information about the freebsd-ports-bugs mailing list