Bug 226601 - www/rubygem-passenger: Broke recently
Summary: www/rubygem-passenger: Broke recently
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-14 11:55 UTC by Daniel Ylitalo
Modified: 2018-03-14 16:31 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (osa)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Ylitalo 2018-03-14 11:55:01 UTC
I tried building my tree in poudriere today and some relation between rubygem-passenger and rubygem-rails4 seem to have borked out recently because this worked not long ago.

Poudriere gives me this error:
[00:03:33] [04] [00:00:00] Building www/rubygem-passenger@apache | rubygem-passenger-apache-5.1.12_2
[00:03:33] [04] [00:00:00] Finished www/rubygem-passenger@apache | rubygem-passenger-apache-5.1.12_2: Ignored: : Error from apache.mk. WITH(OUT)_MODULES has been removed, use www_passenger_(UN)SET
[00:03:33] [04] [00:00:00] Skipping www/rubygem-rails4 | rubygem-rails4-4.2.10_1: Dependent port www/rubygem-passenger | rubygem-passenger-apache-5.1.12_2 ignored


This is pulled in when trying to build www/redmine
Comment 1 Walter Schwarzenfeld freebsd_triage 2018-03-14 15:00:54 UTC
Do you have WITH_MODULES or WITHOUT_MODULES in /etc/make.conf? If it is so, remove it.
Comment 2 Daniel Ylitalo 2018-03-14 16:31:38 UTC
Aah, I had WITHOUT_MODULES=x11

Switching it to OPTIONS_UNSET=X11 seems to have done it, thanks! :)