aboutsummaryrefslogtreecommitdiffstats
path: root/devel/autoconf259
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-02-17 15:37:53 +0800
committerkris <kris@FreeBSD.org>2000-02-17 15:37:53 +0800
commitbf4186bc72cf5dff44d3e35e2d8d6f28e613c9a3 (patch)
treedbf27e3cef6605b18dc2d6454b1ec85dd6bdaffe /devel/autoconf259
parent3c26a2a018b16205a54234a187c044a57ec69024 (diff)
downloadfreebsd-ports-gnome-bf4186bc72cf5dff44d3e35e2d8d6f28e613c9a3.tar.gz
freebsd-ports-gnome-bf4186bc72cf5dff44d3e35e2d8d6f28e613c9a3.tar.zst
freebsd-ports-gnome-bf4186bc72cf5dff44d3e35e2d8d6f28e613c9a3.zip
Create a tempfile a bit later on so it doesnt get left behind.
Submitted by: ade
Diffstat (limited to 'devel/autoconf259')
-rw-r--r--devel/autoconf259/files/patch-ad10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/autoconf259/files/patch-ad b/devel/autoconf259/files/patch-ad
index f8a4d1ae6b0c..4d5742be10e5 100644
--- a/devel/autoconf259/files/patch-ad
+++ b/devel/autoconf259/files/patch-ad
@@ -1,19 +1,19 @@
---- autoconf.sh.orig Mon Nov 22 21:47:28 1999
-+++ autoconf.sh Mon Nov 22 21:49:50 1999
-@@ -45,7 +45,7 @@
+--- autoconf.sh.orig Tue Jan 5 07:27:53 1999
++++ autoconf.sh Wed Feb 16 11:17:50 2000
+@@ -45,7 +45,6 @@
esac
: ${TMPDIR=/tmp}
-tmpout=${TMPDIR}/acout.$$
-+tmpout=`mktemp ${TMPDIR}/acout.XXXXXXXXXX` || exit 1
localdir=
show_version=no
-@@ -97,7 +97,8 @@
+@@ -97,7 +96,9 @@
trap 'rm -f $tmpin $tmpout; exit 1' 1 2 15
-tmpin=${TMPDIR}/acin.$$ # Always set this, to avoid bogus errors from some rm's.
++tmpout=`mktemp ${TMPDIR}/acout.XXXXXXXXXX` || exit 1
+tmpin=`mktemp ${TMPDIR}/acin.XXXXXXXXXX` || { rm -f $tmpout; exit 1; }
+# Always set this, to avoid bogus errors from some rm's.
if test z$infile = z-; then
1 * -Update to 0.3.7.mezz2007-03-275-28/+7 * Portlint:mezz2007-03-271-1/+3 * Fix the packing listjylefort2006-11-161-0/+1 * - Update to 0.3.6jylefort2006-11-144-66/+25 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-4/+4 * - Add a patch which checks the D-BUS struct type of the icon-datanovel2006-07-172-0/+63 * Update to 0.3.5miwi2006-06-123-9/+5 * - Chase libsexy updatepav2006-05-261-1/+1 * Conversion to a single libtool environment.ade2006-02-232-1/+5 * Update to 0.3.4.lawrance2006-02-123-8/+4 * Update to 0.3.3jylefort2006-01-293-13/+13 * Update to 0.3.2mnag2006-01-255-37/+22 * SHA256ifyedwin2006-01-221-0/+1 * Chase the dbus shared lib version.marcus2006-01-011-1/+2 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * - Update to 0.2.4pav2005-11-092-5/+5 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1 * Project URL changed.novel2005-09-262-4/+2 * - Master site is dead; mirror files locallypav2005-09-061-1/+3 * - Update to 0.2.2pav2005-09-015-5/+31 * Move this port to LOCALBASE since it doesn't need to be under X11BASE, andmarcus2005-09-011-1/+2 * Fix fetching.marcus2005-08-291-1/+1