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: polish/ekg2/Makefile

Number of commits found: 50

Sunday, 15 Sep 2019
17:28 antoine search for other commits by this committer
Deprecate a few ports
Original commitRevision:512125 
Monday, 5 Aug 2019
06:37 antoine search for other commits by this committer
Mark BROKEN: unfetchable
Original commitRevision:508138 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Original commitRevision:498476 
Saturday, 6 Apr 2019
19:48 antoine search for other commits by this committer
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
Original commitRevision:498183 
Saturday, 24 Feb 2018
22:35 rene search for other commits by this committer
Return pawel@'s ports to the pool after he resigned.

With hat:	portmgr
Original commitRevision:462871 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Tuesday, 27 Jun 2017
13:46 sunpoet search for other commits by this committer
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Original commitRevision:444463 
Saturday, 26 Nov 2016
23:41 jhale search for other commits by this committer
Update security/gpgme-* to 1.8.0

In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.

The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module.
Original commitRevision:427185 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 27 Mar 2016
14:58 tijl search for other commits by this committer
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:411990 
Friday, 11 Dec 2015
22:50 pawel search for other commits by this committer
- Switch to USES=shebangfix
- Convert to options helper
Original commitRevision:403569 
Saturday, 3 Jan 2015
08:47 mva search for other commits by this committer
- Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...

With hat:	python@
Original commitRevision:376110 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Saturday, 25 Oct 2014
12:43 pawel search for other commits by this committer
- Switch to gnutls for encryption, openssl from base fails to connect
  with Facebook chat servers recently [1]
- Install striped binaries

Reported by:	Wojciech Scigala [1]
Original commitRevision:371481 
Friday, 25 Jul 2014
08:32 pawel search for other commits by this committer
- Fix build on current
- Reword options descriptions to current standards
- Use CONFIGURE_WITH helper
Original commitRevision:362875 
Friday, 4 Jul 2014
20:28 tijl search for other commits by this committer
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports

Approved by:	portmgr (implicit, PORTREVISION bump on unstaged port)
Original commitRevision:360658 
Friday, 27 Jun 2014
17:21 miwi search for other commits by this committer
- Chase database/sqlite3 slib bump

Approved by:	portmgr (myself)
Original commitRevision:359586 
Tuesday, 27 May 2014
11:17 amdmi3 search for other commits by this committer
- Convert misc/xosd and dependent ports which need it (deskutils/xneur,
polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop
.la files
- Since xosd shlib version has changed, bump all ports which depend on it
- Stagify deskutils/xneur
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
Original commitRevision:355486 
Sunday, 20 Oct 2013
19:20 jhale search for other commits by this committer
- Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
  to what the author intended.  This effectively rolls the version
  number backwards, but should prevent future unneccesary version
  bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports
Original commitRevision:331057 
Saturday, 5 Oct 2013
16:52 pawel search for other commits by this committer
Add support for STAGEDIR
Original commitRevision:329478 
Friday, 20 Sep 2013
22:34 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
polish)
Original commitRevision:327761 
Thursday, 29 Aug 2013
15:01 pawel search for other commits by this committer
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
Original commitRevision:325602 
Thursday, 18 Jul 2013
14:07 pawel search for other commits by this committer
- Add NLS to OPTIONS_DEFINE this fixes failed plist
  substitution by OPTIONS_SUB=yes
- Remove MAKE_JOBS_SAFE, it's default now
Original commitRevision:323235 
Wednesday, 10 Jul 2013
19:41 pawel search for other commits by this committer
Convert my ports to current standards

- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
Original commitRevision:322729 
Tuesday, 11 Jun 2013
14:48 miwi search for other commits by this committer
- Correct plist
- Trim header

Reported by:	pkg (DEVELOPER_MODE)
Original commitRevision:320579 
Saturday, 27 Apr 2013
18:25 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
Original commitRevision:316683 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Thursday, 7 Feb 2013
17:06 pawel search for other commits by this committer
Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my ports
Original commitRevision:311874 
Friday, 3 Aug 2012
15:54 cs search for other commits by this committer
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
Original commit
Thursday, 7 Jun 2012
22:44 pawel search for other commits by this committer
Convert my ports to optionsNG
Original commit
Friday, 6 Jan 2012
15:27 pawel search for other commits by this committer
- Add UNICODE option (default off) which enables experimental unicode support
- Don't link to libidn when found on system
- Switch to bsd.port.options.mk
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Thursday, 31 Mar 2011
14:15 pawel search for other commits by this committer
- Update to 0.3.1
- Remove unneeded patch
- Fix hang on connecting to GaduGadu server

Approved by:    miwi (mentor)
Original commit
Wednesday, 23 Mar 2011
16:58 pawel search for other commits by this committer
- Update my email to FreeBSD

Approved by:    miwi, wen (mentors)
Original commit
Wednesday, 23 Feb 2011
15:36 miwi search for other commits by this committer
- update to version 0.3.0
- take maintainership
- mark MAKE_JOBS_SAFE
- add LICENSE info
- add optional building of several plugins

PR:             154919
Submitted by:   "Pawel Pekala" <c0rn@o2.pl> (maintainer)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Sunday, 22 Mar 2009
10:56 makc search for other commits by this committer
Fix build on 6-STABLE after adding --with-pthread to polish/libgadu
Original commit
Wednesday, 3 Sep 2008
02:26 linimon search for other commits by this committer
Reset alex@bsdguru.org due to maintainer-timeouts and no response to email.

Hat:            portmgr
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Friday, 25 Jul 2008
14:34 pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Original commit
12:24 pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Original commit
Friday, 6 Jun 2008
13:55 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
Saturday, 8 Sep 2007
08:20 trasz search for other commits by this committer
- Update to 0.1.1.

PR:             ports/116173
Submitted by:   trasz
Approved by:    maintainer (via irc), miwi (mentor, implicit)
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
Friday, 20 Apr 2007
07:52 trasz search for other commits by this committer
- Update to 20070303.

PR:             ports/111268
Submitted by:   trasz
Approved by:    maintainer (mentor miwi)
Original commit
Tuesday, 27 Mar 2007
20:27 pav search for other commits by this committer
- Fix after objformat removal

Reported by:    pointyhat
Original commit
Wednesday, 7 Jun 2006
12:10 miwi search for other commits by this committer
Update to 20060519

PR:             ports/97967
Approved by:    krion (mentor), maintainer
Original commit
Tuesday, 4 Apr 2006
23:57 edwin search for other commits by this committer
[maint update] polish/ekg2 fix 4.x compilation and upgrade

PR:             ports/95319
Submitted by:   Aleksander Fafula <alex@bsdguru.org>
Original commit
Monday, 3 Apr 2006
20:54 pav search for other commits by this committer
- Mark broken on 4.X

Reported by:    krismail
Original commit
Sunday, 2 Apr 2006
01:01 pav search for other commits by this committer
Text-based Gadu-Gadu (and other) client for Unix-like systems.
Gadu-Gadu is an ICQ-like messenger for polish language users.

EKG2 is similar to EKG. It has many improvements like Jabber
and IRC plugins. It is considered to be in its development stage,
so use with care.

WWW: http://ekg2.org/

PR:             ports/95214
Submitted by:   Aleksander Fafula <alex@bsdguru.org>
Original commit

Number of commits found: 50