From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 10:47:15 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37BC48EA; Fri, 30 Nov 2012 10:47:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 18D488FC13; Fri, 30 Nov 2012 10:47:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUAlEht068348; Fri, 30 Nov 2012 10:47:14 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUAlEao068347; Fri, 30 Nov 2012 10:47:14 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211301047.qAUAlEao068347@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 30 Nov 2012 10:47:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308003 - head/security/netpgp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Nov 2012 10:47:15 -0000 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 -# # $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 - -.if ${OSVERSION} < 700042 -BROKEN= does not build on 6.x. -.endif - -.include +.include