Bug 212808 - editors/emacs-nox11: following update of editors/emacs to version 25.1
Summary: editors/emacs-nox11: following update of editors/emacs to version 25.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ashish SHUKLA
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-09-19 06:11 UTC by Joseph Mingrone
Modified: 2016-10-02 05:14 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (ashish)


Attachments
svn diff to update editors/emacs-nox11 to version 25.1 (following editors/emacs) (837 bytes, patch)
2016-09-19 06:11 UTC, Joseph Mingrone
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Mingrone freebsd_committer freebsd_triage 2016-09-19 06:11:59 UTC
Created attachment 174938 [details]
svn diff to update editors/emacs-nox11 to version 25.1 (following editors/emacs)

- Cosmetic changes to sort an align columns
- Add emacs-devel-[0-9]* to CONFLICTS_INSTALL
- Explicitly set OPTIONS_DEFAULT.

It made sense to me that OPTIONS_DEFAULT would be independent of editors/emacs since the two ports are mutually exclusive.

testport: OK (poudriere: 9.3-RELEASE-p45, i386,  default options)   [1]
testport: OK (poudriere: 9.3-RELEASE-p45, amd64, default options)   [2]
testport: OK (poudriere: 10.3-RELEASE-p7, i386,  default options)   [3]
testport: OK (poudriere: 10.3-RELEASE-p7, amd64, default options)   [4]
testport: OK (poudriere: 11.0-RC3,        i386,  default options)   [5]
testport: OK (poudriere: 11.0-RC3,        amd64, default options)   [6]

[1]  http://pkg.awarnach.mathstat.dal.ca/data/9i386-default/2016-09-19_02h31m13s/logs/emacs-nox11-25.1,3.log

[2]  http://pkg.awarnach.mathstat.dal.ca/data/9amd64-default/2016-09-19_02h31m23s/logs/emacs-nox11-25.1,3.log

[3]  http://pkg.awarnach.mathstat.dal.ca/data/10i386-default/2016-09-19_02h31m31s/logs/emacs-nox11-25.1,3.log

[4]  http://pkg.awarnach.mathstat.dal.ca/data/10amd64-default/2016-09-19_02h31m42s/logs/emacs-nox11-25.1,3.log

[5]  http://pkg.awarnach.mathstat.dal.ca/data/11i386-default/2016-09-19_02h31m46s/logs/emacs-nox11-25.1,3.log

[6]  http://pkg.awarnach.mathstat.dal.ca/data/11amd64-default/2016-09-19_02h41m37s/logs/emacs-nox11-25.1,3.log
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-10-02 05:08:04 UTC
A commit references this bug:

Author: ashish
Date: Sun Oct  2 05:07:23 UTC 2016
New revision: 423103
URL: https://svnweb.freebsd.org/changeset/ports/423103

Log:
  GNU Emacs updates

  editors/emacs:
  - Update to 25.1[1]
  - Update CANNA patchset[2]
  - Cleanup CONFLICTS_INSTALL list[1]
  - Add LLDB option for lldb support (provided by 3rd party) to GUD[1]
  - Add various other options, and re-order options[1]
  - Incorporate games stuff in pkg-plist[1]
  - Remove outdated diffs[1]

  editors/emacs-nox11:
  - Update to 25.1[3]
  - Cleanup CONFLICTS_INSTALL list[3]

  editors/emacs-devel:
  - Update to git revision 25dca60d

  Mk/bsd.emacs.mk:
  - Update version numbers[4]

  PR:		212807 [1], 212808 [3], 212809 [4]
  Submitted by:	Joseph Mingrone <jrm@ftfl.ca> [1][3][4]
  		TAKANO Yuji <takachan@running-dog.net> (private email) [2]

Changes:
  head/Mk/bsd.emacs.mk
  head/editors/emacs/Makefile
  head/editors/emacs/distinfo
  head/editors/emacs/files/extrapatch-lldb-gud.el
  head/editors/emacs/files/patch-src_unexaix.c
  head/editors/emacs/files/patch-src_unexcoff.c
  head/editors/emacs/files/patch-src_unexelf.c
  head/editors/emacs/files/pkg-install.in
  head/editors/emacs/pkg-deinstall
  head/editors/emacs/pkg-plist
  head/editors/emacs-devel/Makefile
  head/editors/emacs-devel/distinfo
  head/editors/emacs-devel/files/patch-sources.el
  head/editors/emacs-devel/files/sources.el.in
  head/editors/emacs-devel/pkg-plist
  head/editors/emacs-nox11/Makefile
Comment 2 Ashish SHUKLA freebsd_committer freebsd_triage 2016-10-02 05:14:36 UTC
Sorry for the delay. Committed.

Thanks!