ports/81723: Update port: editors/leafpad

KATO Tsuguru tkato432 at yahoo.com
Tue May 31 16:10:08 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list