Update to 1.2.7.

PR:		ports/80013
Submitted by:	Johan van Selst <johans@stack.nl>
Approved by:	adamw (mentor)
This commit is contained in:
Jean-Yves Lefort 2005-04-18 15:41:52 +00:00
parent 897511dbd4
commit a14bb70f83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133588
2 changed files with 7 additions and 3 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= ltxml
PORTVERSION= 1.2.6
PORTVERSION= 1.2.7
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/
@ -38,6 +38,10 @@ OPTIONS= OPTIMIZED_CFLAGS "Extra optimizations" off
CFLAGS+= -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations -O3
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+= -fPIC
.endif
post-install:
.for file in ${PROGRAMS:S/sgmlseg//}
${STRIP_CMD} ${PREFIX}/bin/${file}

View file

@ -1,2 +1,2 @@
MD5 (ltxml-1.2.6.tar.gz) = e36d870a1ca025805eddc8048666db7d
SIZE (ltxml-1.2.6.tar.gz) = 1144896
MD5 (ltxml-1.2.7.tar.gz) = 9b9eff8e9135deda665ff13688e9a845
SIZE (ltxml-1.2.7.tar.gz) = 1149119