aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/linux-c6
Commit message (Collapse)AuthorAgeFilesLines
* Merge Linux ncurses-base into linux_base. It's needed by ncurses-libs.tijl2017-11-011-1/+1
|
* Update to CentOS 6.9.tijl2017-05-261-1/+0
| | | | | PR: 218732 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* Fix dependency on nas.tijl2017-02-011-1/+1
| | | | Reported by: olgeni
* - Autodetect the installed linux_base port and use LINUX_DEFAULT only astijl2017-02-011-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | a last resort. - Construct a list of DISTFILES for every architecture (amd64, i386). Select one list for regular make and all lists for make makesum so linux ports can have one combined distinfo file. - Set DIST_SUBDIR?=centos so there's only one copy of common distfiles. - Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter. - Regenerate all distinfo files. - For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib, lib64 and sbin into symbolic links to the same directory under usr. This fixes the problem where some programs/libraries exist under / on FreeBSD and /usr on Linux or vice versa and then depending on the order of search paths Linux programs may run/load FreeBSD programs/libraries and fail. - Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so Linux programs can find desktop theme icons. This eliminates the need for x11-themes/linux*-hicolor-icon-theme. - Rename pkg-plist.x86_64 to pkg-plist.amd64. - Regenerate all pkg-plist files. - Add @preexec to linux_base pkg-plist that moves existing files in bin, lib, lib64, sbin and icons to the new destination before the directories are turned into symbolic links. - Remove several empty directories from linux_base ports. - Sweep over all linux ports: use consistent style, remove old CONFLICTS, remove unused pkg-descr files, add NLS option,... - Remove old linux arts, esound and openssl-compat ports.
* Remove dependency on flash plugin.tijl2016-12-141-2/+1
|
* - Fix typosunpoet2016-12-141-1/+1
|
* - Fix INDEX: change from removed linux-c6-flashplugin11 to ↵sunpoet2016-12-141-2/+2
| | | | | | | | | linux-c6-flashplugin24 - Bump PORTREVISION for dependency change Notified by: Portsnap buildbox Approved by: portmgr (blanket)
* Remove NVIDIA option from Linux ports now that the nvidia-driver can betijl2016-11-041-6/+2
| | | | installed later.
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-061-78/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Update Linux ports to Centos 6.8.tijl2016-06-211-1/+1
| | | | | | PR: 210373 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D6891
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-71/+71
| | | | | With hat: portmgr Sponsored by: Absolight
* Welcome Centos 6.7miwi2016-01-311-2/+1
| | | | | | | | | | | | | | - 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.
* Add audio/linux-c6-pulseaudio-libs-glib2.kevlo2016-01-161-1/+2
| | | | Pointed out by: xmj
* remove empty pkg-plistpgollucci2015-08-211-1/+0
| | | | | PR: 201663 Submitted By: s3erios@gmail.com
* Re-commit ofnetchild2015-08-101-72/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Unbreak INDEX, reverting r392921antoine2015-07-261-72/+72
| | | | With hat: portmgr
* 64 bit linuxulator support (not activated by default):netchild2015-07-261-72/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* Add NVIDIA_GL description to Mk/bsd.options.desc.mkxmj2015-04-051-1/+0
| | | | | | | | | | - Add NVIDIA_GL description to Mk/bsd.options.desc.mk - Remove NVIDIA_GL_DESC from all concerned ports - Use options helpers where adequate. Differential Revision: https://reviews.freebsd.org/D1759 Approved by: koobs (mentor) Approved by: portmgr (bapt)
* emulators/linux-{c6,f10}: uses metaportxmj2015-04-051-7/+1
| | | | | | | - use new USES= metaport, killing six lines. DiffRev: https://reviews.freebsd.org/D2222 Approved by: swills (mentor)
* Renaming linux-c6-gdk-pixbuf to linux-c6-gdk-pixbuf2 in emulators/linux-c6 toxmj2014-11-241-1/+1
| | | | | | | unbreak INDEX (part two) Spotted by: cperciva Approved by: swills
* Fix DEPENDSantoine2014-11-131-1/+1
|
* Upgrade CentOS to 6.6xmj2014-11-111-2/+4
| | | | | | | | | | | | | | | | | | - 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.
* - Remove a few remaining $Id$ from pkg-plistsak2014-11-071-1/+1
| | | | Approved by: portmgr (mat)
* graphics/linux-c6-libGLU: Port of CentOS 6.5's Mesa libGLUxmj2014-10-071-1/+3
| | | | | | | | | | | | | 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)
* Add net/linux-c6-avahi-libs and add it as a dependency of emulators/linux-c6.lme2014-10-061-0/+1
| | | | | Differential Revision: D902 Approved by: portmgr (bapt)
* Add NVIDIA_GL option to fix conflicts with Linux DRIxmj2014-09-231-2/+7
| | | | | | | | | | | | linux-c6/f10 metaports pull in their respective dri implementation, which conflicts with nvidia-driver's libGL. Resolve this by adding an option for it, and conditionally pull in either Linux DRI, or the NVIDIA driver. Note: users of nvidia-driver will have to use ports for now. PR: 193832 Differential Revision: https://reviews.freebsd.org/D808 Submitted by: Admir Mehic (admir@mehic.at) Approved by: koobs (mentor)
* Update CentOS base to 6.5, add userland portsxmj2014-09-223-0/+94
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.