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)
Fri, Apr 17, 6:23 PM
Unknown Object (File)
Tue, Apr 14, 11:08 AM
Unknown Object (File)
Tue, Apr 14, 10:12 AM
Unknown Object (File)
Tue, Apr 14, 7:49 AM
Unknown Object (File)
Sat, Apr 11, 2:24 AM
Unknown Object (File)
Fri, Apr 3, 3:59 AM
Unknown Object (File)
Fri, Apr 3, 3:59 AM
Unknown Object (File)
Thu, Apr 2, 4:22 AM
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.