mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Mark paragui broken for everything but i386 and amd64
portlint Update pkg-descr PR: 57332 Submitted by: Mark Linimon <linimon@lonesome.com> USE_SDL while I am here
This commit is contained in:
parent
2d655bde7c
commit
aa157e5ae1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90049
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
.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 <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -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/
|
||||
|
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
.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 <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user