Update my ports to be compliant with new USES framework and fix other issues.
Changes: * various: migrate USE_BZIP2 to USES=tar:bzip2 * various: migrate USE_XZ to USES=tar:xz * multimedia/py-ffmpeg: add and prefer github (GH) as master site * ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD) Most ports are updated infrequently so a single batch commit is preferred over collating changes per port.
This commit is contained in:
parent
0240ab1574
commit
a39d5573ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352062
@ -15,8 +15,7 @@ COMMENT= Python binding for the LZMA compression library
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
USES= pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USES= pkgconfig tar:bzip2
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
@ -14,8 +14,7 @@ LICENSE= LGPL21
|
||||
|
||||
CONFIGURE_ARGS+= --cc="${CC}"
|
||||
HAS_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= gmake
|
||||
USES= gmake tar:bzip2
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PLIST_FILES= bin/flake include/flake.h lib/libflake.a
|
||||
|
@ -21,8 +21,7 @@ RUN_DEPENDS= flac:${PORTSDIR}/audio/flac \
|
||||
RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame
|
||||
.endif
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= cmake
|
||||
USES= cmake tar:bzip2
|
||||
USE_QT4= moc_build qmake_build rcc_build uic_build
|
||||
USE_KDE4= automoc4 kdehier kdeprefix libkcddb libkcompactdisc
|
||||
|
||||
|
@ -13,8 +13,7 @@ COMMENT= Weather plasma applet for KDE4
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= cmake gettext
|
||||
USES= cmake gettext tar:bzip2
|
||||
USE_KDE4= automoc4 kdeprefix kdelibs
|
||||
USE_QT4= gui dbus network opengl svg phonon webkit xml \
|
||||
qmake_build moc_build rcc_build uic_build
|
||||
|
@ -16,8 +16,7 @@ LICENSE= GPLv2
|
||||
|
||||
CONFLICTS= qsvn-[0-9]*
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= cmake
|
||||
USES= cmake tar:bzip2
|
||||
CMAKE_ARGS+= -DSUBVERSION_INCLUDE_DIR=${LOCALBASE}/include/subversion-1
|
||||
USE_KDE4= kdelibs kdeprefix automoc4
|
||||
USE_LDCONFIG= yes
|
||||
|
@ -16,8 +16,7 @@ RUN_DEPENDS+= git:${PORTSDIR}/devel/git \
|
||||
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
|
||||
p5-subversion>=0:${PORTSDIR}/devel/p5-subversion
|
||||
|
||||
USES= qmake
|
||||
USE_XZ= yes
|
||||
USES= qmake tar:xz
|
||||
USE_QT4= corelib
|
||||
|
||||
OPTIONS_DEFINE= FREEBSD_REPO
|
||||
|
@ -36,7 +36,7 @@ PKGDEINSTALL= ${PKGINSTALL}
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
SUB_FILES= pkg-message
|
||||
USE_LDCONFIG32= ${PREFIX}/lib32 ${PREFIX}/lib32/wine
|
||||
USE_XZ= yes
|
||||
USES= tar:xz
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
||||
|
@ -14,8 +14,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= cmake:outsource
|
||||
USES= cmake:outsource tar:bzip2
|
||||
USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace libkdegames
|
||||
USE_QT4= qmake_build moc_build rcc_build uic_build
|
||||
|
||||
|
@ -43,8 +43,7 @@ ALL_TARGET= ${PYPY_NAMES}
|
||||
BUILD_WRKSRC= ${WRKDIR}
|
||||
COMMIT= 92ff43b19372
|
||||
DATE= 20131216
|
||||
USE_BZIP2= yes
|
||||
USES= compiler:c11 gettext iconv
|
||||
USES= compiler:c11 gettext iconv tar:bzip2
|
||||
MAKEFILE= ${FILESDIR}/Makefile
|
||||
PKGINSTALL= ${WRKDIR}/pkg-install
|
||||
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
||||
|
@ -39,8 +39,7 @@ CONFLICTS_INSTALL= pypy-devel-[0-9]*
|
||||
ALL_TARGET= ${PYPY_NAMES}
|
||||
BUILD_WRKSRC= ${WRKDIR}
|
||||
DATE= 20130810
|
||||
USE_BZIP2= yes
|
||||
USES= compiler:c11 gettext iconv
|
||||
USES= compiler:c11 gettext iconv tar:bzip2
|
||||
MAKEFILE= ${FILESDIR}/Makefile
|
||||
PKGINSTALL= ${WRKDIR}/pkg-install
|
||||
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
||||
|
@ -38,8 +38,7 @@ CONFLICTS_INSTALL= pypy3-[0-9]*
|
||||
|
||||
ALL_TARGET= ${PYPY_NAMES}
|
||||
BUILD_WRKSRC= ${WRKDIR}
|
||||
USE_BZIP2= yes
|
||||
USES= compiler:c11 gettext iconv
|
||||
USES= compiler:c11 gettext iconv tar:bzip2
|
||||
MAKEFILE= ${FILESDIR}/Makefile
|
||||
PKGINSTALL= ${WRKDIR}/pkg-install
|
||||
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= ffmpeg
|
||||
PORTVERSION= 1.2.4
|
||||
CATEGORIES= multimedia python
|
||||
MASTER_SITES= LOCAL/dbn/${PORTNAME}
|
||||
MASTER_SITES= GH LOCAL/dbn/${PORTNAME}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME}-android-${PORTVERSION}
|
||||
|
||||
|
@ -10,11 +10,11 @@ MASTER_SITES= http://cloud.github.com/downloads/DragonSA/portbuilder/
|
||||
MAINTAINER= dbn@FreeBSD.org
|
||||
COMMENT= Concurrent FreeBSD port builder
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
USE_XZ= yes
|
||||
USES= tar:xz
|
||||
|
||||
PORTDOCS= BUGS ChangeLog COPYRIGHT README
|
||||
|
||||
|
@ -17,8 +17,7 @@ LICENSE= LGPL21
|
||||
BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \
|
||||
xcursorgen:${PORTSDIR}/x11/xcursorgen
|
||||
|
||||
USES= gmake
|
||||
USE_BZIP2= yes
|
||||
USES= gmake tar:bzip2
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|function ||' \
|
||||
|
Loading…
Reference in New Issue
Block a user