[Bug 283822] [NEW PORT] mail/libopensmtpd Library for OpenSMTPd filters

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 01 Oct 2025 13:34:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283822

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |fuz@FreeBSD.org
           Assignee|ports-bugs@FreeBSD.org      |fuz@FreeBSD.org

--- Comment #4 from Robert Clausecker <fuz@FreeBSD.org> ---
Thank you for your submission.  Here are some issues to check:

 - instead of PORTVERSION, set DISTVERSION where applicable
 - please change your pre-build rule to

    @(cd ${BUILD_WRKSRC} && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} ${MAKE_CMD}
${MAKE_FLAGS} Makefile.gnu )${_MAKE_JOBS} ${MAKE_ARGS:N${DESTDIRNAME}=*}

   so that it does the same as the do-build rule in bsd.port.mk and all
framework
   variables are applied.
 - you may then need USES=localbase:ldflags
 - instead of ${LN} -sf, check if you can use ${RLN} as per Porter's Handbook
 - instead of a BUILD_DEPENDS on gmake, please use USES=gmake
 - make sure the shared library has soname set
 - please extend to pkg-descr to at least three lines.  This file should tell
people
   why they would want to install this port over others, so try to be specific.
 - your maintainer email address differs from the one on Bugzilla and from the
one
   in your commit metadata. These should be all the same ideally, or various
   scripts to inform you of bugs reports and build failures will not work.

Port looks fine otherwise.  I can proceed to do a build test once these issues
are addressed.

-- 
You are receiving this mail because:
You are the assignee for the bug.