Adam Weinberger
5653af431b
This port uses advanced PORTDOCS technology that is beyond me.
...
Restore the original logic, and apply MDOCS to it properly.
2014-01-07 16:08:06 +00:00
Adam Weinberger
9d1cb37fa9
I broke this port with MDOCS support, because I
...
didn't catch that it was using NOPORTDOCS backwards.
Thanks: makc
2014-01-07 14:43:54 +00:00
Baptiste Daroussin
254efb3968
Prefer ninja over make(1)
2014-01-07 13:23:54 +00:00
Baptiste Daroussin
22b76cf68c
Prefer ninja over make(1) to build
2014-01-07 13:14:45 +00:00
Dirk Meyer
000c72e860
- USES=dos2unix
2014-01-07 06:57:40 +00:00
Sean Bruno
e575db708b
Add QT imageformats to resolve issues with rendering album covers
...
PR: ports/175987
2014-01-05 01:20:50 +00:00
Baptiste Daroussin
7caed251d8
Support stage
2014-01-05 00:30:33 +00:00
Baptiste Daroussin
f4046df5f1
Support stage
2014-01-05 00:30:21 +00:00
Baptiste Daroussin
d78466e705
Support stage
2014-01-05 00:28:08 +00:00
Baptiste Daroussin
dedc47ff09
Support stage
2014-01-05 00:26:32 +00:00
Antoine Brodin
604485f846
Convert the tree to USES=fam
...
Approved by: portmgr (bapt)
2014-01-04 23:40:44 +00:00
Baptiste Daroussin
cb3962b38d
Support stage
...
Allow packaging as a user
Use options helpers
2014-01-04 18:25:01 +00:00
Baptiste Daroussin
1688e00a40
Support stage
2014-01-04 18:22:00 +00:00
Baptiste Daroussin
cdae7ea978
Remove useless comment
2014-01-04 18:21:00 +00:00
Baptiste Daroussin
4421f97a19
Support stage
2014-01-04 18:18:55 +00:00
Baptiste Daroussin
9a5867f166
Support stage
...
Use pathfix instead manually patching
2014-01-04 18:17:34 +00:00
Baptiste Daroussin
32af92451d
Support stage
2014-01-04 18:14:11 +00:00
Baptiste Daroussin
34a4ea8890
Support stage
2014-01-04 18:11:22 +00:00
Baptiste Daroussin
7618c9e04e
Support stage
2014-01-04 18:07:32 +00:00
Baptiste Daroussin
5ae7372156
Support stage
...
Unconditionnaly disable esound
2014-01-04 18:01:18 +00:00
Baptiste Daroussin
cf7913070d
Support stage
...
Strip binaries
2014-01-04 17:56:05 +00:00
Baptiste Daroussin
8455ac8a5d
Support stage
...
Use COPYTREE_SHARE
2014-01-04 17:52:04 +00:00
Baptiste Daroussin
8c457dd487
Support stage
2014-01-04 17:50:10 +00:00
Antoine Brodin
ab2c79aaac
Stage support
2014-01-04 10:10:22 +00:00
Antoine Brodin
ba886703cb
Stage support
2014-01-04 10:07:40 +00:00
Antoine Brodin
b2cd377050
Stage support
2014-01-04 10:03:25 +00:00
Antoine Brodin
ccf53feef3
- Stage support
...
- Add missing OPTIONS_DEFINE
2014-01-04 09:43:04 +00:00
Danilo Egea Gondolfo
4b7ad650f8
- Update from 0.9.0 to 0.9.2
...
- Add SIDPLAY2 option
while here
- Add NLS option
PR: ports/185325
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
2014-01-03 22:40:22 +00:00
Veniamin Gvozdikov
50d2b6f5cc
- Changed mainteiner from vg to sbruno
...
Submitted by: myself
2014-01-03 18:00:19 +00:00
Adam Weinberger
f5da53d279
Include <bsd.port.mk>, not post.mk
2014-01-03 15:36:03 +00:00
Adam Weinberger
49bf36d527
Convert to PORT_OPTIONS:MDOCS.
...
Holdout shame list: ruby, perl, python
2014-01-03 15:26:06 +00:00
Rene Ladan
398aad0058
Undeprecate, fetching is fine now.
2014-01-03 08:21:27 +00:00
Baptiste Daroussin
c0d7b638ed
Part 1 at removing now useless FETCH_ARGS redifition
2014-01-03 00:46:47 +00:00
Raphael Kubo da Costa
0fdec1ebc5
Update to 0.3.18.
...
PR: ports/185411
Submitted by: John Hixson <john@pcbsd.org> (maintainer)
2014-01-02 22:41:18 +00:00
Antoine Brodin
5d9671a143
Stage support
2014-01-02 10:31:56 +00:00
Raphael Kubo da Costa
059d9a34be
Unbreak after r337708.
2014-01-02 00:24:27 +00:00
Sean Bruno
21e8eab9f0
Trying to be smart, always punishes one in the end.
...
SPOTIFY support isn't something that can be compiled out of clementine.
You must *either* compile the binary blob in to the application *or*
enable the downloader via QCA. You cannot disable them.
I suspect, from the changes I've made, someone already figured this out
originally. :-)
2014-01-01 22:55:58 +00:00
Sean Bruno
8efc63188b
Add DropBox & BOX remote file storage support and enable on by
...
default
Remove NO_STAGE
Remove MAKE_JOBS_UNSAFE
Remove BUILTINTAGLIB, this is only relevant for distributions that
have a taglib package < 1.8
Remove SPOTIFY support. Requires vendor binary library that does
not currently support FreeBSD. The QCA code is a tool to fetch this
library if enabled.
Remove -DIMOBILEDEVICE as its not a Cmake build options for this port
Reviewed by: vg
2014-01-01 19:54:44 +00:00
Chris Rees
5dbcf60640
Typo
2014-01-01 19:45:41 +00:00
Olli Hauer
4fb1cfb1cd
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
...
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Diane Bruce
15ed623558
- Enable staging
2013-12-30 20:39:53 +00:00
Antoine Brodin
d68f53239a
Stage support
2013-12-30 17:38:29 +00:00
Antoine Brodin
01dccf4141
Stage support
2013-12-30 17:34:08 +00:00
Antoine Brodin
f37fbc8b77
Stage support
2013-12-30 17:32:01 +00:00
Antoine Brodin
4ae85d4010
Stage support
2013-12-30 17:27:37 +00:00
Antoine Brodin
7afb1f73e7
Stage support
2013-12-30 17:24:31 +00:00
Antoine Brodin
f7be0641ec
Stage support
2013-12-30 17:21:49 +00:00
Antoine Brodin
9d6614ef87
Stage support
2013-12-30 17:19:40 +00:00
Antoine Brodin
9a9aeab79d
Stage support
2013-12-30 17:16:34 +00:00
Antoine Brodin
8d85e5f2fb
Stage support
2013-12-30 17:13:24 +00:00