[Bug 206798] sysutils/desktop-installer: Add Lumina desktop support

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 31 20:49:56 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206798

Chris Hutchinson <portmaster at bsdforge.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |portmaster at bsdforge.com

--- Comment #4 from Chris Hutchinson <portmaster at bsdforge.com> ---
(In reply to Jason Bacon from comment #3)
> I don't have a working Poudriere installation at the moment, but I run
> portlint -A immediately before submitting every PR and I have DEVELOPER=yes
> on every machine I use for development.
> 
> I'm hoping to get Poudriere working shortly and intend to attach a log to
> all future PRs.
> 
> I'm stumped on the email issue.  I changed it the day 204755 was committed,
> but it apparently didn't stick.  I just tried to change it again.

Jason, FWIW there are also a couple of other options available;
Having DEVELOPER=yes also allows you to *test* the entire process
from anywhere on your system. For example, I do everything in
~/DEV
for example, to test changes to sysutils/jailutils
mkdir -p ~/DEV/sysutils/jailutils/SVN
cd ~/DEV/sysutils/jailutils/SVN
$ svn co --depth empty svn://svn.freebsd.org/ports/head 2016-01-31
$ svn up --set-depth empty 2016-01-31/sysutils
$ svn up 2016-01-27/sysutils/jailutils

EDIT files in 2016-01-27/sysutils/jailutils
then perform
$ script ~/DEV/sysutils-jailutils-QA
$ make -DBATCH check-plist
$ make stage-qa
$ make check-sanity
$ portlint -AC
$ uname -a
$ exit

The only side-affect doing this, is that the ports framework
will complain that it won't check category, because it knows
it's not working within a complete ports tree.

Another option that works quite nicely, and is dead simple
to setup, is ports-mgmt/synth
It produces QA LOGS very similar to those produced by Poudriere

--Chris

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list