Date: Fri, 9 Aug 2013 07:48:26 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324418 - head/www/evolution-webcal Message-ID: <201308090748.r797mQpx016816@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Fri Aug 9 07:48:26 2013 New Revision: 324418 URL: http://svnweb.freebsd.org/changeset/ports/324418 Log: Fix build on HEAD after recent commit to ld to make it stricter. While here update Makefile for new USES for gmake, pathfix and perl5. Bump portrevision since perl is only needed at build time. Modified: head/www/evolution-webcal/Makefile Modified: head/www/evolution-webcal/Makefile ============================================================================== --- head/www/evolution-webcal/Makefile Fri Aug 9 07:34:31 2013 (r324417) +++ head/www/evolution-webcal/Makefile Fri Aug 9 07:48:26 2013 (r324418) @@ -1,14 +1,10 @@ -# New ports collection makefile for: evolution-webcal -# Date created: Mon Apr 26 18:08:00 CEST 2004 -# Whom: Koop Mast <kwm@rainbow-runner.nl> -# +# Created by: Koop Mast <kwm@rainbow-runner.nl> # $FreeBSD$ # $MCom: ports/www/evolution-webcal/Makefile,v 1.69 2010/09/29 12:56:07 kwm Exp $ -# PORTNAME= evolution-webcal PORTVERSION= 2.32.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= GNOME DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} @@ -17,10 +13,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Webcal(endar) handler for gnome USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext -USE_PERL5= yes -USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver libgnomeui +USES= gettext gmake pathfix perl5 +USE_PERL5= build +USE_GNOME= gnomeprefix intlhack evolutiondataserver libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -30,5 +25,7 @@ GCONF_SCHEMAS= evolution-webcal.schemas post-patch: @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \ ${WRKSRC}/po/Makefile.in.in + @${REINPLACE_CMD} -e 's|glib-2.0 >= 2.8|glib-2.0 >= 2.8 gthread-2.0|g' \ + ${WRKSRC}/configure .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308090748.r797mQpx016816>