- Take maintainership, see http://lists.freebsd.org/pipermail/freebsd-ports/2011-October/071195.html - Use %%DATADIR%% in plist where appropriate - Add a few TEST_DEPENDS. Most of the tests pass, the ones that don't seem to be upstream issues and/or already existing
10 lines
260 B
C
10 lines
260 B
C
--- tests/cutest.c.orig 2012-02-11 05:08:50.706340443 -0500
|
|
+++ tests/cutest.c 2012-02-11 05:09:03.816423151 -0500
|
|
@@ -34,6 +34,7 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <math.h>
|
|
+#include <sys/wait.h>
|
|
|
|
#include "cutest.h"
|
|
#include "memory.h"
|