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: lang/bigloo/Makefile

Number of commits found: 63

Saturday, 22 Jul 2017
11:01 antoine search for other commits by this committer
Deprecate ports BROKEN for more than 6 months
Original commitRevision:446387 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Wednesday, 15 Mar 2017
14:45 mat search for other commits by this committer
Remove all _USE=openssl occurrences.

Sponsored by:	Absolight
Original commitRevision:436248 
Saturday, 8 Oct 2016
21:02 antoine search for other commits by this committer
Mark BROKEN: fails to package

Reported by:	pkg-fallout
MFH:		2016Q4
Original commitRevision:423542 
Monday, 25 Apr 2016
16:13 mat search for other commits by this committer
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.

While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
Original commitRevision:414014 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Tuesday, 26 May 2015
00:16 amdmi3 search for other commits by this committer
- Strip libraries
Original commitRevision:387453 
Monday, 27 Apr 2015
10:29 ashish search for other commits by this committer
- Chase GNU Emacs updates

PR:		199553
Original commitRevision:384819 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
Wednesday, 5 Nov 2014
13:19 ashish search for other commits by this committer
- Chase GNU Emacs updates

PR:		194624
Original commitRevision:372191 
Saturday, 5 Jul 2014
12:19 tijl search for other commits by this committer
Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
Original commitRevision:360738 
Sunday, 18 May 2014
06:33 miwi search for other commits by this committer
- Package was rerolled in order to update manpages and documentation

PR:		187496
Submitted by:	ports fury
Original commitRevision:354394 
Saturday, 8 Mar 2014
16:25 antoine search for other commits by this committer
Mark BROKEN: Checksum and size mismatch
Original commitRevision:347520 
Thursday, 27 Feb 2014
08:50 miwi search for other commits by this committer
- Update to version 4.1a.2

PR:		187040
Submitted by:	Ports Fury
Original commitRevision:346266 
Tuesday, 7 Jan 2014
20:26 pawel search for other commits by this committer
- Update to version 4.0b
- Install additional manpages
- Use options subs, helpers
- Support staging

PR:		ports/181072
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Original commitRevision:339029 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Saturday, 17 Aug 2013
16:27 gerald search for other commits by this committer
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
Original commitRevision:324851 
Saturday, 30 Mar 2013
05:13 ashish search for other commits by this committer
GNU Emacs updates

editors/emacs:
 - Update to 24.3
 - Update CANNA patchset[1]
 - Unbreak ARM support by using the patch from emacs-devel port
 - Add missing INSTALLS_ICONS[2]
 - Remove a patch which is already integrated upstream
 - Fix Makefile header

editors/emacs-devel:
 - Update to bzr revision 112178
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

editors/emacs23:
 - Remove ABI versions from LIB_DEPENDS
 - Fix Makefile header
 - Add missing INSTALLS_ICONS[2]

Mk/bsd.emacs.mk:
 - Update major version for editors/emacs port

*:
 - Bump PORTREVISION to chase Emacs updates

PR:		ports/177428[2]
Submitted by:	Yuji TAKANO[1] (via private email), bdrewery[2]
Original commitRevision:315598 
Sunday, 10 Feb 2013
07:52 miwi search for other commits by this committer
- Update to 4.0.a

PR:		174204
Submitted by:	ports fury
Original commitRevision:311997 
Monday, 10 Dec 2012
19:11 mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Original commitRevision:308630 
Tuesday, 4 Sep 2012
17:05 ashish search for other commits by this committer
Chase Emacs updates
Original commitRevision:303664 
Wednesday, 1 Aug 2012
16:50 ashish search for other commits by this committer
- Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
Original commit
Sunday, 17 Jun 2012
20:05 sylvio search for other commits by this committer
- Update to version 3.8c

PR:             ports/169003
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Wednesday, 13 Jun 2012
05:13 bapt search for other commits by this committer
Convert to new options framework
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 22 Feb 2012
13:31 ashish search for other commits by this committer
- Chase Emacs updates

PR:             ports/165082
Original commit
Sunday, 13 Nov 2011
03:27 eadler search for other commits by this committer
- gcc45 is no more

Submitted by:   gerald
Feature safe:   yes
Original commit
Sunday, 23 Oct 2011
17:04 ehaupt search for other commits by this committer
- Update to 3.7a [1]
- Use OpenSSL by default as an effort to provide sensible default values

PR:             161596 [1]
Submitted by:   KATO Tsuguru <tkato432@yahoo.com> [1]
Original commit
Monday, 17 Oct 2011
06:01 ashish search for other commits by this committer
- Chase editors/emacs update
Original commit
Wednesday, 7 Sep 2011
20:21 ashish search for other commits by this committer
Chase editors/emacs update
Original commit
Saturday, 27 Aug 2011
22:22 ashish search for other commits by this committer
Chase editors/emacs update.

PR:             ports/160196
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Sunday, 20 Dec 2009
20:19 bsam search for other commits by this committer
Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!).  [1]

Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.

Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.

Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23:
. japanese/egg-canna (the port version is dated as of 2001,
  does not compile with Emacs 23 and seems it cannot be fixed);
. deskutils/remember.el (was incorporated into Emacs 23);
. editors/nxml (was incorporated into Emacs 23).

