From owner-freebsd-ports@FreeBSD.ORG Wed Jan 7 18:49:09 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15B081065675 for ; Wed, 7 Jan 2009 18:49:09 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: from smtp109.prem.mail.ac4.yahoo.com (smtp109.prem.mail.ac4.yahoo.com [76.13.13.92]) by mx1.freebsd.org (Postfix) with SMTP id A59F28FC0C for ; Wed, 7 Jan 2009 18:49:08 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: (qmail 54100 invoked from network); 7 Jan 2009 18:49:08 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-Newman-Property:Date:From:To:Subject:Message-ID:Reply-To:Organization:X-Mailer:Face:X-Face:Mime-Version:Content-Type; b=zJZw773biHEXdS7oX2Ftz5nMdEEKqVI22fuhyJ23juOZlFN/6iHPyZDoj3VJC1mW62GwD3BXFRuRWhmL+bBwtu/JZgV3sy9H+6Jg1x9cQfQ4qGsl70QZfASzGf/3P3BDoIdVZ1B2tCz1FgGSugYS+o77VsSqnLdR72GyYU8ftjU= ; Received: from unknown (HELO scorpio) (gesbbb@76.23.177.172 with login) by smtp109.prem.mail.ac4.yahoo.com with SMTP; 7 Jan 2009 18:49:07 -0000 X-Yahoo-Newman-Property: ymail-3 Date: Wed, 7 Jan 2009 13:48:48 -0500 From: Jerry To: freebsd-ports@freebsd.org Message-ID: <20090107134848.17fd38dc@scorpio> Organization: seibercom.net X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd6.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/6VHN=/ythbe577=GnylowYS"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Creating New Port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2009 18:49:09 -0000 --Sig_/6VHN=/ythbe577=GnylowYS Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I am attempting to create my first port. I seem to have run into a problem thought. I want to create a port for a Perl module, 'Captcha-reCAPTCHA-Mailhide'. I created the test port in /usr/ports/local/p5-Captcha-reCAPTCHA-Mailhide. The port builds OK. The problem is when I try to create the pkg-plist. I followed (I think) the instructions in the "Porter's Handbook". Specifically this portion: # mkdir /var/tmp/$(make -V PORTNAME) When I run the line of above, this is what I get back: mkdir /var/tmp/$(make -V Captcha-reCAPTCHA-Mailhide) mkdir: /var/tmp/: File exists It never creates the desired directory. I have tried including the version number in the above; however, that doesn't work either. Since this is my first port, I am confused as to what I am doing wrong. I can supply the 'Makefile' if it is needed. Thanks! --=20 Jerry gesbbb@yahoo.com I'm really enjoying not talking to you... Let's not talk again REAL soon... --Sig_/6VHN=/ythbe577=GnylowYS Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAklk+RkACgkQBvaKIJWWCO3ZAACeM+YebFCxlc/a8PohzXIxe/Wh VmcAnjKAshOES7Yw6n7ul0GJdHrTDQN/ =V1Tu -----END PGP SIGNATURE----- --Sig_/6VHN=/ythbe577=GnylowYS--