aboutsummaryrefslogtreecommitdiff
path: root/www/dummyflash
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which fooJeremy Messenger2009-01-102-6/+12
| | | | | | | | | | | | | | | | | plugins support one of web browsers and can take care of plist (depend on how you use it) at the same time. I have written a complete document and even show how it works in the www/firefox/Makefile.webplugins so be sure to read in there. If there is anything that isn't clear in the document, please feel free to ask and I will try my best to improvement it. FYI: GNOME 2.24 depends on this, so it's coming. BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified. Approved by: portmgr Notes: svn path=/head/; revision=225627
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-2/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209636
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Follow mozilla+firefox and move to LOCALBASEPav Lucistnik2006-10-191-2/+2
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175410
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Fix www/dummyflash to not hardcode X11BASE pathEdwin Groothuis2005-10-231-1/+1
| | | | | | | | PR: ports/87829 Submitted by: Daniel J. O'Connor <darius@dons.net.au> Notes: svn path=/head/; revision=146161
* - Fix on amd64/ia64Pav Lucistnik2005-01-252-8/+2
| | | | Notes: svn path=/head/; revision=127320
* BROKEN on ia64 and amd64: Does not buildKris Kennaway2004-11-181-1/+7
| | | | Notes: svn path=/head/; revision=121911
* - Install dummyflash plugin to a more sensible placeYen-Ming Lee2004-09-162-14/+5
| | | | | | | | | | | - Build fix PR: 71385 Submitted by: Daniel J. O'Connor <darius@dons.net.au> Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118191
* This plugin silently consumes flash MIME types to prevent the browser fromEdwin Groothuis2004-06-165-0/+123
prompting the user to download them. Submitted by: Daniel O'Connor <darius@dons.net.au> Notes: svn path=/head/; revision=111567