Date: Fri, 29 Jan 2010 01:41:18 GMT From: Sevan Janiyan <venture37@geeklan.co.uk> To: FreeBSD-gnats-submit@FreeBSD.org Cc: wes@FreeBSD.org Subject: ports/143334: [PATCH] devel/poco-ssl: unbreak port Message-ID: <201001290141.o0T1fIpe043428@newbie.thingamajig-systems.co.uk> Resent-Message-ID: <201001290150.o0T1o96S089248@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001290141.o0T1fIpe043428>