From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 5 23:50:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 204E616A4CE for ; Thu, 5 Aug 2004 23:50:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F261243D2D for ; Thu, 5 Aug 2004 23:50:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i75NoO6A093950 for ; Thu, 5 Aug 2004 23:50:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i75NoOZA093948; Thu, 5 Aug 2004 23:50:24 GMT (envelope-from gnats) Date: Thu, 5 Aug 2004 23:50:24 GMT Message-Id: <200408052350.i75NoOZA093948@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Linh Pham Subject: Re: ports/70052: New Port: mail/getmail4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Linh Pham List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2004 23:50:25 -0000 The following reply was made to PR ports/70052; it has been noted by GNATS. From: Linh Pham To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Linh Pham Subject: Re: ports/70052: New Port: mail/getmail4 Date: Thu, 5 Aug 2004 16:46:55 -0700 --4SFOXa2GPu3tIq4H Content-Type: multipart/mixed; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004-08-05 23:40 +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: # >Category: ports # >Responsible: freebsd-ports-bugs # >Synopsis: New Port: mail/getmail4 # >Arrival-Date: Thu Aug 05 23:40:22 GMT 2004 Whoops... it would have been smart of me to test the scripts to make sure they worked before submitting the PR :P Attached is a diff that fixes the problem of not finding the getmailcore module(s). BTW - The e-mail address should have been question+freebsdpr@closedsrc.org instead of question+freebsd@closedsrc.org :\ --=20 Linh Pham question@closedsrc.org Webmaster and FreeBSD Geek http://closedsrc.org Apprentice Manager Editor and Writer http://www.daemonnews.org Q->Worf: Eat any good books lately? | Humans =3D Ugly Bags of Mostly Water --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="getmail4-1.diff" Content-Transfer-Encoding: quoted-printable --- Makefile.orig Thu Aug 5 16:34:06 2004 +++ Makefile Thu Aug 5 16:40:36 2004 @@ -33,7 +33,11 @@ -e 's!/usr/bin/python!${PYTHON_CMD}!' ${SCRIPTS} *.py =20 do-install: - cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${PREFIX}/bin + @${MKDIR} ${DATADIR} ${DATADIR}/getmailcore + cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${DATADIR} + @${LN} -s ${DATADIR}/getmail ${PREFIX}/bin/getmail + @${LN} -s ${DATADIR}/getmail_maildir ${PREFIX}/bin/getmail_maildir + @${LN} -s ${DATADIR}/getmail_mbox ${PREFIX}/bin/getmail_mbox cd ${WRKSRC}/docs && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1 @${MKDIR} ${DATADIR} ${DATADIR}/getmailcore ${INSTALL_SCRIPT} ${WRKSRC}/getmailcore/*.py ${DATADIR}/getmailcore/ --- pkg-plist.orig Thu Aug 5 16:34:12 2004 +++ pkg-plist Thu Aug 5 16:38:44 2004 @@ -28,5 +28,8 @@ %%DATADIR%%/getmailcore/message.py %%DATADIR%%/getmailcore/retrievers.py %%DATADIR%%/getmailcore/utilities.py +%%DATADIR%%/getmail +%%DATADIR%%/getmail_maildir +%%DATADIR%%/getmail_mbox @dirrm %%DATADIR%%/getmailcore @dirrm %%DATADIR%% --jRHKVT23PllUwdXP-- --4SFOXa2GPu3tIq4H Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBEsbvwhofDeWkDMIRAqo+AKCKAyZ8L7kklYxqb4pQPB3iOBRZ1ACfT+7X e4i2cO8yIymI5gbW00KwcCw= =VwlY -----END PGP SIGNATURE----- --4SFOXa2GPu3tIq4H--