Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Package: modular-xorg #469

Closed
Jaso-N7 opened this issue Mar 3, 2017 · 4 comments
Closed

Missing Package: modular-xorg #469

Jaso-N7 opened this issue Mar 3, 2017 · 4 comments
Assignees

Comments

@Jaso-N7
Copy link

Jaso-N7 commented Mar 3, 2017

Hi guys,

First off, great work, keep it up!
On to the subject matter, was this left out by mistake or removed on purpose? I am unable to find "modular-xorg" in the SmartOS/illumos 2016Q4 package listings, it is present in 2016Q3.

I still tried to get an X session started up regardless and I am getting the error "$DISPLAY is not set or cannot connect to the X server". Is there a workaround I can use in the meantime?

Regards

@jperkin jperkin self-assigned this Mar 14, 2017
@jperkin
Copy link
Collaborator

jperkin commented Mar 14, 2017

It's currently being masked by the failure of "x11/xf86-video-ati6", I am looking to see if we can either fix that driver so it builds or remove it (it's been abandoned by upstream).

@Jaso-N7
Copy link
Author

Jaso-N7 commented Mar 14, 2017

Sorry to hear that. I am grateful for the update though, I know you guys will figure out the best possible solution and am looking forward to it. I will revert to 2016Q3 in the meantime.

@jperkin
Copy link
Collaborator

jperkin commented Mar 17, 2017

I backported a fix from trunk so these packages are now available in 2016Q4.

@jperkin jperkin closed this as completed Mar 17, 2017
@Jaso-N7
Copy link
Author

Jaso-N7 commented Mar 19, 2017

Thank you so very much, I am updating right now. Keep up the amazing effort and work!

jperkin pushed a commit that referenced this issue Mar 20, 2017
[CONFUSING BEHAVIOR & UPCOMING CHANGES]
The -w has a confusing behavior that it's had since back to ack 1.x
that will be changing in the future.  It's not changing in this
version, but this is a heads-up that it's coming.

ack -w is "match a whole word", and ack does this by putting turning
your PATTERN into \bPATTERN\b.  So "ack -w foo" effectively becomes
"ack \bfoo\b".  Handy.

The problem is that ack doesn't put a \b before PATTERN if it begins
with a non-word character, and won't put a \b after PATTERN if it
ends with a non-word character.

The problem is that if you're searching for "fool" or "foot", but
only as a word, and you do "ack -w foo[lt]" or "ack -w (fool|foot)",
you'll get matches for "football and foolish" which certainly should
not match if you're using -w.

[ENHANCEMENTS]
Include .cljs, .cljc and .edn files with the --clojure filetype.  Thanks,
Austin Chamberlin.

Added .xsd to the --xml filetype.  Thanks, Nick Morrott.

Added support for Swift language.  Thanks, Nikolaj Schumacher. (GH #512)

The MSYS2 project is now seen as Windows.  Thanks, Ray Donnelly. (GH #450)

Expand the definition of OCaml files.  Thanks, Marek Kubica. (GH #511)

Add support for Groovy Server Pages.  Thanks, Ethan Mallove. (GH #469)

The JSP filetype (--jsp) now recognizes .jspf files.  Thanks, Sebastien
Feugere.  (GH #586)

Many optimizations and code cleanups.  Thanks, Stephan Hohe.

Added --hpp option for C++ header files.  Thankis, Steffen Jaeckel.

ack now supports --ignore-dir=match:....  Thanks, Ailin Nemui! (GitHub ticket #42)

ack also supports --ignore-dir=ext:..., and --noignore-dir supports match/ext as well

[INTERNALS]
Added test to test --output. Thanks, Varadinsky! (GH #587, GH #590)

Added test to make sure subdirs of target subdirs are ignored if
--ignore-dir applies to them.  Thanks, Pete Houston. (GH #570)

[DOCUMENTATION]
Expanded the explanation of how the -w flag works.  Thanks, Ed Avis.
(GH #585)

[FIXES]
Reverted an optimization to make \s work properly again. (GH #572,
GH #571, GH #562, GH #491, GH #498)

Fixed an out-of-date FAQ entry.  Thanks, Jakub Wilk.  (GH #580)

The -l and -c flags would sometimes return inaccurate results due to
a bug introduced in 2.14.  Thanks to Elliot Shank for the report! (GH #491)

Behavior when using newlines in a search was inconsistent.  Thanks to
Yves Chevallier for the report! (GH #522)

Add minimal requirement of Getopt::Long 2.38, not 2.35, for GetOptionsFromString.

Don't ignore directories that are specified as command line targets (GH #524)

Fix a bug where a regular expression that matches the empty string could cause ack
to go into an infinite loop (GH #542)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants