notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: graphics/tiled/Makefile

Number of commits found: 82

Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 15 Jun 2022
19:44 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/tiled: update 1.8.5 → 1.8.6
commit hash: 08f794c6d60380240625f168911da0d9e8ada958 commit hash: 08f794c6d60380240625f168911da0d9e8ada958 commit hash: 08f794c6d60380240625f168911da0d9e8ada958 commit hash: 08f794c6d60380240625f168911da0d9e8ada958 08f794c
Tuesday, 17 May 2022
14:41 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/tiled: update 1.8.4 → 1.8.5
commit hash: 8038469c975c2b6d541aa91a0b4ff61938b9020b commit hash: 8038469c975c2b6d541aa91a0b4ff61938b9020b commit hash: 8038469c975c2b6d541aa91a0b4ff61938b9020b commit hash: 8038469c975c2b6d541aa91a0b4ff61938b9020b 8038469
Monday, 18 Apr 2022
17:24 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/tiled: add missing dependency on pkgconfig

Reported by:	reprise
commit hash: 1725f74c0a02344bc88ac884e36199ddc04b5c8e commit hash: 1725f74c0a02344bc88ac884e36199ddc04b5c8e commit hash: 1725f74c0a02344bc88ac884e36199ddc04b5c8e commit hash: 1725f74c0a02344bc88ac884e36199ddc04b5c8e 1725f74
Friday, 1 Apr 2022
14:37 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/tiled: update 1.8.2 → 1.8.4
commit hash: 73fac65422442acc4b78e18dcaa7a3b2d61fe98d commit hash: 73fac65422442acc4b78e18dcaa7a3b2d61fe98d commit hash: 73fac65422442acc4b78e18dcaa7a3b2d61fe98d commit hash: 73fac65422442acc4b78e18dcaa7a3b2d61fe98d 73fac65
Tuesday, 22 Feb 2022
13:46 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/tiled: update 1.8.1 → 1.8.2
commit hash: b08ba041eb66fbc4c6671bc065517292f3a3573d commit hash: b08ba041eb66fbc4c6671bc065517292f3a3573d commit hash: b08ba041eb66fbc4c6671bc065517292f3a3573d commit hash: b08ba041eb66fbc4c6671bc065517292f3a3573d b08ba04
Sunday, 13 Feb 2022
01:02 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/tiled: update 1.8.0 → 1.8.1
commit hash: 55c22c0d52f721ab246b2e8e503749d48b204849 commit hash: 55c22c0d52f721ab246b2e8e503749d48b204849 commit hash: 55c22c0d52f721ab246b2e8e503749d48b204849 commit hash: 55c22c0d52f721ab246b2e8e503749d48b204849 55c22c0
Wednesday, 9 Feb 2022
18:40 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/tiled: update 1.7.2 → 1.8.0
commit hash: 2b131a7925f7e77283d0bc37b5c490064ccf196f commit hash: 2b131a7925f7e77283d0bc37b5c490064ccf196f commit hash: 2b131a7925f7e77283d0bc37b5c490064ccf196f commit hash: 2b131a7925f7e77283d0bc37b5c490064ccf196f 2b131a7
Wednesday, 18 Aug 2021
13:17 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/tiled: update to 1.7.2
commit hash: 6c76359d7b81760611255b0aaf03bc177bc0df9a commit hash: 6c76359d7b81760611255b0aaf03bc177bc0df9a commit hash: 6c76359d7b81760611255b0aaf03bc177bc0df9a commit hash: 6c76359d7b81760611255b0aaf03bc177bc0df9a 6c76359
Tuesday, 13 Jul 2021
14:21 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/tiled: update to 1.7.1
commit hash: be47b2adae72c52d40d4945c354cee2106e63255 commit hash: be47b2adae72c52d40d4945c354cee2106e63255 commit hash: be47b2adae72c52d40d4945c354cee2106e63255 commit hash: be47b2adae72c52d40d4945c354cee2106e63255 be47b2a
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
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
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
Tuesday, 8 Jun 2021
17:28 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/tiled: update to 1.7.0
commit hash: 5fb024ea6186531b2f2cc9482a9a883d54880551 commit hash: 5fb024ea6186531b2f2cc9482a9a883d54880551 commit hash: 5fb024ea6186531b2f2cc9482a9a883d54880551 commit hash: 5fb024ea6186531b2f2cc9482a9a883d54880551 5fb024e
Thursday, 29 Apr 2021
14:20 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/tiled: remove unneeded dependency
commit hash: 8008619b2b1575f4133635186e0a2a8f8ee32206 commit hash: 8008619b2b1575f4133635186e0a2a8f8ee32206 commit hash: 8008619b2b1575f4133635186e0a2a8f8ee32206 commit hash: 8008619b2b1575f4133635186e0a2a8f8ee32206 8008619
Tuesday, 27 Apr 2021
19:07 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/tiled: update to 1.6.0
commit hash: 8d37e75b116c0edd59c34f07ed7c40944f8e2be9 commit hash: 8d37e75b116c0edd59c34f07ed7c40944f8e2be9 commit hash: 8d37e75b116c0edd59c34f07ed7c40944f8e2be9 commit hash: 8d37e75b116c0edd59c34f07ed7c40944f8e2be9 8d37e75
Wednesday, 7 Apr 2021
23:19 Dmitry Marakasov (amdmi3) search for other commits by this committer
Remove useless Created by: headers mentioning me
commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 commit hash: 5823922c58f9acea4e0c5f45b4ead47371e70841 5823922
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 29 Mar 2021
12:39 amdmi3 search for other commits by this committer
- Update to 1.5.0
Original commitRevision:569469 
Sunday, 22 Nov 2020
21:18 amdmi3 search for other commits by this committer
- Update to 1.4.3
Original commitRevision:556073 
Friday, 7 Aug 2020
19:24 amdmi3 search for other commits by this committer
- Update to 1.4.2
Original commitRevision:544345 
Friday, 3 Jul 2020
13:38 amdmi3 search for other commits by this committer
- Update to 1.4.1
Original commitRevision:541110 
Thursday, 18 Jun 2020
23:34 amdmi3 search for other commits by this committer
- Update to 1.4.0
Original commitRevision:539575 
Thursday, 28 May 2020
19:41 amdmi3 search for other commits by this committer
- Update to 1.3.5
Original commitRevision:536811 
Monday, 20 Apr 2020
00:45 amdmi3 search for other commits by this committer
- Update to 1.3.4
Original commitRevision:532168 
Monday, 6 Apr 2020
14:48 amdmi3 search for other commits by this committer
- Switch to share/man
Original commitRevision:530884 
Thursday, 5 Mar 2020
18:55 amdmi3 search for other commits by this committer
- Update to 1.3.3
Original commitRevision:527843 
Friday, 24 Jan 2020
15:07 amdmi3 search for other commits by this committer
- Update to 1.3.2
Original commitRevision:523968 
Thursday, 21 Nov 2019
12:43 amdmi3 search for other commits by this committer
- Update to 1.3.1
Original commitRevision:518097 
Monday, 18 Nov 2019
17:30 amdmi3 search for other commits by this committer
- Update to 1.3.0
Original commitRevision:517879 
Wednesday, 23 Oct 2019
14:12 amdmi3 search for other commits by this committer
- Update to 1.2.5
Original commitRevision:515257 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Monday, 3 Jun 2019
14:52 amdmi3 search for other commits by this committer
- Update to 1.2.4
Original commitRevision:503394 
Wednesday, 13 Mar 2019
15:48 amdmi3 search for other commits by this committer
- Update to 1.2.3
Original commitRevision:495587 
Monday, 28 Jan 2019
14:47 amdmi3 search for other commits by this committer
- Update to 1.2.2
Original commitRevision:491489 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
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
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Thursday, 15 Nov 2018
20:10 amdmi3 search for other commits by this committer
- Update to 1.2.1
Original commitRevision:485041 
Sunday, 23 Sep 2018
13:18 amdmi3 search for other commits by this committer
- Update to 1.2.0
Original commitRevision:480506 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Wednesday, 18 Jul 2018
19:05 amdmi3 search for other commits by this committer
- Update to 1.1.6
Original commitRevision:474892 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Sunday, 29 Apr 2018
21:14 amdmi3 search for other commits by this committer
- Update to 1.1.5
Original commitRevision:468654 
Friday, 13 Apr 2018
20:05 amdmi3 search for other commits by this committer
- Update to 1.1.4
Original commitRevision:467251 
Tuesday, 13 Mar 2018
14:42 amdmi3 search for other commits by this committer
- Update to 1.1.3
Original commitRevision:464385 
Friday, 2 Feb 2018
16:13 amdmi3 search for other commits by this committer
- Update to 1.1.2
Original commitRevision:460711 
Tuesday, 9 Jan 2018
12:14 amdmi3 search for other commits by this committer
- Update to 1.1.1
Original commitRevision:458523 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Thursday, 31 Aug 2017
11:58 amdmi3 search for other commits by this committer
- Update to 1.0.3
Original commitRevision:449025 
Friday, 7 Jul 2017
13:01 amdmi3 search for other commits by this committer
- Update to 1.0.2
Original commitRevision:445247 
Friday, 16 Jun 2017
09:23 amdmi3 search for other commits by this committer
- Update to 1.0.1
Original commitRevision:443681 
Wednesday, 31 May 2017
17:36 amdmi3 search for other commits by this committer
- Update to 1.0.0
Original commitRevision:442247 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Wednesday, 22 Feb 2017
18:33 amdmi3 search for other commits by this committer
- Update to 0.18.2
Original commitRevision:434626 
Tuesday, 24 Jan 2017
13:48 amdmi3 search for other commits by this committer
- Update to 0.18.1
Original commitRevision:432338 
Friday, 23 Dec 2016
09:59 amdmi3 search for other commits by this committer
- Update to 0.18.0
Original commitRevision:429237 
Tuesday, 6 Dec 2016
12:05 amdmi3 search for other commits by this committer
- Update to 0.17.2
Original commitRevision:427949 
Friday, 11 Nov 2016
18:35 amdmi3 search for other commits by this committer
- Update to 0.17.1
Original commitRevision:425899 
Thursday, 18 Aug 2016
22:07 amdmi3 search for other commits by this committer
- Update to 0.17.0
Original commitRevision:420426 
Monday, 15 Aug 2016
09:39 amdmi3 search for other commits by this committer
- Update to 0.16.2
Original commitRevision:420222 
Tuesday, 10 May 2016
03:36 amdmi3 search for other commits by this committer
- Update to 0.16.1
Original commitRevision:414917 
Wednesday, 6 Apr 2016
03:59 amdmi3 search for other commits by this committer
- Update to 0.16.0
Original commitRevision:412599 
Wednesday, 17 Feb 2016
11:03 amdmi3 search for other commits by this committer
- Update to 0.15.1
- Install more documentation
Original commitRevision:409037 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Thursday, 7 Jan 2016
22:10 amdmi3 search for other commits by this committer
- Update to 0.15.0
Original commitRevision:405489 
Tuesday, 8 Sep 2015
11:23 amdmi3 search for other commits by this committer
- Update to 0.13.1
- Switch to options helpers
- Add LICENSE
Original commitRevision:396364 
Sunday, 23 Aug 2015
22:47 amdmi3 search for other commits by this committer
- Switch to options helpers
Original commitRevision:395140 
Monday, 15 Jun 2015
10:54 amdmi3 search for other commits by this committer
- Update to 0.12.3

