ports/108098: Update port: devel/udis86
Lutz Boehne
lboehne at damogran.de
Thu Jan 18 16:10:16 UTC 2007
>Number: 108098
>Category: ports
>Synopsis: Update port: devel/udis86
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Jan 18 16:10:15 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Lutz Boehne
>Release: RELENG_6
>Organization:
>Environment:
>Description:
Updated the port to version 1.4, added docs, added fix for source package installing a stripped ar archive.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -r 0ce25159c095 devel/udis86/Makefile
--- a/devel/udis86/Makefile Thu Jan 18 02:21:43 2007 +0100
+++ b/devel/udis86/Makefile Thu Jan 18 17:02:36 2007 +0100
@@ -6,15 +6,30 @@
#
PORTNAME= udis86
-PORTVERSION= 1.1
+PORTVERSION= 1.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= lboehne at damogran.de
-COMMENT= Minimalistic disassembler library (libudis86) for x86 and AMD64
+COMMENT= Minimalistic x86 and x86-64 disassembler library
GNU_CONFIGURE= yes
USE_GMAKE= yes
+.if !defined(NOPORTDOCS)
+DOCS= doc.html index.html ss.jpg style.css
+.endif
+
+post-configure:
+ ${REINPLACE_CMD} -e 's, $$(INSTALL_PROGRAM), $$(INSTALL_DATA),' ${WRKSRC}/libudis86/Makefile
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for i in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}
+.endfor
+.endif
+
.include <bsd.port.mk>
diff -r 0ce25159c095 devel/udis86/distinfo
--- a/devel/udis86/distinfo Thu Jan 18 02:21:43 2007 +0100
+++ b/devel/udis86/distinfo Mon Jan 08 09:16:47 2007 +0100
@@ -1,3 +1,3 @@ MD5 (udis86-1.1.tar.gz) = c0f2fe1c6fd4ac
-MD5 (udis86-1.1.tar.gz) = c0f2fe1c6fd4acd3bea5f6d9e5f83559
-SHA256 (udis86-1.1.tar.gz) = ac84cec29ddef7de362ad9588339618a8579de9fd048a807b14434afc808f9a5
-SIZE (udis86-1.1.tar.gz) = 126095
+MD5 (udis86-1.4.tar.gz) = 73033e2fbdc42c8ef0e17c0ede8c8be6
+SHA256 (udis86-1.4.tar.gz) = cdfd5b8320cef00f4f9b5fe4acbc046d17ff2ca9342d7aa23a9def02a1aa0c5a
+SIZE (udis86-1.4.tar.gz) = 106330
diff -r 0ce25159c095 devel/udis86/pkg-plist
--- a/devel/udis86/pkg-plist Thu Jan 18 02:21:43 2007 +0100
+++ b/devel/udis86/pkg-plist Thu Jan 18 16:05:13 2007 +0100
@@ -4,4 +4,9 @@ include/libudis86/types.h
include/libudis86/types.h
include/libudis86/extern.h
include/libudis86/mnemonics.h
+%%PORTDOCS%%%%DOCSDIR%%/doc.html
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/ss.jpg
+%%PORTDOCS%%%%DOCSDIR%%/style.css
@dirrm include/libudis86
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list