svn commit: r491302 - head/french/aster

Thierry Thomas thierry at FreeBSD.org
Sat Jan 26 16:39:45 UTC 2019


Author: thierry
Date: Sat Jan 26 16:39:44 2019
New Revision: 491302
URL: https://svnweb.freebsd.org/changeset/ports/491302

Log:
  Note the exact cause of the failure (conflict with the file proto.h
  installed by math/metis).

Modified:
  head/french/aster/Makefile

Modified: head/french/aster/Makefile
==============================================================================
--- head/french/aster/Makefile	Sat Jan 26 16:38:14 2019	(r491301)
+++ head/french/aster/Makefile	Sat Jan 26 16:39:44 2019	(r491302)
@@ -14,8 +14,8 @@ LICENSE=	GPLv2
 DEPRECATED=		Qt4 has been EOL since december 2015
 EXPIRATION_DATE=	2019-03-15
 
-BROKEN_FreeBSD_12=	does not build (sed: ${STAGEDIR}${inst_dir}/${VE}/aster.conf: No such file or directory)
-BROKEN_FreeBSD_13=	does not build (sed: ${STAGEDIR}${inst_dir}/${VE}/aster.conf: No such file or directory)
+#BROKEN_FreeBSD_12=	does not build (conflicting types for 'WritePermutation' ibc/renum/onmetl.c vs /usr/local/include/programs/proto.h)
+#BROKEN_FreeBSD_13=	does not build (conflicting types for 'WritePermutation' ibc/renum/onmetl.c vs /usr/local/include/programs/proto.h)
 
 #-----------------------------------------------------------------------
 # You may define these options:


More information about the svn-ports-head mailing list