cvs commit: ports/mail Makefile ports/mail/gnubiff Makefile distinfo pkg-descr pkg-plist ports/mail/gnubiff/files patch-configure patch-src::Applet.cc patch-src::Setup.cc

Jeremy Messenger mezz7 at cox.net
Tue May 4 01:11:11 PDT 2004


Can I suggest to change something like this?

====================================
  USE_X_PREFIX=	yes
  USE_GNOME=	libglade2 esound
+WANT_GNOME=	yes

[...]

+.include <bsd.port.pre.mk>

-.if defined(WITH_GNUBIFF_GNOME)
+.if ${HAVE_GNOME:Mgnomepanel}!=""

[...]

-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
====================================

It will install w/ GNOME support by automatic if gnomepanel exists.

Cheers,
Mezz

On Tue, 4 May 2004 00:56:16 -0700 (PDT), Kirill Ponomarew 
<krion at FreeBSD.org> wrote:

> krion       2004/05/04 00:56:16 PDT
>
>   FreeBSD ports repository
>
>   Modified files:
>     mail                 Makefile
>   Added files:
>     mail/gnubiff         Makefile distinfo pkg-descr pkg-plist
>     mail/gnubiff/files   patch-configure patch-src::Applet.cc
>                          patch-src::Setup.cc
>   Log:
>   Add gnubiff 1.2.0,
>
>   gnubiff is a mail notification program that checks for mail,
>   displays headers when new mail has arrived and allow to read
>   first lines of new mails.
>
>   It relies on the GNOME and GTK libraries but can be compiled
>   and used with or without GNOME support. Supported protocols are
>   pop3, apop, imap4, mh, qmail and mailfile.
>
>   Furthermore, gnubiff is fully configurable with a lot of
>   options like polltime, poptime, sounds, mail reader, mailbox
>   names, etc. and can also filter spam.
>
>   PR:             ports/66226
>   Submitted by:   Tim Bishop <tim at bishnet.net>
>
>   Revision  Changes    Path
>   1.518     +1 -0      ports/mail/Makefile
>   1.1       +43 -0     ports/mail/gnubiff/Makefile (new)
>   1.1       +2 -0      ports/mail/gnubiff/distinfo (new)
>   1.1       +20 -0     ports/mail/gnubiff/files/patch-configure (new)
>   1.1       +13 -0     ports/mail/gnubiff/files/patch-src::Applet.cc 
> (new)
>   1.1       +13 -0     ports/mail/gnubiff/files/patch-src::Setup.cc (new)
>   1.1       +13 -0     ports/mail/gnubiff/pkg-descr (new)
>   1.1       +60 -0     ports/mail/gnubiff/pkg-plist (new)



-- 
mezz7 at cox.net  -  mezz at FreeBSD.org
bsdforums.org 's moderator, mezz.


More information about the cvs-all mailing list