Commit graph

71 commits

Author SHA1 Message Date
Martin Wilke
a234e43dd7 Welcome Centos 6.7
- Upgrade all linux-c6- to CentOS 6.7
- Cleanups

PR:                     205846
Submitted by:           xmj
In Collaboration with:  allanjude, netchild, xmj
Exp-run:                antoine
Sponsored by:           Perceivon Hosting Inc.
Differential Revision:  D3428

We'd like to thanks for all the feedback and comments.
2016-01-30 18:30:40 +00:00
Alexander Leidinger
435ea2a95a Re-commit of
64 bit linuxulator support (not activated by default):
 - most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by
      antoine)
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with the new 64 bit parts
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (antoine after some EXP-runs)
2015-08-09 19:14:13 +00:00
Antoine Brodin
011dfa81be Unbreak INDEX, reverting r392921
With hat:	portmgr
2015-07-26 13:35:29 +00:00
Alexander Leidinger
3aeeb3f1bd 64 bit linuxulator support (not activated by default):
- most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with it
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (implicit, I remember blanked approval for
			linux parts loooong ago, punish me if you don't
			agree anymore)
2015-07-26 13:06:24 +00:00
Antoine Brodin
ff258d339c Finish r385284 (audio/linux-c6-sdl_mixer: update to 1.2.12)
Pointy hat:	xmj
2015-05-04 12:35:17 +00:00
Antoine Brodin
273a1da782 Fix a copy/paste error 2015-01-23 07:28:28 +00:00
Johannes Jost Meixner
7d20887b64 Mk/bsd.linux-apps.mk: bump sdl_image shlib.
- Use correct shlib version for sdl_image 1.2.12

PR:		196251
Differential Revision:	https://reviews.freebsd.org/D1366
Submitted by:	amdmi3
Approved by:	swills (mentor)
Approved by:	portmgr (swills)
2014-12-24 17:04:10 +00:00
Johannes Jost Meixner
ed75099171 Set CentOS 6.6 as default Linux version.
Since CentOS 6.5 landed in the portstree and was updated to CentOS 6.6 and we've
fixed the remaining issues, it's time to replace Fedora 10 as Linux default --
given that in the past five years it has done its service and has long since
gone EOL upstream.

The CentOS 6 series will go End of Life in 2020, this should give us some time
to keep its annual releases up to date.

If you have not switched to using CentOS 6.6 ports, please refer to today's
UPDATING entry -- it contains detailed instructions.

If you have already switched to CentOS 6.6 userland,
you can now remove the following two lines from make.conf:

OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6

If you encounter any difficulties, please follow the UPDATING entry from
20140922 but skip step 2. In case these steps do not fix the issues,
please submit an issue report in Bugzilla and send an email to FreeBSD's
emulation mailing list.

Differential Revision:	https://reviews.freebsd.org/D1145
Reviewed by:	wblock, bcr (doc), rene (emulation)
Approved by:	swills (mentor)
Approved by:	portmgr (swills)
Sponsored by:	Perceivon Hosting Inc.
2014-12-09 18:05:30 +00:00
Johannes Jost Meixner
455193b742 graphics/linux-c6-gdk-pixbuf: rename to -pixbuf2
- Rename gdk-pixbuf to linux-c6-gdk-pixbuf2 to properly distinguish between
  linux- gdk-pixbuf 1 and 2.
- Change consumers dependencies to match.

PR: 		195120, 195121
Differential Revision:	https://reviews.freebsd.org/D1192
Submitted by:	Jan Beich <jbeich@vfemail.net>
Reviewed by:	rene (emulation)
Approved by:	swills (mentor)
Approved by:	portmgr (swills)
2014-11-24 02:40:12 +00:00
Johannes Jost Meixner
80b6c31429 Upgrade CentOS to 6.6
- Upgrade all things linux-c6- to CentOS 6.6
- Add ports:
  devel/linux-c6-libsigc++20
  graphics/linux-c6-gdk-pixbuf [1]
  graphics/linux-c6-glx-utils
- Add pkg-plists for net/linux-c6-openldap
  and security/linux-c6-cyrus-sasl2
- Misc. cleanups

Differential Revision:	https://reviews.freebsd.org/D1108
Submitted by:	kmoore [1]
Reviewed by:	rene (emulation)
Approved by:	portmgr (swills)
Approved by:	swills (mentor)
Sponsored by:	Perceivon Hosting Inc.
2014-11-11 13:06:39 +00:00
Johannes Jost Meixner
758e1872cb graphics/linux-c6-libGLU: Port of CentOS 6.5's Mesa libGLU
Add port of CentOS 6.5's libGLU library. This allows several games to be used
with the new CentOS ports.

While here:
 - Add c6 libglu to Mk/bsd.linux-apps.mk
 - Add to emulators/linux-c6 as dependency, bump PORTREVISION

Differential Revision:	https://reviews.freebsd.org/D841
Approved by: swills (mentor)
Approved by: portmgr (bapt)
2014-10-07 09:07:33 +00:00
Lars Engels
6d89ef33f4 Add net/linux-c6-avahi-libs and add it as a dependency of emulators/linux-c6.
Differential Revision:	D902
Approved by:		portmgr (bapt)
2014-10-06 09:48:38 +00:00
Johannes Jost Meixner
05317facbe Update CentOS base to 6.5, add userland ports
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.
2014-09-22 10:40:00 +00:00
Rene Ladan
dacbb85df4 Now that x11-toolkits/linux-f10-gtk is gone, remove its definition. 2013-12-01 00:40:07 +00:00
Rene Ladan
065f8bcc60 Remove entry for expired and deleted graphics/linux-f10-png10 2013-10-21 11:54:04 +00:00
Rene Ladan
323af56be8 Remove devel/linux-f10-libglade and textproc/linux-f10-libxml, both
have newer versions in the ports tree and both are unused.

OK from:	emulation@
2013-10-07 14:20:25 +00:00
Rene Ladan
533b77616b Remove support for QT 3.3 now that we have QT 4.5
No objection from:	emulation@
2013-07-12 18:34:22 +00:00
Boris Samorodov
9cc378bd66 Add QT4 (Linux Fedora 10).
Requested by:	rene (at emulation@)
2013-07-12 18:16:13 +00:00
Rene Ladan
f5cb941311 Switch the default Linux DRI port to linux-f10-dri and remove support
for the unused USE_GL=linux (this avoids hardcoding the Linux DRI port).

PR:		ports/180231
Submitted by:	myself
Approved by:	portmgr (bapt)
2013-07-03 15:32:01 +00:00
Rene Ladan
1759b37af1 - Finish removal of support for Linux 2.4 in bsd.linux-apps.mk and
bsd.linux-rpm.mk.  The default linux version is now Fedora 10.
- Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6,
  emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3.
  While there, remove superfluous -p argument from ${MKDIR}.
- Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from
  astro/google-earth.
- Remove expired Fedora Core 4 ports which were only used on FreeBSD 7
  and below.
- Update LEGAL and MOVED

PR:		ports/176877
Submitted by:	myself
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-05-30 09:11:52 +00:00
Boris Samorodov
c8e15569b2 Add ncurses-base to the rank of linux-apps. 2013-05-20 14:51:33 +00:00
Boris Samorodov
625f0bdbe3 Fix the library version detection of linux-openmotif (Fedora Core
emulation at FreeBSD-7x). Thus, I'm sure it's "feature safe".

PR:		ports/174133
Submitted by:	rodrigc
Feature safe:	yes
2012-12-07 21:03:39 +00:00
Boris Samorodov
5da32c1697 . update to version 1.2.15;
. trim makefile headers.
Feature safe:	yes
2012-11-06 12:49:10 +00:00
Boris Samorodov
acff8c0bb6 . update to version 2.3.3;
. trim makefile headers.
Feature safe:	yes
2012-11-06 12:38:52 +00:00
Martin Wilke
61d8acdb49 - Remove emacs mode, -*- mode: ...; -*- [1]
- Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify dependencie [2]
- Fix make reinstall [3]
- Trivial comment change for PORTDATA [4]

PR:		151954 [1]
		161314 [2]
		167085 [3]
		167465 [4]
Submitted by:	Anonymous <swell.k@gmail.com> [1]
		dougb@ and Chris Rees <utisoft@gmail.com> [2]
		Garrett Cooper <yanegomi@gmail.com> [3]
		"Bryan Drewery" <bryan@shatow.net> [4]
Tested via:	phw
2012-05-23 08:17:49 +00:00
Alexander Leidinger
a0d909b284 Add missing dependency to gnutls. [1]
Fix the fix of adding a missing dependency to the linux cups-libs port.

Reported by:	Da Rock <freebsd-emulation@herveybayaustralia.com.au> [1]
2012-01-14 22:35:19 +00:00
Boris Samorodov
dc87aa18e5 Cups-libs depends on gnutls, add the dependency.
The port itself has been fixed by netchild.

Reported by:	Da Rock <freebsd-ports@herveybayaustralia.com.au> (freebsd-emulation@)
2012-01-14 08:14:02 +00:00
Boris Samorodov
9f00e32272 There are no entries for FC4 ports:
cups-libs, gnutls, libgcrypt, libgpg-error, libtasn1.
2011-09-23 19:28:06 +00:00
Boris Samorodov
40105cf193 Fix version for libgcrypt: 11.5.1 -> 11.5.2. 2011-09-23 18:04:11 +00:00
Boris Samorodov
36bba94126 Add linux applications:
. cups-libs;
. gnutls;
. libgcrypt;
. libgpg-error;
. libtasn1.

