Index: head/cad/alliance/Makefile =================================================================== --- head/cad/alliance/Makefile (revision 513404) +++ head/cad/alliance/Makefile (revision 513405) @@ -1,57 +1,58 @@ # 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 gmake libtool motif tar:bz2 xorg USE_GCC= any USE_TEX= dvipsk:build latex:build USE_XORG= ice sm x11 xext xp xt HAS_CONFIGURE= yes CONFIGURE_ENV+= ALLIANCE_TOP=${ALLIANCE_TOP} 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: head/cad/alliance/files/patch-autostuff =================================================================== --- head/cad/alliance/files/patch-autostuff (nonexistent) +++ head/cad/alliance/files/patch-autostuff (revision 513405) @@ -0,0 +1,15 @@ +--- autostuff.orig 2019-09-30 12:32:32 UTC ++++ autostuff +@@ -237,12 +237,6 @@ XM_LIBS="" + XP_LIBS="" + if test "$motif_includes" != "no" && test "$motif_libraries" != "no" + then +-dnl Motif 2.1 wants `-lXp' (X11R6.3 print server) +-AC_CHECK_LIB(Xp, XpSelectInput, +- XP_LIBS="-lXp" +- AC_DEFINE(HAVE_XP),, +- ${XPM_LIBS} ${XEXT_LIBS} ${XT_LIBS} ${X_PRE_LIBS} ${X11_LIBS} ${X_EXTRA_LIBS}) +-dnl + AC_CHECK_LIB(Xm, XmCreateOptionMenu, + XM_LIBS="-lXm" + AC_DEFINE(HAVE_MOTIF),, Property changes on: head/cad/alliance/files/patch-autostuff ___________________________________________________________________ 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