aboutsummaryrefslogtreecommitdiffstats
path: root/audio/snack
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-27 00:51:15 +0800
committerMathieu Arnold <mat@FreeBSD.org>2016-07-27 00:51:15 +0800
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /audio/snack
parent5a20e7990eb544509174d617d359bf0d4ac64737 (diff)
downloadfreebsd-ports-gnome-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.gz
freebsd-ports-gnome-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.zst
freebsd-ports-gnome-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.zip
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'audio/snack')
-rw-r--r--audio/snack/Makefile3
-rw-r--r--audio/snack/files/patch-generic_jkFormatMP3.c (renamed from audio/snack/files/patch-generic-jkFormatMP3.c)4
-rw-r--r--audio/snack/files/patch-unix_configure (renamed from audio/snack/files/patch-configure)4
3 files changed, 6 insertions, 5 deletions
diff --git a/audio/snack/Makefile b/audio/snack/Makefile
index 29c9593f0dc2..5349ba3b969b 100644
--- a/audio/snack/Makefile
+++ b/audio/snack/Makefile
@@ -18,7 +18,8 @@ USES= tk:tea
USE_LDCONFIG= ${PREFIX}/lib/snack${PORTVERSION:R}
MAKE_ENV= prefix=${PREFIX} exec_prefix=${PREFIX}
-WRKSRC= ${WRKDIR}/${DISTNAME}/unix
+WRKSRC_SUBDIR= unix
+PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}
PLIST_SUB= SNACK_VER=${PORTVERSION:R}
PORTDOCS= *
diff --git a/audio/snack/files/patch-generic-jkFormatMP3.c b/audio/snack/files/patch-generic_jkFormatMP3.c
index 7f509dac31c7..48d7c79966ff 100644
--- a/audio/snack/files/patch-generic-jkFormatMP3.c
+++ b/audio/snack/files/patch-generic_jkFormatMP3.c
@@ -1,5 +1,5 @@
---- ../generic/jkFormatMP3.c.orig 2005-12-14 11:29:38 UTC
-+++ ../generic/jkFormatMP3.c
+--- generic/jkFormatMP3.c.orig 2005-12-14 11:29:38 UTC
++++ generic/jkFormatMP3.c
@@ -31,7 +31,6 @@ must retain this copyright notice.
#include <string.h>
#define FRAS2(is,a) ((is) > 0 ? t_43[(is)]*(a):-t_43[-(is)]*(a))
diff --git a/audio/snack/files/patch-configure b/audio/snack/files/patch-unix_configure
index 153d3c0c30a6..0cb4ac67d334 100644
--- a/audio/snack/files/patch-configure
+++ b/audio/snack/files/patch-unix_configure
@@ -1,5 +1,5 @@
---- configure.orig 2005-12-14 11:29:39 UTC
-+++ configure
+--- unix/configure.orig 2005-12-14 11:29:39 UTC
++++ unix/configure
@@ -1487,7 +1487,7 @@ if test "$TCL_SHARED_BUILD" = 0; then
echo "$as_me: error: Tcl and Tk must be configured with the --enable-shared flag" >&2;}
{ (exit 1); exit 1; }; }