Date: Tue, 8 Oct 2002 20:31:54 +0300 (EEST) From: Alexandr Kovalenko <never@nevermind.kiev.ua> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43834: [MAINTAINER UPDATE] converters/enca: Fix MASTER_SITES, fix build on pre-nl_langinfo systems. Message-ID: <200210081731.g98HVsbE037140@mile.nevermind.kiev.ua>
next in thread | raw e-mail | index | archive | help
>Number: 43834 >Category: ports >Synopsis: [MAINTAINER UPDATE] converters/enca: Fix MASTER_SITES, fix build on pre-nl_langinfo systems. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 08 10:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alexandr Kovalenko >Release: FreeBSD 4.7-RC i386 >Organization: Net.Style >Environment: System: FreeBSD mile.nevermind.kiev.ua 4.7-RC FreeBSD 4.7-RC #0: Wed Sep 18 19:26:14 EEST 2002 root@mile.nevermind.kiev.ua:/usr/obj/usr/src/sys/mile i386 >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. >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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210081731.g98HVsbE037140>