<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/xsqlmenu/Makefile, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2021-06-23T20:33:06Z</updated>
<entry>
<title>Revbump for MySQL default change</title>
<updated>2021-06-23T20:33:06Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-06-23T20:33:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=68c5bf99168f6464e494aba067dc178f67d9b4cb'/>
<id>urn:sha1:68c5bf99168f6464e494aba067dc178f67d9b4cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xsqlmenu: fix installation, set LICENSE</title>
<updated>2021-05-15T07:14:49Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-05-15T07:14:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c3861bb9b3737cb77f2525734d858d749e8c64a2'/>
<id>urn:sha1:c3861bb9b3737cb77f2525734d858d749e8c64a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump PKGREVISION for mysql default change to 55.</title>
<updated>2013-03-02T20:33:21Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2013-03-02T20:33:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e09b524d57d4afdbcc46b72d6ac0243a15ec6a25'/>
<id>urn:sha1:e09b524d57d4afdbcc46b72d6ac0243a15ec6a25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revbump after graphics/jpeg and textproc/icu</title>
<updated>2013-01-26T21:36:13Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2013-01-26T21:36:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d1ab9d853324b73f460ac520827debf52af8e300'/>
<id>urn:sha1:d1ab9d853324b73f460ac520827debf52af8e300</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.</title>
<updated>2012-10-02T21:25:15Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-10-02T21:25:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ba25df56c6f06ebdc49e8183931fcf771ffdff4d'/>
<id>urn:sha1:ba25df56c6f06ebdc49e8183931fcf771ffdff4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recursive bump from mysql51-client library changed to use openssl.</title>
<updated>2012-09-15T15:03:21Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2012-09-15T15:03:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7c38d37fd93a430d94c5d60d88cdfcd3d7b9a929'/>
<id>urn:sha1:7c38d37fd93a430d94c5d60d88cdfcd3d7b9a929</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revbump for</title>
<updated>2012-02-06T12:39:42Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2012-02-06T12:39:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=72030d71655bb01717a45af3bd0f9131ed7009ae'/>
<id>urn:sha1:72030d71655bb01717a45af3bd0f9131ed7009ae</id>
<content type='text'>
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.</content>
</entry>
<entry>
<title>Mechanically replace references to graphics/jpeg with the suitable</title>
<updated>2010-12-23T11:44:24Z</updated>
<author>
<name>dsainty</name>
<email>dsainty@pkgsrc.org</email>
</author>
<published>2010-12-23T11:44:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ada744dc0ade9830fd0c65e80d3c3acc4c19910b'/>
<id>urn:sha1:ada744dc0ade9830fd0c65e80d3c3acc4c19910b</id>
<content type='text'>
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        &lt; "$i" &gt; "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" &amp;&amp; mv "$out" "$i"
    fi
  done
done</content>
</entry>
<entry>
<title>Bump PKGREVISION by default mysql version changed from 5.0 to 5.1.</title>
<updated>2010-09-30T10:49:10Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2010-09-30T10:49:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=231407f9fb7a3d54ca5bdf3a4fe9fddf98468bfa'/>
<id>urn:sha1:231407f9fb7a3d54ca5bdf3a4fe9fddf98468bfa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Second try at jpeg-8 recursive PKGREVISION bump.</title>
<updated>2010-01-18T09:58:37Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2010-01-18T09:58:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7e9f9496502c0bcaf0c0a18c5d522046654e7356'/>
<id>urn:sha1:7e9f9496502c0bcaf0c0a18c5d522046654e7356</id>
<content type='text'>
</content>
</entry>
</feed>
