ports/97099: [PATCH] links
Dmitriy Kirhlarov
dkirhlarov at oilspace.com
Wed May 10 17:40:23 UTC 2006
>Number: 97099
>Category: ports
>Synopsis: [PATCH] links
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed May 10 17:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Dmitriy Kirhlarov
>Release: FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD dimma.mow.oilspace.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Sep 25 23:26:13 MSD 2005 root at dimma.mow.oilspace.com:/usr/obj/usr/src/sys/dimma i386
>Description:
links-2.1.p20,1 depends from pcre libraries, but don't have it
in port depends.
>How-To-Repeat:
install devel/pcre
make links package
install this package on machine without pcre port and try to
run links.
>Fix:
diff -NruB links.orig/Makefile links/Makefile
--- links.orig/Makefile Wed May 10 17:01:06 2006
+++ links/Makefile Wed May 10 17:27:17 2006
@@ -7,7 +7,7 @@
PORTNAME= links
PORTVERSION= 2.1.p20
-PORTEPOCH= 1
+PORTEPOCH= 2
CATEGORIES?= www
MASTER_SITES= http://links.twibright.com/download/
DISTNAME= ${PORTNAME}-2.1pre20
@@ -51,6 +51,8 @@
CONFIGURE_ARGS+= --without-x
OPTIONS_MESG+= "X11 graphics support disabled."
.endif
+
+LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre
MAN1= links.1
PLIST_FILES= bin/links
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list