diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-11-12 07:09:05 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-11-12 07:09:05 +0000 |
commit | 8402b7a61056fe978bca48521f75872d799f81d7 (patch) | |
tree | 63ff3d0a30951dfa2afb655a783869d6db0606e7 /editors/psgml/files/patch-ai | |
parent | - Set FD_CLOEXEC on sockets to prevent leakage. (diff) |
- Fix broken patches.
- Remove obsolete xemacs support.
- Bump version number to 1.4.0 to avoid possible misunderstandings.
Major Linux distributions have adopted an unofficial version
labeled as 1.4.0 which includes fixes for Emacs 24.x while the
official distfile is still 1.3.2. There is no substantial
difference between 1.3.2 and 1.4.0 except for Emacs 24.x compatibility,
and this FreeBSD port has already had almost the same changes.
Although similar unofficial versions can be found at [1] or [2],
they look inconsistent and/or not actively maintained. The official
distfile is used for this reason.
[1] http://www.fsavigny.de/gpled-software/psgml-1.4.0.tar.gz
[2] https://marmalade-repo.org/packages/psgml
Notes
Notes:
svn path=/head/; revision=401319
Diffstat (limited to 'editors/psgml/files/patch-ai')
-rw-r--r-- | editors/psgml/files/patch-ai | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/editors/psgml/files/patch-ai b/editors/psgml/files/patch-ai deleted file mode 100644 index 27e686bef7d9..000000000000 --- a/editors/psgml/files/patch-ai +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.orig Sun Oct 10 23:12:40 1999 -+++ configure Sat Oct 16 20:02:52 1999 -@@ -73,6 +73,11 @@ - - case "$ac_option" in - -+ -lispdir | --lispdir | --lispdi | --lispd | --lisp) -+ ac_prev=lispdir ;; -+ -lispdir=* | --lispdir=* | --lispdi=* | --lispd=* | --lisp=*) -+ lispdir="$ac_optarg" ;; -+ - -bindir | --bindir | --bindi | --bind | --bin | --bi) - ac_prev=bindir ;; - -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) -@@ -687,6 +692,7 @@ - done - test -n "$EMACS" || EMACS="no" - -+if test -z "$lispdir" ; then - if test $EMACS != "no"; then - echo $ac_n "checking where .elc files should go""... $ac_c" 1>&6 - echo "configure:693: checking where .elc files should go" >&5 -@@ -710,6 +716,7 @@ - fi - echo "$ac_t""$lispdir" 1>&6 - fi -+fi - - # Extract the first word of "makeinfo", so it can be a program name with args. - set dummy makeinfo; ac_word=$2 |