FreeBSD Bugzilla – Attachment 74774 Details for
Bug 108098
Update port: devel/udis86
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.95 KB, created by
Lutz Boehne
on 2007-01-18 16:10:15 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Lutz Boehne
Created:
2007-01-18 16:10:15 UTC
Size:
1.95 KB
patch
obsolete
>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@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%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 108098
: 74774