Date: Wed, 14 Jul 2004 16:27:42 -0700 (PDT) From: Alex Varju <varju@webct.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69069: Change ports/palm/jpilot to use GTK2 by default Message-ID: <200407142327.i6ENRgus061262@snapple.webct.com> Resent-Message-ID: <200407142330.i6ENUF4B043405@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407142327.i6ENRgus061262>