Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Feb 1999 15:16:41 +0900 (JST)
From:      shige@kuis.kyoto-u.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        shige@kuis.kyoto-u.ac.jp
Subject:   ports/10192: Update port: editors/emacs20-dl
Message-ID:  <199902220616.PAA10136@kusatsu.kuis.kyoto-u.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         10192
>Category:       ports
>Synopsis:       Update port: editors/emacs20-dl
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 21 22:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Shigeyuki FUKUSHIMA
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Dept. of Information Science, Kyoto Univ., JAPAN
>Environment:

	FreeBSD 4.0-CURRENT i386

>Description:

Update port: editors/emacs20-dl

Unbreak for 4.0-current.

Thank you.
--- shige

>How-To-Repeat:

>Fix:

diff -urN /usr/ports/editors/emacs20-dl/patches/patch-ah emacs20-dl/patches/patch-ah
--- /usr/ports/editors/emacs20-dl/patches/patch-ah	Thu Jan  1 09:00:00 1970
+++ emacs20-dl/patches/patch-ah	Mon Feb 22 15:15:39 1999
@@ -0,0 +1,29 @@
+--- lib-src/Makefile.in.orig	Sat Aug  1 20:22:55 1998
++++ lib-src/Makefile.in	Sat Feb 13 17:30:37 1999
+@@ -218,7 +218,7 @@
+ LIBMAIL=-lmail
+ #endif
+ 
+-LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC
++LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC -lcompat
+ 
+ /* We need to #define emacs to get the right versions of some files.
+    Some other files - those shared with other GNU utilities - need
+@@ -278,7 +278,7 @@
+         if [ `(cd ${archlibdir} && /bin/pwd)` \
+              != `(cd ${srcdir} && /bin/pwd)` ]; then \
+ 	  for file in ${SCRIPTS}; do \
+-	    $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file; \
++	    $(INSTALL_SCRIPT) ${srcdir}/$$file ${archlibdir}/$$file; \
+ 	  done ; \
+ 	fi
+ 
+@@ -290,7 +290,7 @@
+ 	  chmod a+rx ${bindir}/$${file}; \
+ 	done
+ 	for file in ${INSTALLABLE_SCRIPTS} ; do \
+-	  $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file} ; \
++	  $(INSTALL_SCRIPT) ${srcdir}/$${file} ${bindir}/$${file} ; \
+ 	  chmod a+rx ${bindir}/$${file}; \
+ 	done
+ 

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902220616.PAA10136>