Date: Fri, 28 Jul 2000 04:19:57 -0700 (PDT) From: <sobomax@FreeBSD.org> To: dyfet@gnu.org, sobomax@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/20229: "Ports" of ccscript embedded class state-event script interpreter Message-ID: <200007281119.EAA70465@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: "Ports" of ccscript embedded class state-event script interpreter State-Changed-From-To: open->closed State-Changed-By: sobomax State-Changed-When: Fri Jul 28 04:06:32 PDT 2000 State-Changed-Why: New port added, thanks! Several remarks (also apply to PR/20230): - DISTNAME and Version Required had been replaced with PORTNAME/PORTVERSION quite ago and old syntax is unsupported. - Tabs should be used in Makefiles to do identation instead of spaces. - Use LIB_DEPENDS when one port depends on shared library installed by another port. - INSTALLS_SHLIB variable should be set when your port installs shared libraries (it will add all necessary ldconfig calls to post-install target and PLIST). - USE_LIBTOOL should be used for ports that make use of GNU Libtool to ensure its correct behaviour on FreeBSD. - As an autor of the software you may be interested to know that configure scripts produced by GNU Autoconf 1.14.1 work incorrectly in context of FreeBSD ports system, so I have to add USE_AUTOCONF to regenerate those scripts using autoconf-2.13. - Please use portlint (ports/devel/portlint) to check validity of the port and find subtle inconsistencies (for example extra blank lines at the end pf pkg/PLIST_ in your port before submitting it. http://www.freebsd.org/cgi/query-pr.cgi?pr=20229 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007281119.EAA70465>