mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Update to 0.7.14
This commit is contained in:
parent
faa5523d46
commit
e72fccab33
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77266
@ -5,8 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vcdimager
|
||||
PORTVERSION= 0.7.12
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.7.14
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7_UNSTABLE/
|
||||
|
||||
@ -16,12 +15,14 @@ COMMENT= "GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool"
|
||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
|
||||
xml2:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET=
|
||||
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MAN1= vcdimager.1 vcdxminfo.1 vcdxrip.1 vcdxgen.1 vcdxbuild.1 vcddebug.1
|
||||
MAN1= vcdimager.1 vcdxminfo.1 vcdxrip.1 vcdxgen.1 vcdxbuild.1 vcddebug.1 vcddump.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (vcdimager-0.7.12.tar.gz) = c1ec3525acc0254cd48ab3da0dd4b5e7
|
||||
MD5 (vcdimager-0.7.14.tar.gz) = 1c2a076f863f5939d35d2af72c5015bf
|
||||
|
@ -1,20 +0,0 @@
|
||||
--- configure.orig Wed Apr 3 18:24:13 2002
|
||||
+++ configure Wed Apr 3 18:25:13 2002
|
||||
@@ -7790,7 +7790,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
-#include <xmlversion.h>
|
||||
+#include <libxml2/libxml/xmlversion.h>
|
||||
|
||||
int
|
||||
main()
|
||||
@@ -7911,7 +7911,7 @@
|
||||
#line 7911 "configure"
|
||||
#include "confdefs.h"
|
||||
|
||||
-#include <xmlversion.h>
|
||||
+#include <libxml2/libxml/xmlversion.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef F77_DUMMY_MAIN
|
@ -1,13 +1,20 @@
|
||||
bin/vcdimager
|
||||
bin/vcddebug
|
||||
bin/vcddump
|
||||
bin/cdxa2mpeg
|
||||
bin/vcdxbuild
|
||||
bin/vcdxgen
|
||||
bin/vcdxrip
|
||||
bin/vcdxminfo
|
||||
@unexec install-info --delete %D/info/vcdimager.info %D/info/dir
|
||||
@unexec install-info --delete %D/info/vcddump.info %D/info/dir
|
||||
@unexec install-info --delete %D/info/vcdxrip.info %D/info/dir
|
||||
info/vcdimager.info
|
||||
info/vcdimager.info-1
|
||||
info/vcdimager.info-2
|
||||
info/vcdimager.info-3
|
||||
info/vcddump.info
|
||||
info/vcdxrip.info
|
||||
@exec install-info %D/info/vcdimager.info %D/info/dir
|
||||
@exec install-info %D/info/vcddump.info %D/info/dir
|
||||
@exec install-info %D/info/vcdxrip.info %D/info/dir
|
||||
|
Loading…
Reference in New Issue
Block a user