aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base-c7
Commit message (Collapse)AuthorAgeFilesLines
* Update to CentOS 7.7.1908.Tijl Coosemans2019-09-214-165/+158
| | | | | | | | Put libdrm into a separate port so it can be kept at the CentOS 7.6 version. The new version fails to detect graphics hardware on FreeBSD. Notes: svn path=/head/; revision=512486
* Add cmp(1) and diff(1) to linux_base port. They are used in configureTijl Coosemans2019-09-094-2/+96
| | | | | | | scripts for instance. Notes: svn path=/head/; revision=511647
* Add gawk because some Linux scripts assume awk is GNU awk.Tijl Coosemans2019-09-084-2/+116
| | | | Notes: svn path=/head/; revision=511571
* Move security/linux-c7-openssl into emulators/linux_base-c7. It is neededTijl Coosemans2019-08-254-2/+77
| | | | | | | by sha*sum from the coreutils package. Notes: svn path=/head/; revision=509800
* Remove programs from the util-linux package that are missing some librariesTijl Coosemans2019-08-253-54/+9
| | | | | | | | | | | | | | | | | | | | | | | | | so they don't work, but I suspect we don't need them: usr/bin/chfn usr/bin/chsh usr/bin/findmnt usr/bin/login usr/bin/lsblk usr/bin/lscpu usr/bin/lsipc usr/bin/lslogins usr/bin/lsmem usr/bin/lsns usr/bin/script usr/bin/setpriv usr/sbin/clock usr/sbin/debugfs usr/sbin/hwclock usr/sbin/runuser usr/sbin/zramctl Notes: svn path=/head/; revision=509795
* Stop including elfutils. The utilities are missing some libraries so theyTijl Coosemans2019-08-254-54/+2
| | | | | | | don't work and nobody has ever complained about that. Notes: svn path=/head/; revision=509783
* Convert to UCL & cleanup pkg-message (categories e-g)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508837
* On amd64 adding DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf made LinuxTijl Coosemans2019-07-101-7/+7
| | | | | | | | | | | | | | | | | | | | infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6 packages. Using c6_64 instead of c6 made them install mixed amd64/i386 CentOS 6 packages and allowed Linux application ports to install amd64 binaries when available. The i386-only configuration was only useful for users of x11/nvidia-driver* which didn't provide Linux amd64 emulation until recently. With x11/nvidia-driver* now supporting Linux amd64 there's no longer a need for i386-only Linux on amd64. Let DEFAULT_VERSIONS+=linux=c6 make Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages, like c6_64 before, and remove support for c6_64 as a value. Replace LINUX_ARCH with ARCH everywhere because they are always the same now. Notes: svn path=/head/; revision=506352
* Update glibc to 2.17-260.el7_6.6.Tijl Coosemans2019-07-072-15/+15
| | | | Notes: svn path=/head/; revision=506146
* Update glib2 to 2.56.1-4.el7_6.Tijl Coosemans2019-06-232-9/+10
| | | | Notes: svn path=/head/; revision=504962
* Address some portlint warnings in the Linux infrastructure ports.Tijl Coosemans2019-06-081-7/+9
| | | | | | | | | | Eliminate LINUXNAME from port Makefiles. This was just a helper variable without special meaning outside port Makefiles but several developers have copied it to new ports where it was then unused, apparently thinking that it did have some special meaning. Notes: svn path=/head/; revision=503741
* Update CentOS 7 ports to 7.6.1810.Tijl Coosemans2019-06-084-275/+264
| | | | | | | | | | | | | | | | | | | | | This adds some new ports: converters/linux-c7-fribidi required by x11-toolkits/linux-c7-pango. graphics/linux-c7-libglvnd required by graphics/linux-c7-dri. graphics/linux-c7-wayland required by graphics/linux-c7-dri. print/linux-c7-freetype unbundled from emulators/linux_base-c7 because it depends on graphics/linux-c7-png now. Mesa OpenGL libraries in graphics/linux-c7-dri now support libglvnd (GL Vendor-Neutral Dispatch library) which allows some applications to use Mesa while others use Nvidia OpenGL. The x11/nvidia-driver* ports have been changed so versions above 390.42 now use CentOS libglvnd and no longer install a bundled copy. PR: 229431 Submitted by: pkubaj (partly) Notes: svn path=/head/; revision=503722
* Install Linux df(1).Edward Tomasz Napierala2019-05-023-3/+5
| | | | | | | | | Reviewed by: tijl Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20132 Notes: svn path=/head/; revision=500641
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-1/+1
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* - Fix OSVERSION conditionsDmitry Marakasov2018-06-191-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=472820
* Update gcc to 4.8.5-16.el7_4.2.Tijl Coosemans2018-03-142-15/+15
| | | | Notes: svn path=/head/; revision=464509
* Update libdb to 5.3.21-21.el7_4.Tijl Coosemans2018-01-292-10/+10
| | | | Notes: svn path=/head/; revision=460343
* - Update gcc to 4.8.5-16.el7_4.1.Tijl Coosemans2018-01-102-51/+51
| | | | | | | | - Update glibc to 2.17-196.el7_4.2. - Update util-linux to 2.23.2-43.el7_4.2. Notes: svn path=/head/; revision=458689
* Add libmount, needed by libgio.Tijl Coosemans2017-11-014-2/+15
| | | | Notes: svn path=/head/; revision=453295
* Merge Linux ncurses-base into linux_base. It's needed by ncurses-libs.Tijl Coosemans2017-11-014-1/+255
| | | | Notes: svn path=/head/; revision=453285
* Fix pkg-plist.Tijl Coosemans2017-10-282-2/+0
| | | | Notes: svn path=/head/; revision=453049
* Update Linux CentOS 7 ports to 7.4.1708.Tijl Coosemans2017-10-265-230/+256
| | | | Notes: svn path=/head/; revision=452945
* - Update security/linux-c7-nss to 3.28.4-1.2.el7_3. [1]Tijl Coosemans2017-07-074-2/+28
| | | | | | | | | | | - Move nss-softokn-freebl to linux_base-c7 because it is needed by libcrypt.so (part of glibc). PR: 220147 [1] Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> [1] Notes: svn path=/head/; revision=445266
* Update glibc to 2.17-157.el7_3.4.Tijl Coosemans2017-07-072-15/+15
| | | | | | | | PR: 220490 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=445264
* Update to 2.17-157.el7_3.2.Tijl Coosemans2017-05-282-15/+15
| | | | Notes: svn path=/head/; revision=441917
* Update util-linux to 2.23.2-33.el7_3.2.Tijl Coosemans2017-05-262-20/+20
| | | | | | | | PR: 218728 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=441769
* Update GIO module cache on installation.Tijl Coosemans2017-02-013-2/+11
| | | | Notes: svn path=/head/; revision=433058
* Enable i386 support to Linux CentOS 7 ports.Tijl Coosemans2017-01-313-1/+2660
| | | | | | | PR: 216646 Notes: svn path=/head/; revision=432953
* - Autodetect the installed linux_base port and use LINUX_DEFAULT only asTijl Coosemans2017-01-313-1368/+836
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=432937
* Update Linux CentOS 7 ports to 7.3.1611. While 7.2 had semi-official i386Tijl Coosemans2017-01-195-3720/+375
| | | | | | | | | | | | | | | packages there are no such packages for 7.3 yet so i386 support has been marked IGNORE for now. Change DIST_SUBDIR to just "centos" so distfiles that remain the same between major versions don't have to be redownloaded. Remove fmake hacks from linux.mk. Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=431882
* Don't use @dir for directories that may have filesystems mounted. It mayTijl Coosemans2017-01-143-7/+19
| | | | | | | | | | not be possible to change their mode and timestamp like @dir tries to do. PR: 215769 MFH: 2017Q1 Notes: svn path=/head/; revision=431465
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLDmitry Marakasov2017-01-111-5/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=431169
* Fix modes for /compat/linux/sys.Jung-uk Kim2016-11-043-3/+3
| | | | | | | | | This commit is analogous to r425303 and r425309 for /compat/linux/proc. MFH: 2016Q4 Notes: svn path=/head/; revision=425333
* Fix modes for /compat/linux/procBaptiste Daroussin2016-11-043-3/+3
| | | | | | | | | | | | When linprocfs is mounted the mode set to /compat/linux/proc is set to 555 while the package said 755 meaning pkg will try to change it 755 and fail preventing upgrade or installation of the package because linprocfs does not support changing attributes. Enforce it to 555 to prevent that situation Notes: svn path=/head/; revision=425303
* Cleanup no longer needed CHMOD usage after r424898.Mathieu Arnold2016-11-021-6/+0
| | | | | | | | | | PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=425174
* Since base r283461 /compat/linux/dev/shm must point to a tmpfs. MakeTijl Coosemans2016-10-196-84/+114
| | | | | | | | | | | | | /compat/linux/dev/shm a plain directory instead of a link to /tmp so we don't force users to mount tmpfs on /tmp. This also makes /dev/shm a separate namespace from /tmp. Add libffi, needed by glib2. PR: 207769 Notes: svn path=/head/; revision=424237
* Fix make extract when PACKAGE_BUILDING is defined and replace ${SRC_SUFX}Tijl Coosemans2016-09-061-1/+1
| | | | | | | with .src.rpm for fmake. Notes: svn path=/head/; revision=421449
* Add linux_base-c7 port that installs CentOS 7 base packages.Tijl Coosemans2016-09-057-0/+7359
PR: 210926 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=421391