diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 15:09:11 +0000 |
commit | 56bf85096cc89f91d28671b5d93b4172240263bc (patch) | |
tree | 0574ce9eee45d627f943b80b2445882a762b52af /benchmarks/lmbench/files/patch-scripts_getpercent | |
parent | Add new port -- Rounded Mgen+ Japanese TrueType fonts (diff) |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=419178
Diffstat (limited to 'benchmarks/lmbench/files/patch-scripts_getpercent')
-rw-r--r-- | benchmarks/lmbench/files/patch-scripts_getpercent | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/lmbench/files/patch-scripts_getpercent b/benchmarks/lmbench/files/patch-scripts_getpercent new file mode 100644 index 000000000000..0a4f318af3b0 --- /dev/null +++ b/benchmarks/lmbench/files/patch-scripts_getpercent @@ -0,0 +1,11 @@ +--- scripts/getpercent.orig 2005-09-04 11:04:28 UTC ++++ scripts/getpercent +@@ -5,7 +5,7 @@ + # Hacked into existence by Larry McVoy (lm@sun.com now lm@sgi.com). + # Copyright (c) 1994 Larry McVoy. GPLed software. + # $Id$ +-eval 'exec perl -Ssw $0 "$@"' ++eval 'exec perl -Ss $0 "$@"' + if 0; + + $n = 0; # apparently, hpux doesn't init to 0???? |