<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/linux-f10-sqlite3, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2016-12-31T17:25:05Z</updated>
<entry>
<title>Drop support for Linux Fedora 10 (ports part)</title>
<updated>2016-12-31T17:25:05Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2016-12-31T17:25:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0896b32448fbf31058054ed90e0d91af4096ff88'/>
<id>urn:sha1:0896b32448fbf31058054ed90e0d91af4096ff88</id>
<content type='text'>
games/dsnake only worked with linux-f10

Should fix INDEX

audio/linux-f10-sdl_mixer
audio/linux-f10-pulseaudio-libs
audio/linux-f10-freealut
audio/linux-f10-arts
audio/linux-f10-esound
audio/linux-f10-libogg
audio/linux-f10-alsa-plugins-oss
audio/linux-f10-openal
audio/linux-f10-openal-soft
audio/linux-f10-nas-libs
audio/linux-f10-alsa-lib
audio/linux-f10-libvorbis
audio/linux-f10-libaudiofile
audio/linux-f10-mikmod
databases/linux-f10-sqlite3
devel/linux-f10-dbus-glib
devel/linux-f10-sdl12
devel/linux-f10-libglade2
devel/linux-f10-devtools
devel/linux-f10-allegro
devel/linux-f10-nspr
devel/linux-f10-dbus-libs
devel/linux-f10-libsigc++20
devel/linux-f10-ncurses-base
dns/linux-f10-libasyncns
emulators/linux_base-f10
emulators/linux-f10
ftp/linux-f10-curl
games/dsnake
graphics/linux-f10-sdl_image
graphics/linux-f10-sdl_ttf
graphics/linux-f10-glew
graphics/linux-f10-ungif
graphics/linux-f10-png
graphics/linux-f10-tiff
graphics/linux-f10-dri
graphics/linux-f10-jpeg
graphics/linux-f10-libGLU
graphics/linux-f10-gdk-pixbuf
graphics/linux-f10-libmng
graphics/linux-f10-cairo
graphics/linux-f10-imlib
lang/linux-f10-tcl85
lang/linux-f10-libg2c
multimedia/linux-f10-libtheora
multimedia/linux-f10-libv4l
net/linux-f10-openldap
net/linux-f10-nss_ldap
print/linux-f10-cups-libs
security/linux-f10-gnutls
security/linux-f10-nss
security/linux-f10-openssl
security/linux-f10-libgpg-error
security/linux-f10-libtasn1
security/linux-f10-libgcrypt
security/linux-f10-libssh2
security/linux-f10-cyrus-sasl2
sysutils/linux-f10-procps
textproc/linux-f10-aspell
textproc/linux-f10-expat
textproc/linux-f10-scim-gtk
textproc/linux-f10-scim-libs
textproc/linux-f10-libxml2
x11/linux-f10-xorg-libs
x11-fonts/linux-f10-fontconfig
x11-themes/linux-f10-qtcurve-gtk2
x11-themes/linux-f10-hicolor-icon-theme
x11-toolkits/linux-f10-qt45
x11-toolkits/linux-f10-gtk2
x11-toolkits/linux-f10-openmotif
x11-toolkits/linux-f10-pango
accessibility/linux-f10-atk
archivers/linux-f10-ucl
archivers/linux-f10-upx
</content>
</entry>
<entry>
<title>- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with</title>
<updated>2016-09-05T19:23:42Z</updated>
<author>
<name>Tijl Coosemans</name>
<email>tijl@FreeBSD.org</email>
</author>
<published>2016-09-05T19:23:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=82a87de90c337aae160ac254606dad78d0d78d11'/>
<id>urn:sha1:82a87de90c337aae160ac254606dad78d0d78d11</id>
<content type='text'>
  Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
</content>
</entry>
<entry>
<title>Move MASTER_SITES from CRITICAL to LOCAL/ehaupt</title>
<updated>2015-01-06T10:17:28Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2015-01-06T10:17:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=12f48dc28d02fd48bf6cb1d00be767a3b9cee18b'/>
<id>urn:sha1:12f48dc28d02fd48bf6cb1d00be767a3b9cee18b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update CentOS base to 6.5, add userland ports</title>
<updated>2014-09-22T10:40:00Z</updated>
<author>
<name>Johannes Jost Meixner</name>
<email>xmj@FreeBSD.org</email>
</author>
<published>2014-09-22T10:40:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=05317facbedf1ed4566b56f4e09e6e4a49fc3f38'/>
<id>urn:sha1:05317facbedf1ed4566b56f4e09e6e4a49fc3f38</id>
<content type='text'>
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.

