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/geomorph/Makefile

Number of commits found: 46

Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
accessibility/at-spi2-core: update to 2.46.0

What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.

What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).

What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
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, 16 Mar 2022
12:52 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/geomorph: update 0.60.1 → 0.63
commit hash: 7d96490834314e7e5853222464b25c792a46789c commit hash: 7d96490834314e7e5853222464b25c792a46789c commit hash: 7d96490834314e7e5853222464b25c792a46789c commit hash: 7d96490834314e7e5853222464b25c792a46789c 7d96490
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
Friday, 4 Jun 2021
05:53 Gerald Pfeifer (gerald) search for other commits by this committer
*/*: Replace USE_GCC=any with USE_GCC=yes

USE_GCC=any has been equivalent to USE_GCC=yes in most cases (such
as i386 and amd64 since 12.x and depending on configuration 11.x,
most newer installations on other platforms, and 13.x across the
board).

Since commit 96c17633d90386b5bcf8 Mk/bsd.gcc.mk is treating them as
different spellings of the same, so continue the deorbiting of the
USE_GCC=any form and simply replace it with USE_GCC=yes.

This should not make any functional difference at all.

Discussed with:	mat, linimon, pkubaj
commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11 commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11 commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11 commit hash: d09ed096c44ca516f3e4922e292b4afabd03ff11 d09ed09
Tuesday, 13 Apr 2021
16:18 Dmitry Marakasov (amdmi3) search for other commits by this committer
graphics/geomorph: clarify USE_GL
commit hash: 76145d94dbf2f570f89d6777d7d66aecb6811ac5 commit hash: 76145d94dbf2f570f89d6777d7d66aecb6811ac5 commit hash: 76145d94dbf2f570f89d6777d7d66aecb6811ac5 commit hash: 76145d94dbf2f570f89d6777d7d66aecb6811ac5 76145d9
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
Saturday, 4 Jul 2020
10:19 tobik search for other commits by this committer
graphics/geomorph: Unbreak build with GCC 10 (-fno-common default)

/usr/local/bin/ld: main.o:(.bss+0x0): multiple definition of `default_dir';
app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: document.o:(.bss+0x0): multiple definition of `default_dir';
app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: doctype.o:(.bss+0x0): multiple definition of `default_dir';
app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: thisappinit.o:(.bss+0x160): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: stack.o:(.bss+0x8): multiple definition of `default_dir';
app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(camera.o):(.bss+0xc0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(hf_wrapper.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(hf_dialog_options.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(hf_tools_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(hf_creation_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(surfadd.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(img_process_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(surfadd_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(img_process.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(subdiv1.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(uniform.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(subdiv1_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(uniform_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(hf_filters.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(hf_filters_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(waves_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(waves.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(subdiv2_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(subdiv2.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(gl_preview.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(merge_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(geom_transform_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(erode_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(craters.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(draw_tools_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(draw_hf.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(merge.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(fault.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(fault_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(swirl.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(swirl_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(erode.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(wind.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(wind_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(dialog_utilities.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(line.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(line_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(fill.o):(.bss+0x8): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(fill_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(render.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(voronoi.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(voronoi_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(draw_dialog.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(draw_hf_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(draw_crater_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../hf/libhf.a(draw.o):(.bss+0x0): multiple definition of
`default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../fourier/libfourier.a(fourier_dialog.o):(.bss+0x0):
multiple definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../fourier/libfourier.a(fourier.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../fourier/libfourier.a(fft.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(utils.o):(.bss+0x0): multiple definition
of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(config_rc_file.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(config_dialog.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(filesel.o):(.bss+0x8): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(writepng.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(menus_n_tools.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(readpng.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here
/usr/local/bin/ld: ../utils/libutils.a(scale_buttons.o):(.bss+0x0): multiple
definition of `default_dir'; app.o:(.bss+0x50): first defined here

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/geomorph-0.60.1_11.log

PR:		246700
Original commitRevision:541188 
Tuesday, 5 Nov 2019
22:16 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories g

Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:516845 
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 
Friday, 28 Dec 2018
15:45 amdmi3 search for other commits by this committer
- Fix build with gcc by adding USES=compiler:c++11-lang

PR:		234437
Submitted by:	pkubaj@anongoth.pl
Original commitRevision:488607 
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 
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 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
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 
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 
Sunday, 20 Nov 2016
09:38 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.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Tuesday, 26 May 2015
12:41 amdmi3 search for other commits by this committer
- Fix shebangs
- Add USES=desktop-file-utils as suggested by stage-qa
Original commitRevision:387469 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
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 
Saturday, 11 Jan 2014
00:52 amdmi3 search for other commits by this committer
- Update to 0.60.1
- Support staging
- Use new LIB_DEPENDS syntax
- Use new OPTIONS features
- Fix build on 10.x
Original commitRevision:339396 
Tuesday, 22 Oct 2013
13:58 amdmi3 search for other commits by this committer
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])

Approved by:	portmgr (bdrewery)
Original commitRevision:331272 
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 
Tuesday, 3 Sep 2013
06:36 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326122 
Friday, 12 Jul 2013
15:01 amdmi3 search for other commits by this committer
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Original commitRevision:322840 
Monday, 6 May 2013
15:18 bapt search for other commits by this committer
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
Original commitRevision:317521 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Tuesday, 30 Mar 2010
07:14 dinoex search for other commits by this committer
- fix build for png-1.4.1
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Tuesday, 16 Sep 2008
12:07 gahr search for other commits by this committer
- Fix build on sparc64

Approved by:    amdmi3 (maintainer)
Approved by:    portmgr (pav)
Original commit
Saturday, 2 Aug 2008
19:22 amdmi3 search for other commits by this committer
- Update to 0.50
- Add optional NLS support
- Install icon & desktop entry

Approved by:    miwi (mentor implicit)
Original commit
Thursday, 19 Jun 2008
17:28 amdmi3 search for other commits by this committer
Update my email address in 132 ports.

Approved by:    miwi (mentor)
Original commit
Friday, 6 Jun 2008
13:35 edwin search for other commits by this committer
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)
Original commit
Thursday, 4 Oct 2007
01:10 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Sunday, 25 Feb 2007
07:26 clsung search for other commits by this committer
- Update to 0.40

PR:             ports/109502
Submitted by:   maintainer (Dmitry Marakasov)
Original commit
Thursday, 21 Dec 2006
20:41 edwin search for other commits by this committer
[MAINTAINER] update my email address in 76 ports + mirror some distfiles

        I've got a brand new hosting, so change my email to the new
        one.  Also, now I can mirror some distfiles, so update
        MASTER_SITES for some ports.

PR:             ports/107038
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru>
Original commit
Wednesday, 12 Jul 2006
00:56 itetcu search for other commits by this committer
tkglext shared lib version was changed from libgtkglext-x11-1.0.so.2 to
libgtkglext-x11-1.0.so.0. Track this in LIB_DEPENDS

PR:             ports/100130
Submitted by:   maintainer
Original commit
Saturday, 18 Mar 2006
17:13 pav search for other commits by this committer
Geomorph is a height field generator and editor for the Linux
operating system.

A height field is a kind of topographic map.  It is a 2D projection
of a 3D landscape.

Geomorph generates square images and shows a 3D preview of the
resulting landscape.  The resulting 2D image can be processed with
a tool like Povray for rendering the landscape.

WWW: http://geomorph.sourceforge.net/

PR:             ports/94521
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru>
Original commit

Number of commits found: 46