FreeBSD Bugzilla – Attachment 144362 Details for
Bug 191576
[PATCH] devel/privman: switch to USES=libtool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
privman-0.9.3.patch
privman-0.9.3.patch (text/plain), 1.54 KB, created by
Dmitry Marakasov
on 2014-07-03 00:40:59 UTC
(
hide
)
Description:
privman-0.9.3.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2014-07-03 00:40:59 UTC
Size:
1.54 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 360332) >+++ Makefile (working copy) >@@ -10,10 +10,13 @@ > MAINTAINER= bdrewery@FreeBSD.org > COMMENT= Library that makes it easy for programs to use privilege separation > >-LICENSE= BSD >+LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USE_AUTOTOOLS= libtool >+USE_AUTOTOOLS= libtoolize aclocal autoconf automake >+AUTOMAKE_ARGS= --add-missing >+USES= libtool >+GNU_CONFIGURE= yes > USE_LDCONFIG= yes > > post-patch: >@@ -20,13 +23,13 @@ > @${REINPLACE_CMD} \ > -e 's|$$(PACKAGE).d|$$(PACKAGE)|g' \ > -e 's|$$(sysconfdir)/$$(PACKAGE)|$$(DESTDIR)$$(sysconfdir)/$$(PACKAGE)|' \ >- ${WRKSRC}/etc/Makefile.in >+ ${WRKSRC}/etc/Makefile.am > @${REINPLACE_CMD} -e \ > '/^CFLAGS/s|-O2 -g|@CFLAGS@| ; \ > /^CXXFLAGS/s|-O2 -g|@CXXFLAGS@| ; \ > s|@PACKAGE@.d|@PACKAGE@| ; \ >- s|-lstdc++||' ${WRKSRC}/src/Makefile.in >+ s|-lstdc++||' ${WRKSRC}/src/Makefile.am > @${REINPLACE_CMD} -e \ >- '/^CFLAGS/s|-O2 -g|@CFLAGS@|' ${WRKSRC}/tests/Makefile.in >+ '/^CFLAGS/s|-O2 -g|@CFLAGS@|' ${WRKSRC}/tests/Makefile.am > > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 360332) >+++ pkg-plist (working copy) >@@ -9,9 +9,9 @@ > include/msghdr.h > include/privman.h > lib/libprivman.a >-lib/libprivman.la > lib/libprivman.so >-lib/libprivman.so.2 >+lib/libprivman.so.1 >+lib/libprivman.so.1.1.3 > man/man3/priv_bind.3.gz > man/man3/priv_custom.3.gz > man/man3/priv_daemon.3.gz >--- privman-0.9.3.patch ends here ---
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 191576
: 144362