Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jan 2011 14:30:47 GMT
From:      Barbara <barbara.xxx1975@libero.it>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/153730: emulators/vice: fix package building
Message-ID:  <201101061430.p06EUlPS084537@red.freebsd.org>
Resent-Message-ID: <201101061440.p06Ee5Xq030913@freefall.freebsd.org>

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

>Number:         153730
>Category:       misc
>Synopsis:       emulators/vice: fix package building
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 06 14:40:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Barbara
>Release:        
>Organization:
>Environment:
>Description:
Fix package building after pr 151207.

>How-To-Repeat:
cd /usr/ports/emulators/vice
make package
>Fix:


Patch attached with submission follows:

--- Makefile.orig	2011-01-06 10:52:31.000000000 +0100
+++ Makefile	2011-01-06 15:23:59.000000000 +0100
@@ -102,7 +102,8 @@
 .if !defined(WITHOUT_NLS)
 USE_GETTEXT=		yes
 #LDFLAGS+=		-lgettextlib
-PLIST_SUB+=		NLS=""
+#PLIST_SUB+=		NLS=""
+PLIST_SUB+=		NLS="@comment "
 .else
 CONFIGURE_ARGS+=	--disable-nls
 PLIST_SUB+=		NLS="@comment "


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



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