Date: Sun, 28 Sep 2003 16:51:01 -0500 (CDT) From: Mark Linimon <linimon@lonesome.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/57332: [patch] set x11-toolkits/paragui as broken for certain architectures Message-ID: <200309282151.h8SLp1p1067135@lonesome.lonesome.com> Resent-Message-ID: <200309282200.h8SM0VM3015115@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 57332 >Category: ports >Synopsis: [patch] set x11-toolkits/paragui as broken for certain architectures >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 28 15:00:30 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: Lonesome Dove Computing Services >Environment: System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Fri Sep 5 01:19:33 CDT 2003 linimon@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA_DEBUG i386 >Description: Per bento logs, this port doesn't seem to build on most architectures; mark it so to warn the unwary. Also update the pkg-descr and pacify portlint a bit while I'm here. >How-To-Repeat: (bento logs) >Fix: --- paragui/Makefile.dist Mon Aug 25 21:34:38 2003 +++ paragui/Makefile Sun Sep 28 16:46:57 2003 @@ -15,6 +15,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform high-level application framework and GUI library +.include <bsd.port.pre.mk> + +.if ${ARCH} != "amd64" && ${ARCH} != "i386" +BROKEN= "does not seem to build on ${ARCH}" +.endif + LIB_DEPENDS= physfs-0.1.8:${PORTSDIR}/devel/physfs \ SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ @@ -41,10 +47,10 @@ post-patch: @${REINPLACE_CMD} -e 's|LT_CURRENT=.*$$|LT_CURRENT=${SHLIB_VER}|g ; \ s|`sdl-config |`\$$\{SDL_CONFIG\} |g' ${WRKSRC}/configure - + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|[$][(]SDL_CFLAGS[)]|\$\(PARAGUI_CFLAGS\)|g ; \ s|lib/pkgconfig|libdata/pkgconfig|g ; \ s|-L[./]*../src|&/.libs |g' -.include <bsd.port.mk> +.include <bsd.port.post.mk> --- paragui/pkg-descr.dist Wed Mar 28 09:35:42 2001 +++ paragui/pkg-descr Sun Sep 28 16:46:13 2003 @@ -17,4 +17,4 @@ progressbars, windows ...) - create your own widgets (subclass an existing widget) -WWW: http://www.bms-austria.com/projects/paragui/ +WWW: http://savannah.nongnu.org/paragui/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309282151.h8SLp1p1067135>