Date: Fri, 30 Nov 2012 10:47:14 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308003 - head/security/netpgp Message-ID: <201211301047.qAUAlEao068347@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Nov 30 10:47:14 2012 New Revision: 308003 URL: http://svnweb.freebsd.org/changeset/ports/308003 Log: Fix compilation with clang on head Feature safe: yes Modified: head/security/netpgp/Makefile Modified: head/security/netpgp/Makefile ============================================================================== --- head/security/netpgp/Makefile Fri Nov 30 10:20:29 2012 (r308002) +++ head/security/netpgp/Makefile Fri Nov 30 10:47:14 2012 (r308003) @@ -1,9 +1,4 @@ -# New ports collection makefile for: netpgp -# Date created: 2009-05-27 -# Whom: bapt <baptiste.daroussin@gmail.com> -# # $FreeBSD$ -# PORTNAME= netpgp PORTVERSION= 20101107 @@ -20,7 +15,7 @@ USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -CFLAGS+= -DOPENSSL_NO_IDEA +CFLAGS+= -DOPENSSL_NO_IDEA -Wno-error MAN1+= netpgp.1 \ netpgpkeys.1 \ @@ -28,10 +23,4 @@ MAN1+= netpgp.1 \ MAN3+= libnetpgp.3 \ libmj.3 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700042 -BROKEN= does not build on 6.x. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211301047.qAUAlEao068347>