aboutsummaryrefslogtreecommitdiff
path: root/emulators/pipelight
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.2.8.2Dmitry Marakasov2015-12-043-22/+5
| | | | | | | | PR: 204762 Submitted by: pkubaj@riseup.net Notes: svn path=/head/; revision=402998
* Improve shebangfix frameworkDmitry Marakasov2015-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756 Notes: svn path=/head/; revision=399684
* - Fix build failure due to gpg error (gpg: failed to create temporary file)Dmitry Marakasov2015-06-192-2/+22
| | | | | | | | - Add missing include fixing another build failure - Whitespace fix Notes: svn path=/head/; revision=390093
* Rename emulators/wine-compholio to emulators/wine-staging andGerald Pfeifer2015-05-241-4/+4
| | | | | | | | | | | accordingly emulators/i386-wine-compholio to emulators/i386-wine-staging. Adjust CONFLICTS across all Wine related ports. Reviewed by: dbn, kmoore Notes: svn path=/head/; revision=387240
* emulators/pipelight: 2.7.3 -> 2.8.1Kurt Jaeger2015-05-064-16/+17
| | | | | | | | | | | | | | Changes: http://pipelight.net/cms/articles/2014-12/release-v0-2-8.html and https://bitbucket.org/mmueller2012/pipelight/raw/master/debian/changelog PR: 197828 Submitted by: sasamotikomi@gmail.com Reviewed by: philippe.r972@gmail.com Notes: svn path=/head/; revision=385551
* emulators/pipelight: fix buildSteve Wills2015-01-143-1/+19
| | | | Notes: svn path=/head/; revision=376990
* Reset maintainership, don't have time to mess with it right nowKris Moore2014-12-161-1/+1
| | | | Notes: svn path=/head/; revision=374813
* - Fix a bug in pipelight-mkufs scriptKris Moore2014-12-152-2/+5
| | | | | | | | | | - Bump PORTREV PR: 195963 Submitted by: f0andrey@gmail.com Notes: svn path=/head/; revision=374755
* Clean up plistBaptiste Daroussin2014-10-271-6/+0
| | | | Notes: svn path=/head/; revision=371563
* - Fix a typo in pkg-messageKris Moore2014-09-151-1/+1
| | | | Notes: svn path=/head/; revision=368277
* - Update pipelight-mkufs script to create a larger UFS volume (400MB)Kris Moore2014-09-152-2/+2
| | | | | | | - Bump PORTREV Notes: svn path=/head/; revision=368275
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Update the pipelight-mkufs script to mount zvols lateKris Moore2014-09-102-2/+2
| | | | Notes: svn path=/head/; revision=367836
* - Add pipelight-mkufs script for users on ZFSKris Moore2014-09-054-1/+119
| | | | | | | | - Add pkg-message for initial pipelight setup / usage - Bump PORTREV Notes: svn path=/head/; revision=367384
* - Ignore bash from PATHKris Moore2014-09-051-2/+5
| | | | | | | | PR: 193287 Submitted by: Jan Beich <jbeich@vfemail.net> Notes: svn path=/head/; revision=367380
* - Make pipelight depend on the new i386-wine-compholio on amd64Kris Moore2014-08-181-2/+3
| | | | | | | - Bump PORTREV Notes: svn path=/head/; revision=365344
* Switch to USE_GCC=yesKris Moore2014-07-301-1/+1
| | | | Notes: svn path=/head/; revision=363490
* Fix a bug in previous commit, link to correct distfiles locationsKris Moore2014-07-241-2/+2
| | | | Notes: svn path=/head/; revision=362855
* - Update to 0.2.7.3Kris Moore2014-07-244-45/+16
| | | | | | | | - Improve build to include preload.tar.gz files - Depend upon X11 Notes: svn path=/head/; revision=362851
* Use more recent gcc 4.7 or later to compile pipelightKris Moore2014-07-231-0/+1
| | | | Notes: svn path=/head/; revision=362738
* Switch depend for pipelight-i386 to emulators/wine-compholioKris Moore2014-07-231-2/+2
| | | | Notes: svn path=/head/; revision=362688
* - Fix building pipelight on FreeBSD 9 and earlierKris Moore2014-07-231-2/+3
| | | | | | | | PR: 192048 Submitted by: Joseph Mingrone <jrm@ftfl.ca> Notes: svn path=/head/; revision=362683
* Fix buildKris Moore2014-07-191-1/+2
| | | | Notes: svn path=/head/; revision=362260
* - Cleanup Makefile includes, remove depreciated MAN1= entryKris Moore2014-07-151-12/+11
| | | | Notes: svn path=/head/; revision=361993
* - Update RUN_DEPENDS to use the correct version of wine, wine-devel on i386,Kris Moore2014-07-111-1/+2
| | | | | | | and i386-wine-devel on amd64 Notes: svn path=/head/; revision=361549
* - Add pipelight, which works with wine to provide windows plugins to browsersKris Moore2014-07-116-0/+145
Notes: svn path=/head/; revision=361537