aboutsummaryrefslogtreecommitdiffstats
path: root/misc/seq2
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2006-09-15 02:40:27 +0800
committernovel <novel@FreeBSD.org>2006-09-15 02:40:27 +0800
commit59fddecc42e447c493271c42e112a248606a7a0d (patch)
tree5473f427c44a91f8bed8af158685965845def7e3 /misc/seq2
parent3168fcc5dd7b38b6ea4ecf62d42d9d10cfcb59b9 (diff)
downloadfreebsd-ports-gnome-59fddecc42e447c493271c42e112a248606a7a0d.tar.gz
freebsd-ports-gnome-59fddecc42e447c493271c42e112a248606a7a0d.tar.zst
freebsd-ports-gnome-59fddecc42e447c493271c42e112a248606a7a0d.zip
- Fix segfault on -CURRENT
- Bump PORTREVISION PR: 102616 Submitted by: novel Approved by: maintainer timeout (more than two weeks)
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()
+ {