summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2002-05-24 10:52:13 +0000
committerRoger Hardiman <roger@FreeBSD.org>2002-05-24 10:52:13 +0000
commit9eb44f4fe7964a243b6e8155949025968ca0cf5a (patch)
tree0e63751e8be27de343f786d86d06a798e50339b3
parentAdd USE_BISON so the port builds on bento. This is needed because (diff)
Bump port revision as the openh323 libraries have been updated
Add OSTYPE so GM compiles on machines with bash Add USE_BISON to ensure we never fall over the problem that bento does not use the dependencies in the OpenH323 port
Notes
Notes: svn path=/head/; revision=59875
-rw-r--r--net/ekiga/Makefile5
-rw-r--r--net/gnomemeeting/Makefile5
-rw-r--r--net/gnomemeeting2/Makefile5
3 files changed, 12 insertions, 3 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile
index 234177395859..8c62c5d028c0 100644
--- a/net/ekiga/Makefile
+++ b/net/ekiga/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomemeeting
PORTVERSION= 0.85.1
+PORTREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= http://www.gnomemeeting.org/downloads/latest/sources/
DISTNAME= GnomeMeeting-0.85.1
@@ -23,6 +24,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
NOCLEANDEPENDS= yes
USE_NEWGCC= yes
+USE_BISON= yes
USE_GNOME= yes
USE_AUTOCONF= yes
USE_GTK= yes
@@ -32,7 +34,8 @@ CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/wor
--with-openh323-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/include \
--with-openh323-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/lib \
--with-ldap=/usr/local
-CONFIGURE_ENV= LIBS=-L${PREFIX}/lib \
+CONFIGURE_ENV= OSTYPE=${OPSYS} \
+ LIBS=-L${PREFIX}/lib \
PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 \
diff --git a/net/gnomemeeting/Makefile b/net/gnomemeeting/Makefile
index 234177395859..8c62c5d028c0 100644
--- a/net/gnomemeeting/Makefile
+++ b/net/gnomemeeting/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomemeeting
PORTVERSION= 0.85.1
+PORTREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= http://www.gnomemeeting.org/downloads/latest/sources/
DISTNAME= GnomeMeeting-0.85.1
@@ -23,6 +24,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
NOCLEANDEPENDS= yes
USE_NEWGCC= yes
+USE_BISON= yes
USE_GNOME= yes
USE_AUTOCONF= yes
USE_GTK= yes
@@ -32,7 +34,8 @@ CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/wor
--with-openh323-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/include \
--with-openh323-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/lib \
--with-ldap=/usr/local
-CONFIGURE_ENV= LIBS=-L${PREFIX}/lib \
+CONFIGURE_ENV= OSTYPE=${OPSYS} \
+ LIBS=-L${PREFIX}/lib \
PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 \
diff --git a/net/gnomemeeting2/Makefile b/net/gnomemeeting2/Makefile
index 234177395859..8c62c5d028c0 100644
--- a/net/gnomemeeting2/Makefile
+++ b/net/gnomemeeting2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gnomemeeting
PORTVERSION= 0.85.1
+PORTREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= http://www.gnomemeeting.org/downloads/latest/sources/
DISTNAME= GnomeMeeting-0.85.1
@@ -23,6 +24,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
NOCLEANDEPENDS= yes
USE_NEWGCC= yes
+USE_BISON= yes
USE_GNOME= yes
USE_AUTOCONF= yes
USE_GTK= yes
@@ -32,7 +34,8 @@ CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/wor
--with-openh323-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/include \
--with-openh323-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/lib \
--with-ldap=/usr/local
-CONFIGURE_ENV= LIBS=-L${PREFIX}/lib \
+CONFIGURE_ENV= OSTYPE=${OPSYS} \
+ LIBS=-L${PREFIX}/lib \
PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 \