PR:		ports/159007
Submitted by:	Stas Timokhin <devel@stasyan.com>
2011-09-23 17:51:42 +00:00
Boris Samorodov
d1bb250691 Add libasyncns to the rank of _LINUX_26_APPS.
Submitted by:	avg (via emulation@)
2011-05-06 12:21:44 +00:00
Juergen Lock
ef4f50588a Add alsa-plugins-oss to _LINUX_26_APPS.
PR:		ports/147549
Submitted by:	hashiz
Approved by:	bsam
2011-04-28 20:00:24 +00:00
Juergen Lock
4b9f1918e9 Add pulseaudio-libs to _LINUX_26_APPS.
PR:		ports/156112
Submitted by:	avg
Approved by:	bsam (via private email)
2011-04-26 20:17:14 +00:00
Alexander Leidinger
05282eb1d1 Remove all traces of F8, now that the deprecated/expired ports are removed
by a brave soul. They served us well.

We are fully FC4 (releng-7) or F10 (all other supported branches) now.

Reviewed by:	bsam, gj
2011-04-18 13:07:21 +00:00
Boris Samorodov
9356d8ca9b Add libv4l to the rank of LINUX_26_APPS. 2011-04-14 14:26:16 +00:00
Alex Dupre
6f0ff825b7 Unbreak after linux-f10-pango update. 2011-02-26 11:10:20 +00:00
Pav Lucistnik
d88a3287e7 - Allow using linux base 2.4 on FreeBSD 8.X
PR:		ports/154186
Submitted by:	ale
2011-02-25 11:00:59 +00:00
Marcus von Appen
8d9098cd96 - New openal-soft port for the linux f10 base system. 2010-08-19 20:09:06 +00:00
Boris Samorodov
03b46fc332 . welcome a new graphics/linux-f10-libGLU port;
. connect it to build;
. make apropriate changes to Mk/bsd.linux-apps.mk.
2009-09-14 10:09:31 +00:00
Boris Samorodov
54732cbcfc . update graphics/linux-f10-png to version 1.2.37-1.fc10; [1]
. update distinfo for sources;
. update the library version at Mk/bsd.linux-apps.mk.

PR:		ports/138616  [1]
Submitted by:	Glen Barber <glen.j.barber at gmail.com>  [1]
2009-09-07 20:08:37 +00:00
Boris Samorodov
f4c5060c8d Add a new application naslibs to the rank of _LINUX_APPS_ALL.
It is needed for linux-opera-10.

Requested by:	mezz (at freebsd-emulation)
2009-09-01 11:41:42 +00:00
Boris Samorodov
631f1bfa44 . add a new application (blt) to _LINUX_26_APPS;
. add its definitions.
2009-08-31 11:46:57 +00:00
Boris Samorodov
4cbc9171ea Fix entries for tcl84 and tk84 components at 8.x. The bug
was exposed by a new emulators/linux-systemsim port.

Reported by:	Portsnap buildbox
2009-08-03 21:53:13 +00:00
Boris Samorodov
2e9797641a Unify files to be detected while looking for tcl84 component. 2009-08-03 17:48:05 +00:00
Boris Samorodov
f4d516c91b Make the IGNORE message a little bit user-friendly. It puzzles even me
from time to time. :-)
2009-08-03 17:30:07 +00:00
Boris Samorodov
a3368f40ea Add a patch forgotten at a previous commit. This should fix make index.
Reported by:	Portsnap buildbox, erwin
Pointyhat to:	me
2009-07-28 14:52:23 +00:00
Boris Samorodov
fb78783700 Add dbusglib and dbuslibs targets. 2009-07-28 08:59:53 +00:00
Juergen Lock
67afa61535 - Add the new security/linux-f10-cyrus-sasl2 and net/linux-f10-openldap
infrastructure ports to Mk/bsd.linux-apps.mk and add missing
  dependecies on these to the ftp/linux-f10-curl port.  (They are
  needed for www/linux-f10-flashplugin10 to be committed next.)
- Bump ftp/linux-f10-curl PORTREVISION
2009-07-03 20:58:54 +00:00
Boris Samorodov
d937bad880 Welcome new defaults for linux ports!
The default is switched for OSVERSION >= 800076 (when the last known
issue was fixed at the base system). From now the default linux
base port is linux_base-f10. Default linux infrastrucure ports
are linux-f10-*.

HEADSUP to current@ is comming.

Exp-run by:	portmgr (pav)
2009-06-26 17:03:48 +00:00
Boris Samorodov
e6515dfcd2 Fedora Core 4 didn't have a dependency on libpng12, libjpeg
and libtiff for graphics/linux-sdl_image. New Fedora distros
has. So fix it:
. graphics/linux-f8-sdl_image and bump PORTREVISION;  [1]
. graphics/linux-f10-sdl_image and bump PORTREVISION;
. Mk/bsd.linux-apps.mk.

PR:		ports/135339 [1]
Submitted by:	amdmi [1]
2009-06-12 18:03:43 +00:00