From owner-freebsd-ports Sat Feb 15 19:56: 0 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 BF97F37B401 for ; Sat, 15 Feb 2003 19:55:58 -0800 (PST) Received: from ns.webtt.biz (ns.webtt.biz [64.239.29.225]) by mx1.FreeBSD.org (Postfix) with SMTP id 0815B43FB1 for ; Sat, 15 Feb 2003 19:55:58 -0800 (PST) (envelope-from rui@ruilopes.com) Received: (qmail 76738 invoked by uid 80); 16 Feb 2003 03:58:07 -0000 Received: from 217.129.149.44 (SquirrelMail authenticated user rui@ruilopes.com) by webmail with HTTP; Sun, 16 Feb 2003 03:58:07 -0000 (WET) Message-ID: <52437.217.129.149.44.1045367887.squirrel@webmail> Date: Sun, 16 Feb 2003 03:58:07 -0000 (WET) Subject: need help making regexxer port From: "Rui Lopes" To: 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 all, I'm trying to make my first FreeBSD port, i've read Porter's Handbook and some port Makefile's on port tree, but I have some questions. 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, /bin/sh ../mkinstalldirs /usr/X11R6/bin install -s -o root -g wheel -m 555 regexxer /usr/X11R6/bin/i386-portbld-freebsd5.0-regexxer (this does not happen when I run the configure script by hand.) i've noticed configure script gives the following warning when running from the port system, ===> Configuring for regexxer-0.4 configure: WARNING: you should use --build, --host, --target checking build system type... i386-portbld-freebsd5.0 after reading bsd.port.mk I added this into port Makefile, CONFIGURE_TARGET= (an empty variable) and the port now build's fine but I have to ask, is this 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? You can see the port files here, http://www.ruilopes.com/tmp/Makefile http://www.ruilopes.com/tmp/pkg-plist http://www.ruilopes.com/tmp/pkg-comment http://www.ruilopes.com/tmp/pkg-descr http://www.ruilopes.com/tmp/distinfo I also have another question, How can I be sure pcre is installed/build with --enable-utf8 option? Thanks, -- Rui Lopes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message