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: sysutils/jfbterm/files/patch-configure

Number of commits found: 2

Wednesday, 22 Sep 2010
05:40 pgollucci search for other commits by this committer
Dispose of autotools[1]. While here fix these bugs:
- GCC 4.4+ build (#elif with no expression)
- use ENABLE_VGA16FB on amd64 (configure-script expects x86_64)

and
- move libiconv, libpng and gnu-unifont to respective options.
All ON by default. With all options unset = empty all-depends-list.

Requested by: paradox <ddkprog@yahoo.com>

[1] This should reduce build time and lessen dependencies with little
cost of maintaining more clear BSDmakefile and config.h that
were based on Makefile.am, configure.in and config.h.in.

Fix png14 regression

Use PREFIX in man pages, config, pkg-message
and drop redundant PKGMESSAGE assign as well

Re-adding ONLY_FOR_ARCHS that was removed by lippe@ in r1.5 because
while it builds fine the package may not work on archs without VESA support.

All options are ON in order for package to work with default configuration.

Tested building with BSDmakefile a bit on NetBSD and using
devel/bmake port. Perhaps, it can be included upstream.

PR:             ports/139107 (bsdmake), ports/146230 (png14), ports/146271
(PREFIX)
                ports/150759 [this pr]
Submitted by:   Anonymous <swell.k@gmail.com>
Original commit
Friday, 12 Mar 2010
20:39 jkim search for other commits by this committer
- Enable support for 16-color mode on amd64.
- Make MTRR range for write-combining always power of two.
- Clear the memory range when we are exiting.

Okay'ed by:     nrg milk (bsdports at mail dot com) (maintainer)
Original commit

Number of commits found: 2