OPTIONS'ify, keeping the default of no plugins installed.
Add libm and libgcc_s to the RealPlayer plugin's libmap.conf entry.
Reviewed by: nork (maintainer)
Approved by: nork (maintainer)
o Fix many typos. [1]
o Add support is_enabled_lpw, confirms that Linux Plugin
Wrapper is enabled like following test.
$ is_enabled_lpw /usr/X11R6/lib/browser_linux_plugins/*.so | grep "not found"
$ echo $?
1
This is for information to mozilla and related browsers,
to use /usr/X11R6/lib/browser_linux_plugins or not. [2]
Pointed out by: many people [1]
Suggested by: mezz [2]
Don't depend on Flash/Acroread//RealPlayer plugins as default.
1. These plugins should install $X11BASE/lib/browser_linux_plugins
as symlink.
2. Mozilla and family browsers should not readlink
$X11BASE/lib/browser_linux_plugins/libfoo.so. And libmap.conf(5)
file will be described more simply.
3. Mozilla and family browsers should support
$X11BASE/lib/browser_linux_plugins/.
These idea was requested by mezz@. I thought so and agreed. And
I posted how to support above, but no response.
So I don't depend on plugins, until above conditions are supported.
(If support, I think that LPW don't need to depend on plugins.)
SEE ALSO:
http://lists.freebsd.org/pipermail/freebsd-gnome/2005-October/012507.htmlhttp://lists.freebsd.org/pipermail/freebsd-gnome/2005-October/012504.html
o Overhaul libmap.conf samples. [1]
(Remove old setting)
o Cleanup some functions on flash7. But...
o Add support Acroread7 on 4.x. [2]
I don't test it:-).
o Add support 6.0-BETA3 or after.
Pointed out by: many people [1]
Reported by: vs [2]
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
tools to strip binaries anymore, so it's not neccesary anymore to override
STRIP and STRIP_CMD.
- USE_LINUX_PREFIX implies NO_MTREE now.
- In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
instead upon the native FreeBSD libraries.
- The variable LINUX_BASE_PORT contains a string which is suitable as an
item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
instead of a hardcoded reference.
- Change all ports to comply to the "new world order".
- The Ports Collection now allows to override the default linux_base port.
Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
- If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
be marked as IGNORE. [1]
- Readd USE_LINUX knobs into several ports and make several uses of a
conditional dependency ("USE_LINUX?=") into an unconditional one
("USE_LINUX=") which where removed/changed by Trevor to allow the use of
alternative linux_base ports. While this is a nice goal, the implementation
resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
in this commit is supposed to fix the problem while keeping the feature.
Basicaly this includes a backout of Trevor's commit, to prevent confusion
I mention it here explicitely.
- Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
Chase dependencies for this.
- Changes to make linux_devtools installable on amd64, remove some stray
device nodes (they don't work on recent OS versions and aren't really
needed).
- Make linux_base-8 PREFIX clean and remove some stray device nodes.
Additionally tell a little bit more about how to setup NIS/YP [2].
- Update the PGSQL dependency in the linux-opengroupware port to a recent
version (the old one isn't available anymore), I don't know if this
works (at least it isn't more broken than before).
- Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
ports, the former path exists already and gets populated by other
packages too (PREFIX=LINUXPREFIX!).
- Fix some obvious (non-linuxolator) bugs in some linux ports while being
there.
- Bump PORTREVISION where neccesary.
Requested by: portmgr (linimon) [1]
Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on: ports cluster (kris)
Reviewed by: silence on emulation@
Superseedes PR: 69997
Maintainer approval from:
chris@chrisburkert.decracauer@cons.org
des
girgen
jamie@bishopston.net
mezz
mi
nivit@users.sf.net
pat
simond@irrelevant.orgriggs@rrr.deUdo.Schweigert@Siemens.com
o Add /usr before /compat/linux. [1]
o Add a configuration for japanese/acroread.
o Fix build problem on 6-current. [2]
o Use errno instead of __error. [3]
Requested by: many people [1]
Submitted by: many people [1]
YONETANI Tomokazu <qhwt+fbsd@les.ath.cx> [3]
Reported by: many people [1] [2]
Suggested by: ume [2]
o Chase port name as print/acroread7.
Submitted by: YONETANI Tomokazu <qhwt+fbsd@les.ath.cx> [1]
Reported by: many people, ports/78165 [1]
Committed at: Echigo Yuzawa Camp 2005
o Add support Acrobat Reader 7.0. [1]
o Remove oldest notes in pkg-message. [2]
I was cheated by: ume and Shinichiro Komatsu <koma2@ms.u-tokyo.ac.jp> [1]
Pointed out by: kuriyama [2]
o Add more support DragonFlyBSD. [1]
o Add support Helix Real Player. [2]
But not tested well.
Submitted by: YONETANI Tomokazu <qhwt+dfly@les.ath.cx> [1]
Sebastian Strollo <seb@strollo.org> [2]
I'm plesure to support Macromedia Flash7 plugin.
o Update to 20041017.
o Flash7 support is alpha quality.
o mozilla looks good, but firefox looks bad. firefox has
a double free problem with Flash7. I don't know how to
fix this problem.
o For Flash7 support, we must apply a rtld dlsym(3) patch.
Please read pkg-message for detail.
Desired by: ume
o Chase libm.so version-bumpd. [2]
o Fix comments about KDE/Konqueror. [3]
o Install libmap.conf to EXAMPLEDIR. [4]
Suggested by: takawata [1]
Pointed out by: ume [2]
Discussed by: KDE/FreeBSD [3]
(Sorry, I lost mails which was disscused about this).
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [4]
PR: ports/72494 [2]
Submitted by: Amir Shalem <amir@active.ath.cx> [2]
Tested by: ume
Approved by: portmgr (marcus)
o Fix @exec mkdir... from @unexec mkdir....
This is used by package install.
o No longer symlink to acrobat plugin on 4-stable.
o Bump PORTREVISION accordingly.
Pointed out by: ume [1]
o Add support Photo Image Print System (PIPS) for Linux
on native FreeBSD. (PIPS is EPSON bubble jet printers drivers.)
NOTE: However, pips ports don't use this support.
This is a experimental support to investigate pips ports.
Submitted by: ume
A A D D II OO OO S
A A D D II OO OO SSS
AAAAA D D II OO OO S
A A DDDD IIII OO SSSS linuxthreads!
o Accordingly, Flash6 plugin was more stable and robust with libc_r.
Maybe, I'll stop to hear that some browsers (firefox, epiphany, etc..)
will be overrun on own exit.
o With the result, /etc/libmap.conf sould be updated. Please be careful.
[libflashplayer.so]
libpthread.so.0 liblthread.so.3
to
libpthread.so.0 pluginwrapper/flash6.so
o Acrobat plugin became beta1 quality state and more stable. You will
be able to view PDF on native browsers with PTHREAD(KSE/THR), but I'm
afraid that /usr/local/Acrobat5/Reader/intellinux/bin/acroread will
not exit. Because acrobat plugin cannot stop it. I think that
I should add more (some?) pthread(3) functions.
Please be careful:
Native browsers with acrobat requires libKSE/THR/PTHREAD.
On libc_r, these will be overrun.
o Major errno (ENOENT, ...) are almost same between FreeBSD's and Linux's.
So I didn't convert it. But EAGAIN is not same between these. So
I fixed this, and acrobat became good.
Not tested on: 4-stable
Tested on: 5.2-current
Obtained from: Using the Linux flash plugin on Solaris x86
http://www.tools.de/solaris/flash/
right. I heard BAD and OK:-). [1]
o Support Linux Blackdown Java3D API on native JDK(tested only 1.4.2p5). [2]
OISHI discoursed this feature on eleventh CBUG Meeting at 2003-11-29.
It really got to me.
Reported by: Vladimir B. Grebenschikov <vova@@fbsd.ru>, osa, ale [1]
Tested by: osa, ale [1]
Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> [2]