ports/146441: [patch] multimedia/aegisub: typo in USE_PERL5 -> dependency discarded

Anonymous swell.k at gmail.com
Sun May 9 20:30:02 UTC 2010


>Number:         146441
>Category:       ports
>Synopsis:       [patch] multimedia/aegisub: typo in USE_PERL5 -> dependency discarded
>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:   Sun May 09 20:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
only PERL knob enabled
>Description:
>How-To-Repeat:
$ make -V RUN_DEPENDS

$ make -V RUN_DEPENDS USE_PERL5=
/usr/pkg/bin/perl5.10.1:/a/freebsd-ports/lang/perl5.10
>Fix:
--- a.diff begins here ---
Index: multimedia/aegisub/Makefile
===================================================================
RCS file: /a/.cvsup/ports/multimedia/aegisub/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- multimedia/aegisub/Makefile	28 Mar 2010 06:40:33 -0000	1.2
+++ multimedia/aegisub/Makefile	9 May 2010 20:23:57 -0000
@@ -9,7 +9,7 @@
 
 PORTNAME=	aegisub
 PORTVERSION=	2.1.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	http://ftp.aegisub.org/pub/releases/ \
 		http://ftp2.aegisub.org/pub/releases/ \
@@ -104,7 +104,7 @@ USE_LUA=	5.1+
 CONFIGURE_ENV+=	LUA_CFLAGS="-I${LUA_INCDIR}" LUA_LDFLAGS="-L${LUA_LIBDIR} -llua"
 .endif
 .if defined(WITH_PERL)
-uSE_PERL5=	yes
+USE_PERL5=	yes
 CONFIGURE_ARGS+=	--with-perl
 .endif
 
--- a.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list