Date: Sun, 16 Feb 2003 13:36:44 +0100 From: "Simon 'corecode' Schubert" <corecode@corecode.ath.cx> To: "Rui Lopes" <rui@ruilopes.com> Cc: freebsd-ports@freebsd.org Subject: Re: need help making regexxer port Message-ID: <20030216133644.653fbfce.corecode@corecode.ath.cx> In-Reply-To: <52437.217.129.149.44.1045367887.squirrel@webmail> References: <52437.217.129.149.44.1045367887.squirrel@webmail>
next in thread | previous in thread | raw e-mail | index | archive | help
--=.bM/xKCj(fzn(Hv Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Lately Rui Lopes wrote: > When installing my port the binary file gets the name > "i386-portbld-freebsd5.0-regexxer" and not "regexxer"; this is the > output from make install, you want to: CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} > After making the port I run portlint, but it outputs a odd error, > > FATAL: COMMENT has to be there. > > all ports i've tried have this same "problem", so "all" ports are > wrong? or portlint is broken? (yes and no) and no. infrastructure recently changed, so essentially it works like: COMMENT= "<insert content from pkg-commment>" and remove pkg-comment. saves one file per port. > I also have another question, How can I be sure pcre is > installed/build with --enable-utf8 option? i'd create a pre- or post-configure: target and add some testing code. if it notices that pcre isn't built like it should be for the port, tell the user and exit 1. actually i can't see any option in the pcre port that enables utf8. cheers simon -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News --=.bM/xKCj(fzn(Hv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+T4Xfr5S+dk6z85oRAlbaAJ9rqYj/VGAYrihqBXGFTHopfajhiwCg3H9N YbG40f82LmsZ7XGfr4wPogE= =i0/s -----END PGP SIGNATURE----- --=.bM/xKCj(fzn(Hv-- 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?20030216133644.653fbfce.corecode>