View | Details | Raw Unified | Return to bug 210126
Collapse All | Expand All

(-)./Makefile (+3 lines)
Lines 10-15 MASTER_SITES= http://downloads.xiph.org/ Link Here
10
MAINTAINER=	naddy@FreeBSD.org
10
MAINTAINER=	naddy@FreeBSD.org
11
COMMENT=	Portable audio output library
11
COMMENT=	Portable audio output library
12
12
13
LICENSE=	GPLv2
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
13
USES=		libtool pathfix pkgconfig
16
USES=		libtool pathfix pkgconfig
14
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
15
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
(-)./files/patch-configure (-6 / +6 lines)
Lines 1-6 Link Here
1
--- configure.orig	2011-06-08 21:32:18.000000000 +0200
1
--- configure.orig	2014-01-27 17:10:36 UTC
2
+++ configure	2011-06-08 21:32:18.000000000 +0200
2
+++ configure
3
@@ -11059,7 +11059,7 @@ if test -z "$GCC"; then
3
@@ -12054,7 +12054,7 @@ if test -z "$GCC"; then
4
         *)
4
         *)
5
                 PLUGIN_LDFLAGS="-export-dynamic -avoid-version"
5
                 PLUGIN_LDFLAGS="-export-dynamic -avoid-version"
6
                 DEBUG="-g"
6
                 DEBUG="-g"
Lines 9-15 Link Here
9
                 PROFILE="-g -p" ;;
9
                 PROFILE="-g -p" ;;
10
         esac
10
         esac
11
 else
11
 else
12
@@ -11082,9 +11082,9 @@ else
12
@@ -12077,9 +12077,9 @@ else
13
                 PROFILE="-g -pg -D__NO_MATH_INLINES -fsigned-char" ;;
13
                 PROFILE="-g -pg -D__NO_MATH_INLINES -fsigned-char" ;;
14
      	*)
14
      	*)
15
                 PLUGIN_LDFLAGS="-export-dynamic -avoid-version"
15
                 PLUGIN_LDFLAGS="-export-dynamic -avoid-version"
Lines 22-28 Link Here
22
         esac
22
         esac
23
 fi
23
 fi
24
 CFLAGS="$CFLAGS $cflags_save -DAO_BUILDING_LIBAO"
24
 CFLAGS="$CFLAGS $cflags_save -DAO_BUILDING_LIBAO"
25
@@ -12978,7 +12978,7 @@ if test "${ac_cv_lib_audio_AuOpenServer+
25
@@ -13897,7 +13897,7 @@ if ${ac_cv_lib_audio_AuOpenServer+:} fal
26
   $as_echo_n "(cached) " >&6
26
   $as_echo_n "(cached) " >&6
27
 else
27
 else
28
   ac_check_lib_save_LIBS=$LIBS
28
   ac_check_lib_save_LIBS=$LIBS
Lines 31-37 Link Here
31
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
31
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32
 /* end confdefs.h.  */
32
 /* end confdefs.h.  */
33
 
33
 
34
@@ -13041,7 +13041,7 @@ fi
34
@@ -13958,7 +13958,7 @@ fi
35
 
35
 
36
 if test "x$have_nas" = xyes; then
36
 if test "x$have_nas" = xyes; then
37
 	NAS_CFLAGS="$X_CFLAGS"
37
 	NAS_CFLAGS="$X_CFLAGS"
(-)./files/patch-doc_Makefile.in (-2 / +2 lines)
Lines 1-6 Link Here
1
--- doc/Makefile.in.orig
1
--- doc/Makefile.in.orig	2014-01-27 23:57:41 UTC
2
+++ doc/Makefile.in
2
+++ doc/Makefile.in
3
@@ -161,7 +161,7 @@
3
@@ -257,7 +257,7 @@ build_vendor = @build_vendor@
4
 builddir = @builddir@
4
 builddir = @builddir@
5
 datadir = @datadir@
5
 datadir = @datadir@
6
 datarootdir = @datarootdir@
6
 datarootdir = @datarootdir@
(-)./files/patch-src_plugins_Makefile.in (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/plugins/Makefile.in.orig	2014-05-28 16:19:02.000000000 +0200
1
--- src/plugins/Makefile.in.orig	2014-01-27 23:57:41 UTC
2
+++ src/plugins/Makefile.in	2014-05-28 16:25:33.000000000 +0200
2
+++ src/plugins/Makefile.in
3
@@ -388,7 +388,7 @@ $(am__recursive_targets):
3
@@ -388,7 +388,7 @@ $(am__recursive_targets):
4
 	  else \
4
 	  else \
5
 	    local_target="$$target"; \
5
 	    local_target="$$target"; \
(-)./files/patch-src_plugins_pulse_Makefile.in (-2 / +2 lines)
Lines 1-5 Link Here
1
--- src/plugins/pulse/Makefile.in.orig	2014-05-28 17:53:30.000000000 +0200
1
--- src/plugins/pulse/Makefile.in.orig	2014-01-27 23:57:42 UTC
2
+++ src/plugins/pulse/Makefile.in	2014-05-28 17:58:05.000000000 +0200
2
+++ src/plugins/pulse/Makefile.in
3
@@ -348,7 +348,7 @@ AUTOMAKE_OPTIONS = foreign
3
@@ -348,7 +348,7 @@ AUTOMAKE_OPTIONS = foreign
4
 @HAVE_PULSE_TRUE@pulseltlibs = libpulse.la
4
 @HAVE_PULSE_TRUE@pulseltlibs = libpulse.la
5
 @HAVE_PULSE_FALSE@pulsesources = 
5
 @HAVE_PULSE_FALSE@pulsesources = 

Return to bug 210126