<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nxproxy, branch 3.5.99.0</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://openid.arctica-project.org/nx-libs/atom?h=3.5.99.0</id>
<link rel='self' href='https://openid.arctica-project.org/nx-libs/atom?h=3.5.99.0'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/'/>
<updated>2016-07-05T22:40:36+00:00</updated>
<entry>
<title>nxproxy.1 man page: Another rendering flaw fixed.</title>
<updated>2016-07-05T22:40:36+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-07-05T22:40:36+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=5cbc93678753a9933b646fbb96ccf8797fef1b93'/>
<id>urn:sha1:5cbc93678753a9933b646fbb96ccf8797fef1b93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxproxy.1 man page: Fix a typo + a rendering error. Detected by lintian.</title>
<updated>2016-07-05T22:04:05+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-07-05T22:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=0369bf5e98bb0b1c032fbd39f5b76f73792a4ff2'/>
<id>urn:sha1:0369bf5e98bb0b1c032fbd39f5b76f73792a4ff2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>man pages: Greatly improve man pages nxagent.1 and nxproxy.1.</title>
<updated>2016-07-05T11:28:01+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-07-05T11:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=ebb2026a7cb5295986397955c1661322fb13963d'/>
<id>urn:sha1:ebb2026a7cb5295986397955c1661322fb13963d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NoMachine documentation files: Move to doc/_attic_/ folder.</title>
<updated>2016-07-05T08:40:41+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-07-05T08:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=b38f01092ab65f41fc0a525c46c874a228676f71'/>
<id>urn:sha1:b38f01092ab65f41fc0a525c46c874a228676f71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LICENSE files: Have a main LICENSE file and one for nxcomp in the project's base folder.</title>
<updated>2016-07-05T08:33:59+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-07-05T08:33:08+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=d38ccd197413f6fad830c314d904904368d3770d'/>
<id>urn:sha1:d38ccd197413f6fad830c314d904904368d3770d</id>
<content type='text'>
 Drop other LICENSE files added by NoMachine scattered all over the code tree.
</content>
</entry>
<entry>
<title>Drop multiple COPYING files contaning the GPL-2 license text.</title>
<updated>2016-07-05T08:26:34+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-07-05T08:26:34+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=4ad29435c8549a9e27d3299957cbb190603fb080'/>
<id>urn:sha1:4ad29435c8549a9e27d3299957cbb190603fb080</id>
<content type='text'>
 One COPYING file in the project's base folder is sufficient.
</content>
</entry>
<entry>
<title>OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the nx-X11 build scripts.</title>
<updated>2016-07-01T11:09:21+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-23T12:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=d650a0b47eadeb675e2d2cf03ad10a4dbc564971'/>
<id>urn:sha1:d650a0b47eadeb675e2d2cf03ad10a4dbc564971</id>
<content type='text'>
 Note:

  - The "normal" way to inject CFLAGS (and CPPFLAGS) into nx-X11 builds is copying those
    options over into the variable CDEBUGFLAGS.
  - LDFLAGS have to be handed to nx-X11 via LOCAL_LDFLAGS.

 This change also includes a slight change in the nx-X11 build order.

 Old build order:

  Main Makefile:

      - [...]
      - libNX_X11
        + implicitly building nxcomp
        + implicitly building nxcompext
      - [...]
      - nxagent
        + implicitly building nxcompshad
      - [...]

 New build ordner:

  Main Makefile:

      - [...]
      - nxcomp
      - setup nx-X11 build env
        + cd nx-X11 &amp;&amp; make BuildEnv
      - nx-X11/lib/*
      - nxcompext
      - nxcompshad
      - [...]
      - nxagent
      - [...]

 Fixes ArcticaProject/nx-libs#141
 Fixes X2GoBTS#84
</content>
</entry>
<entry>
<title>Correct nxproxy manpage also: --help -&gt; -help</title>
<updated>2015-06-28T05:50:58+00:00</updated>
<author>
<name>Mike DePaulo</name>
<email>mikedep333@gmail.com</email>
</author>
<published>2015-06-28T05:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=779d546456ee7fabe5a8193e2f18aac29104d176'/>
<id>urn:sha1:779d546456ee7fabe5a8193e2f18aac29104d176</id>
<content type='text'>
xorg-server does not follow the convention of using 2 dashes,
and apparently nx-libs doesn't either.

Note that --help does produce the help output. However, it
produces this additional output after it:

Error: NX transport initialization failed.

Therefore, we should instruct users to call -help instead.
</content>
</entry>
<entry>
<title>nx{comp{,ext,shad},proxy}: try really hard to find makedepend. Do not fail if it is not available.</title>
<updated>2015-03-16T02:29:16+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2015-03-16T02:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=d8de5928e1e7a0677ed2d38fa4d9f53a58514ebe'/>
<id>urn:sha1:d8de5928e1e7a0677ed2d38fa4d9f53a58514ebe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nx{comp{,ext,shad},proxy}: use path discovery for finding makedepend. Remove old cruft.</title>
<updated>2015-03-15T16:24:35+00:00</updated>
<author>
<name>Clemens Lang</name>
<email>cal@macports.org</email>
</author>
<published>2015-03-15T16:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=5464a6dba5742a9f22ba18c9b307d4ee42394378'/>
<id>urn:sha1:5464a6dba5742a9f22ba18c9b307d4ee42394378</id>
<content type='text'>
</content>
</entry>
</feed>
