1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Update to 0.7.3

PR:		ports/95596
Submitted by:	Ports Fury
This commit is contained in:
Renato Botelho 2006-04-10 19:35:12 +00:00
parent 7e9c6efc20
commit aa248bc73c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159295
2 changed files with 15 additions and 16 deletions

View File

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

View File

@ -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