mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
- Convert to USES
This commit is contained in:
parent
0b9237831b
commit
2ca4195def
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342445
@ -13,10 +13,9 @@ COMMENT= Synchronizes the two copy/paste buffers used by X applications
|
||||
|
||||
USE_XORG= x11 xaw xext
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
|
||||
PLIST_FILES= bin/autocutsel \
|
||||
bin/cutsel
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -18,7 +18,6 @@ GNU_CONFIGURE= yes
|
||||
USES= pkgconfig
|
||||
USE_GNOME= libxslt
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
|
||||
|
@ -17,7 +17,6 @@ USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h
|
||||
|
||||
|
@ -17,5 +17,4 @@ ALL_TARGET= xtypo
|
||||
|
||||
WRKSRC= ${WRKDIR}/xtypo
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -27,7 +27,6 @@ CONFIGURE_ARGS+= --prefix="${PREFIX}" \
|
||||
MAKE_ARGS+= pkgconfigdir="${PREFIX}/libdata/pkgconfig" \
|
||||
CFLAGS=${CFLAGS:Q}
|
||||
|
||||
NO_STAGE= yes
|
||||
run-autotools:
|
||||
@cd ${WRKSRC} && ${SH} bootstrap
|
||||
|
||||
|
@ -25,8 +25,4 @@ ACLOCAL_ARGS= -I.
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Supports reading/writing of MJPEG video in YUV 4:2:2 JPEG
|
||||
|
||||
USE_SDL= sdl
|
||||
USE_GNOME= glib12
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-m4data-prefix=${PREFIX}/share
|
||||
CONFIGURE_ENV= LOCALBASE="${LOCALBASE}"
|
||||
@ -21,7 +21,6 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
|
||||
LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
@ -17,14 +17,11 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
|
||||
MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" LIBDIR="${PREFIX}/lib"
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$$(LIBDIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \
|
||||
-e 's|-lrt||g' \
|
||||
@ -33,4 +30,4 @@ post-patch:
|
||||
${WRKSRC}/libv4lconvert/Makefile
|
||||
@${RM} ${WRKSRC}/../include/linux/videodev2.h
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -19,14 +19,13 @@ USE_SDL= sdl
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_GL= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-gl
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
||||
${WRKSRC}/configure
|
||||
|
@ -18,7 +18,6 @@ USES= fortran
|
||||
|
||||
PLIST_SUB= ARCH=${MACHINE_ARCH}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
|
@ -11,8 +11,7 @@ COMMENT= C library for quantum computing and quantum simulation
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -24,5 +24,4 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+=ac_cv_lib_ICE_IceConnectionNumber=no
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -18,5 +18,4 @@ CONFIGURE_ARGS= --with-xkb-base=${LOCALBASE}/lib/X11/xkb
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user