View | Details | Raw Unified | Return to bug 114796
Collapse All | Expand All

(-)x11-toolkits/py-gnome-extras/Makefile (-2 / +2 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	gnome
9
PORTNAME=	gnome
10
PORTVERSION=	2.14.3
10
PORTVERSION=	2.14.3
11
PORTREVISION=	2
11
PORTREVISION=	3
12
CATEGORIES=	x11-toolkits python gnome
12
CATEGORIES=	x11-toolkits python gnome
13
MASTER_SITES=	${MASTER_SITE_GNOME}
13
MASTER_SITES=	${MASTER_SITE_GNOME}
14
MASTER_SITE_SUBDIR=	sources/gnome-python-extras/${PORTVERSION:C/..$//}
14
MASTER_SITE_SUBDIR=	sources/gnome-python-extras/${PORTVERSION:C/..$//}
Lines 25-31 Link Here
25
		gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui \
25
		gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui \
26
		gdl-1.0:${PORTSDIR}/x11-toolkits/gdl
26
		gdl-1.0:${PORTSDIR}/x11-toolkits/gdl
27
27
28
USE_GECKO=	firefox mozilla seamonkey
28
USE_GECKO=	firefox seamonkey xulrunner mozilla
29
USE_BZIP2=	yes
29
USE_BZIP2=	yes
30
USE_GMAKE=	yes
30
USE_GMAKE=	yes
31
USE_PYTHON=	yes
31
USE_PYTHON=	yes
(-)x11-toolkits/py-gnome-extras/files/patch-configure (-5 / +17 lines)
Lines 1-10 Link Here
1
--- configure.orig	Tue Jul 11 11:39:00 2006
1
--- configure.orig	Sun Feb 25 16:31:03 2007
2
+++ configure	Tue Jul 11 11:43:03 2006
2
+++ configure	Sat Jul 21 20:04:43 2007
3
@@ -20762,6 +20762,7 @@ case $mozpackage in
3
@@ -1550,7 +1550,7 @@
4
   --with-pic              try to use only PIC/non-PIC objects [default=use
5
                           both]
6
   --with-tags[=TAGS]      include additional configurations [automatic]
7
-  --with-gtkmozembed=mozilla|firefox|xulrunner
8
+  --with-gtkmozembed=mozilla|firefox|xulrunner|seamonkey
9
                           package that provides libgtkmozembed
10
 
11
 Some influential environment variables:
12
@@ -22072,8 +22072,9 @@
4
      xulrunner) mozpackage_required_version=1.8 ;;
13
      xulrunner) mozpackage_required_version=1.8 ;;
5
      firefox) mozpackage_required_version=1.0 ;;
14
      firefox) mozpackage_required_version=1.0 ;;
6
      mozilla) mozpackage_required_version=1.2b ;;
15
      mozilla) mozpackage_required_version=1.2b ;;
7
+     seamonkey) mozpackage_required_version=1.2b ;;
16
+     seamonkey) mozpackage_required_version=1.1.3 ;;
8
      *) { { echo "$as_me:$LINENO: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', or 'xulrunner'" >&5
17
      *) { { echo "$as_me:$LINENO: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', or 'xulrunner'" >&5
9
 echo "$as_me: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', or 'xulrunner'" >&2;}
18
-echo "$as_me: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', or 'xulrunner'" >&2;}
19
+echo "$as_me: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', 'seamonkey' or 'xulrunner'" >&2;}
10
    { (exit 1); exit 1; }; }
20
    { (exit 1); exit 1; }; }
21
 esac
22
 

Return to bug 114796