Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Dec 1999 15:59:41 +0300 (MSK)
From:      "Dmitry S. Sivachenko" <dima@Chg.RU>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15702: New fix for lang/python to install python-mode.el
Message-ID:  <199912261259.PAA26681@netserv1.chg.ru>

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

>Number:         15702
>Category:       ports
>Synopsis:       New 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 05:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry S. Sivachenko
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
>Environment:

	

>Description:

Please close ports/15700, use this one instead, sorry for inconvenience.

>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 15:50:14 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/python
 	${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




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