FreeBSD Bugzilla – Attachment 98968 Details for
Bug 137956
Update Port: editors/emacs to 23.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bsd.emacs.mk.diff
bsd.emacs.mk.diff (text/x-diff), 1.46 KB, created by
Ashish Shukla
on 2009-09-13 06:39:02 UTC
(
hide
)
Description:
bsd.emacs.mk.diff
Filename:
MIME Type:
Creator:
Ashish Shukla
Created:
2009-09-13 06:39:02 UTC
Size:
1.46 KB
patch
obsolete
>--- /usr/ports/Mk/bsd.emacs.mk 2009-06-23 20:35:31.000000000 +0530 >+++ Mk/bsd.emacs.mk 2009-09-10 08:01:58.000000000 +0530 >@@ -7,7 +7,7 @@ > Emacs_Include= bsd.emacs.mk > Emacs_Include_MAINTAINER= ports@FreeBSD.org > >-EMACS_PORT_NAME?= emacs22 >+EMACS_PORT_NAME?= emacs23 > > # > # This file for ports which depend on emacs family. >@@ -87,6 +87,23 @@ > EMACS_MAJOR_VER= 22 > EMACS_LIBDIR?= share/${EMACS_NAME} > EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER} >+EMACS_PORTSDIR= ${PORTSDIR}/editors/emacs22 >+EMACS_COMMON_PORT= NO >+EMACS_HAS_MULE= YES >+EMACS_NO_SUBDIRSEL= NO >+.if (${EMACS_MASTERDIR_PKGFILES} == "YES") >+COMMENTFILE?= ${PKGDIR}/pkg-comment.${EMACS_PORT_NAME} >+DESCR?= ${PKGDIR}/pkg-descr.${EMACS_PORT_NAME} >+PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME} >+.endif >+ >+# Emacs-23.x >+.elif (${EMACS_PORT_NAME} == "emacs23") >+EMACS_NAME= emacs >+EMACS_VER= 23.1 >+EMACS_MAJOR_VER= 23 >+EMACS_LIBDIR?= share/${EMACS_NAME} >+EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER} > EMACS_PORTSDIR= ${PORTSDIR}/editors/emacs > EMACS_COMMON_PORT= NO > EMACS_HAS_MULE= YES >@@ -191,7 +208,7 @@ > check-makevars:: > @${ECHO} "Makefile error: Bad value of EMACS_PORT_NAME: ${EMACS_PORT_NAME}." > @${ECHO} "Valid values are:" >- @${ECHO} " Emacs family: emacs21 emacs22 emacs-devel" >+ @${ECHO} " Emacs family: emacs21 emacs22 emacs23 emacs-devel" > @${ECHO} " XEmacs family: xemacs21 xemacs21-mule xemacs-devel" > @${ECHO} " xemacs-devel-mule xemacs-mule-xft" > @${FALSE}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 137956
:
98967
| 98968