FreeBSD Bugzilla – Attachment 172310 Details for
Bug 210960
[PATCH] bsd.emacs.mk: Remove ${PORTSDIR} from the BUILD/RUN_DEPENDS entries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch v1
emacs_portsdir-v1.diff (text/plain), 1.26 KB, created by
Raphael Kubo da Costa
on 2016-07-10 11:02:43 UTC
(
hide
)
Description:
Patch v1
Filename:
MIME Type:
Creator:
Raphael Kubo da Costa
Created:
2016-07-10 11:02:43 UTC
Size:
1.26 KB
patch
obsolete
>Index: Mk/bsd.emacs.mk >=================================================================== >--- Mk/bsd.emacs.mk (revision 417966) >+++ Mk/bsd.emacs.mk (working copy) >@@ -70,7 +70,7 @@ > EMACS_MAJOR_VER= 24 > EMACS_LIBDIR?= share/${EMACS_NAME} > EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER} >-EMACS_PORTSDIR= ${PORTSDIR}/editors/emacs >+EMACS_PORTDIR= editors/emacs > EMACS_COMMON_PORT= NO > EMACS_HAS_MULE= YES > EMACS_NO_SUBDIRSEL= NO >@@ -87,7 +87,7 @@ > EMACS_MAJOR_VER= 25 > EMACS_LIBDIR?= share/${EMACS_NAME} > EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER} >-EMACS_PORTSDIR= ${PORTSDIR}/editors/emacs-devel >+EMACS_PORTDIR= editors/emacs-devel > EMACS_COMMON_PORT= NO > EMACS_HAS_MULE= YES > EMACS_NO_SUBDIRSEL= NO >@@ -130,13 +130,13 @@ > EMACS_NO_BUILD_DEPENDS?= NO > EMACS_NO_RUN_DEPENDS?= NO > .if (${EMACS_NO_BUILD_DEPENDS} == "NO") >-BUILD_DEPENDS+= ${EMACS_CMD}:${EMACS_PORTSDIR} >+BUILD_DEPENDS+= ${EMACS_CMD}:${EMACS_PORTDIR} > .endif > .if (${EMACS_NO_RUN_DEPENDS} == "NO") > .if defined(EMACS_COMMON_PORT) && (${EMACS_COMMON_PORT} == "YES") >-RUN_DEPENDS+= ${EMACS_COREEL}:${EMACS_PORTSDIR}-common >+RUN_DEPENDS+= ${EMACS_COREEL}:${EMACS_PORTDIR}-common > .else >-RUN_DEPENDS+= ${EMACS_CMD}:${EMACS_PORTSDIR} >+RUN_DEPENDS+= ${EMACS_CMD}:${EMACS_PORTDIR} > .endif > .endif >
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
Flags:
rakuco
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 210960
: 172310