<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/Makefile, branch 3.5.99.7</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.7</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.7'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2016-10-28T22:07:12+00:00</updated>
<entry>
<title>remove xf86Version.h and xf86Date.h</title>
<updated>2016-10-28T22:07:12+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-10-27T22:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=6c7f9cdaa72a8189adf9ac26c8f7f3ec6bd10e6f'/>
<id>urn:sha1:6c7f9cdaa72a8189adf9ac26c8f7f3ec6bd10e6f</id>
<content type='text'>
version.def and date.def also will be no longer created
</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://cgit.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>nx-X11/Makefile: Drop build support for World.Win32 and World.OS2. Not our target platforms.</title>
<updated>2016-06-29T22:27:33+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-22T11:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=298744e94948c3541bb8f9d9dbb1af6708aecea5'/>
<id>urn:sha1:298744e94948c3541bb8f9d9dbb1af6708aecea5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nx-X11/config/{imake,makedepend}: Use system-wide available imake and makedepend tools.</title>
<updated>2016-06-29T22:27:33+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-22T10:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=2f3d394e87c61369ed1308c6b3bc53cf0295146c'/>
<id>urn:sha1:2f3d394e87c61369ed1308c6b3bc53cf0295146c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop all references to printver.c. Not provided in source tree anymore.</title>
<updated>2015-10-07T15:28:29+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-10-07T15:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=e9f44221b2520a1d894b3c125269b5d10438453b'/>
<id>urn:sha1:e9f44221b2520a1d894b3c125269b5d10438453b</id>
<content type='text'>
 Fixes ArcticaProject/nx-libs#63
</content>
</entry>
<entry>
<title>Description: Enable parallel make (031_nx-X11_parallel-make.full.patch).</title>
<updated>2015-02-09T14:39:54+00:00</updated>
<author>
<name>Jan Engelhardt</name>
<email>jengelh@medozas.de</email>
</author>
<published>2015-02-09T14:38:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=6101bd9564d6334dea7c0de778536e3fe1a5e9b9'/>
<id>urn:sha1:6101bd9564d6334dea7c0de778536e3fe1a5e9b9</id>
<content type='text'>
 Restore ability to build things in parallel.
 (${MAKE} must always appear in the rule directly, and not be
 hidden through expansions of other variables to get this to work.)
</content>
</entry>
<entry>
<title>nxcomp*, nxproxy: Fix clean-up of source tree via Makefile.in templates.</title>
<updated>2015-02-09T14:16:30+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-02-09T14:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=236ee4ffa8e4fa92bb748301986307841ef060ab'/>
<id>urn:sha1:236ee4ffa8e4fa92bb748301986307841ef060ab</id>
<content type='text'>
  024_fix-make-clean.full.patch
  024_fix-make-clean.full+lite.patch
</content>
</entry>
<entry>
<title>Revert "release 3.5.0.19"</title>
<updated>2013-03-28T07:58:35+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2013-03-28T07:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=db7feaf9883bb0dc419593588036405ef12ebca1'/>
<id>urn:sha1:db7feaf9883bb0dc419593588036405ef12ebca1</id>
<content type='text'>
This reverts commit e77bf36d9afbc7e56522574b06217d57c11dd095.
</content>
</entry>
<entry>
<title>release 3.5.0.19</title>
<updated>2013-03-28T07:55:23+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2013-03-28T07:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=e77bf36d9afbc7e56522574b06217d57c11dd095'/>
<id>urn:sha1:e77bf36d9afbc7e56522574b06217d57c11dd095</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Imported nx-X11-3.1.0-1.tar.gz</title>
<updated>2011-10-10T15:43:39+00:00</updated>
<author>
<name>Reinhard Tartler</name>
<email>siretart@tauware.de</email>
</author>
<published>2011-10-10T15:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=f4092abdf94af6a99aff944d6264bc1284e8bdd4'/>
<id>urn:sha1:f4092abdf94af6a99aff944d6264bc1284e8bdd4</id>
<content type='text'>
Summary: Imported nx-X11-3.1.0-1.tar.gz
Keywords:

Imported nx-X11-3.1.0-1.tar.gz
into Git repository
</content>
</entry>
</feed>
