Date: Sun, 21 Apr 2002 15:34:38 +0200 (CEST) From: Alex Dupre <sysadmin@alexdupre.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/37314: [Patch] textproc/aspell (Makefile cleanup) Message-ID: <200204211334.g3LDYc0P024070@vaio.alexdupre.com>
next in thread | raw e-mail | index | archive | help
>Number: 37314 >Category: ports >Synopsis: [Patch] textproc/aspell (Makefile cleanup) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Apr 21 06:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.5-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD vaio.alexdupre.com 4.5-ALEXDUPRE FreeBSD 4.5-ALEXDUPRE #0: Fri Apr 12 14:12:57 CEST 2002 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/VAIO i386 >Description: Removed obsolate variables. Correctly patch libtool. >How-To-Repeat: >Fix: --- aspell.diff begins here --- --- Makefile Mon Sep 3 17:40:47 2001 +++ Makefile.new Sun Apr 21 15:22:43 2002 @@ -16,17 +16,14 @@ LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell -USE_NEWGCC= yes USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +LIBTOOLFILES= aclocal.m4 +INSTALLS_SHLIB= yes + CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ --enable-doc-dir=${DOCSDIR} -MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} -INSTALLS_SHLIB= yes -pre-build: - @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool +MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} .include <bsd.port.mk> --- aspell.diff ends here --- >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?200204211334.g3LDYc0P024070>