Date: Sat, 12 May 2001 13:14:36 -0700 (PDT) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openldap2 Makefile distinfo pkg-plist Message-ID: <200105122014.f4CKEaR48320@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
olgeni 2001/05/12 13:14:36 PDT Modified files: net/openldap2 Makefile distinfo pkg-plist Log: Update port to version 2.0.8. * Rewrite lines like: @exec [ CONDITION ] && ACTION as: @exec [ ! CONDITION ] || ACTION In the first version, the @executed command returns false if CONDITION is false and ACTION is not performed: pkg_add would then complain about the whole command's exit code. The second version returns either true or the actual ACTION exit code. * Do not echo some Makefile commands. Revision Changes Path 1.32 +7 -8 ports/net/openldap2/Makefile 1.13 +1 -1 ports/net/openldap2/distinfo 1.12 +17 -19 ports/net/openldap2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105122014.f4CKEaR48320>