non port: graphics/libprojectm/Makefile |
SVNWeb
|
Number of commits found XX: 33 |
Mon, 22 Feb 2021
|
[ 07:05 yuri ] 
566274 graphics/libprojectm/Makefile
566274 graphics/libprojectm/distinfo
graphics/libprojectm: Update 3.1.11 -> 3.1.12
Reported by: portscout
|
Mon, 15 Feb 2021
|
[ 23:20 yuri ] 
565355 graphics/libprojectm/Makefile
565355 graphics/libprojectm/distinfo
565355 graphics/libprojectm/pkg-plist
graphics/libprojectm: Update 3.1.8 -> 3.1.11
Reported by: portscout
|
Mon, 9 Nov 2020
|
[ 09:59 yuri ] 
554702 graphics/libprojectm/Makefile
554702 graphics/libprojectm/distinfo
graphics/libprojectm: Update 3.1.7-105 -> 3.1.8
|
Tue, 15 Sep 2020
|
[ 07:36 yuri ] 
548709 graphics/libprojectm/Makefile
548709 graphics/libprojectm/distinfo
548709 graphics/libprojectm/files
548709 graphics/libprojectm/files/patch-src_libprojectM_FileScanner.cpp
548709 graphics/libprojectm/pkg-plist
graphics/libprojectm: Update 3.1.3 -> 3.1.7-105-gbe446c4b
|
Tue, 21 Apr 2020
|
[ 17:08 yuri ] 
532284 graphics/libprojectm/Makefile
532284 graphics/libprojectm/distinfo
532284 graphics/libprojectm/files
532284 graphics/libprojectm/pkg-descr
532284 graphics/libprojectm/pkg-plist
532284 multimedia/qmmp-qt5/Makefile
graphics/libprojectm: Update 3.1.0 -> 3.1.3
Reported by: portscout
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] 
507372 Mk/bsd.ruby.mk
507372 accessibility/atkmm/Makefile
507372 accessibility/kmag/Makefile
507372 accessibility/kmousetool/Makefile
507372 accessibility/kmouth/Makefile
507372 accessibility/libqaccessibilityclient/Makefile
507372 accessibility/qt5-speech/Makefile
507372 archivers/R-cran-zip/Makefile
507372 archivers/ark/Makefile
507372 archivers/brotli/Makefile
(Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Fri, 24 May 2019
|
[ 13:54 yuri ] 
502468 graphics/libprojectm/Makefile
graphics/libprojectm: Only builds with default options PULSEAUDIO=ON JACK=OFF
The new version 3.1.1-rc4 appears to have options reworked, but 3.1.1
itselfdoesn't build for unrelated reasons that were reported to the upstream.
Also add USES=sdl
PR: 238086
Reported by: Grzegorz Junka <list1@gjunka.com>
|
Wed, 1 May 2019
|
[ 19:35 rene ] 
500606 audio/cava/Makefile
500606 audio/dpf-plugins-lv2/Makefile
500606 audio/drumstick/Makefile
500606 audio/giada/Makefile
500606 audio/gstreamer-plugins-pulse/Makefile
500606 audio/gstreamer1-plugins-pulse/Makefile
500606 audio/gtick/Makefile
500606 audio/libmatemixer/Makefile
500606 audio/mate-media/Makefile
500606 audio/paman/Makefile
(Only the first 10 of 128 ports in this commit are shown above. )
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] 
490472 accessibility/kdeaccessibility/Makefile
490472 accessibility/kmag/Makefile
490472 accessibility/kmousetool/Makefile
490472 accessibility/kmouth/Makefile
490472 accessibility/qt5-speech/Makefile
490472 archivers/ark/Makefile
490472 archivers/kf5-karchive/Makefile
490472 archivers/peazip/Makefile
490472 archivers/quazip/Makefile
490472 astro/gpsbabel/Makefile
(Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] 
487272 Mk/bsd.ruby.mk
487272 accessibility/atkmm/Makefile
487272 accessibility/kmag/Makefile
487272 accessibility/kmousetool/Makefile
487272 accessibility/kmouth/Makefile
487272 accessibility/qt5-speech/Makefile
487272 archivers/R-cran-zip/Makefile
487272 archivers/ark/Makefile
487272 archivers/brotli/Makefile
487272 archivers/c-blosc/Makefile
(Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Tue, 4 Dec 2018
|
[ 05:38 yuri ] 
486584 graphics/libprojectm/Makefile
486584 graphics/libprojectm/files/patch-src_libprojectM_Renderer_ShaderEngine.cpp
486584 graphics/libprojectm/files/patch-src_libprojectM_Renderer_hlslparser_src_HLSLParser.cpp
graphics/libprojectm: fix build with GCC-based architectures
There are two issues here:
1. GLM requires at least GCC 4.7, base has 4.2. Add USES=compiler:c++11-lang to
solve it.
2. the port uses typedefs from sys/types.h, but those are not included by
default by GCC.
PR: 233748
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Sat, 27 Oct 2018
|
[ 03:26 swills ] 
483108 graphics/libprojectm/Makefile
483108 graphics/libprojectm/distinfo
483108 graphics/libprojectm/files/patch-src_libprojectM_CMakeLists.txt
483108 graphics/libprojectm/files/patch-src_libprojectM_NativePresetFactory_CMakeLists.txt
483108 graphics/libprojectm/files/patch-src_projectM-pulseaudio_Makefile.am
483108 graphics/libprojectm/files/patch-src_projectM-qt_Makefile.am
483108 graphics/libprojectm/pkg-plist
graphics/libprojectm: update to 3.1.0
PR: 232020
Approved by: yuri (maintainer)
|
Sun, 22 Jul 2018
|
[ 06:43 yuri ] 
475087 graphics/libprojectm/Makefile
graphics/libprojectm: Unbreak on CURRENT and 11.2 by adding USE_CXXSTD=c++98
|
Tue, 17 Jul 2018
|
[ 18:18 yuri ] 
474821 MOVED
474821 graphics/Makefile
474821 graphics/libprojectm/Makefile
474821 graphics/libprojectm/distinfo
474821 graphics/libprojectm/files/patch-Renderer_TextureManager.cpp
474821 graphics/libprojectm/files/patch-c++11
474821 graphics/libprojectm/files/patch-cmake_FindFreetype2.cmake
474821 graphics/libprojectm/files/patch-src_libprojectM_CMakeLists.txt
474821 graphics/libprojectm/files/patch-src_libprojectM_NativePresetFactory_CMakeLists.txt
474821 graphics/libprojectm/pkg-plist
(Only the first 10 of 11 ports in this commit are shown above. )
graphics/libprojectm: Update 2.0.1 -> 2.1.0
Port changes:
* Change to DISTVERSION
* Add LICENSE_FILE
* Add to LIB_DEPENDS
* Now depends on Qt4
* Add options PULSEAUDIO JACK
* Improve the .sample generting code
Remove graphics/projectm-libvisual: it is merged into libprojectm
PR: 229825
Approved by: crees (removal of graphics/projectm-libvisual)
|
Sun, 11 Mar 2018
|
[ 09:00 yuri ] 
464152 graphics/libprojectm/Makefile
graphics/libprojectm: Take maintainership
Approved by: tcberner (mentor, implicit)
|
Sat, 18 Nov 2017
|
[ 19:32 zeising ] 
454454 audio/clementine-player/Makefile
454454 cad/kicad-devel/Makefile
454454 cad/kicad/Makefile
454454 cad/meshlab/Makefile
454454 cad/openscad/Makefile
454454 cad/openvsp/Makefile
454454 cad/solvespace/Makefile
454454 devel/ChipmunkPhysics/Makefile
454454 devel/renpy/Makefile
454454 devel/rlvm/Makefile
(Only the first 10 of 65 ports in this commit are shown above. )
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine
|
Tue, 23 May 2017
|
[ 05:03 rezny ] 
441503 accessibility/redshift/Makefile
441503 astro/boinc-astropulse/Makefile
441503 astro/boinc-setiathome-v7/Makefile
441503 astro/celestia/Makefile
441503 astro/nightfall/Makefile
441503 astro/opencpn/Makefile
441503 astro/openuniverse/Makefile
441503 astro/qlandkartegt/Makefile
441503 audio/amarok-kde4/Makefile
441503 audio/aylet/Makefile
(Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Fri, 30 Sep 2016
|
[ 19:24 tijl ] 
423014 Mk/Uses/libarchive.mk
423014 Mk/Uses/libedit.mk
423014 Mk/Uses/localbase.mk
423014 archivers/pigz/Makefile
423014 archivers/unmakeself/Makefile
423014 audio/fplib/Makefile
423014 audio/listener/Makefile
423014 benchmarks/glmark2/Makefile
423014 databases/firebird25-server/Makefile
423014 databases/rocksdb/Makefile
(Only the first 10 of 60 ports in this commit are shown above. )
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] 
412346 databases/R-cran-RMySQL/Makefile
412346 databases/R-cran-RSQLite.extfuns/Makefile
412346 databases/R-cran-RSQLite/Makefile
412346 databases/R-cran-sqldf/Makefile
412346 databases/akonadi-googledata/Makefile
412346 databases/akonadi/Makefile
412346 databases/apq-mysql/Makefile
412346 databases/apq-odbc/Makefile
412346 databases/apq-pgsql/Makefile
412346 databases/apq/Makefile
(Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] 
405891 archivers/dact/Makefile
405891 archivers/lbrate/Makefile
405891 archivers/mtf/Makefile
405891 archivers/ucl/Makefile
405891 archivers/xpk/Makefile
405891 astro/gpscorrelate/Makefile
405891 astro/gpsdrive/Makefile
405891 astro/josm/Makefile
405891 astro/libosmpbf/Makefile
405891 astro/planets/Makefile
(Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Sun, 27 Dec 2015
|
[ 20:21 amdmi3 ] 
404594 graphics/libprojectm/Makefile
- Clarify LICENSE
- Switch to USES=localbase
- Unbreak on 11.x
|
Wed, 16 Dec 2015
|
[ 20:42 crees ] 
403874 graphics/libprojectm/Makefile
Does not link on recent head.
Sorry, I do not have time to maintain this port any more.
|
Sun, 20 Sep 2015
|
[ 01:13 jbeich ] 
397351 devel/renpy/Makefile
397351 devel/rlvm/Makefile
397351 devel/sfml/Makefile
397351 editors/libreoffice/Makefile
397351 editors/libreoffice4/Makefile
397351 games/openspades/Makefile
397351 games/phlipple/Makefile
397351 games/scorched3d/Makefile
397351 games/warzone2100/Makefile
397351 graphics/gource/Makefile
(Only the first 10 of 13 ports in this commit are shown above. )
Convert the rest to USE_GL
Tested by: make describe (only touched ports)
Approved by: portmgr blanket
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] 
367888 accessibility/accerciser/Makefile
367888 accessibility/jovie/Makefile
367888 accessibility/kaccessible/Makefile
367888 accessibility/kdeaccessibility4/Makefile
367888 accessibility/kmag/Makefile
367888 accessibility/kmousetool/Makefile
367888 accessibility/kmouth/Makefile
367888 accessibility/orca/Makefile
367888 arabic/kde4-l10n/Makefile
367888 arabic/libreoffice/Makefile
(Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Fri, 13 Jun 2014
|
[ 07:36 olgeni ] 
357654 games/adonthell/Makefile
357654 games/afternoonstalker/Makefile
357654 games/allacrost/Makefile
357654 games/armagetron/Makefile
357654 games/atomix/Makefile
357654 games/belooted/Makefile
357654 games/biloba/Makefile
357654 games/bitefusion/Makefile
357654 games/braincurses/Makefile
357654 games/burgerspace/Makefile
(Only the first 10 of 235 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt)
|
Mon, 5 May 2014
|
[ 09:45 bapt ] 
352986 CHANGES
352986 Mk/Uses/cmake.mk
352986 Mk/Uses/qmail.mk
352986 Mk/Uses/scons.mk
352986 Mk/bsd.apache.mk
352986 Mk/bsd.autotools.mk
352986 Mk/bsd.database.mk
352986 Mk/bsd.default-versions.mk
352986 Mk/bsd.efl.mk
352986 Mk/bsd.fpc.mk
(Only the first 10 of 293 ports in this commit are shown above. )
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] 
351411 Mk/bsd.port.mk
351411 Mk/bsd.xorg.mk
351411 UPDATING
351411 accessibility/gok/Makefile
351411 archivers/libarchive/Makefile
351411 archivers/xar/Makefile
351411 astro/boinc-astropulse/Makefile
351411 astro/boinc-setiathome-v7/Makefile
351411 astro/celestia/Makefile
351411 astro/foxtrotgps/Makefile
(Only the first 10 of 1008 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Mon, 30 Dec 2013
|
[ 14:30 crees ] 
338117 graphics/libprojectm/Makefile
338117 graphics/projectm-libvisual/Makefile
Final ports of mine staged
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] 
327733 graphics/4va/Makefile
327733 graphics/Cgraph/Makefile
327733 graphics/Coin/Makefile
327733 graphics/EZWGL/Makefile
327733 graphics/GraphicsMagick/Makefile
327733 graphics/GraphicsMagick12/Makefile
327733 graphics/GraphicsMagick13/Makefile
327733 graphics/Hermes/Makefile
327733 graphics/IPA/Makefile
327733 graphics/ImageMagick-nox11/Makefile
(Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] 
314960 archivers/laszip/Makefile
314960 astro/qlandkartegt/Makefile
314960 astro/stellarium/Makefile
314960 audio/acoustid-fingerprinter/Makefile
314960 audio/aften/Makefile
314960 audio/alure/Makefile
314960 audio/amarok-kde4/Makefile
314960 audio/arss/Makefile
314960 audio/audex/Makefile
314960 audio/ccaudio2/Makefile
(Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Fri, 17 Jun 2011
|
[ 06:46 crees ]
1.64 audio/musicpd/Makefile
1.2 audio/rebot3/Makefile
1.22 devel/cvs2html/Makefile
1.7 devel/maven-ant-tasks/Makefile
1.13 devel/ucpp/Makefile
1.21 graphics/allegrogl/Makefile
1.32 graphics/libimg/Makefile
1.3 graphics/libprojectm/Makefile
1.21 graphics/libvisual04/Makefile
1.2 graphics/projectm-libvisual/Makefile
(Only the first 10 of 32 ports in this commit are shown above. )
- Update maintainer address
Approved by: rene (mentor)
|
Sat, 23 Apr 2011
|
[ 02:34 jsa ]
1.2 graphics/libprojectm/Makefile
Fix pkgconfig.
PR: ports/156476
Submitted by: Chris Rees <utisoft@gmail.com> (maintainer)
Approved by: wxs (mentor)
|
Mon, 14 Feb 2011
|
[ 03:27 miwi ]
1.1381 graphics/Makefile
1.1 graphics/libprojectm/Makefile
1.1 graphics/libprojectm/distinfo
1.1 graphics/libprojectm/pkg-descr
1.1 graphics/libprojectm/pkg-plist
projectM is an awesome music visualizer. There is nothing better in the world
of Unix. projectM's greatness comes from the hard work of the community. Users
like you can create presets that connect music with incredible visuals. Try it!
WWW: http://projectm.sourceforge.net/
PR: ports/154749
Submitted by: utisoft at gmail.com
|
Number of commits found XX: 33 |