Gkt2 and OPTIONS seems to be remnants of the repocopied port. Fix: . remove gtk2 from USE_FPC (gtk1 port should not depend upon gtk2 port); . delete gtk1 from OPTIONS (since this *is* a gtk1 port). WBR -- bsam--FXmfQ6fFvjqRg0Bn4twxdZoMBJIZofGBQIMaESIvXUPaIKdm Content-Type: text/plain; name="fpc-gtk1.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fpc-gtk1.diff" 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@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"
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool)
acm 2009-01-20 21:11:43 UTC FreeBSD ports repository Modified files: x11-toolkits/fpc-gtk1 Makefile Log: - Remove unnecessary dependency (fpc-gtk2) - Bump PORTREVISION PR: 130791 Submitted by: bsam Revision Changes Path 1.13 +2 -2 ports/x11-toolkits/fpc-gtk1/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed - Committed with few modifications. x11-toolkits/gtk1 is a optional dependency, because it is neccesary for compile freepascal apps that use fpc-gtk1 unit. The applications (like lazarus) are linking to x11-toolkits/gtk1 when it compiles.