- 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. How-To-Repeat: Try to build enca port: - on pre-nl_langinfo system; - on any system.
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
Hello, Maxim Sobolev! On Tue, Oct 08, 2002 at 09:00:17PM +0300, you 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. Sorry, my bad. -- NEVE-RIPE Ukrainian FreeBSD User Group http://uafug.org.ua/
State Changed From-To: open->closed committed, thanks