- Update to version 0.14

PR:		ports/63002
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-02-18 16:24:50 +00:00
parent 5af2b1ef15
commit 5d0d12e2d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101329
4 changed files with 10 additions and 11 deletions

View file

@ -7,7 +7,7 @@
#
PORTNAME= darkice
PORTVERSION= 0.13.2
PORTVERSION= 0.14
CATEGORIES= audio net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -24,8 +24,9 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-lame-prefix=${LOCALBASE} \
--with-vorbis-prefix=${LOCALBASE}
MAN1= darkice.1
MAN5= darkice.cfg.5
MAN1= darkice.1
MAN5= darkice.cfg.5
PLIST_FILES= bin/darkice etc/darkice.cfg
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \

View file

@ -1,2 +1,2 @@
MD5 (darkice-0.13.2.tar.gz) = 66a848a87e7f4090603791bc7bccf44b
SIZE (darkice-0.13.2.tar.gz) = 329186
MD5 (darkice-0.14.tar.gz) = e196487f376ab29c43277add33be15be
SIZE (darkice-0.14.tar.gz) = 337956

View file

@ -1,14 +1,14 @@
$FreeBSD$
--- src/Makefile.in.orig Thu Jan 8 07:13:34 2004
+++ src/Makefile.in Thu Jan 8 12:11:53 2004
--- src/Makefile.in.orig Mon Feb 16 07:33:35 2004
+++ src/Makefile.in Mon Feb 16 18:28:54 2004
@@ -80,7 +80,7 @@
am__quote = @am__quote@
install_sh = @install_sh@
bin_PROGRAMS = darkice
-CXXFLAGS = -O2 -pedantic -Wall @DEBUG_CXXFLAGS@ @PTHREAD_CFLAGS@
+CXXFLAGS = @CXXFLAGS@ @DEBUG_CXXFLAGS@ @PTHREAD_CFLAGS@
INCLUDES = @LAME_INCFLAGS@ @VORBIS_INCFLAGS@
LDADD = @PTHREAD_LIBS@ @LAME_LDFLAGS@ @VORBIS_LDFLAGS@
INCLUDES = @LAME_INCFLAGS@ @VORBIS_INCFLAGS@ @ALSA_INCFLAGS@
LDADD = @PTHREAD_LIBS@ @LAME_LDFLAGS@ @VORBIS_LDFLAGS@ @ALSA_LDFLAGS@

View file

@ -1,2 +0,0 @@
bin/darkice
etc/darkice.cfg