notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/sfml/Makefile
SVNWeb

Number of commits found: 44

Wed, 26 Jul 2023
[ 00:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:95274bf4f99c71fc056013d966aec239161dfd74  commit hash:95274bf4f99c71fc056013d966aec239161dfd74  commit hash:95274bf4f99c71fc056013d966aec239161dfd74  95274bf  (Only the first 10 of 190 ports in this commit are shown above. View all ports for this commit)
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
Sat, 24 Jun 2023
[ 20:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:fdca837b4546b486f24d19ec8aa2d9a79652d2e1  commit hash:fdca837b4546b486f24d19ec8aa2d9a79652d2e1  commit hash:fdca837b4546b486f24d19ec8aa2d9a79652d2e1  fdca837 
devel/sfml: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
Sun, 25 Sep 2022
[ 20:14 Christian Weisgerber (naddy) search for other commits by this committer ]    commit hash:1e5aaab3fc82a054d429caefe5374607f6db12e1  commit hash:1e5aaab3fc82a054d429caefe5374607f6db12e1  commit hash:1e5aaab3fc82a054d429caefe5374607f6db12e1  1e5aaab  (Only the first 10 of 76 ports in this commit are shown above. View all ports for this commit)
audio/flac: bump port revision of consumers after update to 1.4.1
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 22 Jun 2021
[ 18:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
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
Wed, 7 Apr 2021
[ 23:19 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:5823922c58f9acea4e0c5f45b4ead47371e70841  commit hash:5823922c58f9acea4e0c5f45b4ead47371e70841  commit hash:5823922c58f9acea4e0c5f45b4ead47371e70841  5823922  (Only the first 10 of 288 ports in this commit are shown above. View all ports for this commit)
Remove useless Created by: headers mentioning me
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Thu, 7 Nov 2019
[ 20:20 zeising search for other commits by this committer ] Original commit   Revision:517008 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Sprinkle more USES=xorg
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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
Fri, 2 Nov 2018
[ 21:02 amdmi3 search for other commits by this committer ] Original commit   Revision:483851
- Update to 2.5.1
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
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
Mon, 14 May 2018
[ 13:48 amdmi3 search for other commits by this committer ] Original commit   Revision:469887
- Update to 2.5.0
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Mon, 13 Feb 2017
[ 19:15 amdmi3 search for other commits by this committer ] Original commit   Revision:434044
- Update to 2.4.2
Mon, 26 Dec 2016
[ 13:26 amdmi3 search for other commits by this committer ] Original commit   Revision:429514
- Update to 2.4.1
- Add DOCS and EXAMPLES options
Wed, 2 Nov 2016
[ 04:33 jbeich search for other commits by this committer ] Original commit   Revision:425104
devel/sfml: unbreak on 9.x via clang

cd src/SFML/Audio && /usr/bin/c++   -DFLAC__NO_DLL -DOV_EXCLUDE_STATIC_CALLBACKS
-DSFML_AUDIO_EXPORTS -Iinclude -Isrc -I/usr/local/include/AL
-I/usr/local/include -O2 -pipe -fno-strict-aliasing -O2 -pipe
-fno-strict-aliasing -fPIC   -fvisibility=hidden -o
CMakeFiles/sfml-audio.dir/SoundFileFactory.cpp.o -c
src/SFML/Audio/SoundFileFactory.cpp
include/SFML/Audio/SoundFileFactory.inl: In static member function 'static void
sf::SoundFileFactory::unregisterReader() [with T =
sf::priv::SoundFileReaderFlac]':
include/SFML/Audio/SoundFileFactory.inl:43:   instantiated from 'static void
sf::SoundFileFactory::registerReader() [with T = sf::priv::SoundFileReaderFlac]'
src/SFML/Audio/SoundFileFactory.cpp:48:   instantiated from here
include/SFML/Audio/SoundFileFactory.inl:62: error: address of overloaded
function with no contextual type information
include/SFML/Audio/SoundFileFactory.inl: In static member function 'static void
sf::SoundFileFactory::unregisterWriter() [with T =
sf::priv::SoundFileWriterFlac]':
include/SFML/Audio/SoundFileFactory.inl:74:   instantiated from 'static void
sf::SoundFileFactory::registerWriter() [with T = sf::priv::SoundFileWriterFlac]'
src/SFML/Audio/SoundFileFactory.cpp:49:   instantiated from here
include/SFML/Audio/SoundFileFactory.inl:93: error: address of overloaded
function with no contextual type information
[...]

Approved by:	portmgr blanket
Sat, 1 Oct 2016
[ 02:15 amdmi3 search for other commits by this committer ] Original commit   Revision:423032
- Update devel/sfml to 2.4
- Add LICENSE
- Bump dependent ports due to shlib versioning scheme change
  - Add missing dependency to games/slade
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 20 Sep 2015
[ 01:13 jbeich search for other commits by this committer ] Original commit   Revision:397351 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Convert the rest to USE_GL

Tested by:	make describe (only touched ports)
Approved by:	portmgr blanket
Mon, 22 Jun 2015
[ 18:33 antoine search for other commits by this committer ] Original commit   Revision:390310 (Only the first 10 of 374 ports in this commit are shown above. View all ports for this commit)
Convert to USES=jpeg
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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, 22 Aug 2014
[ 10:02 amdmi3 search for other commits by this committer ] Original commit   Revision:365631 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Update to 2.1
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 24 Mar 2014
[ 11:56 bapt search for other commits by this committer ] Original commit   Revision:348944
Convert to USES=dos2unix
Wed, 25 Dec 2013
[ 23:29 antoine search for other commits by this committer ] Original commit   Revision:337464 (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
Convert the tree to USES=openal

Approved by:	portmgr (bapt)
Tue, 17 Dec 2013
[ 23:07 amdmi3 search for other commits by this committer ] Original commit   Revision:336789
- Support staging
- Use new LIB_DEPENDS syntax
Fri, 20 Sep 2013
[ 17:17 bapt search for other commits by this committer ] Original commit   Revision:327726 (Only the first 10 of 623 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
Fri, 30 Aug 2013
[ 22:31 bapt search for other commits by this committer ] Original commit   Revision:325725 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Tue, 18 Jun 2013
[ 11:46 amdmi3 search for other commits by this committer ] Original commit   Revision:321181 (Only the first 10 of 109 ports in this commit are shown above. View all ports for this commit)
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
Thu, 14 Feb 2013
[ 09:42 gahr search for other commits by this committer ] Original commit   Revision:312209 (Only the first 10 of 133 ports in this commit are shown above. View all ports for this commit)
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)

Approved by:	portmgr
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Wed, 24 Aug 2011
[ 05:07 amdmi3 search for other commits by this committer ] Original commit 
- Also bump PORTREVISION as plist had changed
[ 05:04 amdmi3 search for other commits by this committer ] Original commit 
- Install BSD-style named libraries

PR:             158721
Submitted by:   Ganael Laplanche <martymac@FreeBSD.org>
Wed, 1 Sep 2010
[ 18:05 amdmi3 search for other commits by this committer ] Original commit 
- Update to 1.6
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Mon, 25 Jan 2010
[ 19:15 pav search for other commits by this committer ] Original commit  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:             ports/142123
Submitted by:   mva
Tested by:      pointyhat exp-run
Approved by:    portmgr (hat)
Tue, 21 Jul 2009
[ 14:33 amdmi3 search for other commits by this committer ] Original commit 
- Bump PORTREVISION as well
[ 14:30 amdmi3 search for other commits by this committer ] Original commit 
- Fix dependency on jpeg

Reported by:    pointyhat via erwin
Thu, 16 Jul 2009
[ 14:56 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
SFML is a portable and easy to use multimedia API written in C++.
You can see it as a modern, object-oriented alternative to SDL.

SFML is composed of several packages to perfectly suit your needs.
You can use SFML as a minimal windowing system to interface with
OpenGL, or as a fully-featured multimedia library for building games
or interactive programs.

WWW: http://www.sfml-dev.org/index.php

Number of commits found: 44