summaryrefslogtreecommitdiff
path: root/misc/seq2
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-09-14 18:40:27 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-09-14 18:40:27 +0000
commit030c450331cab968c993a9cbfb77ae201f160a7b (patch)
tree43287314579d91ca73df6a700ff0cab7874b32ca /misc/seq2
parentUpdate to 3.3 release. (diff)
- Fix segfault on -CURRENT
- Bump PORTREVISION PR: 102616 Submitted by: novel Approved by: maintainer timeout (more than two weeks)
Notes
Notes: svn path=/head/; revision=173073
Diffstat (limited to 'misc/seq2')
-rw-r--r--misc/seq2/Makefile1
-rw-r--r--misc/seq2/files/patch-src-info.c11
2 files changed, 12 insertions, 0 deletions
diff --git a/misc/seq2/Makefile b/misc/seq2/Makefile
index 2ef639d233eb..ac3bafe28786 100644
--- a/misc/seq2/Makefile
+++ b/misc/seq2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= seq2
PORTVERSION= 0.2
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.referee.at/unix/
diff --git a/misc/seq2/files/patch-src-info.c b/misc/seq2/files/patch-src-info.c
new file mode 100644
index 000000000000..ce41a640e6e6
--- /dev/null
+++ b/misc/seq2/files/patch-src-info.c
@@ -0,0 +1,11 @@
+--- src/info.c.orig Sun Aug 27 21:14:35 2006
++++ src/info.c Sun Aug 27 21:18:06 2006
+@@ -17,7 +17,7 @@
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+-
++#include <libgen.h>
+
+ void author()
+ {