Mark as broken on ia64. While here, pacify portlint a bit.
Hat: portmgr
This commit is contained in:
parent
1506960eb9
commit
007838067d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253025
@ -16,14 +16,19 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/stable.pkg/${PORTVERSION}/:savannah \
|
||||
mikeh/:local
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:savannah,local
|
||||
|
||||
REINPLACE_ARGS= -i ""
|
||||
|
||||
MAINTAINER?= ports@FreeBSD.ORG
|
||||
COMMENT?= A graphical user interface toolkit for X Window System
|
||||
|
||||
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff
|
||||
|
||||
USE_XORG= xpm
|
||||
USE_GL= gl
|
||||
USE_IMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= fdesign.1 fd2ps.1
|
||||
|
||||
.if defined(WITH_I18N)
|
||||
PKGNAMESUFFIX= -i18n
|
||||
PATCH_SITES= ftp://cellular.phys.pusan.ac.kr/CJK-LyX/xforms/ \
|
||||
@ -32,12 +37,7 @@ PATCHFILES= xforms-1.0-i18n_7.patch
|
||||
PATCH_DIST_STRIP= -p1
|
||||
.endif
|
||||
|
||||
USE_XORG= xpm
|
||||
USE_GL= gl
|
||||
USE_IMAKE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= fdesign.1 fd2ps.1
|
||||
REINPLACE_ARGS= -i ""
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|-O4||' ${WRKSRC}/Imakefile
|
||||
@ -54,4 +54,8 @@ post-patch:
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= Does not compile on ia64
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user