Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Aug 2004 16:46:55 -0700
From:      Linh Pham <question+freebsdpr@closedsrc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:        Linh Pham <question+freebsd@closedsrc.org>
Subject:   Re: ports/70052: New Port: mail/getmail4
Message-ID:  <20040805234655.GA80487@q.internal.closedsrc.org>
In-Reply-To: <200408052340.i75NeM62093623@freefall.freebsd.org>
References:  <20040805232839.3636B45037@q.closedsrc.org> <200408052340.i75NeM62093623@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040805234655.GA80487>