Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Oct 2002 11:10:12 -0700 (PDT)
From:      Maxim Sobolev <sobomax@FreeBSD.ORG>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/43834: [MAINTAINER UPDATE] converters/enca: Fix MASTER_SITES, fix build on pre-nl_langinfo systems.
Message-ID:  <200210081810.g98IACjD073032@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/43834; it has been noted by GNATS.

From: Maxim Sobolev <sobomax@FreeBSD.ORG>
To: Alexandr Kovalenko <never@nevermind.kiev.ua>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/43834: [MAINTAINER UPDATE] converters/enca: Fix MASTER_SITES, fix build on pre-nl_langinfo systems.
Date: Tue, 8 Oct 2002 21:00:17 +0300

 On Tue, Oct 08, 2002 at 08:31:54PM +0300, Alexandr Kovalenko wrote:
 > 
 > >Description:
 > 	- Fix MASTER_SITES, as far as author (again) changed it's location;
 > 	- Fix build on per-nl_langinfo systems (RELENG_4_4 for example);
 > 	- Remove unnecceccary CONFIGURE_ARGS;
 > 	- Bump PORTREVISION.
 
 You don't need PORTREVISION bump for the things that don't affect
 generated package (your changes clearly don't). Please check FreeBSD
 Porter's Guide for details.
 
 -Maxim
 
 
 > >How-To-Repeat:
 > Try to build enca port:
 > 	- on pre-nl_langinfo system;
 > 	- on any system.
 > >Fix:
 > diff -ruN enca/Makefile enca-devel/Makefile
 > --- enca/Makefile	Tue Oct  8 18:16:32 2002
 > +++ enca-devel/Makefile	Tue Oct  8 20:21:19 2002
 > @@ -7,8 +7,9 @@
 >  
 >  PORTNAME=	enca
 >  PORTVERSION=	0.10.3
 > +PORTREVISION=	1
 >  CATEGORIES=	converters textproc
 > -MASTER_SITES=	http://trific.ath.cx/Ftp/enca/
 > +MASTER_SITES=	http://web.dkm.cz/yeti/enca/
 >  
 >  MAINTAINER=	never@nevermind.kiev.ua
 >  
 > @@ -21,8 +22,6 @@
 >  CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc/enca \
 >  		--without-librecode \
 >  		--with-libiconv=${LOCALBASE}
 > -CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib" \
 > -		CPPFLAGS="-I${LOCALBASE}/include"
 >  
 >  MAN1=	enca.1
 >  MLINKS=	enca.1 enconv.1
 > diff -ruN enca/files/patch-src::locale_detect.c enca-devel/files/patch-src::locale_detect.c
 > --- enca/files/patch-src::locale_detect.c	Thu Jan  1 03:00:00 1970
 > +++ enca-devel/files/patch-src::locale_detect.c	Tue Oct  8 20:13:11 2002
 > @@ -0,0 +1,13 @@
 > +--- src/locale_detect.c.orig	Tue Oct  8 20:11:40 2002
 > ++++ src/locale_detect.c	Tue Oct  8 20:12:12 2002
 > +@@ -33,9 +33,9 @@
 > + #  else /* HAVE_LANGINFO_H */
 > + char *nl_langinfo(nl_item *item);
 > + #  endif /* HAVE_LANGINFO_H */
 > ++#endif /* HAVE_NL_LANGINFO */
 > + 
 > + static char *codeset = NULL;
 > +-#endif /* HAVE_NL_LANGINFO */
 > + 
 > + /* Local prototypes. */
 > + static char* locale_alias_convert(char *locname);
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 > 
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-ports" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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