diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-13 04:42:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-13 04:42:58 +0800 |
commit | a2ee73ad0618871309bc5aa6c5b2dd59aa437e3b (patch) | |
tree | 515475d235f020556969e6863f1d0fecf659369d /cad/alliance | |
parent | 722ca12d7a8b0987ac1bd93d3d2f99311ab2dee2 (diff) | |
download | freebsd-ports-gnome-a2ee73ad0618871309bc5aa6c5b2dd59aa437e3b.tar.gz freebsd-ports-gnome-a2ee73ad0618871309bc5aa6c5b2dd59aa437e3b.tar.zst freebsd-ports-gnome-a2ee73ad0618871309bc5aa6c5b2dd59aa437e3b.zip |
Mark broken: Does not compile
on 8 and 9:
cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"alliance\" -DVERSION=\"5.0\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DRETSIGTYPE=void -DHAVE_MOTIF=1 -DHAVE_XPM=1 -DHAVE_XPM=1 -DHAVE_X11_XPM_H=1 -DHAVE_XP=1 -DHAVE_MOTIF=1 -DHAVE_XMUSEVERSION=1 -DHAVE_XMINSTALLIMAGE=1 "-DALLIANCE_VERSION=\"5.0 20090901\"" -DALLIANCE_TOP=\"/usr/local/alliance\" -I. -I. -I../../mbk/src -I../../pat/src -O2 -pipe -fno-strict-aliasing -MT pat_decl_y.lo -MD -MP -MF .deps/pat_decl_y.Tpo -c pat_decl_y.c -fPIC -DPIC -o .libs/pat_decl_y.o
y.tab.c:562: error: duplicate 'extern'
on 10 and head:
elp.c:252:1: error: non-void function 'elpLotrsShrink' should return a value [-Wreturn-type]
return ;
^
elp.c:460:1: error: non-void function 'elpLofigCapaDiff' should return a value [-Wreturn-type]
return ;
^
elp.c:490:1: error: non-void function 'elpLofigCapaGrid' should return a value [-Wreturn-type]
return ;
^
elp.c:518:1: error: non-void function 'elpLofigShrink' should return a value [-Wreturn-type]
return ;
Reported by: pkg-fallout since august 2013
Diffstat (limited to 'cad/alliance')
-rw-r--r-- | cad/alliance/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index fc25aa484201..8f315616eb1f 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}-5.0-20090901 MAINTAINER= hrs@FreeBSD.org COMMENT= Complete set of CAD tools and libraries for VLSI design +BROKEN= Does not compile + NOT_FOR_ARCHS= amd64 ia64 powerpc sparc64 NOT_FOR_ARCHS_REASON= ${PKGNAME} does not build on ${ARCH} |