From owner-freebsd-ports-bugs@freebsd.org Mon Apr 25 19:31:42 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01D0CB1C818 for ; Mon, 25 Apr 2016 19:31:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E578C121B for ; Mon, 25 Apr 2016 19:31:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3PJVfJH018757 for ; Mon, 25 Apr 2016 19:31:41 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209054] editors/emacs-devel upgrade to 25.0.93 and modernize option handling Date: Mon, 25 Apr 2016 19:31:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jrm@ftfl.ca X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ashish@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2016 19:31:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209054 Bug ID: 209054 Summary: editors/emacs-devel upgrade to 25.0.93 and modernize option handling Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ashish@FreeBSD.org Reporter: jrm@ftfl.ca Assignee: ashish@FreeBSD.org Flags: maintainer-feedback?(ashish@FreeBSD.org) Created attachment 169695 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D169695&action= =3Dedit svn diff to upgrade to 25.0.93 and modernize option handling portlint: OK testport: OK (poudriere: 9.3-RELEASE-p36, i386, default options / no ACL,DBUS,X11 / all off) [1] testport: OK (poudriere: 9.3-RELEASE-p30, amd64, default options / no ACL,DBUS,X11 / all off) [2] testport: OK (poudriere: 10.3-RELEASE, i386, default options / no ACL,DBUS,X11 / all off) [3] testport: OK (poudriere: 10.3-RELEASE, amd64, default options / no ACL,DBUS,X11 / all off) [4] Most of the proposed changes deal with how options are handled. 1. Reorganize the options so they are logically grouped. The advantage is = that it's clearer for users to determine what major dependencies will be pulled = in. 2. Reduce the number of build-stoppage points by using OPT_IMPLIES=3D. With these changes, there is only one way the user can configure the port so tha= t it can't build: choosing X11, but not selecting an X11 toolkit. 3. Add the ability to use FreeBSD's kqueue file notification and make this = the default. Using file notification via gfile did not work for me. Maybe it requires some Gnome dependency? A note about portlint -AC and stage-qa warnings for non-X11 installations: When X11 and all X11-implying options are turned off, the port will require= as few as one run-time dependency (print/indexinfo). To prevent warnings and to minimize clutter for non-X11 installations, we c= ould not install and deal with the icons and emacs.desktop file. INSTALLS_ICONS= =3DYES and devel/desktop-file-utils pull in many dependencies that most non-X11 us= ers will not want. However, some users running a desktop environment may want = to install without X11. For this rare case, these dependencies will likely already be pulled in. So, it's a reasonable compromise to install those fi= les even for non-X11 installations, but to not handle them with INSTALLS_ICONS= =3DYES and devel/desktop-file-utils for non-X11 installations. The consequence is that portlint -AC will warn about INSTALL_ICONS and stage-qa will warn about devel/desktop-file-utils. [1] http://pkg.awarnach.mathstat.dal.ca/data/9i386-default/2016-04-25_15h27m14s= /logs/emacs-devel-25.0.93,2.log http://pkg.awarnach.mathstat.dal.ca/data/9i386-default/2016-04-25_15h46m27s= /logs/emacs-devel-25.0.93,2.log http://pkg.awarnach.mathstat.dal.ca/data/9i386-default/2016-04-25_15h46m27s= /logs/emacs-devel-25.0.93,2.log [2] http://pkg.awarnach.mathstat.dal.ca/data/9amd64-default/2016-04-25_15h33m52= s/logs/emacs-devel-25.0.93,2.log http://pkg.awarnach.mathstat.dal.ca/data/9amd64-default/2016-04-25_15h49m29= s/logs/emacs-devel-25.0.93,2.log http://pkg.awarnach.mathstat.dal.ca/data/9amd64-default/2016-04-25_15h49m29= s/logs/emacs-devel-25.0.93,2.log [3] http://pkg.awarnach.mathstat.dal.ca/data/103i386-default/2016-04-25_15h38m4= 0s/logs/emacs-devel-25.0.93,2.log http://pkg.awarnach.mathstat.dal.ca/data/103i386-default/2016-04-25_15h52m5= 7s/logs/emacs-devel-25.0.93,2.log http://pkg.awarnach.mathstat.dal.ca/data/103i386-default/2016-04-25_16h05m2= 6s/logs/emacs-devel-25.0.93,2.log [4] http://pkg.awarnach.mathstat.dal.ca/data/103amd64-default/2016-04-25_15h42m= 51s/logs/emacs-devel-25.0.93,2.log http://pkg.awarnach.mathstat.dal.ca/data/103amd64-default/2016-04-25_15h56m= 32s/logs/emacs-devel-25.0.93,2.log http://pkg.awarnach.mathstat.dal.ca/data/103amd64-default/2016-04-25_16h08m= 46s/logs/emacs-devel-25.0.93,2.log --=20 You are receiving this mail because: You are the assignee for the bug.=