Submitted by:	Florian Degner <f dot degner at gmx dot de>
Original commitRevision:389681 
Monday, 18 May 2015
17:07 mat search for other commits by this committer
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386691 
Monday, 16 Mar 2015
14:05 amdmi3 search for other commits by this committer
- Switch to linguisttools_build
Original commitRevision:381392 
Saturday, 17 Jan 2015
17:42 amdmi3 search for other commits by this committer
- Update to 0.11.0
Original commitRevision:377239 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Monday, 16 Dec 2013
17:40 amdmi3 search for other commits by this committer
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook
Original commitRevision:336650 
Friday, 22 Nov 2013
12:54 makc search for other commits by this committer
Convert to USES=qmake

Approved by:	portmgr (blanket approval)
Original commitRevision:334584 
Thursday, 17 Oct 2013
01:02 amdmi3 search for other commits by this committer
- Support staging
Original commitRevision:330581 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Wednesday, 28 Aug 2013
04:10 amdmi3 search for other commits by this committer
- Update to 0.9.1
Original commitRevision:325501 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 8 Mar 2013
12:57 amdmi3 search for other commits by this committer
- Update to 0.9.0
Original commitRevision:313642 
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Monday, 28 May 2012
13:44 amdmi3 search for other commits by this committer
Tiled is a general purpose tile map editor. It's built to be easy
to use, yet flexible enough to work with varying game engines,
whether your game is an RPG, platformer or Breakout clone. Tiled
is free software and written in C++, using the Qt application
framework. The main features in a nutshell:

    * General purpose tile map editor with XML-based map format
    * Supports orthogonal and isometric maps
    * Custom objects can be placed with pixel precision
    * Full undo/redo and copy/paste support
    * Add custom properties to tiles, layers, objects or the map
    * Automatically reloads tilesets when changed externally
    * Resize or offset your tile map later as needed
    * Efficient tile editing tools like stamp and fill brushes
    * Supports input/output plugins to open and save files in custom
      formats

WWW:    http://www.mapeditor.org/
Original commit

Number of commits found: 82