ports/125962: [PATCH] ports-mgmt/portlint: update to 2.9.11
Renato Botelho
garga at FreeBSD.org
Fri Jul 25 19:40:03 UTC 2008
>Number: 125962
>Category: ports
>Synopsis: [PATCH] ports-mgmt/portlint: update to 2.9.11
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Jul 25 19:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Renato Botelho
>Release: FreeBSD 8.0-CURRENT i386
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD botelhor.bplab.local 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Wed Jul 23 17:49:50 BRT 2008
>Description:
- Update to 2.9.11
Changed --mandir and/or --infordir checks on CONFIGURE_ARGS, i noted it because
i have one port that have --enable-mandir param and it considered --mandir
Port maintainer (marcus at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- portlint-2.9.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/ports-mgmt/portlint/Makefile,v
retrieving revision 1.124
diff -u -u -r1.124 Makefile
--- Makefile 20 Jul 2008 01:09:37 -0000 1.124
+++ Makefile 25 Jul 2008 19:08:19 -0000
@@ -8,7 +8,7 @@
#
PORTNAME= portlint
-PORTVERSION= 2.9.10
+PORTVERSION= 2.9.11
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
Index: src/portlint.pl
===================================================================
RCS file: /home/pcvs/ports/ports-mgmt/portlint/src/portlint.pl,v
retrieving revision 1.101
diff -u -u -r1.101 portlint.pl
--- src/portlint.pl 20 Jul 2008 01:09:38 -0000 1.101
+++ src/portlint.pl 25 Jul 2008 19:08:20 -0000
@@ -1738,7 +1738,7 @@
# whole file: check for --mandir and --infodir when GNU_CONFIGURE
#
if ($makevar{GNU_CONFIGURE} ne '' &&
- $makevar{CONFIGURE_ARGS} =~ /(man|info)dir/) {
+ $makevar{CONFIGURE_ARGS} =~ /--(man|info)dir/) {
&perror("WARN", $file, -1, "--mandir and --infodir are not needed ".
"in CONFIGURE_ARGS as they are already set in bsd.port.mk");
}
--- portlint-2.9.11.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list