ports/80013: textproc/ltxml: update to version 1.2.7

Johan van Selst johans at stack.nl
Sat Apr 16 21:00:45 UTC 2005


>Number:         80013
>Category:       ports
>Synopsis:       textproc/ltxml: update to version 1.2.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 16 21:00:44 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Johan van Selst
>Release:        FreeBSD 5.4-STABLE amd64
>Organization:
>Environment:
System: FreeBSD hammer.stack.nl 5.4-STABLE FreeBSD 5.4-STABLE #10: Fri Apr 15 11:15:54 CEST 2005 root at hammer.stack.nl:/usr/obj/usr/src/sys/HAMMER amd64


	
>Description:
	
	Update to new (stable) version.

	Include -fPIC when building libraries for amd64/ia64

>How-To-Repeat:
	
>Fix:

	


diff -u ltxml/Makefile ltxml/Makefile
--- ltxml/Makefile	Sat Aug 21 00:25:47 2004
+++ ltxml/Makefile	Sat Apr 16 22:40:22 2005
@@ -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/
 
@@ -36,6 +36,10 @@
 
 .ifdef WITH_OPTIMIZED_CFLAGS
 CFLAGS+=	-Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations -O3
+.endif
+
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+CFLAGS+=        -fPIC
 .endif
 
 post-install:
diff -u ltxml/distinfo ltxml/distinfo
--- ltxml/distinfo	Fri Jul 23 20:07:48 2004
+++ ltxml/distinfo	Sat Apr 16 22:12:42 2005
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list