Date: Wed, 1 Jun 2005 01:00:10 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/81723: Update port: editors/leafpad Message-ID: <20050601010010.6f8ee9ea.tkato432@yahoo.com> Resent-Message-ID: <200505311610.j4VGA3AK046985@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81723 >Category: ports >Synopsis: Update port: editors/leafpad >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 31 16:10:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p7 i386 >Organization: >Environment: >Description: - Fix build on 4-stable >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/leafpad/Makefile editors/leafpad/Makefile --- /usr/ports/editors/leafpad/Makefile Sun May 22 19:44:07 2005 +++ editors/leafpad/Makefile Fri May 27 12:17:24 2005 @@ -14,14 +14,18 @@ MAINTAINER= radek@raadradd.com COMMENT= GTK+ based simple text editor -USE_GNOME= gtk20 gnomehier desktopfileutils +USE_GNOME= gtk20 gnomehier desktopfileutils intlhack +USE_GCC= 3.4 +USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" \ +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ PTHREAD_LIB="${PTHREAD_LIBS}" CONFIGURE_ARGS= --enable-chooser + +CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} .if !defined(NOPORTDOCS) PORTDOCS= AUTHORS COPYING ChangeLog INSTALL README >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050601010010.6f8ee9ea.tkato432>