Chase with the update of graphics/libcaca, bump the PORTREVISION on these
ports. Only two ports that aren't tested and I get no respone back from the maintainer for two weeks. The two ports are graphics/crystalspace(-devel). The rest other ports have been tested or/and submitted by the maintainers (Thanks!).
This commit is contained in:
parent
41d5dfbdd4
commit
324e56321f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191135
10 changed files with 22 additions and 32 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= crystalspace
|
||||
PORTVERSION= 20061105
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://alex.foxybanana.com/freebsd/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= crystalspace
|
||||
PORTVERSION= 0.99
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= crystal
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
|
||||
COMMENT= Gstreamer color ascii art plugin
|
||||
|
|
|
@ -74,9 +74,6 @@ PLIST_SUB+= VERSION="${VERSION}" \
|
|||
USE_GSTREAMER= yes
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE= many plugins don't build or even work on 4.x
|
||||
.endif
|
||||
.include "${MASTERDIR}/Makefile.common"
|
||||
|
||||
.if ${DIST}=="base"
|
||||
|
@ -111,22 +108,14 @@ DISTFILES+= ${GOOD_DISTFILE}:good
|
|||
.ifdef(WITH_CDROM_DEVICE)
|
||||
DEFAULT_CDROM_DEVICE=${WITH_CDROM_DEVICE}
|
||||
.else
|
||||
. if ${OSVERSION} < 500000
|
||||
DEFAULT_CDROM_DEVICE=/dev/acd0c
|
||||
. else
|
||||
DEFAULT_CDROM_DEVICE=/dev/acd0
|
||||
. endif
|
||||
.endif
|
||||
|
||||
# dvd default device
|
||||
.ifdef(WITH_DVD_DEVICE)
|
||||
DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
|
||||
.else
|
||||
. if ${OSVERSION} < 500000
|
||||
DEFAULT_DVD_DEVICE=/dev/acd0c
|
||||
. else
|
||||
DEFAULT_DVD_DEVICE=/dev/acd0
|
||||
. endif
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -231,7 +231,7 @@ gst_lame_LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame
|
|||
gst_lame_DIST= ugly
|
||||
|
||||
# libcaca
|
||||
gst_libcaca_BUILD_DEPENDS+= ${LOCALBASE}/lib/libcaca.a:${PORTSDIR}/graphics/libcaca
|
||||
gst_libcaca_LIB_DEPENDS+= caca.0:${PORTSDIR}/graphics/libcaca
|
||||
gst_libcaca_PLIST_FILES= ${GST_LIB_DIR}/libgstcacasink.so \
|
||||
${GST_LIB_DIR}/libgstcacasink.a \
|
||||
${GST_LIB_DIR}/libgstcacasink.la
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= xine
|
||||
PORTVERSION= 1.1.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= multimedia ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
|
||||
PORTNAME= mplayer
|
||||
PORTVERSION= 0.99.10
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= multimedia audio
|
||||
MASTER_SITES= http://www1.mplayerhq.hu/MPlayer/releases/ \
|
||||
http://www2.mplayerhq.hu/MPlayer/releases/ \
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= toxine
|
||||
PORTVERSION= 0.6.3
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= toxine
|
||||
|
@ -44,6 +44,7 @@ PLIST_SUB+= AALIB="@comment "
|
|||
|
||||
.if !defined(WITHOUT_LIBCACA)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libcaca.a:${PORTSDIR}/graphics/libcaca
|
||||
CONFIGURE_ARGS+=--disable-cacatest
|
||||
PLIST_SUB+= LIBCACA=""
|
||||
.else
|
||||
PLIST_SUB+= LIBCACA="@comment "
|
||||
|
|
12
multimedia/toxine/files/patch-src__plugins__vo_caca.c
Normal file
12
multimedia/toxine/files/patch-src__plugins__vo_caca.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- ./src/plugins/vo_caca.c.orig Thu May 6 18:16:03 2004
|
||||
+++ ./src/plugins/vo_caca.c Sun Apr 15 16:26:25 2007
|
||||
@@ -27,6 +27,9 @@
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <caca.h>
|
||||
+#ifdef CACA_API_VERSION_1
|
||||
+#include <caca0.h>
|
||||
+#endif
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
PORTNAME= vlc
|
||||
DISTVERSION= 0.8.6b
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= multimedia audio ipv6 net www
|
||||
MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \
|
||||
|
@ -141,12 +142,8 @@ CONFIGURE_ARGS+=--disable-nls
|
|||
.if defined(WITH_DVD_DEVICE)
|
||||
DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE}
|
||||
.else
|
||||
.if ${OSVERSION} < 500000
|
||||
DEFAULT_DVD_DEVICE=/dev/acd0c
|
||||
.else
|
||||
DEFAULT_DVD_DEVICE=/dev/acd0
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_GNOMEVFS)
|
||||
USE_GNOME+= gnomevfs2
|
||||
|
@ -158,12 +155,8 @@ CONFIGURE_ARGS+= --disable-gnomevfs
|
|||
.if defined(WITH_CDROM_DEVICE)
|
||||
DEFAULT_CDROM_DEVICE=${WITH_CDROM_DEVICE}
|
||||
.else
|
||||
.if ${OSVERSION} < 500000
|
||||
DEFAULT_CDROM_DEVICE=/dev/acd0c
|
||||
.else
|
||||
DEFAULT_CDROM_DEVICE=/dev/acd0
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SKINS) && !defined(WITHOUT_SKINS)
|
||||
LIB_DEPENDS+= tar.0:${PORTSDIR}/devel/libtar
|
||||
|
@ -318,9 +311,7 @@ CONFIGURE_ARGS+=--disable-x264
|
|||
.if (defined(WITH_CACA) || exists(${LOCALBASE}/lib/libcaca.a)) && !defined(WITHOUT_CACA)
|
||||
.if !defined(WITHOUT_AALIB)
|
||||
WITH_AALIB= yes
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libcaca.a:${PORTSDIR}/graphics/libcaca
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libcaca.a:${PORTSDIR}/graphics/libcaca
|
||||
|
||||
LIB_DEPENDS+= caca.0:${PORTSDIR}/graphics/libcaca
|
||||
CONFIGURE_ARGS+=--enable-caca
|
||||
.endif
|
||||
.else
|
||||
|
@ -556,9 +547,5 @@ CONFIGURE_ARGS+=--enable-release \
|
|||
CONFIGURE_ARGS+=--enable-release
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
CONFIGURE_ENV+= LIBS="-L/usr/lib -lcipher"
|
||||
.endif
|
||||
|
||||
.include "${.CURDIR}/Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue