svn commit: r434128 - head/mail/courier-authlib-vchkpw

Tijl Coosemans tijl at FreeBSD.org
Tue Feb 14 17:04:39 UTC 2017


Author: tijl
Date: Tue Feb 14 17:04:37 2017
New Revision: 434128
URL: https://svnweb.freebsd.org/changeset/ports/434128

Log:
  Remove -fPIC.  Problem was in mail/vpopmail.

Modified:
  head/mail/courier-authlib-vchkpw/Makefile

Modified: head/mail/courier-authlib-vchkpw/Makefile
==============================================================================
--- head/mail/courier-authlib-vchkpw/Makefile	Tue Feb 14 17:04:02 2017	(r434127)
+++ head/mail/courier-authlib-vchkpw/Makefile	Tue Feb 14 17:04:37 2017	(r434128)
@@ -1,7 +1,7 @@
 # Created by: Yarema <yds at CoolRat.org>
 # $FreeBSD$
 
-PORTREVISION=	2
+PORTREVISION=	3
 PKGNAMESUFFIX=	-vchkpw
 
 COMMENT=	Vpopmail/vchkpw support for the Courier authentication library
@@ -9,6 +9,4 @@ CATEGORIES=	mail
 
 MASTERDIR=	${.CURDIR}/../../security/courier-authlib
 
-CFLAGS_aarch64=	-fPIC
-
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list