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

(-)opera/Makefile (-12 / +2 lines)
Lines 6-24 Link Here
6
#
6
#
7
7
8
PORTNAME=	opera
8
PORTNAME=	opera
9
PORTVERSION=	7.20.20030827
9
PORTVERSION=	7.20.20030905
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://mirrors.pmmf.hu/mirror/opera/unix/freebsd/720/beta7/en/static/ \
11
MASTER_SITES=	http://snapshot.opera.com/unix/7.20-Beta-9/intel-freebsd/
12
		ftp://ftp.planetmirror.com/pub/opera/unix/freebsd/720/beta7/en/static/ \
13
		http://public.planetmirror.com/pub/opera/unix/freebsd/720/beta7/en/static/ \
14
		http://gd.tuwien.ac.at/infosys/browsers/opera/unix/freebsd/720/beta7/en/static/ \
15
		ftp://ftp.opera.com/pub/opera/unix/freebsd/720/beta7/en/static/ \
16
		ftp://ftp.uit.no/pub/www/opera/unix/freebsd/720/beta7/en/static/ \
17
		ftp://ftp.task.gda.pl/pub/opera/unix/freebsd/720/beta7/en/static/ \
18
		http://ftp.task.gda.pl/pub/opera/unix/freebsd/720/beta7/en/static/ \
19
		ftp://ftp.sunet.se/pub/www/clients/Opera/unix/freebsd/720/beta7/en/static/ \
20
		http://ftp.sunet.se/pub/www/clients/Opera/unix/freebsd/720/beta7/en/static/ \
21
		http://sunsite.cnlab-switch.ch/ftp/mirror/opera/unix/freebsd/720/beta7/en/static/
22
DISTNAME=	${PORTNAME}-${PORTVERSION:S/0./0-/}.1-static-qt.i386.freebsd
12
DISTNAME=	${PORTNAME}-${PORTVERSION:S/0./0-/}.1-static-qt.i386.freebsd
23
13
24
MAINTAINER=	avleeuwen@piwebs.com
14
MAINTAINER=	avleeuwen@piwebs.com
(-)opera/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (opera-7.20-20030827.1-static-qt.i386.freebsd.tar.bz2) = d857d099ab047a6c6b77f6066703920a
1
MD5 (opera-7.20-20030905.1-static-qt.i386.freebsd.tar.bz2) = 710f3512ed79f1d83f909e5670d7b27f
(-)opera/files/patch-install.sh (-18 lines)
Lines 38-61 Link Here
38
 
38
 
39
     wrapper_file="${wrapper_dir}/opera"
39
     wrapper_file="${wrapper_dir}/opera"
40
     
40
     
41
@@ -909,7 +901,7 @@
42
 
43
     # Workaround for the \"preloaded libXt\" problem.
44
     # To disable the first workaround, comment the next line.
45
-    JAVA_WORKAROUND=`LD_PRELOAD=\"\${OPERA_JAVA_DIR}/libawt.so\" /bin/echo works 2>/dev/null`
46
+    #JAVA_WORKAROUND=`LD_PRELOAD=\"\${OPERA_JAVA_DIR}/libawt.so\" /bin/echo works 2>/dev/null`
47
 
48
     if test \"\${JAVA_WORKAROUND}\" = 'works'; then
49
         LD_PRELOAD=\"\${OPERA_JAVA_DIR}/libawt.so\"
50
@@ -918,7 +910,7 @@
51
     fi
52
 else
53
     # To disable the second workaround, comment the next line.
54
-    JAVA_WORKAROUND2=`LD_PRELOAD=\"libawt.so\" /bin/echo works 2>/dev/null`
55
+    #JAVA_WORKAROUND2=`LD_PRELOAD=\"libawt.so\" /bin/echo works 2>/dev/null`
56
     if test \"\${JAVA_WORKAROUND2}\" = 'works'; then
57
         LD_PRELOAD=\"libawt.so\"
58
         OPERA_FORCE_JAVA_ENABLED=\"1\"
59
@@ -943,11 +935,8 @@
41
@@ -943,11 +935,8 @@
60
 
42
 
61
 # Acrobat Reader
43
 # Acrobat Reader
(-)opera/pkg-plist (+3 lines)
Lines 67-72 Link Here
67
share/opera/jsconsole.html
67
share/opera/jsconsole.html
68
share/opera/lngcode.txt
68
share/opera/lngcode.txt
69
share/opera/locale/english.lng
69
share/opera/locale/english.lng
70
share/opera/locale/en/lngcode.txt
71
share/opera/locale/en/search.ini
70
share/opera/opera6.adr
72
share/opera/opera6.adr
71
share/opera/plugins/libnpp.so
73
share/opera/plugins/libnpp.so
72
share/opera/plugins/operamotifwrapper
74
share/opera/plugins/operamotifwrapper
Lines 106-111 Link Here
106
@dirrm share/opera/styles
108
@dirrm share/opera/styles
107
@dirrm share/opera/skin
109
@dirrm share/opera/skin
108
@dirrm share/opera/plugins
110
@dirrm share/opera/plugins
111
@dirrm share/opera/locale/en
109
@dirrm share/opera/locale
112
@dirrm share/opera/locale
110
@dirrm share/opera/java
113
@dirrm share/opera/java
111
@dirrm share/opera/ini
114
@dirrm share/opera/ini

Return to bug 56498