From owner-freebsd-ports Sun Feb 16 6:49:32 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 086DF37B401 for ; Sun, 16 Feb 2003 06:49:31 -0800 (PST) Received: from ns.webtt.biz (ns.webtt.biz [64.239.29.225]) by mx1.FreeBSD.org (Postfix) with SMTP id 37C1443F85 for ; Sun, 16 Feb 2003 06:49:30 -0800 (PST) (envelope-from rui@ruilopes.com) Received: (qmail 78685 invoked by uid 80); 16 Feb 2003 14:51:39 -0000 Received: from 217.129.151.9 (SquirrelMail authenticated user rui@ruilopes.com) by webmail with HTTP; Sun, 16 Feb 2003 14:51:39 -0000 (WET) Message-ID: <1131.217.129.151.9.1045407099.squirrel@webmail> Date: Sun, 16 Feb 2003 14:51:39 -0000 (WET) Subject: Re: need help making regexxer port From: "Rui Lopes" To: In-Reply-To: <20030216133644.653fbfce.corecode@corecode.ath.cx> References: <52437.217.129.149.44.1045367887.squirrel@webmail> <20030216133644.653fbfce.corecode@corecode.ath.cx> X-Priority: 3 Importance: Normal X-Mailer: SquirrelMail (version 1.2.10) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! > 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} that is the default "CONFIGURE_TARGET" value, but with that I end up with a binary file named "i386-portbld-freebsd5.0-regexxer" and not "regexxer", so I had to "manually" set "CONFIGURE_TARGET" to a empty value. My question still remains, what is the right thing to do? >> 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= "" > > and remove pkg-comment. saves one file per port. ah okay! I missed that part, thx! :) >> 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. humm ok, I will try that. thx. about pcre, fbsd port of pcre does not have that option, I need to build pcre from ports using, make install CONFIGURE_ARGS=--enable-utf8 again, thanks for your help, -- Rui Lopes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message