ports/70052: New Port: mail/getmail4

Linh Pham question+freebsdpr at closedsrc.org
Thu Aug 5 23:50:25 UTC 2004


The following reply was made to PR ports/70052; it has been noted by GNATS.

From: Linh Pham <question+freebsdpr at closedsrc.org>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at FreeBSD.org
Cc: Linh Pham <question+freebsd at closedsrc.org>
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 at 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 at closedsrc.org instead of
 question+freebsd at closedsrc.org :\
 
 --=20
 Linh Pham                                         question at 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--



More information about the freebsd-ports-bugs mailing list