ports/92841: [PATCH] net/spread: fix plist

Yen-Ming Lee leeym at FreeBSD.org
Sun Feb 5 14:10:28 UTC 2006


>Number:         92841
>Category:       ports
>Synopsis:       [PATCH] net/spread: fix plist
>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 Feb 05 14:10:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri Feb  3 08:02:39 CST
>Description:
- remove redundant directory

Port maintainer (joshua at roughtrade.net) is cc'd.

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

http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2005101122/p5-POE-Component-Spread-0.02.log
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2005101122/mod_log_spread-1.0.4.log

>Fix:

--- spread-3.17.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/spread/Makefile,v
retrieving revision 1.17
diff -u -u -r1.17 Makefile
--- Makefile	16 Nov 2005 08:33:39 -0000	1.17
+++ Makefile	5 Feb 2006 14:06:59 -0000
@@ -15,7 +15,6 @@
 MAINTAINER=	joshua at roughtrade.net
 COMMENT=	The Spread Group Communication System, a network toolkit
 
-USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 USE_PERL5=	yes
 USE_RC_SUBR=	yes
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net/spread/pkg-plist,v
retrieving revision 1.9
diff -u -u -r1.9 pkg-plist
--- pkg-plist	22 Jan 2006 02:46:06 -0000	1.9
+++ pkg-plist	5 Feb 2006 14:06:59 -0000
@@ -25,7 +25,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/Spread.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/autosplit.ix
 %%EXAMPLESDIR%%/test.pl
- at exec mkdir -p /var/run/spread %B/var/run
+ at exec mkdir -p /var/run/spread
 @unexec rmdir /var/run/spread 2>/dev/null || true
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread
 @dirrmtry %%EXAMPLESDIR%%
--- spread-3.17.3.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list