Index: head/lang/lush/Makefile =================================================================== --- head/lang/lush/Makefile (revision 106784) +++ head/lang/lush/Makefile (revision 106785) @@ -1,45 +1,51 @@ # New ports collection makefile for: lush # Date created: 20 May 2003 # Whom: David Yeske # # $FreeBSD$ PORTNAME= lush PORTVERSION= 0.99 PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lush MAINTAINER= dyeske@yahoo.com COMMENT= A high level object-oriented programming language USE_GETTEXT= yes USE_X_PREFIX= yes USE_GL= yes USE_SDL= sdl image GNU_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LIBS="${LIBS} ${PTHREAD_LIBS} -lintl -L${LOCALBASE}/lib" CONFIGURE_ARGS= --without-bfd MAN1= lush.1 +.include + +.if ${ARCH} == "sparc64" +BROKEN= "Does not build on sparc64" +.endif + post-patch: @${REINPLACE_CMD} -E -e \ 's|opt=.+$$||; \ s|-O3||; \ s|-Wall||; \ s|-pthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/configure @${FIND} ${WRKSRC} | \ ${XARGS} ${EGREP} -l '(SDL/SDL)' | \ ${XARGS} ${REINPLACE_CMD} -e \ 's|SDL/SDL|SDL11/SDL|; \ s|"libSDL"|\"libSDL-1.1.so.5\"|' -.include +.include Property changes on: head/lang/lush/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/multimedia/openquicktime/Makefile =================================================================== --- head/multimedia/openquicktime/Makefile (revision 106784) +++ head/multimedia/openquicktime/Makefile (revision 106785) @@ -1,37 +1,43 @@ # New ports collection makefile for: openquicktime # Date created: Mon Sep 24 16:26:33 BRT 2001 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= openquicktime PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openquicktime DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= lioux@FreeBSD.org COMMENT= Portable library for handling Apple's QuickTime(TM) files LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes USE_GNOME= gtk12 USE_GMAKE= yes USE_REINPLACE= yes USE_SIZE= yes INSTALL_SHLIBS= yes PKGDEINSTALL= ${PKGINSTALL} +.include + +.if ${ARCH} == "sparc64" +BROKEN= "Does not build on sparc64" +.endif + post-patch: @${REINPLACE_CMD} -e "s/xCC/xc/" ${WRKSRC}/configure post-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \ ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include +.include Property changes on: head/multimedia/openquicktime/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property