Changes that were made after (and as a result of) exp run. For
those ports:
. japanese/migemo-emacs21;
. japanese/migemo-emacs22
EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate
emacs port name.

PR:             ports/137956 [1], ports/141369 [2]
Submitted by:   Ashish SHUKLA <wahjava at gmail.com>  [1],
                bsam (me)  [2]
Exp-run by: miwi
Original commit
Thursday, 19 Nov 2009
22:07 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Thursday, 18 Jun 2009
12:20 miwi search for other commits by this committer
- Update to 3.2b.2

PR:             135642
Submitted by:   Ports Fury
Original commit
Thursday, 28 May 2009
23:49 miwi search for other commits by this committer
- Update to 3.2b

PR:             135035
Submitted by:   Ports Fury
Original commit
Saturday, 14 Mar 2009
14:10 miwi search for other commits by this committer
- Update to 3.2a.2

PR:             132472
Submitted by:   Ports Fury
Original commit
Wednesday, 14 Jan 2009
09:12 miwi search for other commits by this committer
- Update to 3.2a

PR:             130457
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Wednesday, 10 Dec 2008
07:35 linimon search for other commits by this committer
Mark as broken on sparc64.

Hat:    portmgr
Original commit
Monday, 23 Jun 2008
10:51 miwi search for other commits by this committer
- Update to 3.1a

PR:             124846
Submitted by:   Ports Fury
Original commit
Tuesday, 17 Jun 2008
18:01 pav search for other commits by this committer
- Builds now on amd64

Reported by:    pointyhat
Original commit
Friday, 6 Jun 2008
13:41 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Thursday, 10 Jan 2008
23:19 miwi search for other commits by this committer
- Update to 3.0c.4

PR:             119500
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Friday, 14 Dec 2007
18:45 miwi search for other commits by this committer
- Update to 3.0c

PR:             118600
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 6 Sep 2006
01:24 linimon search for other commits by this committer
Reset inactive maintainer who has not responded to email.

Hat:            portmgr
Original commit
Tuesday, 9 May 2006
20:52 edwin search for other commits by this committer
Remove USE_REINPLACE from the categories starting with L
Original commit
Saturday, 28 Jan 2006
02:11 linimon search for other commits by this committer
 - Fix possibility of "infinite make fork" when "Registering install for ..."
   EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:     ports/37596 [1], ports/57259 [2], ports/63216 [3],
        ports/89448 [4], ports/89710 [5], ports/88996 [6],
        ports/89260 [7], ports/89363 [8], ports/89809 [9],
        ports/89853 [10], ports/91086 [11], ports/91710 [12],
        ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:   Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
                Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
                <jamie at thompson dot bishopston dot net>, tobez [4], Mark
                Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
                pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
                dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
                netchild [11], erwin [14]
Reviewed by:    kris, clement (partially)
Original commit
Monday, 5 Dec 2005
00:53 edwin search for other commits by this committer
Remove install-info from Makefile, it's automatically done when INFO is defined
Original commit
Saturday, 26 Mar 2005
20:25 kris search for other commits by this committer
This is still broken on !i386, so add back BROKEN commented out in the
previous revision.

Approved by:    portmgr (self)
Original commit
Sunday, 13 Feb 2005
20:30 pav search for other commits by this committer
- Install docs under share/doc instead of doc

PR:             ports/76413
Submitted by:   Florent Thoumie <flz@xbsd.org>
Approved by:    maintainer timeout (3 weeks)
Original commit
Friday, 26 Mar 2004
23:20 kris search for other commits by this committer
This is broken on amd64 as well.
Original commit
Thursday, 26 Feb 2004
08:07 kris search for other commits by this committer
BROKEN on !i386 and !amd64: does not compile
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
Tuesday, 30 Dec 2003
09:05 edwin search for other commits by this committer
unbreak lang/bigloo

Noticed by:     Kimura Fuyuki <fuyuki@nigredo.org>
Original commit
Sunday, 21 Dec 2003
14:48 krion search for other commits by this committer
- Update to 2.6b

PR:             60387
Submitted by:   maintainer
Original commit
Saturday, 20 Dec 2003
10:22 linimon search for other commits by this committer
Mark as broken with latest gcc.  Informed maintainer.
Original commit
Thursday, 28 Aug 2003
00:01 edwin search for other commits by this committer
Use the virtual category "scheme" (part ii)

        Add the virtual category "scheme" to the maintained ports
        (except sxm). I guess no maintainer would deny this trivial
        change.

PR:             ports/56052
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Original commit
Friday, 21 Feb 2003
12:35 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 20 Jan 2003
05:06 edwin search for other commits by this committer
New port: lang/bigloo - A Scheme interpreter and native code compiler

        This is a port of Bigloo, a Scheme system which includes a
        compiler generating C code and Java classes and an interpreter.
        Bigloo is the tool of choice for the construction of small
        autonomous applications in Scheme. Bigloo is mostly conformant
        to the Revised5 Report on the Algorithmic Language Scheme
        with many extensions.

PR:             ports/40644
Submitted by:   Stanislav Grozev <tacho@factline.com>
Original commit

Number of commits found: 63