Date: Tue, 8 Jun 2010 15:27:43 +0200 (CEST) From: Nikola Lecic <nikola.lecic@anthesphoria.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/147689: [Maintainer] textproc/kmflcomp: Fix gettext, libiconv dependencies, minor cleanup Message-ID: <201006081327.o58DRh2B010062@anthesphoria.net> Resent-Message-ID: <201006081330.o58DU7O8014166@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 147689 >Category: ports >Synopsis: [Maintainer] textproc/kmflcomp: Fix gettext, libiconv dependencies, minor cleanup >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 08 13:30:07 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Nikola Lecic >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: System: FreeBSD mordor.xx.ac.rs 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Feb 26 10:23:40 UTC 2010 nikola@mordor.xx.ac.rs:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Log: - remove wrong gettext dependency, USE_ICONV and -liconv is sufficient; - bump PORTREVISION because this changes the default package; - remove wrong empty line (thanks portlint); - fixes pkg-plist, libkmfl also installs in include/kmfl. >How-To-Repeat: >Fix: --- kmflcomp-0.9.8_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/kmflcomp/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 28 Nov 2009 20:32:35 -0000 1.6 +++ Makefile 8 Jun 2010 08:51:37 -0000 @@ -7,11 +7,10 @@ PORTNAME= kmflcomp PORTVERSION= 0.9.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/kmfl/kmfl/${PORTVERSION} \ http://anthesphoria.net/FreeBSD/ports/distfiles/ - DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ KMFL-Compiler.sxw DIST_SUBDIR= kmfl @@ -24,9 +23,10 @@ USE_XORG= x11 USE_LDCONFIG= yes +USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" + LDFLAGS="-L${LOCALBASE}/lib -liconv" DOCSDIR= ${PREFIX}/share/doc/kmfl/${PORTNAME} DOCS= ${DISTDIR}/${DIST_SUBDIR}/KMFL-Compiler.sxw \ Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/kmflcomp/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 3 Jul 2009 13:47:46 -0000 1.2 +++ pkg-plist 8 Jun 2010 08:49:04 -0000 @@ -12,4 +12,4 @@ %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrmtry share/doc/kmfl -@dirrm include/kmfl +@dirrmtry include/kmfl --- kmflcomp-0.9.8_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006081327.o58DRh2B010062>