ports/130791: [patch] x11-toolkits/fpc-gtk1: remove remnants of the repocopied port
Boris Samorodov
bsam at FreeBSD.org
Tue Jan 20 18:40:02 UTC 2009
>Number: 130791
>Category: ports
>Synopsis: [patch] x11-toolkits/fpc-gtk1: remove remnants of the repocopied port
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Jan 20 18:40:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Boris Samorodov
>Release: FreeBSD 8.0-CURRENT i386
>Organization:
InPharmTech, Co.
>Environment:
System: FreeBSD bb.ipt.ru 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jan 12 22:04:34 MSK 2009 bsam at bb.ipt.ru:/usr/obj/usr/src/sys/BB i386
>Description:
Gkt2 and OPTIONS seems to be remnants of the repocopied port.
>How-To-Repeat:
>Fix:
. remove gtk2 from USE_FPC (gtk1 port should not depend upon gtk2 port);
. delete gtk1 from OPTIONS (since this *is* a gtk1 port).
--- fpc-gtk1.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/fpc-gtk1/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile 20 Jan 2009 13:40:10 -0000 1.12
+++ Makefile 20 Jan 2009 15:00:33 -0000
@@ -5,19 +5,17 @@
# $FreeBSD: ports/x11-toolkits/fpc-gtk1/Makefile,v 1.12 2009/01/20 13:40:10 acm Exp $
#
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits lang
PKGNAMESUFFIX= -gtk1
MAINTAINER= acm at FreeBSD.org
COMMENT= Free Pascal interface to the GTK libraries
-USE_FPC= gtk2 x11 opengl
+USE_FPC= x11 opengl
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= GTK1 "Gimp Toolkit for X11 GUI (version 1.x)" on
-
.include "${MASTERDIR}/Makefile"
--- fpc-gtk1.diff ends here ---
WBR
--
bsam
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list