Bug 130791 - [patch] x11-toolkits/fpc-gtk1: remove remnants of the repocopied port
Summary: [patch] x11-toolkits/fpc-gtk1: remove remnants of the repocopied port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jose Alonso Cardenas Marquez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-20 18:40 UTC by Boris Samorodov
Modified: 2009-01-20 21:20 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Samorodov freebsd_committer freebsd_triage 2009-01-20 18:40:01 UTC
	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"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-20 18:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-01-20 21:11:57 UTC
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"
Comment 3 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2009-01-20 21:12:28 UTC
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.