Page MenuHomeFreeBSD

editors/emacs,emacs-devel: After nox flavor, remove X11 option
AbandonedPublic

Authored by jrm on Feb 7 2018, 2:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 12, 11:37 PM
Unknown Object (File)
Thu, Apr 30, 2:35 PM
Unknown Object (File)
Thu, Apr 30, 12:35 PM
Unknown Object (File)
Sat, Apr 25, 6:28 PM
Unknown Object (File)
Sat, Apr 25, 3:50 PM
Unknown Object (File)
Sat, Apr 25, 4:36 AM
Unknown Object (File)
Sat, Apr 25, 3:16 AM
Unknown Object (File)
Fri, Apr 17, 6:23 PM
Subscribers
None

Details

Summary

PR:
Submitted by:
Reported by:

Test Plan

poudriere testport 10/11 i386/amd64 all flavors

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 14843
Build 14957: arc lint + arc unit

Event Timeline

editors/emacs/Makefile
157

The default flavor can be the empty flavor, so either write ${FLAVOR:U${FLAVORS:[1]}} instead of ${FLAVOR:U}, or add a FLAVOR?= ${FLAVORS:[1]}` after the FLAVORS line.

Handle an empty flavor.

Committed, but forgot to add the review in the commit log.