non port: Mk/Uses/linux.mk |
Number of commits found: 115 (showing only 15 on this page) |
Friday, 26 May 2017
|
10:26 tijl
Update to CentOS 6.9.
PR: 218732
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
 |
Friday, 31 Mar 2017
|
15:17 mat
Remove ALWAYS_KEEP_DISTFILES, it cannot find code where it was ever
used.
Sponsored by: Absolight
 |
Tuesday, 31 Jan 2017
|
20:32 tijl
Enable i386 support to Linux CentOS 7 ports.
PR: 216646
 |
16:54 tijl
- 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.
 |
Thursday, 19 Jan 2017
|
16:24 woodsb02
Add devel/linux-c6-libsoup
 |
15:44 tijl
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>
 |
Tuesday, 3 Jan 2017
|
07:24 rene
Remove support for FreeBSD < 10.3 from Mk/*
This does not yet convert the files to bmake.
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D9016
 |
Saturday, 31 Dec 2016
|
16:47 rene
Drop support for Linux Fedora 10 (infrastructure part)
Submitted by: rene
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D8653
 |
Thursday, 8 Dec 2016
|
13:46 tijl
Simplify USES=linux do-install and add support for architecture specific
distfiles.
 |
Saturday, 5 Nov 2016
|
13:25 tijl
Add linux-c7-harfbuzz and linux-c7-graphite2, needed by linux-c7-pango.
PR: 214232
 |
Friday, 4 Nov 2016
|
17:13 tijl
Add linux-c6-libelf, needed by linux-c6-dri.
 |
10:48 tijl
Remove linux-c6-libGLU and linux-c7-libGLU. They were used in combination
with nvidia-driver but linux-*-dri is now used instead.
 |
Wednesday, 19 Oct 2016
|
14:50 tijl
Add Linux CentOS 7 infrastructure ports.
Mk/Uses/linux.mk changes:
- Add support for architecture neutral (noarch) distfiles.
- Add support for 64-bit only ports: set IGNORE on i386 and don't install
32-bit compat libraries on amd64.
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision: https://reviews.freebsd.org/D7886
 |
Wednesday, 7 Sep 2016
|
12:43 tijl
- In Uses/linux.mk use the loop variable directly when appending to
*_DEPENDS. Helper variables derived from the loop variable aren't
expanded causing *_DEPENDS to be incorrect.
- Bump all ports with more than one value in USE_LINUX.
PR: 211645
Reported by: jkim
 |
Monday, 5 Sep 2016
|
19:23 tijl
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
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. (Only the first 15 lines of the commit message are shown above )
 |
Number of commits found: 115 (showing only 15 on this page) |