aboutsummaryrefslogtreecommitdiffstats
path: root/www/nspluginwrapper
Commit message (Collapse)AuthorAgeFilesLines
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* Update MASTER_SITE, current server is unavailableehaupt2010-01-261-1/+1
| | | | | PR: 142754 Approved by: maintainer timeout (malus.x@gmail.com)
* A compatibility plugin for Mozilla NPAPI (development version).jkim2009-12-081-0/+2
| | | | | | | | | | Note: The Linux/i386 RPM was built by me on Fedora 10 via VirtualBox because the author did not provide them. For more information about the development branch, please read: http://gwenole.beauchesne.info/en/blog/2009/01/02/nspluginwrapper_1.3.0 PR: ports/141179
* Limit the stack size for plugins. Linux glibc threading behavesbsam2009-08-062-1/+10
| | | | | | | | | | slightly differently with a smaller stack size and the Flash plugins rely on this behaviour. Suggested by: dchagin Patch by: nox Discussed at: freebsd-emulation Reminded by: Tijl Coosemans <tijl@ulyssis.org>
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* Welcome to the new linux ports infrastructure which allows usingbsam2009-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | both current (fc4) and future linux (f8) distributions at one ports tree. The patch contains full changes to ports/Mk files and all ports involved. But only infrastructure is changed. The resulting packages are the same as before. Hence no need to bump PORTREVISIONs. The idea was taken from bsd.gnome.mk and others. More than 130 ports are switched to follow a new linux infrastructure introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new bsd.linux-apps.mk. Thanks for all who was involved and helped me with this work. And help from Alexander Leidinger was incredible. Other changes are coming. Stay tuned! PR: ports/132510 Submitted by: bsam (me) Exp-run by: portmgr (pav)
* Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-2/+2
| | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working.
* - Fix path to npwrapper.so on amd64beech2009-01-092-2/+12
| | | | | | | | - Bump portrevision PR: ports/130317 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: David Grochowski <malus.x@gmail.com> (maintainer)
* - Update to version 1.2.2.beech2009-01-094-38/+24
| | | | | | | | - Remove configure patching since it is now unnecessary. - Switch to USE_XORG and remove USE_XLIB and friends. PR: ports/130144 Submitted by: Dave Grochowski <malus.x@gmail.com> (maintainer)
* - Update to 1.0.0gahr2008-07-042-8/+7
| | | | | PR: 125252 Submitted by: Dave Grochowski <malus.x@gmail.com> (maintainer)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-4/+4
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Remove support for XFree8-4.flz2008-03-081-4/+0
| | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav)
* - Update to 0.9.91.5pav2007-09-022-8/+7
| | | | | PR: ports/115992 Submitted by: Dave Grochowski <malus.x@gmail.com> (maintainer)
* - This port requires linux-gtk2 instead of the native onerafan2007-06-061-3/+15
| | | | | | | | | | | | | - This port needs both native and linux version of libX11. Since there is no good way to specify the native one, repeat the logic in bsd.port.mk here. Reported by: Henrik Brix Andersen, TooMany Secrets <toomany at toomany.net> - Respect X11BASE in configure script PR: ports/112274 Approved by: Dave Grochowski (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 0.9.91.4rafan2007-04-063-43/+8
| | | | | | PR: ports/111291 Submitted by: rafan Approved by: Dave Grochowski <malus.x at gmail.com> (maintainer)
* Add nspluginwrapper 0.9.91.3, a compatibility plugin for Netscape 4rafan2007-04-059-0/+201
(NPAPI) plugins. PR: ports/111166 Submitted by: Dave Grochowski