Date: Tue, 11 Apr 2006 01:00:36 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/95596: Update port: textproc/libtre to 0.7.3 Message-ID: <20060411010036.8e8e7efb.tkato432@yahoo.com> Resent-Message-ID: <200604101610.k3AGAPUT020841@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 95596 >Category: ports >Synopsis: Update port: textproc/libtre to 0.7.3 >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: Mon Apr 10 16:10:24 GMT 2006 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p15 i386 >Organization: >Environment: >Description: - Update to version 0.7.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/libtre/Makefile textproc/libtre/Makefile --- /usr/ports/textproc/libtre/Makefile Fri Feb 24 00:47:49 2006 +++ textproc/libtre/Makefile Mon Apr 3 13:49:44 2006 @@ -7,8 +7,7 @@ # PORTNAME= libtre -PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTVERSION= 0.7.3 CATEGORIES= textproc MASTER_SITES= http://laurikari.net/tre/ DISTNAME= tre-${PORTVERSION} @@ -17,29 +16,29 @@ COMMENT= A lightweight fully POSIX compliant regexp matching library USE_BZIP2= yes -USE_GNOME= gnomehack gnometarget pkgconfig lthack -USE_GETOPT_LONG=yes +USE_GNOME= gnomehack gnometarget pkgconfig +USE_GETOPT_LONG= yes USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -lintl +LDFLAGS= -L${LOCALBASE}/lib MAN1= agrep.1 -.if !defined(WITHOUT_NLS) +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else USE_GETTEXT= yes PLIST_SUB+= NLS="" -.else -BROKEN= Does not build without gettext -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " .endif -.ifdef WITH_OPTIMIZED_CFLAGS -CFLAGS+= -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations -fforce-mem -fforce-addr -O3 +.if defined(WITH_OPTIMIZED_CFLAGS) +CFLAGS+= -Wuninitialized -ffast-math -finline-functions \ + -fomit-frame-pointer -fexpensive-optimizations \ + -fforce-mem -fforce-addr -O3 .endif pre-everything:: diff -urN /usr/ports/textproc/libtre/distinfo textproc/libtre/distinfo --- /usr/ports/textproc/libtre/distinfo Sat Nov 26 19:32:13 2005 +++ textproc/libtre/distinfo Mon Apr 3 02:31:56 2006 @@ -1,3 +1,3 @@ -MD5 (tre-0.7.2.tar.bz2) = 273c3f2b46cc2dfade1b2328c24554ec -SHA256 (tre-0.7.2.tar.bz2) = 51a29d832fc6552e706e6c7e7f9c3171577d530279d0eaf47e48bc69442bc531 -SIZE (tre-0.7.2.tar.bz2) = 344592 +MD5 (tre-0.7.3.tar.bz2) = 3f6e8989ec5ee336c0d2ecd9f38592c7 +SHA256 (tre-0.7.3.tar.bz2) = 1912b0b83cff5f6474de511d4394601a3fce5776acd047e6e258199bde85bdfb +SIZE (tre-0.7.3.tar.bz2) = 350284 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060411010036.8e8e7efb.tkato432>