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

Number of commits found: 20

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, 3 Sep 2015
14:09 amdmi3 search for other commits by this committer
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes

Approved by:	portmgr blanket
Original commitRevision:395960 
Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Tuesday, 13 May 2014
12:21 ale search for other commits by this committer
Stagify.
Original commitRevision:353938 
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 
Wednesday, 12 Jun 2013
06:07 miwi search for other commits by this committer
- Fix build on HEAD
Original commitRevision:320660 
Friday, 3 May 2013
21:38 bapt search for other commits by this committer
Fix build with bmake, while here adopt USES=pkgconfig
Original commitRevision:317267 
Friday, 29 Mar 2013
19:33 cs search for other commits by this committer
- Remove A/An in COMMENT
- Trim Header where applicable
Original commitRevision:315566 
Friday, 22 Apr 2011
08:51 ale search for other commits by this committer
Chase libp11 library and bump PORTREVISION.
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Thursday, 7 Jan 2010
11:39 ale search for other commits by this committer
Update to 0.1.8 release.
Original commit
Tuesday, 20 Oct 2009
15:06 ale search for other commits by this committer
Update to 0.1.7 release.
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, 16 Jun 2009
05:54 ale search for other commits by this committer
Update to 0.1.6 release.
Original commit
Wednesday, 27 Aug 2008
09:39 ale search for other commits by this committer
Update to 0.1.5 release.
Original commit
Tuesday, 18 Sep 2007
12:36 ale search for other commits by this committer
Add COMMENT escaping.
Original commit
Tuesday, 17 Jul 2007
09:23 ale search for other commits by this committer
Update to 0.1.4 release.
Original commit
Sunday, 28 Jan 2007
09:07 kris search for other commits by this committer
Use libtool port instead of included one to avoid objformat a.out botch
Original commit
Saturday, 7 Oct 2006
12:50 ale search for other commits by this committer
Don't depend anymore on openssl from ports.
(Waiting for a DSO check in bsd.openssl.mk)
Original commit
Monday, 12 Jun 2006
17:04 ale search for other commits by this committer
Engine_pkcs11 is an implementation of an engine for OpenSSL.
It can be loaded using code, config file or command line and
will pass any function call by openssl to a PKCS#11 module.
Engine_pkcs11 is meant to be used with smart cards and software
for using smart cards in PKCS#11 format, such as OpenSC.

WWW:    http://www.opensc-project.org/engine_pkcs11/

Note: the port requires the OpenSSL installed from ports,
since dynamic engine loading is disabled in base system.
See PR bin/79570 for details.
Original commit

Number of commits found: 20