From owner-svn-ports-all@FreeBSD.ORG Sat May 16 18:11:51 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D03C793F; Sat, 16 May 2015 18:11:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD38B1287; Sat, 16 May 2015 18:11:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4GIBp8x015725; Sat, 16 May 2015 18:11:51 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4GIBpsB015724; Sat, 16 May 2015 18:11:51 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201505161811.t4GIBpsB015724@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sat, 16 May 2015 18:11:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386567 - head/security/pgpin/files 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.20 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: Sat, 16 May 2015 18:11:51 -0000 Author: dinoex Date: Sat May 16 18:11:50 2015 New Revision: 386567 URL: https://svnweb.freebsd.org/changeset/ports/386567 Log: - fix build for armv8 PR: 200121 Submitted by: Mikael Urankar Modified: head/security/pgpin/files/patch-makefile Modified: head/security/pgpin/files/patch-makefile ============================================================================== --- head/security/pgpin/files/patch-makefile Sat May 16 18:07:24 2015 (r386566) +++ head/security/pgpin/files/patch-makefile Sat May 16 18:11:50 2015 (r386567) @@ -1,5 +1,5 @@ --- makefile.orig 2001-03-23 11:44:58.000000000 +0100 -+++ makefile 2011-06-24 19:39:57.000000000 +0200 ++++ makefile 2015-05-16 19:59:11.000000000 +0200 @@ -50,15 +50,15 @@ # -DUSE_SELECT to use select() system call # -DUSE_NBIO to use non-blocking read() @@ -27,11 +27,11 @@ @echo " apollo-gcc, atari,aux(*), aux-gcc, bsd, bsdgcc, convexos," - @echo " dgux, djgpp, encore, freebsd, hpux-68k(*), hpux-68k-ansi," + @echo " dgux, djgpp, encore, hpux-68k(*), hpux-68k-ansi," -+ @echo " freebsd-{alpha,i386,sparc64,ia64,amd64,powerpc}," ++ @echo " freebsd-{alpha,i386,sparc64,ia64,amd64,powerpc,armv6}," @echo " hpux-68k-gcc, hpux-pa(*), hpux-pa-ansi, hpux-pa-gcc, hpux9-pa-ansi," @echo " irix, irix_asm, isc, isc_asm, linux, linux-aout, linux-68k," @echo " machten, mach_386, mips-ultrix, netbsd, netbsd_68k, newsasm," -@@ -175,9 +176,32 @@ +@@ -175,9 +176,36 @@ $(MAKE) all CC=gcc LD=gcc \ CFLAGS="$(RSAINCDIR) -O2 -DHIGHFIRST -DUNIX -DPORTABLE -DIDEA32" @@ -63,6 +63,10 @@ +freebsd-powerpc: + $(MAKE) all LD="$(CC) -s" \ + CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DPORTABLE -DUNIX -DIDEA32 \ ++ -DMAX_NAMELEN=255" ++freebsd-armv6: ++ $(MAKE) all LD="$(CC) -s" \ ++ CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DPORTABLE -DUNIX -DIDEA32 \ -DMAX_NAMELEN=255" 386bsd: