Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2001 18:46:37 -0300
From:      Antônio Carlos Venâncio Júnior <floripa@zoing.net>
To:        ports@freebsd.org
Cc:        lehmann@ans-netz.de, shigeri@m10.alpha-net.ne.jp
Subject:   Re: ports/28918: Update port: mail/sylpheed
Message-ID:  <20010829184637.6b4ee0d3.floripa@zoing.net>
In-Reply-To: <200108012310.f71NADo91988@freefall.freebsd.org>
References:  <200108012310.f71NADo91988@freefall.freebsd.org>

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


	I've installed the 0.5.3 changing the 0.5.1 Makefile (from maintainer) to use
gettext-devel:

----------
BUILD_DEPENDS=  msgfmt-new:${PORTSDIR}/devel/gettext-devel
 
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \   
                LIBS="-L${LOCALBASE}/lib" \
                MSGFMT=${LOCALBASE}/bin/msgfmt-new \
                XGETTEXT=${LOCALBASE}/bin/xgettext-new \
                GMSGFMT=${LOCALBASE}/bin/msgfmt-new
----------

	And I changed the distinfo file to:

----------
MD5 (sylpheed-0.5.3.tar.bz2) = 720c1406a8b71718fe537bb3dba123fb
----------

	And it's all working good, since I used sylpheed to send this mail! :D
	I hope someone commit this or give the mantainership to someone else that can
handle it. =)

On Wed, 1 Aug 2001 16:10:13 -0700 (PDT) Oliver Lehmann <lehmann@ans-netz.de>
wrote:
|  Hi again ;)
|  
|  this would not b work, because:
|  
|    a) po/zh_TW.Big5.po is wrong, fix it with 'echo "" > po/zh_TW.Big5.po'
|    b) u must replace  
|  
|         GMSGFMT = /usr/local/bin/msgfmt
|         MSGFMT = /usr/local/bin/msgfmt
|       with
|         GMSGFMT = /usr/local/bin/msgfmt-new
|         MSGFMT = /usr/local/bin/msgfmt-new
|  
|       in po/Makefile.in because
|     c) since version 0.5.0 sylpheed requires gettext 0.3.38 (add a
|  Dependency to gettext-devel)
|     d) change in intl/Makefile.in
|  
|          l = @INTL_LIBTOOL_SUFFIX_PREFIX@
|         to
|          l =
|  
|     e) src/utils.h would not compile without adding the header file
|  #include <stddef.h>
|  
|  when u update to 0.5.2, (which is out since now) point a) is fixed


Cya


Antonio
[ floripa@zoing.net | antonio@showZ.com.br | antonio@inf.ufsc.br ]
[ http://floripa.zoing.net | http://www.zoing.net | http://www.showZ.com.br ]
[ ICQ# 9253680 | Floripa | MySQL | PHP | FreeBSD - The Power to Serve ]

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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