mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Update to 9.5.0
Mark BROKEN when building with clang PR: ports/158421 Submitted by: Niclas Zeising <niclas.zeising@gmail.com> Approved by: wxs (mentor)
This commit is contained in:
parent
c316fbebbb
commit
9a6a9883c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279858
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= icon
|
||||
PORTVERSION= 9.4.3
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 9.5.0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.cs.arizona.edu/icon/ftp/packages/unix/
|
||||
DISTNAME= ${PORTNAME}.v${PORTVERSION:S/.//g}src
|
||||
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/.//g}src
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -19,12 +18,16 @@ COMMENT= The Icon programming language
|
||||
ALL_TARGET= All
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.if ${CC} == "clang" || ${CXX} == "clang++"
|
||||
BROKEN= does not pass all tests when compiled with clang
|
||||
.endif
|
||||
|
||||
MAN1= icon.1 icont.1
|
||||
|
||||
ARCH_NAME= bsd
|
||||
ICONDIR= ${PREFIX}/lib/${PORTNAME}
|
||||
|
||||
BINS= icont iconx rtt
|
||||
BINS= icont iconx
|
||||
BINXS= colrbook colrpick fontpick palette vib wevents xgamma
|
||||
|
||||
.if defined(WITHOUT_X11)
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (icon.v943src.tgz) = d6b6dc508922251748c4ceefbc3a96b54a9f488e260f9f517b5e08dc21615bff
|
||||
SIZE (icon.v943src.tgz) = 3218627
|
||||
SHA256 (icon-v950src.tgz) = ceb558bcf5b2edc3252b2d1d4ed640d2a218196f73d299b052f1e0c50e9b1557
|
||||
SIZE (icon-v950src.tgz) = 3115766
|
||||
|
@ -10,7 +10,6 @@ lib/icon/bin/iconx
|
||||
@exec ln -sf %B/%f %D/bin/%f
|
||||
@unexec rm -f %D/bin/%f
|
||||
%%WITHOUT_X11%%lib/icon/bin/palette
|
||||
lib/icon/bin/rtt
|
||||
%%WITHOUT_X11%%lib/icon/bin/vib
|
||||
%%WITHOUT_X11%%@exec ln -sf %B/%f %D/bin/%f
|
||||
%%WITHOUT_X11%%@unexec rm -f %D/bin/%f
|
||||
@ -164,6 +163,8 @@ lib/icon/lib/drawlab.u1
|
||||
lib/icon/lib/drawlab.u2
|
||||
lib/icon/lib/dsetup.u1
|
||||
lib/icon/lib/dsetup.u2
|
||||
lib/icon/lib/echo.u1
|
||||
lib/icon/lib/echo.u2
|
||||
lib/icon/lib/ebcdic.u1
|
||||
lib/icon/lib/ebcdic.u2
|
||||
lib/icon/lib/empgsup.u1
|
||||
@ -807,10 +808,12 @@ lib/icon/lib/zipread.u1
|
||||
lib/icon/lib/zipread.u2
|
||||
%%PORTDOCS%%%%DOCSDIR%%/blubordr.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cfuncs.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/clnroff.sed
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cube128.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/cygwin.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/docguide.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/extlvals.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/faq.htm
|
||||
%%PORTDOCS%%%%DOCSDIR%%/faq.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/files.htm
|
||||
|
Loading…
Reference in New Issue
Block a user