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: graphics/kix-kmod/Makefile

Number of commits found: 25

Saturday, 4 Apr 2020
20:51 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:530719 
Wednesday, 6 Nov 2019
12:48 antoine search for other commits by this committer
Mark a few ports BROKEN, unfetchable
Original commitRevision:516880 
Tuesday, 11 Dec 2018
17:03 linimon search for other commits by this committer
These ports now build on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:487243 
Monday, 22 May 2017
16:04 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Original commitRevision:441468 
Sunday, 8 Jun 2014
19:51 olgeni search for other commits by this committer
Remove all space characters from Makefile assignments.

No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
Original commitRevision:357070 
Tuesday, 7 Jan 2014
17:43 rene search for other commits by this committer
- Stagify
- Fix MASTER_SITES and recalculate SHA256 checksum
- Pet portlint
- Include bsd.port.mk once

PR:		ports/185373
Submitted by:	rene
Approved by:	maintainer <jon@witchspace.com>
Original commitRevision:339014 
Saturday, 9 Nov 2013
19:13 rene search for other commits by this committer
Convert to USES=kmod, which removes duplicated code and ensures that all
required steps are followed.

There are no user-visible changes.  The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.

PR:		ports/183625
Submitted by:	myself
Approved by:	portmgr (bdrewery)
Exp-run by:	bdrewery
Original commitRevision:333329 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
12:54 bdrewery search for other commits by this committer
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1]
http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
Original commitRevision:327697 
Tuesday, 22 May 2012
16:10 jgh search for other commits by this committer
- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced

PR:     ports/165994
Submitted by: 4721@hushmail.com
Approved by: maintainer, jon@witchspace.com
Original commit
Friday, 17 Dec 2010
03:44 linimon search for other commits by this committer
Use the $SRC_BASE Makevar instead of hard-coding.  There is no longer
any need to provide the default definition; it is in bsd.port.mk.

Hat:            portmgr
Original commit
Tuesday, 12 Jan 2010
03:43 pgollucci search for other commits by this committer
- Chase the redirect
- Mirror the distfile locally (obtained from ftp.freebsd.org)
Original commit
03:35 pgollucci search for other commits by this committer
SUB_FILES += pkg-message

PR:             ports/142540
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:    Jonathan Belson <jon@witchspace.com> (maintainer)
Original commit
Sunday, 7 Oct 2007
02:56 edwin search for other commits by this committer
Replace all INSTALL_DATA/INSTALL_SCRIPT and INSTALL_PROGRAM/STRIP=
hacks to install kernel loadable modules correctly on amd64 platforms
with the new INSTALL_KLD command.

All PORTREVISIONS have been bumped to show when the new version of
installing became available.
Original commit
Friday, 29 Jun 2007
09:16 linimon search for other commits by this committer
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.

Hat:            portmgr
Original commit
Tuesday, 7 Mar 2006
17:10 kris search for other commits by this committer
Now fetchable again

Approved by:    portmgr (implicit)
Original commit
Monday, 26 Dec 2005
00:25 edwin search for other commits by this committer
Broken port: graphics/kix-kmod unfetchable

        - Marked as BROKEN, the tarball is unfetchable since 2004.
          Maybe the author could avaliable the tarball again.
        - Added project WWW.

PR:             ports/90803
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Original commit
Friday, 25 Feb 2005
04:29 imp search for other commits by this committer
Use ${SRC_BASE} in preference to /usr/src, per existing ports practice, when
overriding SYSDIR.
Original commit
03:29 imp search for other commits by this committer
Since this module doesn't compile cleaning with the warnings it has
requested, pass down WERROR= to keep the build from failing.

Also, since the build system passes SYSDIR for non-standard kernel
source locations, honor that variable when insisting that the kernel
source be available.
Original commit
Wednesday, 19 Jan 2005
16:59 vs search for other commits by this committer
Unquote IGNORE.

PR:             ports/76095
Submitted by:   Sam Lawrance
Original commit
Friday, 6 Feb 2004
13:12 trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
Original commit
Saturday, 10 Jan 2004
07:18 marcus search for other commits by this committer
Substitute BROKEN with IGNORE in cases where the port requires the src tree
to be present, or does not compile on certain versions of FreeBSD.  This
will potentially avoid needless compilations on bento, and has the added
benefit of improving certain reporting tools.  To most users, this change
is a no-op.

PR:             61090
Submitted by:   linimon
Original commit
Saturday, 18 Oct 2003
00:10 edwin search for other commits by this committer
undo yesterdays changes:

    > I'm a bit confused here - where am I using the -fpic flag?

    It comes from kmod.mk, I think.  Anyway, it turns out this is
    a bug in kmod.mk and kernel modules are not yet implemented on
    amd64.  The previous change should be backed out - sorry for
    the misleading suggestion.
Original commit
Friday, 17 Oct 2003
09:18 edwin search for other commits by this committer
Fix this port on the amd64 platform. (crosses fingers)

Noticed on: bento

Submitted by:   jon@witchspace.com
Original commit
Monday, 6 Oct 2003
01:23 edwin search for other commits by this committer
New port: kix-kmod : Syscons screen saver module

        A syscons module which bounces a colour-cycling line around
        the screen.  Tested under -STABLE and 5.0-RC2

PR:             ports/46766
Submitted by:   Jonathan Belson <jon@witchspace.com>
Original commit

Number of commits found: 25