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)
Thu, Oct 2, 8:06 AM
Unknown Object (File)
Thu, Oct 2, 7:49 AM
Unknown Object (File)
Tue, Sep 30, 7:15 PM
Unknown Object (File)
Mon, Sep 29, 7:49 PM
Unknown Object (File)
Wed, Sep 24, 4:34 PM
Unknown Object (File)
Mon, Sep 22, 1:14 PM
Unknown Object (File)
Tue, Sep 16, 12:49 AM
Unknown Object (File)
Mon, Sep 15, 3: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.