Date: Mon, 28 Oct 2024 12:46:49 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: e838d6536b58 - 2024Q4 - mail/libsrs_alt: fix build on 15-CURRENT Message-ID: <202410281246.49SCkndR076407@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q4 has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=e838d6536b5850e242d145794998e8720869a8f6 commit e838d6536b5850e242d145794998e8720869a8f6 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-10-26 20:21:26 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-10-28 12:46:13 +0000 mail/libsrs_alt: fix build on 15-CURRENT Link with -lutil to get ftime() on 15-CURRENT. This is harmless on older FreeBSD versions. While we are at it, define LICENSE. Approved by: portmgr (build fix blanket, infrastructure blanket) MFH: 2024Q4 (cherry picked from commit f6bae7b22a4a5931f3f32d49d699003e7050002b) --- mail/libsrs_alt/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mail/libsrs_alt/Makefile b/mail/libsrs_alt/Makefile index 3f08252c3c12..3fca88a3ff8b 100644 --- a/mail/libsrs_alt/Makefile +++ b/mail/libsrs_alt/Makefile @@ -1,17 +1,21 @@ PORTNAME= libsrs_alt DISTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://opsec.eu/src/srs/ MAINTAINER= pi@FreeBSD.org COMMENT= Sender Rewriting Scheme C Implementation -WWW= https://opsec.eu/src/srs/ +WWW= https://opsec.eu/src/srs/ + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes +LIBS+= -lutil PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410281246.49SCkndR076407>