ports/77410: [PATCH] devel/portlint: update to 2.6.11

Yen-Ming Lee leeym at FreeBSD.org
Sat Feb 12 06:20:20 UTC 2005


>Number:         77410
>Category:       ports
>Synopsis:       [PATCH] devel/portlint: update to 2.6.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:   Sat Feb 12 06:20:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-STABLE FreeBSD 5.3-STABLE #1: Wed Feb  9 10:20:03 CST
>Description:
- Update to 2.6.11
- Add error message for installing charset.alias or locale.alias
  If we have better URL from details, please just replace it.

Port maintainer (marcus at FreeBSD.org) is cc'd.

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

--- portlint-2.6.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/portlint/Makefile,v
retrieving revision 1.87
diff -u -u -r1.87 Makefile
--- Makefile	17 Dec 2004 17:25:31 -0000	1.87
+++ Makefile	12 Feb 2005 06:14:25 -0000
@@ -8,8 +8,8 @@
 #
 
 PORTNAME=	portlint
-PORTVERSION=	2.6.10
-PORTREVISION=	1
+PORTVERSION=	2.6.11
+PORTREVISION=	0
 CATEGORIES=	devel
 MASTER_SITES=	# none
 DISTFILES=	# none
Index: src/portlint.pl
===================================================================
RCS file: /home/pcvs/ports/devel/portlint/src/portlint.pl,v
retrieving revision 1.68
diff -u -u -r1.68 portlint.pl
--- src/portlint.pl	17 Dec 2004 17:25:32 -0000	1.68
+++ src/portlint.pl	12 Feb 2005 06:14:27 -0000
@@ -651,6 +651,14 @@
 				"disallowed.");
 		}
 
+		if ($_ =~ /charset\.alias$/ || $_ =~ /locale\.alias$/) {
+			&perror("WARN: $file [$.]: installing charset.alias or locale.alias, ".
+				"please add USE_GETTEXT=yes and use libintl from devel/gettext ".
+				"instead of from outdated bundled one if possible. ".
+				"See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/71531 ".
+				"for more details.");
+		}
+
 		if ($_ =~ /\.la$/ && $makevar{USE_LIBTOOL_VER} eq '') {
 			&perror("WARN: $file [$.]: installing libtool archives, ".
 				"please use USE_LIBTOOL_VER in Makefile if possible.  ".
--- portlint-2.6.11.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list