| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Pointed out by: nyan
Pointy hat to: myself
Notes:
svn path=/head/; revision=152467
|
|
|
|
| |
Notes:
svn path=/head/; revision=152464
|
|
|
|
| |
Notes:
svn path=/head/; revision=151905
|
|
|
|
|
|
|
| |
Noticed by: ume
Notes:
svn path=/head/; revision=151460
|
|
|
|
| |
Notes:
svn path=/head/; revision=151431
|
|
|
|
|
|
|
|
|
|
|
| |
Pointed out by: Yu-Shun Wang <yushunwa@ISI.EDU>
Pointy hat to: myself
Brain-dead: myself
Sanity tested by: matusita, nobutaka
P.S. Utsudashinou... orz
Notes:
svn path=/head/; revision=150296
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=148082
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.html
http://lists.freebsd.org/pipermail/freebsd-gnome/2005-October/012504.html
Notes:
svn path=/head/; revision=146750
|
|
|
|
| |
Notes:
svn path=/head/; revision=146628
|
|
|
|
|
|
|
|
|
| |
o Fix path to nphelix.so.
Submitted by: Franz Klammer <klammer@webonaut.com>
Notes:
svn path=/head/; revision=142365
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=142283
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.de
cracauer@cons.org
des
girgen
jamie@bishopston.net
mezz
mi
nivit@users.sf.net
pat
simond@irrelevant.org
riggs@rrr.de
Udo.Schweigert@Siemens.com
Notes:
svn path=/head/; revision=137660
|
|
|
|
| |
Notes:
svn path=/head/; revision=137328
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=137327
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=131684
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=131581
|
|
|
|
|
|
|
| |
Pointed out by: pointyhat via kris
Notes:
svn path=/head/; revision=128383
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=126835
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Cosmetic change.
o Overhaul acrobat plugin, but not improved:-(.
o Add some debug code. I always welcome your fix:-).
Inspired from: YONETANI Tomokazu <qhwt+dfly@les.ath.cx> [1]
References: http://leaf.dragonflybsd.org/mailarchive/users/2005-01/msg00054.html [1]
Notes:
svn path=/head/; revision=126001
|
|
|
|
|
|
|
| |
Extra Special Pointy Santa Hat to: trevor
Notes:
svn path=/head/; revision=125026
|
|
|
|
|
|
|
|
|
|
| |
o Fix libmap.conf error on 4-stable and Opera. [1]
o Fix recursive call problem on firefox. [2]
Submitted by: vs [1], deischen[2]
Notes:
svn path=/head/; revision=124445
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=119636
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=118609
|
|
|
|
|
|
|
|
|
|
| |
o Add support PIPS(pips-sc60s, EPSON Stylus C60).
Submitted by: Vladimir Novoseltsev <blacknova@tut.by>
Approved by: ume
Notes:
svn path=/head/; revision=117685
|
|
|
|
|
|
|
|
|
| |
o Add support PIPS2.6.2.
Submitted by: ume
Notes:
svn path=/head/; revision=117141
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=117004
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=116983
|
|
|
|
|
|
|
| |
Submitted by: vs
Notes:
svn path=/head/; revision=114788
|
|
|
|
|
|
|
|
|
|
|
| |
If you want to choice any plugins, linuxpluginwrapper don't
require all mandatory ones.
PR: ports/65873
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Notes:
svn path=/head/; revision=113076
|
|
|
|
|
|
|
|
|
| |
o Bump PORTREVISION.
Submitted by: ru
Notes:
svn path=/head/; revision=104089
|
|
|
|
|
|
|
|
|
| |
No feature change.
Suggested by: Mike Harding <mvh@ix.netcom.com>
Notes:
svn path=/head/; revision=103445
|
|
|
|
|
|
|
| |
Pointed out by: ume
Notes:
svn path=/head/; revision=102553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
Notes:
svn path=/head/; revision=102532
|
|
|
|
|
|
|
| |
Submitted by: Andrew J Caines <A.J.Caines@halplant.com>
Notes:
svn path=/head/; revision=100532
|
|
|
|
| |
Notes:
svn path=/head/; revision=100433
|
|
|
|
|
|
|
| |
Submitted by: lioux
Notes:
svn path=/head/; revision=100432
|
|
|
|
| |
Notes:
svn path=/head/; revision=100356
|
|
|
|
|
|
|
|
|
|
| |
o Add more messages for KDE Konqueror users. [2]
Submitted by: OISHI Masakuni <yamasa@bsdhouse.org> [1]
Hiroo Ono <hiroo@@oikumene.gcd.org> [2]
Notes:
svn path=/head/; revision=100337
|
|
|
|
|
|
|
| |
o make silence.
Notes:
svn path=/head/; revision=99931
|
|
|
|
|
|
|
| |
Submitted by: Andrew J Caines <A.J.Caines@halplant.com>
Notes:
svn path=/head/; revision=98085
|
|
|
|
|
|
|
|
|
| |
Submitted by: OISHI Masakuni <yamasa@bsdhouse.org>
Committed at: CBUG 2004 New Year Party
Reviewed by: ume and OISHI on the fly
Notes:
svn path=/head/; revision=97913
|
|
|
|
|
|
|
|
| |
set of parentheses. Seems to do the right thing on 4.9, 5.0,
and -current now.
Notes:
svn path=/head/; revision=97524
|
|
|
|
|
|
|
|
|
| |
Also minor portlinting.
Approved by: nork
Notes:
svn path=/head/; revision=97482
|
|
|
|
|
|
|
| |
Asked by: Mike Harding <mvh@ix.netcom.com>
Notes:
svn path=/head/; revision=96726
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=96707
|
|
|
|
|
|
|
|
|
| |
Add another MASTER_SITES.
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> [1]
Notes:
svn path=/head/; revision=94664
|
|
|
|
| |
Notes:
svn path=/head/; revision=94617
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
linux-plugins like flash6(almost stable) and acroread5(unstable,
you can use only one shot from boot) with native browsers.
Flash6 |mozilla | firebird | galeon | ephiphany | opera | konquere
------------+--------+----------+--------+-----------+-------+----------
4-stable[*] | OK | OK | OK | OK | OK | OK but...
5-current | OK | OK | OK | OK | NG | OK but...
For konquere user: Please set plugins directory by hand.
Acrobat |mozilla | firebird | galeon | ephiphany | opera | konquere
------------+--------+----------+--------+-----------+-------+----------
4-stable[*] | ONLY
5-current | ONE SHOT USE
[*] patched with http://people.FreeBSD.org/~nork/libmap_4stable.diff
[1] port to NetBSD and try to use realplayer plugin.
[2] use linux-threads.
[3] map libc.so.6 -> pluginwrapper.so idea
Submitted by: Takahiro Igarashi <thir@thir.org> [1]
Joe Kelsey <joek@mail.flyingcroc.net> [2]
t3rra yi <t3rra@hotmail.com> [3]
Tested by: members of C BSD Users Group in Tokyo, Japan (C is Capital?)
and
many many many many many many many people!
Desired by: ume as Trekkie
Yoshihiko Sarumaru <sarumaru@yamayuri.org>
Reviewed by: simokawa, ume, takawata, nectar
Repo copied by: joe (cvs)
Approved by: marcus (portmgr)
Notes:
svn path=/head/; revision=94495
|
|
|
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
Notes:
svn path=/head/; revision=77045
|
|
|
|
| |
Notes:
svn path=/head/; revision=76177
|