Commit graph

20 commits

Author SHA1 Message Date
Tijl Coosemans
4c7aa3e295 Add libmount, needed by libgio. 2017-11-01 16:17:49 +00:00
Tijl Coosemans
418faa5daf Merge Linux ncurses-base into linux_base. It's needed by ncurses-libs. 2017-11-01 13:21:11 +00:00
Tijl Coosemans
f3d7b7ac45 Fix pkg-plist. 2017-10-28 08:05:26 +00:00
Tijl Coosemans
b7fad8b86f Update Linux CentOS 7 ports to 7.4.1708. 2017-10-26 19:23:18 +00:00
Tijl Coosemans
471eaa0e56 - Update security/linux-c7-nss to 3.28.4-1.2.el7_3. [1]
- 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]
2017-07-07 16:17:48 +00:00
Tijl Coosemans
75bb098922 Update glibc to 2.17-157.el7_3.4.
PR:		220490
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2017-07-07 15:43:19 +00:00
Tijl Coosemans
945d555ca2 Update to 2.17-157.el7_3.2. 2017-05-28 17:01:33 +00:00
Tijl Coosemans
f5ff45047e Update util-linux to 2.23.2-33.el7_3.2.
PR:		218728
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2017-05-26 10:49:21 +00:00
Tijl Coosemans
875e1ad055 Update GIO module cache on installation. 2017-02-01 17:39:40 +00:00
Tijl Coosemans
d0d15cc5cd Enable i386 support to Linux CentOS 7 ports.
PR:		216646
2017-01-31 20:32:46 +00:00
Tijl Coosemans
6140d3c6aa - Autodetect the installed linux_base port and use LINUX_DEFAULT only as
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.
2017-01-31 16:54:21 +00:00
Tijl Coosemans
c2712d2471 Update Linux CentOS 7 ports to 7.3.1611. While 7.2 had semi-official i386
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>
2017-01-19 15:44:53 +00:00
Tijl Coosemans
793f920bb3 Don't use @dir for directories that may have filesystems mounted. It may
not be possible to change their mode and timestamp like @dir tries to do.

PR:		215769
MFH:		2017Q1
2017-01-14 13:13:31 +00:00
Dmitry Marakasov
8244fe99bc - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-11 10:08:38 +00:00
Jung-uk Kim
d58d7e08f5 Fix modes for /compat/linux/sys.
This commit is analogous to r425303 and r425309 for /compat/linux/proc.

MFH:		2016Q4
2016-11-04 15:43:27 +00:00
Baptiste Daroussin
61a4bde434 Fix modes for /compat/linux/proc
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
2016-11-04 08:02:48 +00:00
Mathieu Arnold
d26ef18700 Cleanup no longer needed CHMOD usage after r424898.
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-11-02 22:45:14 +00:00
Tijl Coosemans
e7045337bf Since base r283461 /compat/linux/dev/shm must point to a tmpfs. Make
/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
2016-10-19 11:06:18 +00:00
Tijl Coosemans
e7f2ff0875 Fix make extract when PACKAGE_BUILDING is defined and replace ${SRC_SUFX}
with .src.rpm for fmake.
2016-09-06 17:26:54 +00:00
Tijl Coosemans
46294697c1 Add linux_base-c7 port that installs CentOS 7 base packages.
PR:		210926
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2016-09-05 20:10:30 +00:00