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/syslog-ng36/Makefile

Number of commits found: 22

Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Wednesday, 31 Oct 2018
05:10 cy search for other commits by this committer
Rather than flag syslog-ng ports that do not support openssl111
unconditionally BROKEN under FreeBSD 12 & 13, only flag BROKEN
when security/openssl is not installed on systems after
openssl111 was committed to 12-CURRENT.

PR:		232710
Reported by:	linimon
Original commitRevision:483548 
Tuesday, 23 Oct 2018
16:34 jbeich search for other commits by this committer
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
Original commitRevision:482846 
Saturday, 13 Oct 2018
14:04 cy search for other commits by this committer
Be more specific about openssl breakage. Only on HEAD.

Reported by:	mat@
Original commitRevision:481985 
13:33 cy search for other commits by this committer
Deprecate, expire and flag BROKEN syslog-ng36 and syslog-ng37.
These ports are now broken by openssl111 in base.

Discussed with:	Peter Czanik (CzP) <peter.czanik@balabit.com>
Reviewed by:	Peter Czanik (CzP) <peter.czanik@balabit.com>
		Balabit / syslog-ng upstream
Original commitRevision:481979 
Thursday, 27 Sep 2018
22:59 linimon search for other commits by this committer
Fix build on gcc-based archs.

Tested on powerpc64, amd64.

While here, pet portlint.

PR:		231740
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:480832 
Wednesday, 5 Sep 2018
22:01 sunpoet search for other commits by this committer
Update devel/json-c to 0.13.1

- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		231007
Exp-run by:	antoine
Original commitRevision:479045 
Wednesday, 27 Jun 2018
13:55 mat search for other commits by this committer
Do not force stop services when a package is deinstalled.

Starting or stopping services is the role of pkg(8).

Sponsored by:	Absolight
Original commitRevision:473439 
Wednesday, 3 Jan 2018
13:36 sunpoet search for other commits by this committer
Update devel/json-c to 0.13

- Add TEST_TARGET
- While I'm here, fix shebang for net/opensips
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		224675
Exp-run by:	antoine
Original commitRevision:457965 
Thursday, 2 Nov 2017
21:41 olgeni search for other commits by this committer
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.

This round is @FreeBSD.org residents except teams.
Original commitRevision:453381 
Thursday, 5 Oct 2017
06:22 cy search for other commits by this committer
Move PKGNAMESUFFIX determination logic to a more appropriate place
in the Makefile.
Original commitRevision:451268 
Thursday, 29 Jun 2017
01:11 cy search for other commits by this committer
Move sysutils/syslog-ng-devel to sysutils/syslog-ng310. The syslog-ng
development team at Balabit has adopted a rolling release model for now.

Discussed with:		Peter Czanik (CzP) <peter.czanik@balabit.com>
			Balabit / syslog-ng upstream
Original commitRevision:444618 
Saturday, 13 May 2017
23:50 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)
Original commitRevision:440860 
Tuesday, 11 Apr 2017
15:21 mat search for other commits by this committer
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.

There are two cases:

- The upstream versionning is compatible with our versionning, or using
  DISTVERSION's magic leads to a compatible PORTVERSION, use
  DISTVERSION.  If it is possible to use DISTVERSIONPREFIX and
  DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
  DISTVERSION's magic does not lead to a correct PORTVERSION, then set
  PORTVERSION to the equivalent of our versionning, and set DISTNAME.
  It is possible to use a third variable where you store upstream's
  version and use it to compute PORTVERSION and/or DISTNAME, like the
  dns/bind9* ports do.

Sponsored by:	Absolight
Original commitRevision:438272 
Sunday, 5 Feb 2017
21:20 tijl search for other commits by this committer
- Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
  bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
  pre-makefile section to the options section so the variables can be used
  earlier.  Also put the bit of code sitting between the options section and
  the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT.  This variable is
  handled in bsd.default-versions.mk and some ports were setting it after
  including bsd.port.options.mk.  After FreeBSD 9 EoL all but a few ports,
  and then only when setting non-default options, work without setting that
  variable.

PR:		215996
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:433456 
Monday, 14 Nov 2016
03:15 danfe search for other commits by this committer
- Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
  matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
  their usage
Original commitRevision:426080 
Thursday, 15 Sep 2016
01:41 swills search for other commits by this committer
Unmark broken on powerpc64

These ports built successfully
Original commitRevision:422175 
Thursday, 18 Aug 2016
03:15 cy search for other commits by this committer
Move BROKEN_* lines together; make formatting the same.
Original commitRevision:420380 
Wednesday, 20 Jul 2016
15:33 mat search for other commits by this committer
Cleanup $() variables in ports Makefiles.

Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
Original commitRevision:418840 
Thursday, 21 Apr 2016
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Thursday, 24 Mar 2016
05:55 cy search for other commits by this committer
syslog-ng 3.7.3 is now good enough for general use. It is copied from
syslog-ng-devel to syslog-ng37. Suggested by Peter Czanik, our
syslog-ng upline representative from Balabit.

The old syslog-ng port now become syslog-ng36.

This is the first part of a two part commit.

Discussed with:	Peter Czanik (CzP) <peter.czanik@balabit.com>
		Balabit / syslog-ng upstream
Original commitRevision:411751 

Number of commits found: 22