Bug 96062 - update libxdiff to 0.20, adopt, fix amd64 .a
Summary: update libxdiff to 0.20, adopt, fix amd64 .a
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-19 18:40 UTC by Larry Rosenman
Modified: 2006-04-20 18:07 UTC (History)
0 users

See Also:


Attachments
file.diff (1.32 KB, patch)
2006-04-19 18:40 UTC, Larry Rosenman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Rosenman freebsd_committer freebsd_triage 2006-04-19 18:40:18 UTC
update textproc/libxdiff to 0.20
add -fPIC to build for amd64 (so it can be used in a shared object)
take maintainership
Comment 1 Larry Rosenman freebsd_committer freebsd_triage 2006-04-19 19:47:36 UTC
Updated patch to build this guy shared instead.


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 13:44:08 2006
@@ -7,19 +7,22 @@
  #

  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
+USE_AUTOTOOLS=	libtool:15
+INSTALLS_SHLIB=	yes
  CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS=	--enable-shared --enable-static

  MAN3=		xdiff.3
-PLIST_FILES=	include/xdiff.h lib/libxdiff.a
-
+PLIST_FILES=	include/xdiff.h lib/libxdiff.a lib/libxdiff.so \
+		lib/libxdiff.so.0 lib/libxdiff.la
  .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

-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 512-248-2683                 E-Mail: ler@lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893
Comment 2 scrappy freebsd_committer freebsd_triage 2006-04-20 18:06:55 UTC
State Changed
From-To: open->closed


patch applied