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/libgcrypt/Makefile

Number of commits found: 127 (showing only 27 on this page)

«  1 | 2 

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
Tuesday, 18 Oct 2005
17:32 arved search for other commits by this committer
Update to 1.2.2

Noteworthy changes are:
 * Made the RNG immune against fork without exec.
 * Minor changes to some function declarations.  Buffer arguments are
   now typed as void pointer.  This should not affect any compilation.
 * A bug in the definition of gcry_cipher_register has been fixed.
Original commit
Friday, 27 May 2005
13:53 arved search for other commits by this committer
Fix build on powerpc
Original commit
Friday, 22 Apr 2005
08:30 arved search for other commits by this committer
Bump PORTREVISION for previous change.

Reported by:    pointyhat
Original commit
Wednesday, 20 Apr 2005
13:41 arved search for other commits by this committer
Remove USE_PERL

PR:             80046
Submitted by:   leeym
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
Wednesday, 13 Oct 2004
07:59 arved search for other commits by this committer
Use libtool 15
Original commit
Saturday, 4 Sep 2004
06:28 arved search for other commits by this committer
 managed to break this just in time for the ports freeze.

Submitted by:   lofi, eik
Approved by:    portmgr (eik)
Original commit
Friday, 3 Sep 2004
21:37 arved search for other commits by this committer
Nuke the gnupg sigchecking code. There are bugs and I don't have the time
to work on this now.

PR:             66417
Submitted by:   Lupe Christoph <lupe@lupe-christoph.de>
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
Saturday, 12 Jun 2004
14:12 arved search for other commits by this committer
Add EXTRACT_ONLY

Noticed by:     bsdtar
Original commit
Saturday, 8 May 2004
10:25 arved search for other commits by this committer
Fix pkg-plist

Reported by:                            kris, markus
Pointy hat (not 216.136.204.22) to:     arved
Original commit
Tuesday, 4 May 2004
06:21 arved search for other commits by this committer
Add dependency on ligpg-error

PR:             66228
Submitted by:   michael johnson
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
Friday, 6 Feb 2004
11:07 arved search for other commits by this committer
Attempt to silence "Annoying Reminder Guy II" by adding NO_LATEST_LINK
Original commit
Thursday, 29 Jan 2004
10:12 arved search for other commits by this committer
Add CONFLICTS
Original commit
Friday, 16 Jan 2004
21:08 arved search for other commits by this committer
Don't create the default keyring, if gnupg is installed.

Requested by:   Randy Bush
Original commit
Monday, 4 Aug 2003
17:54 arved search for other commits by this committer
Use new INFO macro
Original commit
Friday, 18 Jul 2003
13:37 arved search for other commits by this committer
Verify gpg signature if possible.
Original commit
Wednesday, 26 Feb 2003
15:25 arved search for other commits by this committer
Update to 1.1.12

PR:             48704
Submitted by:   Sergei Kolobov <sergei@kolobov.com>
Original commit
Saturday, 22 Feb 2003
14:38 arved search for other commits by this committer
de-pkg-comment
Original commit
Saturday, 15 Feb 2003
10:51 arved search for other commits by this committer
Use MASTER_SITE_GNUPG
Original commit
Thursday, 2 Jan 2003
14:18 arved search for other commits by this committer
Update to 1.1.11
Original commit
Thursday, 7 Nov 2002
11:54 edwin search for other commits by this committer
Fix PERL dependencies for these ports (print/cups solves print/cups-base
and french/cups-base)

Noticed on: bento
Original commit
Monday, 14 Oct 2002
12:38 ijliao search for other commits by this committer
add libgcrypt 1.1.0
General purpose crypto library based on code used in GnuPG

PR:             43894
Submitted by:   Tilman Linneweh <tilman@arved.de>
Original commit

Number of commits found: 127 (showing only 27 on this page)

«  1 | 2