non port: graphics/aqsis/Makefile |
Number of commits found: 87 |
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
|
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
00:15 jbeich
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645
|
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
|
Saturday, 22 Sep 2018
|
10:15 mandree
Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.
Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>
Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase
the new lower-case spelling of the name, and to omit the version from the
library name to ease future maintenance.
Bump PORTREVISION of all ports that depend on ilmbase or openexr directly,
so that they all get rebuilt on upgrades.
Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now
that its Iex::BaseExc class is no longer derived from std::string,
details were given upstream through https://github.com/ampas/CTL/issues/71
and (b) to unwind semicolon/;-lists in cmake that stem from openexr/
ilmbase pkg-config variables.
(Note ampasCTL is unmaintained as FreeBSD port, and upstream,
and I cannot run-time test it.)
Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending
directly or indirectly on ilmbase and/or openexr have passed without
regressions. Thus invoking due diligence, I believe I have done the
equivalent of an -exp run, and do not require approval for the dependency
chases to third-party ports.
|
Thursday, 9 Aug 2018
|
06:58 jbeich
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165
|
Sunday, 29 Jul 2018
|
22:18 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
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
|
Wednesday, 18 Apr 2018
|
13:57 jbeich
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030
|
Tuesday, 17 Apr 2018
|
07:57 jbeich
graphics/aqsis: unbreak with boost 1.67
/usr/bin/ld: undefined reference to symbol `pthread_condattr_init@@FBSD_1.0'
(try adding -lthr)
PR: 227427
Reported by: antoine (via exp-run)
Regressed by: https://github.com/boostorg/thread/commit/1e84b978b2bb
|
Thursday, 18 Jan 2018
|
04:11 jbeich
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279
|
Friday, 1 Dec 2017
|
01:58 mandree
Security update OpenEXR and ilmbase to 2.2.1.
While here, fix libIlmImfUtil_la_LDFLAGp so that when linking libIlmImfUtil,
the locally built libIlmImf gets precedence over the one in /usr/local,
to permit upgrades in a running system with the older version installed.
This changes the library's SONAME, so bump PORTREVISION of all dependees.
Unfortunately, this looks a bit too intrusive for an MFH to 2017Q4.
Security: CVE-2017-9110
Security: CVE-2017-9111
Security: CVE-2017-9112
Security: CVE-2017-9113
Security: CVE-2017-9114
Security: CVE-2017-9115
Security: CVE-2017-9116
Security: 803879e9-4195-11e7-9b08-080027ef73ec
|
Monday, 25 Sep 2017
|
00:08 jbeich
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
00:05 jbeich
graphics/aqsis: switch to C++11 for Boost
PR: 220787
|
00:05 jbeich
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582
|
Tuesday, 2 May 2017
|
06:48 jbeich
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472
|
Friday, 6 Jan 2017
|
08:45 jbeich
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1
|
Wednesday, 23 Nov 2016
|
12:45 jbeich
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office)
|
Sunday, 18 Sep 2016
|
11:54 linimon
Mark broken on sparc64.
Approved by: portmgr (tier-2 blanket)
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tuesday, 9 Jun 2015
|
16:37 amdmi3
- Fix shebangs
- Add missing bash dependency
MFH: 2015Q2
|
Wednesday, 10 Dec 2014
|
22:29 gahr
- Reset maintainership of my ports
|
Monday, 8 Dec 2014
|
16:48 tijl
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
|
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)
|
Friday, 15 Aug 2014
|
20:37 mandree
Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)
Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130
Couple OpenEXR more tightly to ilmbase and require its exact .so
version.
Add UPDATING note, and bump PORTREVISION of all dependent ports.
Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.
Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports)
|
Friday, 4 Jul 2014
|
12:51 gahr
- Fix LICENSE
|
Friday, 7 Feb 2014
|
11:44 bapt
Chase boost and icu bump
While here convert some LIB_DEPENDS
|
Wednesday, 20 Nov 2013
|
14:25 nemysis
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)
Approved by: wg (mentor)
|
Thursday, 31 Oct 2013
|
15:13 gahr
- Bump PORTREVISION, forgot in previous commit
|
00:32 nemysis
graphics/ilmbase
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW
graphics/OpenEXR
- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pathfix pkgconfig
- Add DOCS and EXAMPLES Options
- Support STAGEDIR and add OPTIONS_SUB
- Change REINPLACE_CMD
- Add extra patch for EXAMPLES
- Remove obsolete patches
- Bump dependent ports' revisions
Approved by: pawel / wg (mentors)
|
Friday, 20 Sep 2013
|
18:35 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Tuesday, 11 Jun 2013
|
14:47 miwi
- Fix build
- Remove 7.X gruft
Reported by: pkg (DEVELOPER_MODE)
|
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)
|
Thursday, 31 Jan 2013
|
13:38 bapt
Chase boost update
|
Thursday, 17 Jan 2013
|
03:32 swills
- Chase lib version changes from ilmbase and OpenEXR updates
|
Thursday, 30 Aug 2012
|
16:59 gahr
- Update to 1.8.2
Announcement: http://www.aqsis.org/2012/08/version-182-available.html
|
Sunday, 10 Jun 2012
|
15:35 pav
- Mark BROKEN on FreeBSD 7.X: does not compile
Aqsis-1.8.0-Source/libs/util/plugins.cpp: In member function 'const
Aqsis::CqString Aqsis::CqPluginBase::DLError()':
Aqsis-1.8.0-Source/libs/util/plugins.cpp:174: error: invalid conversion from
'const char*' to 'char*'
Reported by: pointyhat
|
Wednesday, 6 Jun 2012
|
06:44 miwi
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Saturday, 19 May 2012
|
17:49 makc
- Unbreak build by removing patches added in the previous commit. The port
has been updated already and builds fine with boost-1.48.0 [1]
- While here, add _build suffix for some Qt4 components to avoid
run dependency on them. I've bumped PORTREVISION in the previous commit
so no changes this time.
Reported by: pav/pointyhat [1]
|
Wednesday, 16 May 2012
|
16:09 makc
Add patches to fix build with boost-1.48.0
PR: ports/156253
Submitted by: Alexander Churanov
Approved by: portmgr (linimon)
|
Thursday, 15 Mar 2012
|
12:39 gahr
- Add a patch to fix a missing implementation of a RIB API function, the
patch has been posted to the upstream tracker at
http://sf.net/tracker/?func=detail&atid=383970&aid=3505124&group_id=25264
- Bump PORTREVISION
Feature safe: yes
|
Thursday, 8 Mar 2012
|
07:59 gahr
- Update to 1.8.0
Release notes: http://www.aqsis.org/2012/02/aqsis-180-released.html
|
Monday, 14 Nov 2011
|
03:26 rakuco
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes
|
Thursday, 1 Apr 2010
|
15:23 gahr
- Fix dependency on fltk, now that fltk-threads is gone
Reported by: itetcu
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Friday, 12 Mar 2010
|
09:09 gahr
- Restore previous BUILD_DEPENDS and LIB_DEPENDS lines.
Previous commit was nonsense, wrt depends.
Reported by: QAT
|
08:38 gahr
- Use the new CMAKE_OUTSOURCE feature
- Move fltk-threads from BUILD_DEPENDS to LIB_DEPENDS
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Wednesday, 20 Jan 2010
|
17:05 pav
- Mark BROKEN on 6.x
Reported by: pointyhat
|
Sunday, 3 Jan 2010
|
12:23 gahr
- Update to 1.6.0
- Unbreak on sparc64
- Fix build on i386 and amd64 [1]
Reported by: PH via miwi, pav [1]
|
Saturday, 22 Aug 2009
|
00:23 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with G
|
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Tuesday, 28 Jul 2009
|
11:45 pav
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
|
Thursday, 2 Apr 2009
|
21:57 gahr
- Update to 1.4.2
- Prepare for upcoming boost 1.37.0 [1]
PR: 132833 [1]
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
Tuesday, 24 Mar 2009
|
19:13 makc
bump PORTREVISION after cmake update
|
Wednesday, 10 Dec 2008
|
07:35 linimon
Mark as broken on sparc64.
Hat: portmgr
|
Wednesday, 22 Oct 2008
|
23:44 gahr
- Fix build on sparc64
|
Wednesday, 24 Sep 2008
|
14:33 gahr
- Update to 1.4.1
|
Thursday, 21 Aug 2008
|
17:37 gahr
- Update to 1.4.0
|
Thursday, 21 Feb 2008
|
21:20 gahr
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by: miwi (mentor)
|
Friday, 14 Dec 2007
|
19:08 miwi
- Update to 1.2.0
- Fix build with gcc 4.2
- Pass maintainership to submitter
PR: 118681
Submitted by: Pietro Cerutti <gahr@gahr.ch>
|
Wednesday, 17 Oct 2007
|
10:13 ade
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Saturday, 21 Apr 2007
|
17:20 kris
BROKEN on 7.0: Broken plist from objformat
|
Friday, 30 Mar 2007
|
04:16 kris
Now appears to build on amd64 (assuming ia64 too)
|
Monday, 14 Aug 2006
|
23:06 clsung
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Sunday, 7 May 2006
|
23:46 edwin
Remove USE_REINPLACE for categories starting with a G
|
Wednesday, 2 Nov 2005
|
00:40 pav
- Update to 1.0.1
PR: ports/88345
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Sunday, 10 Jul 2005
|
19:04 oliver
mark BROKEN on ia64
Noted by: pointyhat via kris
|
Saturday, 11 Jun 2005
|
11:22 oliver
install static libraries since at least graphics/ayam need them
bump PORTREVISION
|
Thursday, 9 Jun 2005
|
18:14 oliver
fix build on 4
Noted by: pointyhat via kris
|
Wednesday, 1 Jun 2005
|
19:56 oliver
change the libtool version to use from 1.3 to 1.5
|
Sunday, 10 Apr 2005
|
14:41 leeym
- Update ports/graphics/aqsis to 1.0.0
PR: 79741
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
|
Monday, 31 Jan 2005
|
10:40 krion
BROKEN on amd64: Does not compile on amd64 (needs -fPIC)
|
Thursday, 30 Sep 2004
|
05:32 kris
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
|
Wednesday, 18 Aug 2004
|
18:20 krion
Update to version 0.9.2
PR: ports/70629
Submitted by: Ports Fury
|
Monday, 9 Aug 2004
|
08:17 vs
Unbreak:
- LIBTOOLize
- USE_GCC=3.3 on 4.X
- pet portlint
Closes PR: ports/70099
Submitted by: "Daniela"
|
Wednesday, 5 May 2004
|
03:16 ijliao
add missing depends
Noticed by: bento via kris
|
Monday, 12 Apr 2004
|
09:44 ijliao
upgrade to 0.9.1
|
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Saturday, 31 Jan 2004
|
00:10 arved
Fix build on AMD64
|
Friday, 30 Jan 2004
|
11:45 kris
Fix plist and bump PORTREVISION
|
Wednesday, 1 Oct 2003
|
12:28 krion
- Update to version 0.8.0
PR: 57356
Submitted by: Ports Fury
|
Thursday, 20 Feb 2003
|
18:08 knu
de-pkg-comment
|
Monday, 23 Sep 2002
|
11:52 knu
devel/libargparse only installs a static library, so the dependency
can be described in LIB_DEPENDS. Use BUILD_DEPENDS instead.
Submitted by: bento
|
Friday, 13 Sep 2002
|
07:50 ijliao
add aqsis 0.6.6
A photorealistic rendering system
|
Number of commits found: 87 |