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: security/opencdk/Makefile

Number of commits found: 52

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
16:26 antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
Original commitRevision:516897 
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 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Wednesday, 4 Nov 2015
17:54 amdmi3 search for other commits by this committer
- Add LICENSE
- Switch to options helpers
- Drop @dirrm* from plist
- Pet portlint
- Fix WWW:

Approved by:	portmgr blanket
Original commitRevision:400751 
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, 2 Jan 2015
18:46 pi search for other commits by this committer
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends

Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
Original commitRevision:376062 
Thursday, 18 Sep 2014
19:33 amdmi3 search for other commits by this committer
- Drop .la files, no dependees require them

Approved by:	portmgr blanket
Original commitRevision:368510 
Wednesday, 30 Jul 2014
03:57 pi search for other commits by this committer
security/libgcrypt: 1.5.3_3 -> 1.6.1

- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
Original commitRevision:363436 
Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Wednesday, 23 Apr 2014
13:25 tijl search for other commits by this committer
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
Original commitRevision:351936 
Thursday, 6 Mar 2014
15:27 bapt search for other commits by this committer
USES=libtools fixes overlinking but reveals when upstream fails at properly
define libraries to link against.

Properly link tests binaries with libgcrypt, this fixed builds on 10 and HEAD
as well as with ports binutils (ld(1) is not recursive in those case)

Reported by:	novel, pkg-fallout
Original commitRevision:347258 
Sunday, 2 Mar 2014
22:50 bapt search for other commits by this committer
Support stage
Convert to USES=libtool
Use modern LIB_DEPENDS
Original commitRevision:346829 
Friday, 20 Sep 2013
22:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Original commitRevision:327769 
Saturday, 31 Aug 2013
00:11 bapt search for other commits by this committer
Eradicate USE_GNOME=pkgconfig from security
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5
Original commitRevision:325745 
Friday, 3 May 2013
16:36 ehaupt search for other commits by this committer
Chase security/libgcrypt update
Original commitRevision:317220 
Sunday, 3 Jul 2011
11:40 swills search for other commits by this committer
- Chase the libgcrypt shared lib version
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Tuesday, 27 Jul 2010
01:25 wxs search for other commits by this committer
Chase security/libgcrypt shlib bump.

PR:             ports/148755
Submitted by:   Hirohisa Yamaguchi <umq@ueo.co.jp>
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Tuesday, 6 Jan 2009
13:01 rafan search for other commits by this committer
- Bump PORTREVISION due to share library version bump in security/libgcrypt

PR:              ports/127478
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
Thursday, 19 Jun 2008
05:00 novel search for other commits by this committer
- Update to 0.6.6
- Drop obsolete mastersites
Original commit
Friday, 6 Jun 2008
14:01 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, 28 Feb 2008
21:47 arved search for other commits by this committer
Chase libgcrypt library version
Original commit
Wednesday, 31 Oct 2007
05:40 novel search for other commits by this committer
Update to 0.6.0 - the versioin compatible with the current version
of gnutls in ports. Therefore, it fixes the problem described in
ports/117671.

Approved by:    portmgr (pav)
Original commit
Wednesday, 14 Feb 2007
12:09 novel search for other commits by this committer
Update to 0.5.13.
Original commit
Tuesday, 2 Jan 2007
10:35 novel search for other commits by this committer
Update to 0.5.11.
Original commit
Saturday, 12 Aug 2006
07:01 novel search for other commits by this committer
Update to 0.5.9.
Original commit
Saturday, 13 May 2006
04:15 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with S
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
Friday, 3 Feb 2006
10:09 novel search for other commits by this committer
Update to 0.5.8.
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
Tuesday, 30 Aug 2005
14:28 sergei search for other commits by this committer
- Pass maintainership of gnutls, libtasn1 and opencdk ports to
  Roman Bogorodskiy (novel) who kindly agreed to look after them
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Monday, 7 Feb 2005
12:16 sergei search for other commits by this committer
- Attempt to check PGP signature of the tarball (using experimental
  USE_GPG support in bsd.port.mk)
