Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Feb 2005 14:16:06 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        marcus@FreeBSD.org
Subject:   ports/77410: [PATCH] devel/portlint: update to 2.6.11
Message-ID:  <20050212061606.C316F3EA124@utopia.leeym.com>
Resent-Message-ID: <200502120620.j1C6KJbx083699@freefall.freebsd.org>

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

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050212061606.C316F3EA124>