FreeBSD Bugzilla – Attachment 170932 Details for
Bug 209956
devel/tevent: use STRIP_CMD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tevent-0.9.28.patch
tevent.patch (text/plain), 2.05 KB, created by
takefu
on 2016-06-02 07:11:04 UTC
(
hide
)
Description:
tevent-0.9.28.patch
Filename:
MIME Type:
Creator:
takefu
Created:
2016-06-02 07:11:04 UTC
Size:
2.05 KB
patch
obsolete
>diff -dpruN /usr/ports/devel/tevent/Makefile ./Makefile >--- /usr/ports/devel/tevent/Makefile 2016-04-12 22:40:36.000000000 +0000 >+++ ./Makefile 2016-06-02 07:06:22.000000000 +0000 >@@ -87,4 +87,8 @@ post-build: > ${PYTHON_CMD} -m py_compile ${BUILD_WRKSRC}/tevent.py > ${PYTHON_CMD} -O -m py_compile ${BUILD_WRKSRC}/tevent.py > >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtevent.so >+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_tevent.so >+ > .include <bsd.port.post.mk> >diff -dpruN /usr/ports/devel/tevent/files/patch-buildtools__wafsamba__samba_install.py ./files/patch-buildtools__wafsamba__samba_install.py >--- /usr/ports/devel/tevent/files/patch-buildtools__wafsamba__samba_install.py 2015-08-09 22:52:17.000000000 +0000 >+++ ./files/patch-buildtools__wafsamba__samba_install.py 2016-04-14 05:33:21.000000000 +0000 >@@ -1,6 +1,6 @@ >---- ./buildtools/wafsamba/samba_install.py.orig 2015-08-09 19:55:47.819170736 +0000 >-+++ ./buildtools/wafsamba/samba_install.py 2015-08-09 19:56:18.727356203 +0000 >-@@ -116,7 +116,7 @@ >+--- buildtools/wafsamba/samba_install.py.orig 2015-12-10 11:01:40 UTC >++++ buildtools/wafsamba/samba_install.py >+@@ -118,7 +118,7 @@ def install_library(self): > inst_name = bld.make_libname(t.target) > elif self.vnum: > vnum_base = self.vnum.split('.')[0] >diff -dpruN /usr/ports/devel/tevent/files/patch-wscript ./files/patch-wscript >--- /usr/ports/devel/tevent/files/patch-wscript 2015-08-09 22:52:17.000000000 +0000 >+++ ./files/patch-wscript 2016-04-14 05:33:21.000000000 +0000 >@@ -1,6 +1,6 @@ >---- ./wscript.orig 2015-06-13 01:00:10.000000000 +0000 >-+++ ./wscript 2015-08-09 20:15:06.617305973 +0000 >-@@ -93,7 +93,7 @@ >+--- wscript.orig 2016-02-19 21:05:17 UTC >++++ wscript >+@@ -93,7 +93,7 @@ def build(bld): > SRC += ' tevent_port.c' > > if bld.env.standalone_tevent: >@@ -9,7 +9,7 @@ > private_library = False > else: > private_library = True >-@@ -121,7 +121,7 @@ >+@@ -121,7 +121,7 @@ def build(bld): > cflags='-DPACKAGE_VERSION=\"%s\"' % VERSION) > >
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 209956
: 170932