FreeBSD Bugzilla – Attachment 107783 Details for
Bug 148607
[patch] graphics/zathura: respect STRIP, make build verbose by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
a.diff
a.diff (text/plain), 1.27 KB, created by
swell.k
on 2010-07-14 23:00:13 UTC
(
hide
)
Description:
a.diff
Filename:
MIME Type:
Creator:
swell.k
Created:
2010-07-14 23:00:13 UTC
Size:
1.27 KB
patch
obsolete
>Index: graphics/zathura/Makefile >=================================================================== >RCS file: /a/.cvsup/ports/graphics/zathura/Makefile,v >retrieving revision 1.1 >diff -u -p -r1.1 Makefile >--- graphics/zathura/Makefile 5 Jul 2010 17:36:12 -0000 1.1 >+++ graphics/zathura/Makefile 14 Jul 2010 21:46:19 -0000 >@@ -16,13 +16,28 @@ COMMENT= Customizable lightweight pdf vi > LIB_DEPENDS= poppler-glib.4:${PORTSDIR}/graphics/poppler-gtk \ > cairo.2:${PORTSDIR}/graphics/cairo > >-USE_GMAKE= yes > USE_GNOME= glib20 gtk20 >-MAN1= zathura.1 >+ >+MAN1= zathura.1 > MANCOMPRESSED= no > PLIST_FILES= bin/zathura > >-post-patch: >- @${REINPLACE_CMD} -e 's|man1|man/man1|g' ${WRKSRC}/Makefile >+post-patch: .SILENT >+ ${REINPLACE_CMD} -e 's|man1|man/man1|g' \ >+ -e '/CC/s/-s[[:space:]]/${STRIP} /' \ >+ -e '/CFLAGS/!s/$${LDFLAGS}/$${CFLAGS} &/' \ >+ -e 's/{DFLAGS/{DEBUG_FLAGS/g' \ >+ -e 's/755/${BINMODE}/' \ >+ -e 's/644/${MANMODE}/' \ >+ -e '/echo[[:space:]]CC/d' \ >+ -e '/echo/!s/@//' \ >+ -e '/^all:/s/options//' \ >+ -e 's/\(include\)[[:space:]]\(.*\)/.\1 "\2"/' \ >+ ${WRKSRC}/Makefile >+ ${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \ >+ -e 's/-lpthread/${PTHREAD_LIBS}/' \ >+ -e 's/-lc//' \ >+ -e 's/$$(shell[[:space:]]\(.*\))/`\1`/' \ >+ ${WRKSRC}/config.mk > > .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 148607
: 107783