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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: emulators/linux_base-f10/pkg-plist

Number of commits found: 17

Friday, 4 Nov 2016
15:43 jkim search for other commits by this committer
Fix modes for /compat/linux/sys.

This commit is analogous to r425303 and r425309 for /compat/linux/proc.

MFH:		2016Q4
Original commitRevision:425333 
10:37 antoine search for other commits by this committer
Apply r425303 to linux_base-f10: Fix modes for /compat/linux/proc
Original commitRevision:425309 
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.
- 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)
Original commitRevision:421387 
Tuesday, 9 Dec 2014
17:47 xmj search for other commits by this committer
Force PREFIX to LINUXBASE

Using pkg with linux packages will generate conflicts with non-linux ports if
PREFIX is set in make.conf. If USE_LINUX_PREFIX is defined, force PREFIX to
LINUXBASE, which can be overridden separately.

Differential Revision:	https://reviews.freebsd.org/D1265
Approved by:    koobs, swills (mentors)
Original commitRevision:374415 
Tuesday, 2 Dec 2014
18:37 xmj search for other commits by this committer
linux_base-f10/c6: add missing gmp

- expr(1) and factor(1) currently shipped with linux emulation fail, due to
  missing gmp libraries. Add these to allow the correct behavior
- Bump PORTREVISIONs

PR: 		195084
Differential Revision:	https://reviews.freebsd.org/D1252
Submitted by:	Jan Beich <jbeich@vfemail.net>
Approved by:	swills (mentor)
Original commitRevision:373778 
Thursday, 13 Nov 2014
17:51 antoine search for other commits by this committer
Cleanup plist
Original commitRevision:372533 
Monday, 22 Sep 2014
10:40 xmj search for other commits by this committer
Update CentOS base to 6.5, add userland ports

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.
Original commitRevision:368845 
Friday, 4 Oct 2013
15:45 rene search for other commits by this committer
- Add staging support [1]
- Remove some default assignments
Submitted by:	bapt [1] (partially)
Original commitRevision:329329 
Thursday, 18 Apr 2013
10:34 tijl search for other commits by this committer
Create empty locale directories to fix linux-f10-gtk2 package.
This partially reverts r315685.

Feature safe:	yes
Original commitRevision:316035 
Tuesday, 16 Apr 2013
20:38 tijl search for other commits by this committer
Add some symlinks to linux_base-f10 for executables that exist in /usr/bin
on Linux but /bin on FreeBSD. This guarantees that Linux shell scripts run
the Linux executables and not the FreeBSD ones.

No objection from:	-emulation
PR:		ports/176819
Feature safe:	yes
Original commitRevision:315899 
Tuesday, 2 Apr 2013
18:25 rene search for other commits by this committer
Fix pkg-plist warnings found by pkgng: do not try to delete empty
directories which are only created when installed as a package.
Do not create these directories either in that case.

While here, convert Makefile header.

Approved by:	portmgr (bapt)
Original commitRevision:315685 
Tuesday, 26 Jun 2012
07:56 gahr search for other commits by this committer
- Add gamin to linux_base (required by libgiofam, already part of the port)
- Bump PORTREVISION

Reviewed by:    emulation (netchild@)
Approved by:    emulation (netchild@)
Original commit
Monday, 13 Sep 2010
18:39 nox search for other commits by this committer
- Update elfutils rpms to 0.142-1.fc10

PR:             ports/150133 (related to)
Original commit
Tuesday, 8 Sep 2009
09:16 bsam search for other commits by this committer
Remove /compat/linux/media from linux_base ports since the native
FreeBSD /media can not be accessed by a linux application.

PR:             ports/138169
Submitted by:   Martin Laabs <info at martinlaabs.de>
Original commit
Saturday, 8 Aug 2009
16:01 bsam search for other commits by this committer
. update packages to the most recent:
   - e2fsprogs-1.41.4-6.fc10;
   - e2fsprogs-libs-1.41.4-6.fc10;
   - elfutils-0.141-1.fc10;
   - glib-1.2.10-32.fc10.
. bump PORTREVISION.
Original commit
Monday, 1 Jun 2009
17:26 bsam search for other commits by this committer
Here are new Linux Fedora 10 infrastructure ports.

Those ports are intended to be used with 8-CURRENT at least
with SVN r192206.

If you want to switch to linux-f10 ports, please define at /etc/make.conf:
  OVERRIDE_LINUX_BASE_PORT=f10
  OVERRIDE_LINUX_NONBASE_PORTS=f10

An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401
and 20070327.

For the first time all tested linux ports work as expected(!):
. acroread8;
. google-earth;
. skype;
. seamonkey.

Many thanks for kernel folks who really did the main work
(and I wrote only some lines of ports).

There is a good chance that those ports may become a default
for 8.0-RELEASE. Please, test and report back to emulation@ ML.
Original commit
Tuesday, 12 May 2009
14:54 bsam search for other commits by this committer
Repocopies finished:
-----
accessibility/linux-f8-atk -> accessibility/linux-f10-atk
archivers/linux-f8-ucl -> archivers/linux-f10-ucl
archivers/linux-f8-upx -> archivers/linux-f10-upx
audio/linux-f8-alsa-lib -> audio/linux-f10-alsa-lib
audio/linux-f8-arts -> audio/linux-f10-arts
audio/linux-f8-esound -> audio/linux-f10-esound
audio/linux-f8-freealut -> audio/linux-f10-freealut
audio/linux-f8-libaudiofile -> audio/linux-f10-libaudiofile
audio/linux-f8-libogg -> audio/linux-f10-libogg
audio/linux-f8-libvorbis -> audio/linux-f10-libvorbis
audio/linux-f8-openal -> audio/linux-f10-openal
audio/linux-f8-sdl_mixer -> audio/linux-f10-sdl_mixer
databases/linux-f8-sqlite3 -> databases/linux-f10-sqlite3
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 17