From 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 26 Jul 2016 16:51:15 +0000 Subject: Cleanup patches, a* categories. Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight --- audio/oss/files/patch-setup-FreeBSD-build.sh | 38 ---------------------------- 1 file changed, 38 deletions(-) delete mode 100644 audio/oss/files/patch-setup-FreeBSD-build.sh (limited to 'audio/oss/files/patch-setup-FreeBSD-build.sh') diff --git a/audio/oss/files/patch-setup-FreeBSD-build.sh b/audio/oss/files/patch-setup-FreeBSD-build.sh deleted file mode 100644 index 40eb0ed30a1b..000000000000 --- a/audio/oss/files/patch-setup-FreeBSD-build.sh +++ /dev/null @@ -1,38 +0,0 @@ ---- setup/FreeBSD/build.sh.orig 2011-01-04 20:33:08.000000000 -0500 -+++ setup/FreeBSD/build.sh 2011-07-25 13:39:05.000000000 -0400 -@@ -7,7 +7,7 @@ - TXT2MAN=$SRCDIR/setup/txt2man - else - echo "No gawk found. Using lesser replacement" >&2 -- cc -o txt2man origdir/setup/txt2man.c -+ $CC -o txt2man origdir/setup/txt2man.c - TXT2MAN=./txt2man - fi - -@@ -38,7 +38,7 @@ - - # Regenerating the config file templates - rm -f /tmp/confgen --if ! cc -o /tmp/confgen ./setup/FreeBSD/confgen.c -+if ! $CC -o /tmp/confgen ./setup/FreeBSD/confgen.c - then - echo Building confgen failed - exit 1 -@@ -146,7 +146,7 @@ - # Licensing stuff - if test -f $SRCDIR/4front-private/osslic.c - then -- cc -o prototype/usr/sbin/osslic -Isetup -Ikernel/nonfree/include -Ikernel/framework/include -Iinclude -Ikernel/OS/FreeBSD -I$SRCDIR $SRCDIR/4front-private/osslic.c -+ $CC -o prototype/usr/sbin/osslic -Isetup -Ikernel/nonfree/include -Ikernel/framework/include -Iinclude -Ikernel/OS/FreeBSD -I$SRCDIR $SRCDIR/4front-private/osslic.c - strip prototype/usr/sbin/osslic - - BITS=3 # Default to 32 bit ELF format -@@ -162,7 +162,7 @@ - if test -f 4front-private/ossupdate.c - then - #ossupdate -- cc -I. 4front-private/ossupdate.c -s -o prototype/usr/sbin/ossupdate -+ $CC -I. 4front-private/ossupdate.c -s -o prototype/usr/sbin/ossupdate - fi - - sh $SRCDIR/setup/build_common.sh $SRCDIR $OSSLIBDIR -- cgit v1.2.3