FreeBSD Bugzilla – Attachment 132005 Details for
Bug 176194
[PATCH] graphics/tifmerge: Simplify Makefile, remove dependency
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-graphics-tifmerge-Use-USE_DOS2UNIX-instead-of-conver.patch
0001-graphics-tifmerge-Use-USE_DOS2UNIX-instead-of-conver.patch (text/plain), 1.15 KB, created by
Christoph Mallon
on 2013-02-16 16:10:00 UTC
(
hide
)
Description:
0001-graphics-tifmerge-Use-USE_DOS2UNIX-instead-of-conver.patch
Filename:
MIME Type:
Creator:
Christoph Mallon
Created:
2013-02-16 16:10:00 UTC
Size:
1.15 KB
patch
obsolete
>From cddf0a6056129756f15993727ed0a7fd9e4ed52a Mon Sep 17 00:00:00 2001 >From: Christoph Mallon <christoph.mallon@gmx.de> >Date: Sat, 16 Feb 2013 16:02:47 +0100 >Subject: [PATCH 1/2] graphics/tifmerge: Use USE_DOS2UNIX instead of > converters/tuc. > >--- > graphics/tifmerge/Makefile | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > >diff --git a/graphics/tifmerge/Makefile b/graphics/tifmerge/Makefile >index 1c24347..2546188 100644 >--- a/graphics/tifmerge/Makefile >+++ b/graphics/tifmerge/Makefile >@@ -14,8 +14,7 @@ DISTNAME= tiff > MAINTAINER= ports@FreeBSD.org > COMMENT= Library to merge TIFF files into multi-page TIFF files > >-EXTRACT_DEPENDS= tuc:${PORTSDIR}/converters/tuc >- >+USE_DOS2UNIX= *.[ch] > USE_LDCONFIG= yes > USE_ZIP= yes > DIST_SUBDIR= tifmerge >@@ -23,8 +22,8 @@ MAN3= tifmerge.3 > > post-extract: > @${MKDIR} ${WRKSRC} >- @tuc ${WRKDIR}/TIFMERGE.H ${WRKSRC}/tifmerge.h >- @tuc ${WRKDIR}/TIFMERGE.C ${WRKSRC}/tifmerge.c >+ @${MV} ${WRKDIR}/TIFMERGE.H ${WRKSRC}/tifmerge.h >+ @${MV} ${WRKDIR}/TIFMERGE.C ${WRKSRC}/tifmerge.c > @${CP} ${FILESDIR}/Makefile ${WRKSRC} > @${SED} -e 's|@PREFIX@|${PREFIX}|g' ${FILESDIR}/tifmerge.3 > \ > ${WRKSRC}/tifmerge.3 >-- >1.8.1.3
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 176194
: 132005 |
132006
Working