Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2003 16:12:25 +0200 (CEST)
From:      Simon Barner <barner@in.tum.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55696: [update port]: devel/veepee (fix dependency & unbreak)
Message-ID:  <20030818141225.6C95138D6B@zi025.glhnet.mhn.de>
Resent-Message-ID: <200308181420.h7IEK6ds041528@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55696
>Category:       ports
>Synopsis:       [update port]: devel/veepee (fix dependency & unbreak)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 18 07:20:06 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon Barner
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD zi025.glhnet.mhn.de 4.8-STABLE FreeBSD 4.8-STABLE #0: Thu Aug 7 04:04:01 CEST 2003 toor@zi025.glhnet.mhn.de:/usr/src/sys/compile/KISTE i386

>Description:
	Port is currently marked broken and scheduled for removal. This fix
	changes the dependecy from libgd2 to libgd1.
	
>How-To-Repeat:
>Fix:

--- Makefile.orig	Mon Aug 18 16:02:42 2003
+++ Makefile	Mon Aug 18 15:28:23 2003
@@ -2,7 +2,7 @@
 # Date created:				2 August 2000
 # Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
 #
-# $FreeBSD: /repoman/r/pcvs/ports/devel/veepee/Makefile,v 1.19 2003/08/08 04:40:40 kris Exp $
+# $FreeBSD: ports/devel/veepee/Makefile,v 1.19 2003/08/08 04:40:40 kris Exp $
 #
 
 PORTNAME=	veepee
@@ -15,9 +15,7 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A user orientated scripting environment for embedding in applications
 
-BROKEN=		"Does not configure"
-
-LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd2
+LIB_DEPENDS=	gd1.2:${PORTSDIR}/graphics/gd
 
 USE_GNOME=	gnomelibs
 USE_XLIB=	yes
 
New patch files:
1. patch-GNOME::gvpmodule::Makefile.in

--- GNOME/gvpmodule/Makefile.in.orig	Mon Aug 18 15:39:09 2003
+++ GNOME/gvpmodule/Makefile.in	Mon Aug 18 15:34:57 2003
@@ -99,7 +99,7 @@
 
 lib_LTLIBRARIES = libgvpmodule.la
 libgvpmodule_la_LDFLAGS = -version-info $(VP_PYMODVERSION) $(VP_GDLDFLAGS) $(GLDFLAGS)
-libgvpmodule_la_LIBADD = $(OTHERLIBS) -lgd $(VP_GLIBS)
+libgvpmodule_la_LIBADD = $(OTHERLIBS) -lgd1 $(VP_GLIBS)
 libgvpmodule_la_DEPENDENCIES = $(OTHERLIBS)
 
 libgvpmodule_la_SOURCES =  	gvpmodint.h 	color.c 	chart.c 	label.c 	text.c 	textbox.c 	optionmenu.c 	radiobuttongroup.c 	checkbuttongroup.c 	button.c 	grid.c 	hbox.c 	vbox.c 	appwindow.c 	message.c 	dialog.c 	common.c 	init.c 	gvptable.c gvptable.h 	gvphbox.c gvphbox.h 	gvpvbox.c gvpvbox.h

2. patch-KDE::kvpmodule::Makefile.in

--- KDE/kvpmodule/Makefile.in.orig	Mon Aug 18 15:40:06 2003
+++ KDE/kvpmodule/Makefile.in	Mon Aug 18 15:34:57 2003
@@ -99,7 +99,7 @@
 
 lib_LTLIBRARIES = libkvpmodule.la
 libkvpmodule_la_LDFLAGS = -version-info $(VP_PYMODVERSION) $(VP_GDLDFLAGS) $(VP_KLDFLAGS)
-libkvpmodule_la_LIBADD = $(OTHERLIBS) -lgd $(VP_QLIBS)
+libkvpmodule_la_LIBADD = $(OTHERLIBS) -lgd1 $(VP_QLIBS)
 libkvpmodule_la_DEPENDENCIES = $(OTHERLIBS)
 
 libkvpmodule_la_SOURCES =  	kvpmodint.h 	color.cpp 	chart.cpp 	label.cpp 	text.cpp 	textbox.cpp 	optionmenu.cpp 	radiobuttongroup.cpp 	checkbuttongroup.cpp 	button.cpp button.h 	grid.cpp 	hbox.cpp 	vbox.cpp 	appwindow.cpp 	message.cpp 	dialog.cpp 	common.cpp 	init.cpp
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030818141225.6C95138D6B>