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: net/nss_ldap/files/patch-configure.in

Number of commits found: 5

Thursday, 7 Dec 2023
17:43 Alan Somers (asomers) search for other commits by this committer
net/nss_ldap: fix the build on both 13.2 and 14.0+

The original configure script attempted to detect the presence of
Heimdal, but it failed with LLVM 15+ due to a type casting bug.
commit 515552b2d2664dc02c2385519a7fedb855f46632 fixed the bug with
LLVM 15+, but inadvertently broke the build for earlier versions.

This commit corrects the configure syntax, fixing the build on 12.4 and
13.2.

PR:		270465
Approved by:	mikael (ports)
Sponsored by:	Axcient
MFH:		2023Q4
commit hash: 512a940c48dfe70cf7fee96af994bad46e44eae9 commit hash: 512a940c48dfe70cf7fee96af994bad46e44eae9 commit hash: 512a940c48dfe70cf7fee96af994bad46e44eae9 commit hash: 512a940c48dfe70cf7fee96af994bad46e44eae9 512a940
Wednesday, 10 May 2023
05:29 Cy Schubert (cy) search for other commits by this committer
net/nss_ldap: Fix LLVM15 build

./configure's test for Heimdal results in,

conftest.c:47:12: error: incompatible pointer to integer conversion initializing
 'const char' with an expression of type 'const char *'; dereference with * [-Wi
nt-conversion]
const char hv = heimdal_version;
           ^    ~~~~~~~~~~~~~~~
                *

This causes ./configure to erroneously assume 14-CURRENT uses MIT instead
of Heimdal, resulting in a subsequent build failure because MIT's
<profile.h> cannot be found.

MFH:		2023Q3
commit hash: 515552b2d2664dc02c2385519a7fedb855f46632 commit hash: 515552b2d2664dc02c2385519a7fedb855f46632 commit hash: 515552b2d2664dc02c2385519a7fedb855f46632 commit hash: 515552b2d2664dc02c2385519a7fedb855f46632 515552b
Tuesday, 14 Jan 2014
14:19 des search for other commits by this committer
Functional changes:

  - Add a SASL port option

  - Fix the KERBEROS ports option - it was a no-op, setting a
    configure flag which modifies how Kerberos was used without
    setting the flag that actually enables it.

  - Use GSSAPI instead of $ENV{KRB5CCNAME} to set the credential
    cache.  The latter pollutes the unsuspecting application's
    environment and does not always work (for instance, it breaks when
    nss_ldap is invoked from OpenSSH, although I haven't quite
    determined why)

  - Add patches to support Heimdal in addition to MIT Kerberos.  Note
    that I tried to ensure that the code is unchanged in the
    non-Heimdal case, but that I have no way of testing with MIT
    Kerberos.

  With the above changes, I have successfully configured a FreeBSD 9.2
  server to authenticate users against a Microsoft Windows 2012 Active
  Directory server.

Non-functional changes:

  - Modernize and stagify

  - Remove text in pkg-message about a change that was made ten years ago

  - Take maintainership as current maintainer has been AWOL for 2+ years

  - Bump PORTREVISION

Approved by:	maintainer hasn't been heard of for 2+ years
Original commitRevision:339687 
Wednesday, 6 May 2009
10:09 flz search for other commits by this committer
Disable pthread_atfork detection. This fixes login issues on FreeBSD
7.2-RELEASE and possibly previous versions.

PR:             ports/133501
Submitted by:   Benjamin Lee <ben@b1c1l1.com>
Approved by:    maintainer timeout (4 weeks)
Original commit
Wednesday, 10 Dec 2008
16:11 mm search for other commits by this committer
- Update to 1.264 [1]
- use more autotools [2]
- fixes assertion problems related to openldap 2.4 [3]

PR:     ports/129445 [1], ports/127675 [2], ports/122750 [3]
Submitted by:   mm [1], "Eugene M. Kim" <gene@nttmcl.com> [2]
Approved by:    maintainer (timeout ports/127675, ports/129030, ports/127675)
Original commit

Number of commits found: 5