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: devel/ffcall/Makefile

Number of commits found: 34

Saturday, 1 Jul 2017
20:28 ultima search for other commits by this committer
* Updated to 1.13
* New maintainer Jov <amutu@amutu.com>
* License changed to GPLv2+

Changelog:
https://lists.freebsd.org/pipermail/freebsd-ports/2017-June/109211.html

PR:		220250
Submitted by:	Jov <amutu@amutu.com> (maintainer)
Reviewed by:	lifanov (mentor), matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11428
Original commitRevision:444836 
Tuesday, 27 Jun 2017
15:32 tobik search for other commits by this committer
Enable building of shared libraries

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D11352
Original commitRevision:444468 
Saturday, 29 Apr 2017
06:32 linimon search for other commits by this committer
Provide more descriptive error messages for ports failing on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:439720 
Monday, 28 Nov 2016
10:11 linimon search for other commits by this committer
Mark as broken on various tier-2 archs.  Remove dead mastersite.
Original commitRevision:427293 
Thursday, 21 Apr 2016
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Friday, 29 Aug 2014
21:26 tijl search for other commits by this committer
- Add USES=libtool
- Simplify CONFIGURE_TARGET logic
Original commitRevision:366565 
Thursday, 29 May 2014
15:09 miwi search for other commits by this committer
- Convert gmake, bzip2 to USES

Approved by:	portmgr
Original commitRevision:355707 
Tuesday, 28 Jan 2014
16:47 miwi search for other commits by this committer
- Stage support
Original commitRevision:341635 
Friday, 20 Sep 2013
17:04 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Original commitRevision:327723 
Sunday, 16 Sep 2012
19:07 dinoex search for other commits by this committer
- drop maintainership
Original commitRevision:304378 
Friday, 4 Jun 2010
13:49 dinoex search for other commits by this committer
LICENSE GPLv2
Original commit
Saturday, 14 Nov 2009
06:52 dinoex search for other commits by this committer
- mark MAKE_JOBS_UNSAFE
PR:             140428
Submitted by:   Dmitry Marakasov
Original commit
Friday, 16 Jan 2009
16:28 dinoex search for other commits by this committer
- set NO_PACKAGE
author claims that generated callback funtions are derivated work
Original commit
Saturday, 8 Jul 2006
05:15 dinoex search for other commits by this committer
- fix build on sparc64
PR:             99898
Submitted by:   ahze (Michael Johnson)
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Sunday, 2 Oct 2005
05:38 dinoex search for other commits by this committer
- fix url
- extend MASTER_SITES
reported by:    Mark Linimon
Original commit
Friday, 13 May 2005
20:26 dinoex search for other commits by this committer
- force -fPIC on all architectures
Original commit
Saturday, 15 Jan 2005
11:12 dinoex search for other commits by this committer
- make portlint happy
Original commit
Thursday, 13 Jan 2005
20:19 dinoex search for other commits by this committer
- update to ffcall-1.10
Original commit
Friday, 20 Aug 2004
20:30 dinoex search for other commits by this committer
- update to build with libtool-1.5
Original commit
Wednesday, 4 Aug 2004
12:05 dinoex search for other commits by this committer
- support amd64
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Original commit
Friday, 20 Feb 2004
05:50 dinoex search for other commits by this committer
- udpate to 1.9
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Thursday, 20 Feb 2003
18:26 dinoex search for other commits by this committer
- add COMMENT
Original commit
Friday, 31 Jan 2003
07:13 dinoex search for other commits by this committer
- fix spelling of alpha
Original commit
Thursday, 30 Jan 2003
20:39 dinoex search for other commits by this committer
- ONLY_FOR_ARCHS, spac64 not supported
Original commit
Wednesday, 22 Jan 2003
19:14 dinoex search for other commits by this committer
- make portlint happier
Original commit
Saturday, 11 Jan 2003
14:57 dinoex search for other commits by this committer
- update to newer release
- MASTER_SITE_GNUSTEP
Original commit
14:29 dinoex search for other commits by this committer
- Take maintainership
- use tabs
Original commit
Friday, 31 Aug 2001
15:20 sobomax search for other commits by this committer
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.    
Original commit
Saturday, 31 Mar 2001
02:37 will search for other commits by this committer
Add ffcall 1.8, a set of foreign function call libraries.    
Original commit

Number of commits found: 34