head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3;
locks; strict;
comment	@# @;


1.8
date	2012.06.14.17.25.15;	author dinoex;	state dead;
branches;
next	1.7;

1.7
date	2010.08.13.12.21.17;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2009.09.04.06.03.36;	author itetcu;	state Exp;
branches;
next	1.5;

1.5
date	2008.12.27.13.17.28;	author simon;	state Exp;
branches;
next	1.4;

1.4
date	2008.12.27.10.09.01;	author itetcu;	state Exp;
branches;
next	1.3;

1.3
date	2008.10.28.20.13.13;	author tabthorpe;	state Exp;
branches;
next	1.2;

1.2
date	2008.10.16.10.25.06;	author itetcu;	state Exp;
branches;
next	1.1;

1.1
date	2008.10.10.09.44.06;	author itetcu;	state Exp;
branches;
next	;


desc
@@


1.8
log
@- Update to 12.00
- Clean up port so portlint is happy
PR:		169070
Submitted by:	Mark Felder
@
text
@#!/bin/sh

if [ -n "$5" ]; then
	ELFTYPE=`brandelf $5`
elif [ -n "$4" ]; then
	ELFTYPE=`brandelf $4`
elif [ -n "$3" ]; then
	ELFTYPE=`brandelf $3`
fi

WRAPPER="freebsd"

case "${ELFTYPE}" in
	*SVR4*|*Linux*)
		if [ -x "$0.linux" ]; then
			WRAPPER="linux"
		fi
	;;
esac

exec $0.$WRAPPER $@@

@


1.7
log
@- update to 10.61
PR:		148294
PR:		148818
Sumitted by:	Arjan van Leeuwen
@
text
@@


1.6
log
@Update to 10.00.

Changelog (includes security advisories):
http://www.opera.com/docs/changelogs/freebsd/1000/

Fix operapluginwrapper's usage of LD_LIBRARY_PATH [1]

PR:		138449, 1375151 [1]
Submitted by:	maintainer, Lucius Windschuh [1]
Security:	http://www.vuxml.org/freebsd/80aa98e0-97b4-11de-b946-0030843d3802.html
@
text
@a15 2
			LD_LIBRARY_PATH=
			export LD_LIBRARY_PATH
@


1.5
log
@Fix last commit to remove sh(1) sytax error in operapluginwrapper.  This
should make Opera start up without errors.

Note that the broken version was only in the commit, not the PR.

Pointy hat to:	itetcu
@
text
@d16 2
@


1.4
log
@Try to fix plugin brandelf'ing when pugin debugis enabled.

PR:		ports/128420
Submitted by:	G. Paul Ziemba
Approved by:	maintainer
@
text
@d5 1
a5 1
if [ -n "$4" ]; then
@


1.3
log
@- Update to 9.61

PR:		ports/128264
Submitted by:	Arjan van Leeuwen <freebsd-maintainer opera.com> (maintainer)
Reviewed by:	itetcu
Security:	http://www.vuxml.org/freebsd/f5c4d7f7-9f4b-11dd-bab1-001999392805.html
@
text
@d3 2
@


1.2
log
@Fix opera plugin wrapper and bump PORTREVISION.

PR:		ports/128080
Submitted by:	KOIE Hidetaka
Approved by:	maintainer
Committed from:	EuroBSDCon2008 Dev Summit :)
@
text
@d4 1
a4 1
ELFTYPE=`brandelf $4`
d6 1
a6 1
ELFTYPE=`brandelf $3`
d10 1
d12 5
a16 5
*SVR4*|*Linux*)
if [ -x "$0.linux" ]; then
WRAPPER="linux"
fi
;;
@


1.1
log
@Update www/opera to 9.60

Changelog: http://www.opera.com/docs/changelogs/freebsd/960/
Security: http://www.opera.com/docs/changelogs/freebsd/960/#sec

Security:	http://www.vuxml.org/freebsd/fb84d5dd-9528-11dd-9a00-001999392805.html
@
text
@d3 4
a6 4
if [ brandelf $3 | grep "FreeBSD" ]; then
	exec $0.freebsd $@@
else
	exec $0.linux $@@
d8 12
@

