Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2008 21:37:59 GMT
From:      Chess Griffin <chess@chessgriffin.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121578: [patch] graphics/sng - remove dependency on X_CLIENTS_PORTS
Message-ID:  <200803102137.m2ALbxMK099274@www.freebsd.org>
Resent-Message-ID: <200803102150.m2ALo1BH050909@freefall.freebsd.org>

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

>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@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@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:



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