Date: Tue, 17 Sep 2002 09:57:42 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/42888: Update port: math/surf Message-ID: <200209171657.g8HGvgkO021823@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 42888 >Category: ports >Synopsis: Update port: math/surf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 17 10:30:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6.2-RELEASE i386 >Organization: >Environment: >Description: - Support CFLAGS/CXXFLAGS properly >How-To-Repeat: >Fix: diff -urN /usr/ports/math/surf/Makefile math/surf/Makefile --- /usr/ports/math/surf/Makefile Tue Sep 10 20:19:42 2002 +++ math/surf/Makefile Sun Sep 15 08:02:13 2002 @@ -8,6 +8,7 @@ PORTNAME= surf PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +22,7 @@ USE_GNOMENG= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= surf.1 >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?200209171657.g8HGvgkO021823>