notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: Mk/Uses/linux.mk

Number of commits found: 115 (showing only 15 on this page)

«  1 | 2 

Friday, 26 May 2017
10:26 tijl search for other commits by this committer
Update to CentOS 6.9.

PR:		218732
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Original commitRevision:441768 
Friday, 31 Mar 2017
15:17 mat search for other commits by this committer
Remove ALWAYS_KEEP_DISTFILES, it cannot find code where it was ever
used.

Sponsored by:	Absolight
Original commitRevision:437366 
Tuesday, 31 Jan 2017
20:32 tijl search for other commits by this committer
Enable i386 support to Linux CentOS 7 ports.

PR:		216646
Original commitRevision:432953 
16:54 tijl search for other commits by this committer
- 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.
Original commitRevision:432937 
Thursday, 19 Jan 2017
16:24 woodsb02 search for other commits by this committer
Add devel/linux-c6-libsoup
Original commitRevision:431885 
15:44 tijl search for other commits by this committer
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>
Original commitRevision:431882 
Tuesday, 3 Jan 2017
07:24 rene search for other commits by this committer
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
Original commitRevision:430441 
Saturday, 31 Dec 2016
16:47 rene search for other commits by this committer
Drop support for Linux Fedora 10 (infrastructure part)

Submitted by:	rene
Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D8653
Original commitRevision:430141 
Thursday, 8 Dec 2016
13:46 tijl search for other commits by this committer
Simplify USES=linux do-install and add support for architecture specific
distfiles.
Original commitRevision:428117 
Saturday, 5 Nov 2016
13:25 tijl search for other commits by this committer
Add linux-c7-harfbuzz and linux-c7-graphite2, needed by linux-c7-pango.

PR:		214232
Original commitRevision:425389 
Friday, 4 Nov 2016
17:13 tijl search for other commits by this committer
Add linux-c6-libelf, needed by linux-c6-dri.
Original commitRevision:425343 
10:48 tijl search for other commits by this committer
Remove linux-c6-libGLU and linux-c7-libGLU.  They were used in combination
with nvidia-driver but linux-*-dri is now used instead.
Original commitRevision:425313 
Wednesday, 19 Oct 2016
14:50 tijl search for other commits by this committer
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
Original commitRevision:424259 
Wednesday, 7 Sep 2016
12:43 tijl search for other commits by this committer
- 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
Original commitRevision:421496 
Monday, 5 Sep 2016
19:23 tijl search for other commits by this committer
- 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 View all of this commit message)
Original commitRevision:421387 

Number of commits found: 115 (showing only 15 on this page)

«  1 | 2