Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  4 Sep 2005 20:40:06 +0200 (CEST)
From:      Søren Straarup <xride@x12.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        xride@x12.dk
Subject:   ports/85716: [PATCH] comms/linpsk: [Added missing run dependency]
Message-ID:  <20050904184006.049D5420A@beacon.x12.dk>
Resent-Message-ID: <200509041850.j84Io72H055979@freefall.freebsd.org>

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

>Number:         85716
>Category:       ports
>Synopsis:       [PATCH] comms/linpsk: [Added missing run dependency]
>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:   Sun Sep 04 18:50:07 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Søren Straarup
>Release:        FreeBSD 6.0-BETA1 i386
>Organization:
>Environment:
System: FreeBSD beacon.x12.dk 6.0-BETA1 FreeBSD 6.0-BETA1 #0: Tue Jul 12 18:05:55 UTC 2005
>Description:
Didn't install the needed font

Port maintainer (xride@x12.dk) is cc'd.

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

--- linpsk-0.8.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/comms/linpsk/Makefile /data/ports/linpsk/Makefile
--- /usr/ports/comms/linpsk/Makefile	Thu Jun  2 22:50:46 2005
+++ /data/ports/linpsk/Makefile	Sun Sep  4 19:05:17 2005
@@ -7,6 +7,7 @@
 
 PORTNAME=	linpsk
 PORTVERSION=	0.8.1
+PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,6 +17,8 @@
 
 LIB_DEPENDS=	fftw3:${PORTSDIR}/math/fftw3 \
 		portaudio:${PORTSDIR}/audio/portaudio
+
+RUN_DEPENDS=	${X11BASE}/lib/X11/fonts/bitstream-vera/fonts.dir:${PORTSDIR}/x11-fonts/bitstream-vera
 
 USE_X_PREFIX=	yes
 USE_REINPLACE=	yes
--- linpsk-0.8.1_1.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?20050904184006.049D5420A>