diff options
author | garga <garga@FreeBSD.org> | 2006-04-11 03:35:12 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-04-11 03:35:12 +0800 |
commit | a29d88e453b1be74bbd38b69c113ab0647d5f5ed (patch) | |
tree | 06deb98cd37464272ff50ab9a850ecf9fc40d096 /textproc/libtre | |
parent | 9394221112c9a1be3157df18ed2561d7e4e7de2b (diff) | |
download | freebsd-ports-graphics-a29d88e453b1be74bbd38b69c113ab0647d5f5ed.tar.gz freebsd-ports-graphics-a29d88e453b1be74bbd38b69c113ab0647d5f5ed.tar.zst freebsd-ports-graphics-a29d88e453b1be74bbd38b69c113ab0647d5f5ed.zip |
- Update to 0.7.3
PR: ports/95596
Submitted by: Ports Fury
Diffstat (limited to 'textproc/libtre')
-rw-r--r-- | textproc/libtre/Makefile | 25 | ||||
-rw-r--r-- | textproc/libtre/distinfo | 6 |
2 files changed, 15 insertions, 16 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index 04111d6f5e7..802c528d31d 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -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 @@ MAINTAINER= ports@FreeBSD.org 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 --git a/textproc/libtre/distinfo b/textproc/libtre/distinfo index 0857b0febf9..fb8b185b59e 100644 --- a/textproc/libtre/distinfo +++ b/textproc/libtre/distinfo @@ -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 |