Subject: pkg/31863: archivers/gtar-base uses nonexistant configure option
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <svs+pr@grep.ru>
List: pkgsrc-bugs
Date: 10/18/2005 22:08:00
>Number:         31863
>Category:       pkg
>Synopsis:       archivers/gtar-base uses nonexistant configure option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Oct 18 22:08:00 +0000 2005
>Originator:     Sergey Svishchev
>Release:        3.99.7
>Organization:
>Environment:
>Description:
--with-catgets is not supported and ignored by gtar's configure.
>How-To-Repeat:

>Fix:
--- archivers/gtar-base/Makefile	11 Apr 2005 21:44:48 -0000	1.42
+++ archivers/gtar-base/Makefile	3 Oct 2005 12:25:50 -0000
@@ -33,7 +33,6 @@
 CONFIGURE_ARGS+=	--program-prefix=${GTAR_PROGRAM_PREFIX}
 .endif
 
-CONFIGURE_ARGS+=	--with-catgets
 # lie to configure about gettext -- it does not need GNU gettext
 CONFIGURE_ENV+=		gt_cv_func_gnugettext2_libintl=yes