mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
comms/aldo: Add missed patches during update 0.7.7 → 0.7.8
PR: 284281 282898
Fixes: 98ec15bd96
(Updated to new version and changed Maintainer)
This commit is contained in:
parent
af06015ded
commit
96e7c8e5fb
5 changed files with 42 additions and 24 deletions
|
@ -15,7 +15,6 @@ LIB_DEPENDS= libao.so:audio/libao
|
||||||
USES= autoreconf compiler:c++0x localbase
|
USES= autoreconf compiler:c++0x localbase
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
||||||
|
|
||||||
PLIST_FILES= bin/aldo \
|
PLIST_FILES= bin/aldo \
|
||||||
share/man/man1/aldo.1.gz
|
share/man/man1/aldo.1.gz
|
||||||
|
|
6
comms/aldo/files/patch-VERSION
Normal file
6
comms/aldo/files/patch-VERSION
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
--- VERSION.orig 2013-07-16 10:33:43 UTC
|
||||||
|
+++ VERSION
|
||||||
|
@@ -1,2 +1 @@
|
||||||
|
-0.7.7
|
||||||
|
-
|
||||||
|
+0.7.8
|
|
@ -1,12 +0,0 @@
|
||||||
--- configure.orig 2012-03-31 11:55:36 UTC
|
|
||||||
+++ configure
|
|
||||||
@@ -2725,9 +2725,6 @@ am__tar='$${TAR-tar} chof - "$$tardir"'
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-CPPFLAGS="-I${includedir}"
|
|
||||||
-LDFLAGS="-L${libdir}"
|
|
||||||
-LIBS="-L${libdir} ${LIBS}"
|
|
||||||
|
|
||||||
# Checks for programs.
|
|
||||||
ac_ext=cpp
|
|
36
comms/aldo/files/patch-configure.ac
Normal file
36
comms/aldo/files/patch-configure.ac
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
--- configure.ac.orig 2013-07-16 10:33:43 UTC
|
||||||
|
+++ configure.ac
|
||||||
|
@@ -2,22 +2,17 @@ AC_PREREQ([2.59])
|
||||||
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
|
AC_PREREQ([2.59])
|
||||||
|
-AC_INIT([aldo], [0.7.7], [Giuseppe Martino denever@users.sf.net])
|
||||||
|
+AC_INIT([aldo], [0.7.8], [Giuseppe Martino denever@users.sf.net])
|
||||||
|
AC_CONFIG_AUX_DIR(config)
|
||||||
|
-AC_CONFIG_HEADER([config.h])
|
||||||
|
-AM_INIT_AUTOMAKE([dist-bzip2])
|
||||||
|
+AC_CONFIG_HEADERS([config.h])
|
||||||
|
+AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
|
-CPPFLAGS="-I${includedir}"
|
||||||
|
-LDFLAGS="-L${libdir}"
|
||||||
|
-LIBS="-L${libdir} ${LIBS}"
|
||||||
|
-
|
||||||
|
# Checks for programs.
|
||||||
|
AC_PROG_CXX
|
||||||
|
AC_PROG_INSTALL
|
||||||
|
#AC_PROG_RANLIB
|
||||||
|
|
||||||
|
# Checks for header files.
|
||||||
|
-AC_HEADER_STDC
|
||||||
|
AC_CHECK_LIB(ao, main)
|
||||||
|
AC_CHECK_HEADERS(ao/ao.h, [], [echo "Error! You need to have libao (www.xiph.org/ao) around.";exit -1])
|
||||||
|
|
||||||
|
@@ -27,7 +22,6 @@ AC_C_INLINE
|
||||||
|
AC_C_INLINE
|
||||||
|
|
||||||
|
# Checks for library functions.
|
||||||
|
-AC_PROG_GCC_TRADITIONAL
|
||||||
|
AC_CHECK_FUNCS([floor])
|
||||||
|
|
||||||
|
AC_CONFIG_FILES([Makefile
|
|
@ -1,11 +0,0 @@
|
||||||
--- include/Makefile.in.orig 2012-03-31 11:55:36 UTC
|
|
||||||
+++ include/Makefile.in
|
|
||||||
@@ -105,7 +105,7 @@ PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
||||||
SET_MAKE = @SET_MAKE@
|
|
||||||
SHELL = @SHELL@
|
|
||||||
STRIP = @STRIP@
|
|
||||||
-VERSION = @VERSION@
|
|
||||||
+VERSION = "@VERSION@"
|
|
||||||
abs_builddir = @abs_builddir@
|
|
||||||
abs_srcdir = @abs_srcdir@
|
|
||||||
abs_top_builddir = @abs_top_builddir@
|
|
Loading…
Add table
Reference in a new issue