ports/147429: [PATCH] net/ekiga: Record gettext dep', minor Makefile fixes
Matthias Andree
matthias.andree at gmx.de
Thu Jun 3 12:30:03 UTC 2010
>Number: 147429
>Category: ports
>Synopsis: [PATCH] net/ekiga: Record gettext dep', minor Makefile fixes
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Jun 03 12:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Matthias Andree
>Release: FreeBSD 8.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD apollo.emma.line.org 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #15: Wed Jun 2 21:02:32 CEST
>Description:
mi@, please approve of the patch below.
I propose to:
- add a missing gettext dependency so that portmaster -r gettext will
also update ekiga next time gettext needs to be updated,
see ports/UPDATING
- replaces ALL_TARGET by MAKE_JOBS_SAFE
- moves LIB_DEPENDS up to please portlint.
- bump PORTREVISION to force a rebuild, pulling in gettext update.
Please install and use portlint when submitting port upgrades.
Port maintainer (mi at aldan.algebra.com) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- ekiga-2.0.11_9.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/ekiga/Makefile,v
retrieving revision 1.83
diff -u -u -r1.83 Makefile
--- Makefile 3 May 2010 21:47:50 -0000 1.83
+++ Makefile 3 Jun 2010 12:05:35 -0000
@@ -7,22 +7,23 @@
PORTNAME= ekiga
PORTVERSION= 2.0.11
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= net gnome
MASTER_SITES= GNOME
MAINTAINER= mi at aldan.algebra.com
COMMENT= VoIP phone for GNOME
+LIB_DEPENDS= opal_r:${PORTSDIR}/net/opal
+
OPTIONS= AVAHI "Support Avahi for service discovery on LAN" on \
DBUS "Use D-BUS for interprocess communication" on
-LIB_DEPENDS= opal_r:${PORTSDIR}/net/opal
-
CONFLICTS= ekiga-3.*
USE_BZIP2= yes
USE_GMAKE= yes
+USE_GETTEXT= yes
USE_SDL= sdl
INSTALLS_OMF= yes
USE_GNOME= libgnomeui gnomeprefix gnomehack gnomedocutils \
@@ -33,7 +34,7 @@
SDL_CONFIG="${SDL_CONFIG}"
CONFIGURE_ARGS= --with-pwlib-dir=${LOCALBASE} \
--with-opal-dir=${LOCALBASE}
-ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
+MAKE_JOBS_SAFE= yes
GCONF_SCHEMAS= ekiga.schemas
MAN1= ekiga.1
--- ekiga-2.0.11_9.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list