From owner-freebsd-ports Sun Dec 26 3:40:12 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 21F7A14CFC for ; Sun, 26 Dec 1999 03:40:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA84600; Sun, 26 Dec 1999 03:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 9EE7C14EC5 for ; Sun, 26 Dec 1999 03:34:06 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id OAA26400; Sun, 26 Dec 1999 14:33:15 +0300 (MSK) Message-Id: <199912261133.OAA26400@netserv1.chg.ru> Date: Sun, 26 Dec 1999 14:33:15 +0300 (MSK) From: "Dmitry S. Sivachenko" Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15700: Fix for lang/python to install python-mode.el Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15700 >Category: ports >Synopsis: Fix for lang/python to install python-mode.el >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Dec 26 03:40:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry S. Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: Please apply this patch to make lang/python install python-mode.el >How-To-Repeat: >Fix: diff -Nur python.old/Makefile python/Makefile --- python.old/Makefile Sun Dec 26 14:31:04 1999 +++ python/Makefile Sun Dec 26 14:32:58 1999 @@ -104,6 +104,8 @@ post-install: strip ${PREFIX}/bin/python @${MKDIR} ${PREFIX}/share/doc/python + @${MKDIR} ${PREFIX}/share/python + ${INSTALL_DATA} ${WRKSRC}/Misc/python-mode.el ${PREFIX}/share/emacs/site-lisp ${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python @${MKDIR} ${PREFIX}/lib/python1.5/site-packages .if defined(WITH_TOOLS) && ${WITH_TOOLS} == yes diff -Nur python.old/pkg/PLIST python/pkg/PLIST --- python.old/pkg/PLIST Sun Dec 26 14:31:04 1999 +++ python/pkg/PLIST Sun Dec 26 14:33:51 1999 @@ -1,6 +1,7 @@ bin/python1.5 bin/python share/doc/python/COPYRIGHT +share/python/python-mode.el include/python1.5/Python.h include/python1.5/abstract.h include/python1.5/bitset.h @@ -995,3 +996,4 @@ @dirrm lib/python1.5 @exec mkdir -p %D/lib/python1.5/site-packages @dirrm share/doc/python +@dirrm share/python >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message