FreeBSD Bugzilla – Attachment 99505 Details for
Bug 138593
[PATCH] archivers/xdms: Added PORTDOCS. Take maintainership.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
xdms-1.3.2.patch
xdms-1.3.2.patch (text/plain), 1.25 KB, created by
Sylvio César Teixeira Amorim
on 2009-09-06 22:50:00 UTC
(
hide
)
Description:
xdms-1.3.2.patch
Filename:
MIME Type:
Creator:
Sylvio César Teixeira Amorim
Created:
2009-09-06 22:50:00 UTC
Size:
1.25 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/archivers/xdms/Makefile,v >retrieving revision 1.14 >diff -u -u -r1.14 Makefile >--- Makefile 14 Apr 2007 16:20:43 -0000 1.14 >+++ Makefile 6 Sep 2009 21:28:51 -0000 >@@ -10,7 +10,7 @@ > CATEGORIES= archivers > MASTER_SITES= http://zakalwe.fi/~shd/foss/xdms/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= scjamorim@bsd.com.br > COMMENT= An Amiga DMS archiver unpacker > > USE_BZIP2= yes >@@ -18,6 +18,9 @@ > CONFIGURE_ARGS= --prefix=${PREFIX} > ALL_TARGET= xdms > >+PORTDOCS= xdms.txt >+PLIST_FILES= bin/xdms >+ > post-patch: > ${REINPLACE_CMD} "s@-O2 -Wall@$${CFLAGS} -Wall@g" ${WRKSRC}/src/Makefile.in > >@@ -25,7 +28,9 @@ > ${INSTALL_PROGRAM} ${WRKSRC}/src/xdms ${PREFIX}/bin > .if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/xdms.txt ${DOCSDIR} >+.for docs in ${PORTDOCS} >+ ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} >+.endfor > .endif > > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >RCS file: pkg-plist >diff -N pkg-plist >--- pkg-plist 21 Oct 2003 09:58:09 -0000 1.2 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,3 +0,0 @@ >-bin/xdms >-%%PORTDOCS%%%%DOCSDIR%%/xdms.txt >-%%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 138593
: 99505