Original commit
Tuesday, 11 Jan 2005
14:53 arved search for other commits by this committer
Update libgcrypt to 1.2.1. Changes:
        * made the code try to lock secure memory pool not only when running as
          root,
        * fixed type usage in Serpent,
        * made the code mix the PID into the entropy pool for better protection
          after a fork,
        * fixed memory leak in RSA.
        * fixed alignment problems in Rijndael,
        * fixed memory leak in gcry_pk_sign(),
        * fixed broken pointer access in gcry_ac_open(),
        * updated the documentation,
        * fixed several other bugs.
Chase Shared library version and bump PORTREVISION of affected ports.
Original commit
Friday, 6 Aug 2004
22:45 sergei search for other commits by this committer
- Update to 2.5.5
- Switch to using libtool 1.5 installed from ports
Original commit
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Original commit
Monday, 3 May 2004
13:57 arved search for other commits by this committer
Update libgcrypt to the new stable version 1.2.0
Retire libgcrypt-devel

Switch back to security/libgcrypt and bump PORTREVISION for
- gnutls
- gnutls-devel
- gsasl
- opencdk
- vpnc

libggz:
- Remove dependency on libgcrypt, because the port does not yet
work with the new libgcrypt

libksba:
- Update to 0.9.5
- Pass maintainership to lofi, who already maintains the other
aegypten ports.

Approved by:    lofi

wmbiff:
Switch to security/libgcrypt but no PORTREVISION bump, because the
dependency is optional and the port does not work with the new
libgcrypt and needs to be updated.

No action, because ports don't work with the new libgcrypt and need
to be updated, maintainers informed:
security/newpg
security/pinentry
security/dirmngr
emulators/fuse
emulators/libspectrum
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
Wednesday, 10 Mar 2004
05:24 sergei search for other commits by this committer
- Update to 0.5.4

Forgotten by:   sergei
Reminded by:    Herbert J. Skuhra <herbert.skuhra@gmx.at>
Original commit
Thursday, 23 Oct 2003
05:42 sergei search for other commits by this committer
Change to my @FreeBSD.org address.

Approved by:    krion
Original commit
Friday, 26 Sep 2003
11:20 krion search for other commits by this committer
- Backout last commit to build gnutls successfully
- Bump PORTEPOCH

Submitted by:   maintainer
Discussed with: gnutls developers, maintainer
Original commit
Wednesday, 24 Sep 2003
09:09 krion search for other commits by this committer
- Update to 0.5.1

PR:             57141
Submitted by:   maintainer
Original commit
Thursday, 27 Feb 2003
20:32 naddy search for other commits by this committer
- Update to 0.4.5
- Use DOCSDIR and EXAMPLESDIR in pkg-plist

PR:             48705
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Original commit
Friday, 21 Feb 2003
13:26 knu search for other commits by this committer
De-pkg-comment.
Original commit
Saturday, 15 Feb 2003
11:08 arved search for other commits by this committer
Use MASTER_SITE_GNUPG
Original commit
Tuesday, 28 Jan 2003
22:15 nork search for other commits by this committer
- Make portlint happy (remove space at EOL)
- Remove useless .la files
- Make REINPLACE_CMD invocation a bit more readable (at least IMO)

PR:             ports/47524
Submitted by:   Sergei Kolobov <sergei@kolobov.com> (maintainer)
Original commit
Friday, 24 Jan 2003
23:13 arved search for other commits by this committer
Unbreak on CURRENT. Re-sort MASTER_SITES

PR:             47439
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Original commit
Saturday, 18 Jan 2003
21:30 arved search for other commits by this committer
Add opencdk, Open Crypto Development Kit, libary for basic parts of the OpenPGP
message format

PR:             47103
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Original commit

Number of commits found: 52