non port: devel/qross/Makefile |
Number of commits found: 20 |
Sunday, 2 Dec 2018
|
15:41 rene
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
 |
Thursday, 28 Jun 2018
|
17:39 tcberner
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
 |
Friday, 23 Feb 2018
|
21:09 rene
Reset vg@'s ports after he resigned.
With hat: portmgr-secretary
 |
Tuesday, 6 Feb 2018
|
18:07 amdmi3
- Add missing dependency on qt corelib
- Fix dependency on python: require 2.7, fails with python3:
bindings/python/qrosspython/cxx/IndirectPythonInterface.cxx:469:12: error:
unknown type name 'DL_IMPORT'
extern "C" DL_IMPORT(PyTypeObject) PyRange_Type;
^
bindings/python/qrosspython/cxx/IndirectPythonInterface.cxx:469:35: error:
expected ';' after top level declarator
extern "C" DL_IMPORT(PyTypeObject) PyRange_Type;
^
;
bindings/python/qrosspython/cxx/IndirectPythonInterface.cxx:470:34: error:
expected function body after function declarator
extern "C" DL_IMPORT(PyObject *) PyRange_New(long, long, long, int);
^
bindings/python/qrosspython/cxx/IndirectPythonInterface.cxx:497:44: error: no
member named 'PyExc_MemoryErrorInst' in the global namespace; did you mean
'_Exc_MemoryErrorInst'?
PyObject * _Exc_MemoryErrorInst() { return ::PyExc_MemoryErrorInst; }
^~~~~~~~~~~~~~~~~~~~~~~
_Exc_MemoryErrorInst
...
- Fix dependency on py-sip (use flavors to depend on correct version)
- Switch to opt_CMAKE_BOOL
Approved by: portmgr blanket
 |
Thursday, 29 Dec 2016
|
14:29 amdmi3
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Monday, 30 Nov 2015
|
14:20 rakuco
Update CMake to 3.4.0.
Release notes: https://cmake.org/cmake/help/v3.4/release/3.4.html
- Bump PORTREVISION in a few ports that do not ship SOVERSIONed libraries
anymore (see https://cmake.org/gitweb?p=cmake.git;a=commit;h=f799ffb5).
- Switch MASTER_SITES to https.
PR: 204629
 |
Wednesday, 6 May 2015
|
15:16 mat
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 19 Mar 2015
|
16:44 bdrewery
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
 |
Saturday, 20 Dec 2014
|
17:42 antoine
Use GH_COMMIT
 |
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
 |
Sunday, 6 Jul 2014
|
20:29 vg
- Enabled PYTHON option
- Bump version
 |
Tuesday, 1 Jul 2014
|
08:27 vg
- Upgrade to 0.3.1.
- Support staging.
 |
Monday, 6 Jan 2014
|
16:24 makc
- Add explicit dependence on Qt 4 components
PR: ports/185101
Approved by: general blanket approval
 |
Friday, 20 Sep 2013
|
17:17 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
 |
Monday, 22 Jul 2013
|
14:34 vg
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors)
 |
Friday, 22 Mar 2013
|
20:06 makc
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
 |
Sunday, 3 Feb 2013
|
18:16 makc
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
 |
Wednesday, 12 Dec 2012
|
08:37 danfe
- Trim Makefile header per new world order
- Add an OPTION (on by default) to build Python bindings
PR: ports/170419
Submitted by: maintainer
 |
Friday, 31 Aug 2012
|
01:45 danfe
Port of Qross 0.2.2, a Qt-only fork of Kross, the KDE scripting framework.
PR: ports/170418
 |
Number of commits found: 20 |