ports/121578: [patch] graphics/sng - remove dependency on X_CLIENTS_PORTS

Chess Griffin chess at chessgriffin.com
Mon Mar 10 21:50:01 UTC 2008


>Number:         121578
>Category:       ports
>Synopsis:       [patch] graphics/sng - remove dependency on X_CLIENTS_PORTS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 10 21:50:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Chess Griffin
>Release:        7.0-RELEASE
>Organization:
>Environment:
FreeBSD bsdbob.localdomain 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Mon Feb 25 19:09:06 EST 2008     chess at bsdbob.localdomain:/usr/obj/usr/src/sys/CHESS  i386
>Description:
Patch updates PORTREVISION and replaces build dependency on X_CLIENTS_PORTS. Tested on local tinderbox with 6-STABLE, 7-STABLE, and 8-CURRENT builds.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN sng.orig/Makefile sng/Makefile
--- sng.orig/Makefile	2008-03-10 16:28:02.000000000 -0400
+++ sng/Makefile	2008-03-10 16:36:07.000000000 -0400
@@ -8,7 +8,7 @@
 
 PORTNAME=	sng
 PORTVERSION=	1.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,7 +16,7 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Compiler/decompiler for Scriptable Network Graphics
 
-BUILD_DEPENDS=	${X11BASE}/lib/X11/rgb.txt:${X_CLIENTS_PORT}
+BUILD_DEPENDS=	${X11BASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/rgb
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png
 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list