summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-02-09 13:19:57 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-02-09 13:19:57 +0000
commit75d9f01ba0c75cba5b5925933313eccaf2c189a5 (patch)
tree96a4bf1e02a7c1e6313d092f7bd673b7668591fa /editors/xemacs
parentUpdate to 0.9. This port no longer works with perl 5.005. (diff)
- Remove forgotten file
- Grant maintainership to submitter of the last PR
Notes
Notes: svn path=/head/; revision=128378
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile2
-rw-r--r--editors/xemacs/files/patch-freebsd.h11
2 files changed, 1 insertions, 12 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 106d20b2cd19..6f6d637861e4 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= xemacs-${XEMACS_REL}
DISTNAME= xemacs-${XEMACS_VER}
DIST_SUBDIR= xemacs
-MAINTAINER?= ports@FreeBSD.org
+MAINTAINER?= pawel.worach@telia.com
COMMENT?= This port tracks the stable version of the XEmacs text editor
XEMACS_REL= 21.4
diff --git a/editors/xemacs/files/patch-freebsd.h b/editors/xemacs/files/patch-freebsd.h
deleted file mode 100644
index ddd3eed6d8b4..000000000000
--- a/editors/xemacs/files/patch-freebsd.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/s/freebsd.h.orig Sun Nov 21 16:14:32 2004
-+++ src/s/freebsd.h Sun Nov 21 16:15:10 2004
-@@ -29,7 +29,7 @@
- #ifndef __FreeBSD_version
- #include <osreldate.h>
- #endif
--#if __FreeBSD_version >= 199701
-+#if __FreeBSD_version >= 199701 && __FreeBSD_version < 600006
- #define LIBS_SYSTEM "-lutil -lxpg4"
- #else
- #define LIBS_SYSTEM "-lutil"