non port: graphics/partio/Makefile |
Number of commits found: 42 |
Wednesday, 16 Aug 2023
|
18:25 Po-Chuan Hsieh (sunpoet)
devel/googletest: Update to 1.14.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/googletest/releases
b4d51fb |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Monday, 7 Mar 2022
|
17:39 Loïc Bartoletti (lbartoletti)
devel/py-qt5, devel/py-sip: Update versions
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)
PR: 261685
Exp-run by: antoine
2d8f8573 |
Thursday, 27 Jan 2022
|
06:12 Loïc Bartoletti (lbartoletti)
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.
PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.
This allows us to be in adequacy with the packages that the author of these
libraries proposes, namely:
PyQt - devel/py-qt5-pyqt
PyQt-Charts - x11-toolkits/py-qt5-chart
PyQt-NetworkAuth – net/py-qt5-networkauth
PyQt-WebEngine – www/py-qt5-webengine
SIP – devel/py-sip
py-sip - devel/py-qt5-sip
PyQt-builder - devel/py-qtbuilder
Qscintilla - devel/py-qt5-qscintilla2
Reviewed by: diizzy, kde
Tested by: kai, rhurlin, arrowd, madpilot
Approved by: makc, tcberner, kde
Differential Revision: https://reviews.freebsd.org/D33237
Exp-run by: antoine
4f0a5e1 |
Monday, 18 Oct 2021
|
17:25 Alexey Dokuchaev (danfe)
graphics/partio: update the port to version 1.14.6 and enable tests
Three out of twelve test currently fail, two of them because they
import port's own Python bits which are not yet installed, and there
is no trick like LD_LIBRARY_PATH for C tests to the rescue.
Reported by: portscout
c88b531 |
Tuesday, 22 Jun 2021
|
18:53 Kevin Bowling (kbowling)
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
da3162c |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 9 Dec 2020
|
09:27 danfe
- Update `graphics/partio' to version 1.14.0
- Drop `python' from PYQT_USES, it's on global USES
- Install versioned shared library
Reported by: portscout
 |
Friday, 4 Dec 2020
|
07:30 danfe
- Update `graphics/partio' to version 0.13.2
- Fix one of the PyQt-based auxiliary tools
Reported by: portscout
 |
Sunday, 13 Sep 2020
|
18:53 danfe
- Resurrect and update to version 1.13.0 which is Python 3.x-friendly
- Shorten the COMMENT and synchronize with upstream brief description
- Set LICENSE_FILE as it's not just a boilerplate (contains copyright)
- Catch up with 301 redirect in the WWW line of the port description
 |
Thursday, 26 Dec 2019
|
07:54 antoine
Deprecate a few ports
With hat: portmgr
 |
Tuesday, 5 Nov 2019
|
22:16 zeising
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Friday, 12 Jul 2019
|
16:15 fernape
graphics/partio: update to 1.10.1
* Fixed unique_ptr type in Particle class and made release() non-const.
* Build against the configured gtest
Reported by: portscout
 |
Wednesday, 26 Jun 2019
|
18:16 fernape
graphics/partio: update to 1.8.3
* Build enhancements
* Remove partioSe library
Reported by: portscout
 |
Saturday, 20 Apr 2019
|
16:55 fernape
graphics/partio: Use python 2.7
Some of the scripts don't work yet with python 3.0. Use python 2.7 instead.
Remove also two problematic scripts due to lack of necessary wrappers.
Reported by: tcberner
 |
Friday, 19 Apr 2019
|
15:45 fernape
graphics/partio: update to 1.7.4
* Add EXAMPLES option
Accumulated changes:
* Fix partattr
* partview: Fix opacity (wasn't working)
* partinfo: Better output and add command-line flags
* Several bugfixes
Reported by: portscout
 |
Wednesday, 10 Apr 2019
|
06:18 antoine
Bump a few PORTREVISIONs after r498529
With hat: portmgr
 |
Wednesday, 13 Mar 2019
|
05:03 linimon
Fix build on gcc-based architectures:
Target "partio" requires the language dialect "CXX11", but CMake does not
know the compile flags to use to enable it.
 |
Tuesday, 25 Dec 2018
|
20:25 tcberner
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
 |
Tuesday, 18 Sep 2018
|
20:22 fernape
graphics/partio: Remove PYTHON option.
* The port does not build without python
* Add DOXYGEN option
* Install extra doc files
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D17155
 |
Tuesday, 11 Sep 2018
|
09:10 danfe
- Update `graphics/partio' to version 1.5.5
- Actualize USE_GL and USE_XORG, per `stage-qa'
- Simplify make(1) invocation in `post-build-DOCS-on'
- Augment port description and format WWW correctly
- Assert that PYTHON option is always enabled
Reported by: portscout
 |
Friday, 29 Dec 2017
|
09:01 antoine
Simplify some USES=python
With hat: portmgr
 |
Wednesday, 11 Oct 2017
|
20:46 bapt
Use swig3.0 instead of swig 1.3
While here, use options helpers
 |
Monday, 5 Jun 2017
|
23:02 rakuco
Use MAKE_CMD instead of hardcoding 'make' in post-build.
This allows people to build the port with ninja instead of make.
 |
Tuesday, 23 May 2017
|
05:03 rezny
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
 |
Sunday, 22 Jan 2017
|
22:27 rene
Reset mva@'s ports, he handed in his ports bit.
 |
Friday, 23 Dec 2016
|
07:58 mva
- Revert the switch from DOCS to DOXYGEN.
This restores the DOCS behaviour for building and installing additional
documentation along with the port itself, if requested by the user as
documented.
 |
Wednesday, 21 Dec 2016
|
14:56 mat
Rename DOCS to DOXYGEN.
Sponsored by: Absolight
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 8 Jul 2015
|
16:28 mva
- Update to a snapshot from 2015-02-21
This update contains a small set of bug fixes.
 |
Thursday, 7 May 2015
|
15:45 mat
It seems doxygen's magic include the parent directory name, so grab all the doc
here with PORTDOCS.
Pointed out by: antoine
 |
15:17 mat
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 3 Jan 2015
|
08:47 mva
- Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...
With hat: python@
 |
Wednesday, 31 Dec 2014
|
06:45 antoine
Update devel/doxygen to 1.8.9
PR: ports/196342
Submitted by: Naram Qashat (maintainer)
Exp-run and fixes to depending ports: self
 |
Sunday, 26 Oct 2014
|
23:25 pawel
- Update devel/doxygen to version 1.8.8 [1]
- Fix graphics/partio plist problem after doxygen update [2]
PR: 194178 [1]
Submitted by: maintainer [1]
Approved by: mva@ [2]
 |
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)
 |
Saturday, 9 Aug 2014
|
19:39 antoine
Update devel/doxygen to 1.8.7
Update dependent ports to build with it
Most of work by: pi@
Exp-run: self
PR: ports/190943
 |
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
 |
Saturday, 12 Apr 2014
|
07:53 mva
- Update to snapshot from 28-04-2014
 |
Sunday, 29 Dec 2013
|
15:47 mva
Partio is a library for reading/writing/processing particle files for a wide
range of tools and file formats. It acts as an abstraction for the
commonalities in particle models (i.e. accessing many attributes associated
with an index or entity).
WWW: http://www.partio.us
 |
Number of commits found: 42 |