ports/138699: [PATCH] www/elinks: fsplib .a file name changed

Radim Kolar SF.NET hsn at sendmail.cz
Thu Sep 10 10:00:10 UTC 2009


>Number:         138699
>Category:       ports
>Synopsis:       [PATCH] www/elinks: fsplib .a file name changed
>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:   Thu Sep 10 10:00:09 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar SF.NET
>Release:        FreeBSD 6.4-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD sanatana.dharma 6.4-RELEASE-p4 FreeBSD 6.4-RELEASE-p4 #1: Tue Jun  9 11:43:11 CEST
>Description:
FSPLIB archive name changed. FSP support now builds.
Bump portversion

Port maintainer (beat at FreeBSD.org) is cc'd.

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

--- elinks-0.11.7_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/elinks/Makefile /home/hsn/hacked/elinks/Makefile
--- /usr/ports/www/elinks/Makefile	2009-08-25 09:48:03.000000000 +0200
+++ /home/hsn/hacked/elinks/Makefile	2009-09-10 11:40:00.000000000 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	elinks
 DISTVERSION=	0.11.7
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://elinks.or.cz/download/
 
@@ -121,8 +122,8 @@
 .endif
 
 .if defined(WITH_FSP)
-RUN_DEPENDS+=	${LOCALBASE}/lib/libfsp.a:${PORTSDIR}/net/fsplib
-BUILD_DEPENDS+=	${LOCALBASE}/lib/libfsp.a:${PORTSDIR}/net/fsplib
+RUN_DEPENDS+=	${LOCALBASE}/lib/libfsplib.a:${PORTSDIR}/net/fsplib
+BUILD_DEPENDS+=	${LOCALBASE}/lib/libfsplib.a:${PORTSDIR}/net/fsplib
 CONFIGURE_ARGS+=	--enable-fsp
 .else
 CONFIGURE_ARGS+=	--disable-fsp
--- elinks-0.11.7_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list