ports/95396: [PATCH] devel/clint: fix pkg-plist, cleanup

Alexander Botero-Lowry alex at foxybanana.com
Thu Apr 6 06:40:18 UTC 2006


>Number:         95396
>Category:       ports
>Synopsis:       [PATCH] devel/clint: fix pkg-plist, cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 06 06:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
- fix pkg-plist
- cleanup makefile a bit

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- clint-0.1.2_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/clint/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/clint/Makefile
--- /usr/ports/devel/clint/Makefile	Sat Feb 25 19:08:33 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/clint/Makefile	Wed Apr  5 23:31:07 2006
@@ -17,7 +17,6 @@
 COMMENT=	A static source code checker for C++
 
 USE_PYTHON=	yes
-USE_REINPLACE=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
@@ -28,7 +27,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} >= 502126
-BROKEN=		"Does not compile on FreeBSD >= 5.x"
+BROKEN=		Does not compile on FreeBSD >= 5.x
 USE_GCC=	3.3
 .endif
 
diff -ruN --exclude=CVS /usr/ports/devel/clint/pkg-plist /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/clint/pkg-plist
--- /usr/ports/devel/clint/pkg-plist	Sun Oct 31 08:52:49 2004
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/clint/pkg-plist	Wed Apr  5 23:30:20 2006
@@ -2,9 +2,11 @@
 include/clint/exceptions.h
 include/clint/python.h
 lib/clint/python.a
+lib/clint/python.la
 lib/clint/python.so
 lib/clint/python.so.0
 lib/libpython++.a
+lib/libpython++.la
 lib/libpython++.so
 lib/libpython++.so.0
 %%DATADIR%%/clint.py
--- clint-0.1.2_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list