This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.

If you want to switch to linux-c6 ports, please define at /etc/make.conf:

    OVERRIDE_LINUX_BASE_PORT=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6

Additionally, please add the following line to /etc/sysctl.conf:

    compat.linux.osrelease=2.6.18

Upgrading procedures are shown in /usr/ports/UPDATING.

This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.

Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,

PR:		186820
Differential Revision:	https://reviews.freebsd.org/D793
Reviewed by:	allanjude, antoine, bapt, rene
Approved by:	portmgr (antoine, bapt)
Approved by:	koobs (mentor)
Sponsored by:	Perceivon Hosting Inc.
</content>
</entry>
<entry>
<title>Add staging support for linux-f10-* ports maintained by emulation@</title>
<updated>2013-10-04T21:45:52Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2013-10-04T21:45:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bb5acee572e5d0782ebc138cc716ac466ca47365'/>
<id>urn:sha1:bb5acee572e5d0782ebc138cc716ac466ca47365</id>
<content type='text'>
(category databases).
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: databases)</title>
<updated>2013-09-20T16:13:47Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T16:13:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=36117d709704f772dbc3d305cda6923741791598'/>
<id>urn:sha1:36117d709704f772dbc3d305cda6923741791598</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Get Rid MD5 support</title>
<updated>2011-03-20T12:54:45Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2011-03-20T12:54:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bb86cbe5d232690f52a27fe9a2d7246e03eef9c4'/>
<id>urn:sha1:bb86cbe5d232690f52a27fe9a2d7246e03eef9c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a more reliable mirrors for fc4 and f10 linux emulation ports.</title>
<updated>2011-03-03T09:26:45Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2011-03-03T09:26:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1f1c285bbab18c5053d81a809f479e1aba9e176b'/>
<id>urn:sha1:1f1c285bbab18c5053d81a809f479e1aba9e176b</id>
<content type='text'>
Triggered by:	distilator
Reviewed by:	netchild (emulation)
</content>
</entry>
<entry>
<title>. LINUX_RPM ports install compressed manpages, so set MANCOMPRESSED=yes;</title>
<updated>2009-08-08T14:15:32Z</updated>
<author>
<name>Boris Samorodov</name>
<email>bsam@FreeBSD.org</email>
</author>
<published>2009-08-08T14:15:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1dc20fd3956d83cd6f9dd5a1f161d51d0354f2d5'/>
<id>urn:sha1:1dc20fd3956d83cd6f9dd5a1f161d51d0354f2d5</id>
<content type='text'>
. bump PORTREVISIONs.

PR:		ports/135341
Submitted by:	amdmi3
</content>
</entry>
<entry>
<title>Here are new Linux Fedora 10 infrastructure ports.</title>
<updated>2009-06-01T17:26:31Z</updated>
<author>
<name>Boris Samorodov</name>
<email>bsam@FreeBSD.org</email>
</author>
<published>2009-06-01T17:26:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c11516af7b118b7909eea2a3365f1ba4a6bff9cc'/>
<id>urn:sha1:c11516af7b118b7909eea2a3365f1ba4a6bff9cc</id>
<content type='text'>
Those ports are intended to be used with 8-CURRENT at least
with SVN r192206.

If you want to switch to linux-f10 ports, please define at /etc/make.conf:
  OVERRIDE_LINUX_BASE_PORT=f10
  OVERRIDE_LINUX_NONBASE_PORTS=f10

An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401
and 20070327.

For the first time all tested linux ports work as expected(!):
. acroread8;
. google-earth;
. skype;
. seamonkey.

Many thanks for kernel folks who really did the main work
(and I wrote only some lines of ports).

There is a good chance that those ports may become a default
for 8.0-RELEASE. Please, test and report back to emulation@ ML.
</content>
</entry>
</feed>
