svn commit: r554950 - head/mail/mailsync

Fernando Apesteguía fernape at FreeBSD.org
Thu Nov 12 11:20:05 UTC 2020


Author: fernape
Date: Thu Nov 12 11:20:04 2020
New Revision: 554950
URL: https://svnweb.freebsd.org/changeset/ports/554950

Log:
  mail/mailsync: Undo r554904.
  
  Undo workaround since the change in r554949 is more generic.

Modified:
  head/mail/mailsync/Makefile

Modified: head/mail/mailsync/Makefile
==============================================================================
--- head/mail/mailsync/Makefile	Thu Nov 12 11:18:34 2020	(r554949)
+++ head/mail/mailsync/Makefile	Thu Nov 12 11:20:04 2020	(r554950)
@@ -24,16 +24,6 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-.include <bsd.port.pre.mk>
-# This is a nasty hack due to the weird things that mail/cclient
-# do redefining C++ keywords. For some reason GCC seems to build
-# this, but we should expect it to break at some point.
-# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250740
-# for reference.
-.if ${OPSYS} == FreeBSD && (${OSREL} == 12.2 || ${OSREL} == 11.4)
-USE_GCC=	yes
-.endif
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/mailsync ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/doc/mailsync.1 ${STAGEDIR}${MANPREFIX}/man/man1
@@ -51,4 +41,4 @@ do-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/examples/mailsync ${STAGEDIR}${EXAMPLESDIR}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list