Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jun 2012 18:35:53 +0400
From:      "Anton Yuzhaninov" <ayuzhaninov@team.vega.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dougb@FreeBSD.org
Subject:   ports/169400: [PATCH] x11/xscreensaver: [SUMMARIZE CHANGES]
Message-ID:  <E1SjAOP-000Kc1-Ly@mail.openstat.ru>
Resent-Message-ID: <201206251450.q5PEo3a3087919@freefall.freebsd.org>

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

>Number:         169400
>Category:       ports
>Synopsis:       [PATCH] x11/xscreensaver: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 25 14:50:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Anton Yuzhaninov
>Release:        FreeBSD 10.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD citrin.office.vega.ru 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r237133: Fri Jun 15 17:31:10 MSK
>Description:
Remove extra dependency:
p5-libwww is not used in current version of vidwhacker and webcollage

While here change spaces to tab in CONFLICTS

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

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- xscreensaver-5.17.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11/xscreensaver/Makefile ./Makefile
--- /usr/ports/x11/xscreensaver/Makefile	2012-06-25 00:04:46.000000000 +0400
+++ ./Makefile	2012-06-25 18:33:19.000000000 +0400
@@ -20,12 +20,11 @@
 		xml2.5:${PORTSDIR}/textproc/libxml2 \
 		glade-2.0.0:${PORTSDIR}/devel/libglade2
 
-RUN_DEPENDS=	p5-libwww>0:${PORTSDIR}/www/p5-libwww \
-		giftopnm:${PORTSDIR}/graphics/netpbm
+RUN_DEPENDS=	giftopnm:${PORTSDIR}/graphics/netpbm
 
 MAKE_JOBS_SAFE=	yes
 
-CONFLICTS=    xscreensaver-gnome-[0-9]* xscreensaver-gnome-hacks-[0-9]*
+CONFLICTS=	xscreensaver-gnome-[0-9]* xscreensaver-gnome-hacks-[0-9]*
 
 USE_XORG=	xpm
 USE_GL=		yes
--- xscreensaver-5.17.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?E1SjAOP-000Kc1-Ly>