[Midnightbsd-cvs] mports [17215] patch and make fetchable
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 14 23:10:15 EDT 2014
Revision: 17215
http://svnweb.midnightbsd.org/mports/?rev=17215
Author: laffer1
Date: 2014-09-14 23:10:15 -0400 (Sun, 14 Sep 2014)
Log Message:
-----------
patch and make fetchable
Modified Paths:
--------------
trunk/comms/aldo/Makefile
trunk/comms/aldo/files/patch-src_audioworkspace.cc
Property Changed:
----------------
trunk/comms/aldo/files/patch-src_audioworkspace.cc
Modified: trunk/comms/aldo/Makefile
===================================================================
--- trunk/comms/aldo/Makefile 2014-09-15 03:08:46 UTC (rev 17214)
+++ trunk/comms/aldo/Makefile 2014-09-15 03:10:15 UTC (rev 17215)
@@ -2,7 +2,7 @@
PORTNAME= aldo
PORTVERSION= 0.7.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= comms hamradio
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -11,18 +11,20 @@
COMMENT= Morse code training program
LICENSE= gpl2
-LIB_DEPENDS= ao:${PORTSDIR}/audio/libao
+LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao
-USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf automake libtool aclocal
+USE_AUTOTOOLS= autoconf automake
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib"
-USE_GMAKE= yes
+USES= gmake libtool tar:bzip2
+USE_GCC= any
-PLIST_FILES= bin/aldo
-MAN1= aldo.1
+PLIST_FILES= bin/aldo \
+ man/man1/aldo.1.gz
+AUTOTOOLSFILES= aclocal.m4
+
post-patch:
@${REINPLACE_CMD} -e 's|1.10|%%AUTOMAKE_APIVER%%|g' \
-e 's|2.61|%%AUTOCONF_VERSION%%|g' \
Modified: trunk/comms/aldo/files/patch-src_audioworkspace.cc
===================================================================
--- trunk/comms/aldo/files/patch-src_audioworkspace.cc 2014-09-15 03:08:46 UTC (rev 17214)
+++ trunk/comms/aldo/files/patch-src_audioworkspace.cc 2014-09-15 03:10:15 UTC (rev 17215)
@@ -1,6 +1,16 @@
---- src/audioworkspace.cc.orig 2010-06-06 14:43:58.000000000 +0200
-+++ src/audioworkspace.cc 2010-06-06 14:44:27.000000000 +0200
-@@ -104,6 +104,7 @@ oastream AudioWorkSpace::create_output_s
+--- src/audioworkspace.cc.orig 2007-11-05 03:58:46.000000000 -0500
++++ src/audioworkspace.cc 2014-06-08 20:17:26.477449983 -0400
+@@ -31,7 +31,8 @@
+ #include <cmath>
+ #include <iostream>
+ #include <limits>
+-
++#include <string.h>
++
+ using namespace std;
+ using namespace libaudiostream;
+
+@@ -104,6 +105,7 @@
{
ao_sample_format format;
Property changes on: trunk/comms/aldo/files/patch-src_audioworkspace.cc
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list