FreeBSD Bugzilla – Attachment 132704 Details for
Bug 177044
[PATCH] graphics/sam2p: OptionsNG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sam2p-0.49.1_1,1.patch
sam2p-0.49.1_1,1.patch (text/plain), 1.27 KB, created by
nemysis
on 2013-03-17 06:00:00 UTC
(
hide
)
Description:
sam2p-0.49.1_1,1.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2013-03-17 06:00:00 UTC
Size:
1.27 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/graphics/sam2p/Makefile ./Makefile >--- /usr/ports/graphics/sam2p/Makefile 2013-01-14 17:57:06.000000000 +0100 >+++ ./Makefile 2013-03-17 06:46:00.000000000 +0100 >@@ -3,6 +3,7 @@ > > PORTNAME= sam2p > PORTVERSION= 0.49.1 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= graphics > MASTER_SITES= GOOGLE_CODE >@@ -11,7 +12,6 @@ > COMMENT= Converts raster (bitmap) image formats into PS or PDF files > > LICENSE= GPLv2 >-LICENSE_FILE= ${WRKSRC}/COPYING > > RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ > cjpeg:${PORTSDIR}/graphics/jpeg \ >@@ -26,19 +26,21 @@ > ALL_TARGET= ${PORTNAME} > MAKE_JOBS_SAFE= yes > >-PORTDOCS= * >+PORTDOCS= README > PORTEXAMPLES= * > PLIST_FILES= bin/${PORTNAME} > >+.include <bsd.port.options.mk> >+ > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >-.if !defined(NOPORTDOCS) >+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ >+.if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} > .endif >-.if !defined(NOPORTEXAMPLES) >+.if ${PORT_OPTIONS:MEXAMPLES} > @${MKDIR} ${EXAMPLESDIR} >- @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) >+ @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR} > .endif > > .include <bsd.port.mk>
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 177044
: 132704