summaryrefslogtreecommitdiff
path: root/benchmarks/xdd/files/patch-parse.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-03-30 00:46:52 +0000
committerRene Ladan <rene@FreeBSD.org>2014-03-30 00:46:52 +0000
commit3de1607e21840fd2f3a443445364d031790c266d (patch)
tree38b29530f87043f10118751da43b671f1c62f338 /benchmarks/xdd/files/patch-parse.c
parentUpdate to new upstream release candidate #2. (diff)
Remove expired ports:
2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/xmess: No more public distfiles 2014-03-07 benchmarks/xdd: No more public distfiles 2014-03-07 chinese/srecite: No more public distfiles 2014-03-07 games/hlstats: No more public distfiles 2014-03-07 audio/teamspeak_server: No more public distfiles 2014-03-07 games/utserver: No more public distfiles 2014-03-07 databases/p5-hp200lx-db: No more public distfiles 2014-03-07 audio/teamspeak_client: No more public distfiles 2014-03-10 german/vtiger: Depends on expiring www/vtiger 2014-03-10 www/gallery: No more public distfiles 2014-03-10 www/vtiger: No more public distfiles 2014-03-10 net/linux-nx-client: No more public distfiles 2014-03-10 emulators/extract-xiso: No more public distfiles 2014-03-10 www/trac-wantedpages: No more public distfiles 2014-03-10 www/trac-ldap: No more public distfiles 2014-03-10 www/trac-codetags: No more public distfiles 2014-03-10 www/trac-addcomment: No more public distfiles 2014-03-10 www/trac-nav: No more public distfiles 2014-03-10 www/baikal: No more public distfiles 2014-03-10 www/trac-pagetopdf: No more public distfiles 2014-03-10 sysutils/logmon: No more public distfiles 2014-03-10 www/trac-simpleticket: No more public distfiles 2014-03-10 www/trac-wikinegotiator: No more public distfiles 2014-03-10 www/trac-pagelist: No more public distfiles 2014-03-10 www/trac-remind: No more public distfiles 2014-03-10 www/trac-macropost: No more public distfiles 2014-03-10 mail/vexim: No more public distfiles 2014-03-10 lang/rscheme: No more public distfiles
Notes
Notes: svn path=/head/; revision=349601
Diffstat (limited to 'benchmarks/xdd/files/patch-parse.c')
-rw-r--r--benchmarks/xdd/files/patch-parse.c47
1 files changed, 0 insertions, 47 deletions
diff --git a/benchmarks/xdd/files/patch-parse.c b/benchmarks/xdd/files/patch-parse.c
deleted file mode 100644
index a63e309619f2..000000000000
--- a/benchmarks/xdd/files/patch-parse.c
+++ /dev/null
@@ -1,47 +0,0 @@
---- parse.c.orig 2012-02-15 22:02:57.832134671 -0800
-+++ parse.c 2012-02-15 22:02:57.878141191 -0800
-@@ -810,7 +810,7 @@
- xddfunc_delay(int32_t argc, char *argv[])
- {
- xgp->passdelay = atoi(argv[1]);
-- return(1);
-+ return(2);
- }
- /*----------------------------------------------------------------------------*/
- // Delete the target file when complete
-@@ -1218,7 +1218,7 @@
- xddfunc_maxerrors(int32_t argc, char *argv[])
- {
- xgp->max_errors = atoll(argv[1]);
-- return(1);
-+ return(2);
- }
- /*----------------------------------------------------------------------------*/
- // Set the maximum runtime priority
-@@ -1448,7 +1448,7 @@
- #if (LINUXUP || HPUX || OSX)
- cpus = 1;
- fprintf(xgp->errout,"%s: WARNING: Multiple processors not supported in this release\n",xgp->progname);
--#elif (SOLARIS || AIX)
-+#elif (SOLARIS || AIX || FreeBSD)
- /* SOLARIS or AIX */
- cpus = sysconf(_SC_NPROCESSORS_ONLN);
- #elif (IRIX || WIN32)
-@@ -1764,7 +1764,7 @@
- #if (LINUXUP || HPUX || OSX)
- cpus = 1;
- fprintf(xgp->errout,"%s: WARNING: Multiple processors not supported in this release\n",xgp->progname);
--#elif (SOLARIS || AIX)
-+#elif (SOLARIS || AIX || FreeBSD)
- /* SOLARIS or AIX */
- cpus = sysconf(_SC_NPROCESSORS_ONLN);
- #elif (IRIX || WIN32)
-@@ -2057,7 +2057,7 @@
- #if (LINUXUP || HPUX || OSX)
- cpus = 1;
- fprintf(xgp->errout,"%s: WARNING: Multiple processors not supported in this release\n",xgp->progname);
--#elif (SOLARIS || AIX)
-+#elif (SOLARIS || AIX || FreeBSD)
- /* SOLARIS or AIX */
- cpus = sysconf(_SC_NPROCESSORS_ONLN);
- #elif (IRIX || WIN32)