ports/66323: Port update: news/slrn

Simon Dick simond at irrelevant.org
Thu May 6 10:20:24 UTC 2004


>Number:         66323
>Category:       ports
>Synopsis:       Port update: news/slrn
>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 May 06 03:20:22 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Simon Dick
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD nelly.internal.irrelevant.org 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #5: Sat Feb 7 07:48:58 GMT 2004 root at nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386


>Description:

Add uulib (deview) support to slrn conditionally.

>How-To-Repeat:
>Fix:

diff -ruN /usr/ports/news/slrn/Makefile slrn/Makefile
--- /usr/ports/news/slrn/Makefile	Thu Apr 15 17:38:28 2004
+++ slrn/Makefile	Thu May  6 11:13:05 2004
@@ -49,6 +49,11 @@
 CONFIGURE_ARGS+=	--with-ssl
 .endif
 
+.if defined(WITH_DEVIEW)
+LIB_DEPENDS+=	uu.3:${PORTSDIR}/converters/uulib
+CONFIGURE_ARGS+=	--with-deview
+.endif
+
 ALL_TARGET=	all
 
 MAN1=		slrn.1 slrnpull.1
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list