Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2007 07:44:00 +0800 (CST)
From:      Rong-En Fan <rafan@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        infofarmer@FreeBSD.org
Subject:   ports/110951: [PATCH] multimedia/lives: Use USE_GHOSTSCRIPT_RUN
Message-ID:  <200703272344.l2RNi0Bn019719@svm.csie.ntu.edu.tw>
Resent-Message-ID: <200703272350.l2RNo91k095972@freefall.freebsd.org>

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

>Number:         110951
>Category:       ports
>Synopsis:       [PATCH] multimedia/lives: Use USE_GHOSTSCRIPT_RUN
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 27 23:50:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Don't depend on gs ourself, use USE_GHOSTSCRIPT_RUN

Port maintainer (infofarmer@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- lives-0.9.8.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/multimedia/lives/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	27 Mar 2007 07:10:56 -0000	1.5
+++ Makefile	27 Mar 2007 23:43:30 -0000
@@ -33,7 +33,6 @@
 		xmms:${PORTSDIR}/multimedia/xmms \
 		mpg123:${PORTSDIR}/audio/mpg123 \
 		ogg123:${PORTSDIR}/audio/vorbis-tools \
-		gs:${PORTSDIR}/print/ghostscript-gnu \
 		sswf:${PORTSDIR}/graphics/sswf \
 		${LOCALBASE}/include/frei0r.h:${PORTSDIR}/graphics/frei0r
 
@@ -44,6 +43,7 @@
 USE_CDRTOOLS=	yes
 USE_GNOME=	gtk20
 USE_GETTEXT=	yes
+USE_GHOSTSCRIPT_RUN=	yes
 USE_SDL=	yes
 CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS} -g -fPIC
 LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
--- lives-0.9.8.4.patch ends here ---

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



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