non port: graphics/meshviewer/Makefile |
Number of commits found: 35 |
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
 |
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, 18 Dec 2016
|
22:06 tcberner
Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825
 |
Saturday, 6 Feb 2016
|
23:40 amdmi3
- Fix LICENSE
- Simplify docs installation
- Switch to options helpers
- Regenerate patches with `make makepatch`
 |
Wednesday, 25 Mar 2015
|
20:09 marino
graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket
 |
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, 31 May 2014
|
16:37 ak
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine)
 |
Monday, 28 Apr 2014
|
08:56 pawel
Add staging support
 |
Friday, 21 Feb 2014
|
13:37 ehaupt
Remove trailing whitespaces from category graphics
 |
Monday, 10 Feb 2014
|
13:54 ehaupt
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
 |
Friday, 20 Sep 2013
|
18:35 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
 |
Thursday, 12 Sep 2013
|
08:41 marino
Add explicit dependency on pkgconf (20 ports)
Approved by: portmgr (bapt, implicit)
 |
Thursday, 21 Mar 2013
|
22:08 beech
- Convert to OptionsNG
- Fix docs
- Bump portrevision
PR: ports/177157
Submitted by: nemysis <nemysis@gmx.ch>
 |
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
 |
Sunday, 20 May 2012
|
03:27 rakuco
Make the port build with the upcoming Qt 4.8.x series.
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.
This has also involved polishing the port Makefile a little. It
still needs a lot of love. For now:
- Remove the modeline from the beginning of the file. Add an
- explicit dependency on GLU via USE_GL=glu. Move the CXXFLAGS and
- LDFLAGS lines up in the file. Merge the two lines setting LDFLAGS.
- Fix the port's build system to use CXXFLAGS instead of CPPFLAGS for
- C++ compiler flags, so that we need not set FLAGS in MAKE_ARGS
anymore.
[1]
http://qt.gitorious.org/qt/qt/commit/e7eed096a0c33607a7a37baaf06e5952dc9d556b
 |
Wednesday, 4 Jan 2012
|
12:57 gahr
- Correctly link against pthread to avoid segfaulting at shlib load time
- Bump PORTREVISION
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
 |
Friday, 25 Mar 2011
|
12:31 miwi
- Update to version 0.3.3
PR: 155864
Submitted by: Ports Fury
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Saturday, 22 Aug 2009
|
00:23 amdmi3
- Switch SourceForge ports to the new File Release System: categories starting
with G
 |
Wednesday, 14 Jan 2009
|
16:00 miwi
- Update to 0.3.2
PR: 130468
Submitted by: Ports Fury
 |
Friday, 6 Jun 2008
|
13:35 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
 |
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}.
 |
Monday, 28 Aug 2006
|
12:48 miwi
- Update to version 0.3.1
PR: ports/102581
Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
 |
Tuesday, 1 Aug 2006
|
19:36 itetcu
Update to version 0.3.0
PR: ports/101193
Submitted by: KATO Tsuguru
 |
Sunday, 11 Dec 2005
|
14:43 pav
- Update to 0.2.3
PR: ports/90194
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
 |
Saturday, 28 Aug 2004
|
06:26 krion
Fix build with gcc-3.4
PR: ports/71060
Submitted by: Ports Fury
 |
Sunday, 18 Apr 2004
|
16:52 krion
- Update to version 0.2.2
PR: ports/65715
Submitted by: Ports Fury
 |
Thursday, 5 Feb 2004
|
20:38 trevor
Use PLIST_FILES.
Reviewed by: marcus
 |
Thursday, 4 Dec 2003
|
10:26 krion
- Update to version 0.2.1.1
PR: 59755
Submitted by: Ports Fury
 |
Saturday, 26 Apr 2003
|
18:20 ijliao
upgrade to 0.2.0.1
 |
Thursday, 20 Feb 2003
|
18:08 knu
de-pkg-comment
 |
Saturday, 8 Feb 2003
|
10:27 ijliao
add meshviewer 0.1.2
Mesh Viewer
 |
Number of commits found: 35 |