Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 13:14:50 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426366 - in head/security/pgpin: . files
Message-ID:  <201611191314.uAJDEomO068573@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sat Nov 19 13:14:50 2016
New Revision: 426366
URL: https://svnweb.freebsd.org/changeset/ports/426366

Log:
  - fix build on aarch64

Modified:
  head/security/pgpin/Makefile
  head/security/pgpin/files/patch-makefile

Modified: head/security/pgpin/Makefile
==============================================================================
--- head/security/pgpin/Makefile	Sat Nov 19 13:07:08 2016	(r426365)
+++ head/security/pgpin/Makefile	Sat Nov 19 13:14:50 2016	(r426366)
@@ -15,8 +15,7 @@ LICENSE=	MIT
 
 PORTSCOUT=	ignore:1
 
-BROKEN_aarch64=		Does not build: do not know how to make freebsd-aarch64
-BROKEN_mips64=		Does not build: do not know how to make freebsd-mips64
+BROKEN_mips64=		Does not build
 BROKEN_powerpc64=	Does not build
 
 USES=		tar:tgz

Modified: head/security/pgpin/files/patch-makefile
==============================================================================
--- head/security/pgpin/files/patch-makefile	Sat Nov 19 13:07:08 2016	(r426365)
+++ head/security/pgpin/files/patch-makefile	Sat Nov 19 13:14:50 2016	(r426366)
@@ -1,5 +1,5 @@
 --- makefile.orig	2001-03-23 11:44:58.000000000 +0100
-+++ makefile	2016-10-07 07:05:13.258216000 +0200
++++ makefile	2016-11-19 13:49:38.970838000 +0100
 @@ -50,15 +50,15 @@
  # -DUSE_SELECT to use select() system call
  # -DUSE_NBIO   to use non-blocking read()
@@ -31,7 +31,7 @@
  	@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,11 +176,46 @@
+@@ -175,11 +176,54 @@
  	$(MAKE) all CC=gcc LD=gcc \
  	CFLAGS="$(RSAINCDIR) -O2 -DHIGHFIRST -DUNIX -DPORTABLE -DIDEA32"
  
@@ -76,6 +76,14 @@
 +	$(MAKE) all LD="$(CC) -s" \
 +	CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DPORTABLE -DUNIX -DIDEA32 \
 +	-DMAX_NAMELEN=255 -DMPORTABLE"
++freebsd-aarch64:
++	$(MAKE) all LD="$(CC) -s" \
++	CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DPORTABLE -DUNIX -DIDEA32 \
++	-DMAX_NAMELEN=255"
++freebsd-powerpc64:
++	$(MAKE) all LD="$(CC) -s" \
++	CFLAGS="$(RSAINCDIR) $(OS_CFLAGS) -DPORTABLE -DUNIX -DIDEA32 \
++	-DMAX_NAMELEN=255"
 +
  386bsd:
  	$(MAKE) all CC=gcc LD=gcc OBJS_EXT="_80386.o _zmatch.o" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191314.uAJDEomO068573>