From owner-freebsd-ports Sun Feb 21 22:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61B6E10F41 for ; Sun, 21 Feb 1999 22:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA48957; Sun, 21 Feb 1999 22:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from spa.kuis.kyoto-u.ac.jp (lab4img2.kuis.kyoto-u.ac.jp [130.54.23.231]) by hub.freebsd.org (Postfix) with ESMTP id A32F910F4E for ; Sun, 21 Feb 1999 22:19:13 -0800 (PST) (envelope-from shige@kuis.kyoto-u.ac.jp) Received: from kusatsu.kuis.kyoto-u.ac.jp (kusatsu [130.54.22.171]) by spa.kuis.kyoto-u.ac.jp (8.8.8/3.7Wspa) with ESMTP id PAA02762; Mon, 22 Feb 1999 15:19:10 +0900 (JST) Received: (from shige@localhost) by kusatsu.kuis.kyoto-u.ac.jp (8.9.2/3.6W) id PAA10136; Mon, 22 Feb 1999 15:16:41 +0900 (JST) Message-Id: <199902220616.PAA10136@kusatsu.kuis.kyoto-u.ac.jp> Date: Mon, 22 Feb 1999 15:16:41 +0900 (JST) From: shige@kuis.kyoto-u.ac.jp Reply-To: shige@kuis.kyoto-u.ac.jp To: FreeBSD-gnats-submit@freebsd.org Cc: shige@kuis.kyoto-u.ac.jp X-Send-Pr-Version: 3.2 Subject: ports/10192: Update port: editors/emacs20-dl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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