Index: head/cad/brlcad/Makefile =================================================================== --- head/cad/brlcad/Makefile (revision 429615) +++ head/cad/brlcad/Makefile (revision 429616) @@ -1,57 +1,60 @@ # Created by: Pedro F. Giffuni # $FreeBSD$ PORTNAME= brlcad PORTVERSION= 7.24.0 PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/BRL-CAD%20Source/${PORTVERSION} MAINTAINER= erik@brlcad.org COMMENT= CSG modelling system from the US Ballistic Research Laboratory +DEPRECATED= Depends on expring graphics/urt +EXPIRATION_DATE=2017-04-01 + BUILD_DEPENDS= ${LOCALBASE}/include/tnt/jama_lu.h:math/jama \ xsltproc:textproc/libxslt LIB_DEPENDS= libpthread-stubs.so:devel/libpthread-stubs \ libdrm.so:graphics/libdrm \ libpng.so:graphics/png \ librle.so:graphics/urt \ libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig USE_GL= gl glu USE_XORG= ice inputproto sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \ xproto xrender xscrnsaver xt xxf86vm USES= tar:bzip2 bison pathfix cmake:outsource pkgconfig tk:85 USE_LDCONFIG= yes PREFIX?= ${LOCALBASE}/${PORTNAME} NO_MTREE= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} CFLAGS+= -I${LOCALBASE}/include #LDFLAGS+= -L${LOCALBASE}/lib CMAKE_ARGS= -DBRLCAD_ENABLE_STRICT:BOOL=OFF MANPREFIX= ${PREFIX}/share BROKEN_sparc64= does not compile: invokes i386 assembler post-patch: @${REINPLACE_CMD} "s+-exact Tcl 8\.5\.9+Tcl 8.5+" ${WRKSRC}/src/other/tcl/library/init.tcl pre-install: ${CP} ${FILESDIR}/mged.sh ${WRKSRC} ${REINPLACE_CMD} -e 's+%%BRLCAD_ROOT%%+${PREFIX}+g;' ${WRKSRC}/mged.sh # note that installing outside of PREFIX wigs out package stuff... :/ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/mged.sh ${STAGEDIR}${PREFIX}/bin/mged.sh ${MKDIR} ${STAGEDIR}${LOCALBASE}/bin ${LN} -s ${PREFIX}/bin/mged.sh ${STAGEDIR}${LOCALBASE}/bin/mged.sh regression-test: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} test) .include Index: head/graphics/rayshade/Makefile =================================================================== --- head/graphics/rayshade/Makefile (revision 429615) +++ head/graphics/rayshade/Makefile (revision 429616) @@ -1,65 +1,68 @@ # Created by: giffunip@asme.org # $FreeBSD$ PORTNAME= rayshade PORTVERSION= 4.0.6 PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://ccl.net/cca/software/SOURCES/C/rayshade/ \ http://www.mirrorservice.org/sites/graphics.stanford.edu/pub/rayshade/ \ ftp://graphics.stanford.edu/pub/rayshade/ DISTFILES= ${PORTNAME}.${PORTVERSION}.tar.Z DIST_SUBDIR= rayshade EXTRACT_ONLY= ${PORTNAME}.${PORTVERSION}.tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Extensible system for creating ray-traced images LICENSE= rayshade LICENSE_NAME= Rayshade license LICENSE_FILE= ${WRKSRC}/Doc/Copyright LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept +DEPRECATED= Depends on expiring graphics/urt +EXPIRATION_DATE=2017-04-01 + BUILD_DEPENDS= ${LOCALBASE}/lib/librle.a:graphics/urt WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION:R} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure ALL_TARGET= # empty PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/rayshade OPTIONS_DEFINE= DOCS EXAMPLES DOCS_DISTFILES= guide.ps.Z .include .if defined(BATCH) || defined(PACKAGE_BUILDING) CONFIGURE_ARGS= < ${WRKDIR}/config.ans .endif pre-configure: @${SED} -e \ "s,@CFLAGS@,${CFLAGS},g ; \ s,@CC@,${CC},g ; \ s,@LOCALBASE@,${LOCALBASE},g ; \ s,@PREFIX@,${PREFIX},g" \ < ${FILESDIR}/config.ans > ${WRKDIR}/config.ans do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rayshade/rayshade \ ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/guide.ps.Z \ ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/Examples/* ${STAGEDIR}${EXAMPLESDIR} .include