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) combinatio for a given watch list. This is what FreshPorts will look for.

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

Number of commits found: 13

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
Wednesday, 21 Jan 2009
16:17 bsam search for other commits by this committer
In preparation for adding new linux (Fedora 8) infrastructure ports all linux
base ports were unified. Now it's linux_base-fc4 turn: devel/linux-glib2
is incorporated.

Changes:

* emulation/linux_base-fc4:
  . devel/linux-glib2 is incorporated;
  . CONFLICTS is fixed;
  . PORTREVISION is bumped;

* removed *_DEPENDS upon devel/linux-glib2 and PORTREVISION bumped:
  . accessibility/linux-atk;
  . astro/google-earth;
  . audio/linux-openal;
  . graphics/linux-XnViewMP;
  . www/linux-mplayer-plugin;
  . x11-toolkits/linux-gtk2;
  . x11-toolkits/linux-pango;

* devel/linux-glib2:
  . CONFLICTS is fixed;
  . DEPRECATED;
  . EXPIRATION_DATE is set;

Note: this should fix a bug for non-default linux base ports when glib2
      files were installed both by a linux base and by linux-glib2 ports.
Original commit
Saturday, 19 Apr 2008
20:51 bsam search for other commits by this committer
1. Add a symlink from /compat/linux/lib/librt.so.1 to
   /compat/linux/usr/lib/librt.so.1. This bug exists only
   at linux_base-fc4 _and_ osrelease=2.4.2.
2. Bump PORTREVISION.

Note: The symlink is created at pkg-install script since the first
run of '/compat/linux/sbin/ldconfig -r /compat/linux' seems to remove
the link.

Tijl Coosemans <tijl at ulyssis.org>:
-----
This is not really a bug of linux compat, but is because of the
following:

1. opening /path/to/somefile under linux compat first tries
   /compat/linux/path/to/somefile then /path/to/somefile.
2. linux binaries have two search paths for librt.so.1:
   /lib and /usr/lib.
3. fc4 has a librt.so.1 in /lib but it is rejected under 2.4.2
   emulation.
4. fc4 does not have a librt.so.1 under /usr/lib so when the runtime
   linker tries this search path it ends up opening FreeBSD
   /usr/lib/librt.so.1 (because of point 1) and fails.

By adding a softlink in /compat/linux/usr/lib to the librt.so.1 in
/compat/linux/lib, the linker doesn't open the FreeBSD librt.so.1
anymore. Instead, under 2.4.2, it rejects this lib and then tries an
internal search path /lib/obsolete/linuxthreads where it finds the
correct version. Under 2.6.16 the softlink doesn't change anything,
so imho this is something the fc4 port/package should deal with.
-----

PR:             121494
Submitted by:   Jason Bacon <jwbacon at tds.net>
Convinced by:   Tijl Coosemans <tijl at ulyssis.org>
Patched by:     bsam (me)
Original commit
Thursday, 10 Apr 2008
07:34 bsam search for other commits by this committer
. add CONFLICTS;
. add a script LINUXBASE/usr/bin/lp to allow some programs (e.g. Acrobat
  Reader) to print with default settings, MF-f8;
. deal (add and remove when necessary) with some share empty directories;
. bump PORTREVISION.
Original commit
Saturday, 23 Jun 2007
20:03 netchild search for other commits by this committer
Remove rpm, as we don't provide a compelete linux system (use linux_dist
if you need one). rpm2cpio(.pl)+port (it's easy, there are several examples
in the ports tree) is the FreeBSD way.

Note, rpm didn't work anyway because of missing libs, so no feature is lost
with this patch.

Non working rpm noticed by:     Anders Lindquist <andersl@KTH.SE>
XXX:                            fc6 needs a similar fix
Original commit
Friday, 18 Aug 2006
17:02 bsam search for other commits by this committer
o  update compat-db package to the latest (4.2.52-3.fc4)
   available for FC4, changes:
      libdb_cxx-4.1.so and libdb_cxx-4.2.so are added;
o  bump PORTREVISION;
o  some polishing: sort DISTFILES by name and same changes to distinfo.

Approved by:    netchild (mentor, implicit)
Original commit
Saturday, 12 Aug 2006
07:00 acm search for other commits by this committer
- Integrate linux-krb5-libs and linux-e2fsprogs to linux_base-fc4

Reviewed by:    bsam
Approved by:    netchild, garga (mentor)
Original commit
Sunday, 9 Jul 2006
20:50 bsam search for other commits by this committer
Prepare for linux infrostructure ports transition from FC3 to FC4:

o  move dealing with linux locale files (creating empty ones) for
   other linux ports to linux_base-fc4;
o  remove all empty directories creation from pkg-plist to pkg-install
   (which is executed when installing from ports tree and thus not only
   installing from a package will create empty directories);
o  substitute all @dirrmtry by @dirrm -- from package building point
   of view this package (linux_base) should be removed after all other
   linux ports. (approved in principle by mentor)

Approved by:    netchild (mentor, implicit)
Original commit
Friday, 7 Jul 2006
08:44 bsam search for other commits by this committer
The upgrading of linux infrostructure ports from FC3 to FC4 is coming
soon:

o  some empty linux mtree directories (which will be used by some other
   ports) are added;
o  PORTREVISION is bumpted.

Approved by:    netchild (mentor, implicit)
Original commit
Sunday, 2 Jul 2006
13:10 bsam search for other commits by this committer
o  unbreak i386-6-exp build of graphics/linux-sdl_image: remove        [1]
   LINUX_BASE/usr/doc dealing from devel/linux-sdl12
   to emulators/linux_base-fc4 -- this directory belongs to the
   linux mtree;
o  bump PORTREVISION for both ports;
o  update emulators/linux_base-fc4 distribution to info-4.8-8.fc4.2
   (previous one is not fetchable now).

Reported by:    linimon [1]
Approved by:    netchild (mentor, implicit)
Original commit
Tuesday, 27 Jun 2006
12:35 bsam search for other commits by this committer
o  fix pkg-plist at linux_base-fc4 to unbrake pointyhat building
   of x11-toolkits/linux-gtk ;-)
o  update x11-toolkits/linux-gtk to a newer version (FC3 -> FC4)
o  bump PORTREVISION for both ports

Pointed out by: pointyhat
Approved by:    netchild (mentor, implicit)
Original commit
Tuesday, 20 Jun 2006
13:45 itetcu search for other commits by this committer
- Fix DEPENDS.
- Bump PORTREVISION

Submitted by:   Adi Pircalabu <apircalabu@bitdefender.com>,
                Boris Samorodov <bsam@ipt.ru>
Original commit
Friday, 2 Jun 2006
20:50 netchild search for other commits by this committer
- finish repo copy from fc3 to fc4 by updating to fc4 and connecting to
  the build
- don't provide a var/log directory -> use the native one [1]

Submitted by:   Boris Samorodov <bsam@ipt.ru>
Suggested by:   netchild [1]
Repocopy by:    marcus
Original commit

Number of commits found: 13