Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2006 12:31:41 -0500
From:      Larry Rosenman <ler@lerctr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96062: update libxdiff to 0.20, adopt, fix amd64 .a 
Message-ID:  <E1FWGWj-0003z8-NU@thebighonker.lerctr.org>
Resent-Message-ID: <200604191740.k3JHeJYo075638@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96062
>Category:       ports
>Synopsis:       update libxdiff to 0.20, adopt, fix amd64 .a
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 19 17:40:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Larry Rosenman
>Release:        FreeBSD 6.1-RC amd64
>Organization:
LERCTR Consulting
>Environment:
System: FreeBSD thebighonker.lerctr.org 6.1-RC FreeBSD 6.1-RC #46: Sat Apr 15 23:20:33 CDT 2006 root@thebighonker.lerctr.org:/usr/obj/usr/src/sys/THEBIGHONKER amd64


>Description:
update textproc/libxdiff to 0.20
add -fPIC to build for amd64 (so it can be used in a shared object)
take maintainership
>How-To-Repeat:
>Fix:

diff -u /usr/ports/textproc/libxdiff/Makefile libxdiff/Makefile
--- /usr/ports/textproc/libxdiff/Makefile	Tue May  3 05:48:54 2005
+++ libxdiff/Makefile	Wed Apr 19 12:28:25 2006
@@ -7,19 +7,21 @@
 #
 
 PORTNAME=	libxdiff
-PORTVERSION=	0.10
+PORTVERSION=	0.20
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.xmailserver.org/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ler@lerctr.org
 COMMENT=	Create file differences/patches to both binary and text files
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 MAN3=		xdiff.3
 PLIST_FILES=	include/xdiff.h lib/libxdiff.a
-
+.if ${MACHINE} == amd64
+CFLAGS+=	-fPIC
+.endif
 .include <bsd.port.mk>
diff -u /usr/ports/textproc/libxdiff/distinfo libxdiff/distinfo
--- /usr/ports/textproc/libxdiff/distinfo	Fri Nov 25 12:40:35 2005
+++ libxdiff/distinfo	Wed Apr 19 12:20:52 2006
@@ -1,3 +1,3 @@
-MD5 (libxdiff-0.10.tar.gz) = a3cbba25bffd9849df07bb1970ebd608
-SHA256 (libxdiff-0.10.tar.gz) = 733f5f59d180cff7f6921986bfe9f99196d907f77e1a3c2ab8d81b0019c8ddbe
-SIZE (libxdiff-0.10.tar.gz) = 341982
+MD5 (libxdiff-0.20.tar.gz) = ab2810897115069644e010c60b22d3e9
+SHA256 (libxdiff-0.20.tar.gz) = ef281bd6c22a3b4557fb0a7e10f08fa3558c5215186e3cc856b8b1eafcd67c3e
+SIZE (libxdiff-0.20.tar.gz) = 380103


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1FWGWj-0003z8-NU>