View | Details | Raw Unified | Return to bug 209956
Collapse All | Expand All

(-)./Makefile (+4 lines)
Lines 87-90 post-build: Link Here
87
			${PYTHON_CMD} -m py_compile ${BUILD_WRKSRC}/tevent.py
87
			${PYTHON_CMD} -m py_compile ${BUILD_WRKSRC}/tevent.py
88
			${PYTHON_CMD} -O -m py_compile ${BUILD_WRKSRC}/tevent.py
88
			${PYTHON_CMD} -O -m py_compile ${BUILD_WRKSRC}/tevent.py
89
89
90
post-install:
91
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtevent.so
92
	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_tevent.so
93
90
.include <bsd.port.post.mk>
94
.include <bsd.port.post.mk>
(-)./files/patch-buildtools__wafsamba__samba_install.py (-3 / +3 lines)
Lines 1-6 Link Here
1
--- ./buildtools/wafsamba/samba_install.py.orig	2015-08-09 19:55:47.819170736 +0000
1
--- buildtools/wafsamba/samba_install.py.orig	2015-12-10 11:01:40 UTC
2
+++ ./buildtools/wafsamba/samba_install.py	2015-08-09 19:56:18.727356203 +0000
2
+++ buildtools/wafsamba/samba_install.py
3
@@ -116,7 +116,7 @@
3
@@ -118,7 +118,7 @@ def install_library(self):
4
                 inst_name    = bld.make_libname(t.target)
4
                 inst_name    = bld.make_libname(t.target)
5
         elif self.vnum:
5
         elif self.vnum:
6
             vnum_base    = self.vnum.split('.')[0]
6
             vnum_base    = self.vnum.split('.')[0]
(-)./files/patch-wscript (-4 / +4 lines)
Lines 1-6 Link Here
1
--- ./wscript.orig	2015-06-13 01:00:10.000000000 +0000
1
--- wscript.orig	2016-02-19 21:05:17 UTC
2
+++ ./wscript	2015-08-09 20:15:06.617305973 +0000
2
+++ wscript
3
@@ -93,7 +93,7 @@
3
@@ -93,7 +93,7 @@ def build(bld):
4
         SRC += ' tevent_port.c'
4
         SRC += ' tevent_port.c'
5
 
5
 
6
     if bld.env.standalone_tevent:
6
     if bld.env.standalone_tevent:
Lines 9-15 Link Here
9
         private_library = False
9
         private_library = False
10
     else:
10
     else:
11
         private_library = True
11
         private_library = True
12
@@ -121,7 +121,7 @@
12
@@ -121,7 +121,7 @@ def build(bld):
13
                             cflags='-DPACKAGE_VERSION=\"%s\"' % VERSION)
13
                             cflags='-DPACKAGE_VERSION=\"%s\"' % VERSION)
14
 
14
 
15
 
15
 

Return to bug 209956