ports/143334: [PATCH] devel/poco-ssl: unbreak port
Sevan Janiyan
venture37 at geeklan.co.uk
Fri Jan 29 01:50:10 UTC 2010
>Number: 143334
>Category: ports
>Synopsis: [PATCH] devel/poco-ssl: unbreak port
>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: Fri Jan 29 01:50:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Sevan Janiyan
>Release: FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD newbie.thingamajig-systems.co.uk 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 21:11:58 UTC
>Description:
The src comes bundles with 2 resource fork files left over from Mac OS which the plist did not take into account
This is a long way around to solving the problem as I could've just added the 2 offending files to the plist
I chose this solution as those files are of no use on a FreeBSD system
note, these files have been removed in the latest release (1.3.6p2)
Port maintainer (wes at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- poco-ssl-1.3.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/poco-ssl/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile 16 Dec 2009 00:56:23 -0000 1.5
+++ Makefile 29 Jan 2010 01:34:52 -0000
@@ -15,9 +15,10 @@
MAINTAINER= wes at FreeBSD.org
COMMENT= C++ Portable Components library with NetSSL library
-CONFLICTS= poco-[0-9]*
-BROKEN= bad plist
+LIB_DEPENDS= odbc:${PORTSDIR}/databases/unixODBC
+
+CONFLICTS= poco-[0-9]*
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -26,6 +27,11 @@
USE_MYSQL= yes
USE_SQLITE= yes
-LIB_DEPENDS= odbc:${PORTSDIR}/databases/unixODBC
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+pre-build:
+ @${RM} ${WRKSRC}/Crypto/include/Poco/.DS_Store
+ @${RM} ${WRKSRC}/Crypto/include/Poco/._.DS_Store
+
+.include <bsd.port.post.mk>
--- poco-ssl-1.3.6.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list