Index: branches/2020Q3/cad/alliance/Makefile =================================================================== --- branches/2020Q3/cad/alliance/Makefile (revision 542177) +++ branches/2020Q3/cad/alliance/Makefile (revision 542178) @@ -1,59 +1,59 @@ # Created by: hrs # $FreeBSD$ PORTNAME= alliance DISTVERSION= 5.1.1 PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= ftp://asim.lip6.fr/pub/alliance/distribution/5.0/ \ ftp://ftp.lyx.org/lip6/softs/alliance/distribution/5.0/ \ ftp://ftp.jussieu.fr/lip6/softs/alliance/distribution/5.0/ MAINTAINER= ports@FreeBSD.org COMMENT= Complete set of CAD tools and libraries for VLSI design LICENSE= Alliance LICENSE_NAME= Alliance VLSI Cad System License LICENSE_FILE= ${WRKSRC}/LICENCE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_aarch64= fails to link: collect2: error: ld returned 1 exit status BUILD_DEPENDS= convert:graphics/ImageMagick7 \ fig2dev:print/transfig USES= autoreconf:build compiler:c++0x gmake libtool motif \ tar:bz2 xorg USE_GCC= any USE_TEX= dvipsk:build latex:build USE_XORG= ice sm x11 xext xt HAS_CONFIGURE= yes -CONFIGURE_ENV+= ALLIANCE_TOP=${ALLIANCE_TOP} +CONFIGURE_ENV+= ALLIANCE_TOP=${ALLIANCE_TOP} YACC=${YACC} CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man \ --prefix=${ALLIANCE_TOP} MAKE_JOBS_UNSAFE= yes INSTALL_TARGET= install-strip CONFLICTS_INSTALL= fspclient-* SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/alliance/src ALLIANCE_TOP= ${PREFIX}/alliance post-patch: @${REINPLACE_CMD} -e '/include /d' \ ${WRKSRC}/xgra/src/XSB_parse.c # These Makefiles contain hardcoded references to make(1). Replace them with # gmake(1) to avoid build failures of the documentation. @${REINPLACE_CMD} -e 's/; make/; gmake/' \ ${WRKSRC}/documentation/Makefile.am \ ${WRKSRC}/documentation/alliance-examples/Makefile \ ${WRKSRC}/documentation/tutorials/Makefile.am pre-configure: @cd ${WRKSRC} && ./autostuff .include Index: branches/2020Q3/cad/alliance/files/patch-exp_src_Makefile.am =================================================================== --- branches/2020Q3/cad/alliance/files/patch-exp_src_Makefile.am (nonexistent) +++ branches/2020Q3/cad/alliance/files/patch-exp_src_Makefile.am (revision 542178) @@ -0,0 +1,11 @@ +--- exp/src/Makefile.am.orig 2014-08-02 23:38:00 UTC ++++ exp/src/Makefile.am +@@ -2,7 +2,7 @@ + + bin_PROGRAMS = exp + +-YACC = @YACC@ -d -v --debug ++YACC = @YACC@ -d -v -t + CFLAGS = @CFLAGS@ @ALLIANCE_CFLAGS@ + exp_LDADD = + Property changes on: branches/2020Q3/cad/alliance/files/patch-exp_src_Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2020Q3/cad/alliance/files/patch-fvh_src_fbl__byacc.h =================================================================== --- branches/2020Q3/cad/alliance/files/patch-fvh_src_fbl__byacc.h (nonexistent) +++ branches/2020Q3/cad/alliance/files/patch-fvh_src_fbl__byacc.h (revision 542178) @@ -0,0 +1,9 @@ +--- fvh/src/fbl_byacc.h.orig 2014-08-02 23:38:00 UTC ++++ fvh/src/fbl_byacc.h +@@ -119,5 +119,5 @@ extern void fbl_select(); + extern char * fbl_stostr __P((char *str)); + + extern void fbl_y_error __P((char *str)); +- extern long fbl_y_lex __P(()); ++ extern int fbl_y_lex __P(()); + Property changes on: branches/2020Q3/cad/alliance/files/patch-fvh_src_fbl__byacc.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2020Q3 =================================================================== --- branches/2020Q3 (revision 542177) +++ branches/2020Q3 (revision 542178) Property changes on: branches/2020Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r542173