diff --git a/x11-toolkits/paragui-devel/Makefile b/x11-toolkits/paragui-devel/Makefile index b7d83181e304..71a6ac5c5ab5 100644 --- a/x11-toolkits/paragui-devel/Makefile +++ b/x11-toolkits/paragui-devel/Makefile @@ -16,35 +16,38 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform high-level application framework and GUI library LIB_DEPENDS= physfs-0.1.9:${PORTSDIR}/devel/physfs \ - SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ expat.4:${PORTSDIR}/textproc/expat2 -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - USE_X_PREFIX= yes USE_REINPLACE= yes USE_LIBTOOL= yes +USE_SDL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ +CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}" INSTALLS_SHLIB= yes SHLIB_VER= 4 PLIST_SUB= SHLIB_VER="${SHLIB_VER}" +.include + +.if (${ARCH} != "amd64") && (${ARCH} != "i386") +BROKEN= "does not build on ${ARCH}" +.endif + post-extract: @${RM} -f ${WRKSRC}/src/physfs/platform.c 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 +.include diff --git a/x11-toolkits/paragui-devel/pkg-descr b/x11-toolkits/paragui-devel/pkg-descr index 0d2c45784d21..a0800fdcf81b 100644 --- a/x11-toolkits/paragui-devel/pkg-descr +++ b/x11-toolkits/paragui-devel/pkg-descr @@ -17,4 +17,4 @@ Highlights of the library: progressbars, windows ...) - create your own widgets (subclass an existing widget) -WWW: http://www.bms-austria.com/projects/paragui/ +WWW: http://savannah.nongnu.org/paragui/ diff --git a/x11-toolkits/paragui/Makefile b/x11-toolkits/paragui/Makefile index b7d83181e304..71a6ac5c5ab5 100644 --- a/x11-toolkits/paragui/Makefile +++ b/x11-toolkits/paragui/Makefile @@ -16,35 +16,38 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform high-level application framework and GUI library LIB_DEPENDS= physfs-0.1.9:${PORTSDIR}/devel/physfs \ - SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ expat.4:${PORTSDIR}/textproc/expat2 -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config - USE_X_PREFIX= yes USE_REINPLACE= yes USE_LIBTOOL= yes +USE_SDL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ +CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${PREFIX}/lib -L${LOCALBASE}/lib ${PTHREAD_LIBS}" INSTALLS_SHLIB= yes SHLIB_VER= 4 PLIST_SUB= SHLIB_VER="${SHLIB_VER}" +.include + +.if (${ARCH} != "amd64") && (${ARCH} != "i386") +BROKEN= "does not build on ${ARCH}" +.endif + post-extract: @${RM} -f ${WRKSRC}/src/physfs/platform.c 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 +.include diff --git a/x11-toolkits/paragui/pkg-descr b/x11-toolkits/paragui/pkg-descr index 0d2c45784d21..a0800fdcf81b 100644 --- a/x11-toolkits/paragui/pkg-descr +++ b/x11-toolkits/paragui/pkg-descr @@ -17,4 +17,4 @@ Highlights of the library: progressbars, windows ...) - create your own widgets (subclass an existing widget) -WWW: http://www.bms-austria.com/projects/paragui/ +WWW: http://savannah.nongnu.org/paragui/