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: math/galculator/Makefile

Number of commits found: 56

Wednesday, 17 Apr 2024
20:30 Christian Weisgerber (naddy) search for other commits by this committer
*/*: Remove GNU_CONFIGURE_MANPREFIX

After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports.
commit hash: 5d55ec5b181a39f1c0e4b5c1676a9365aa05fde9 commit hash: 5d55ec5b181a39f1c0e4b5c1676a9365aa05fde9 commit hash: 5d55ec5b181a39f1c0e4b5c1676a9365aa05fde9 commit hash: 5d55ec5b181a39f1c0e4b5c1676a9365aa05fde9 5d55ec5
Saturday, 27 Jan 2024
10:52 Gleb Popov (arrowd) search for other commits by this committer Author: Christian Weisgerber
*/*: Move manpages to share/man

Approved by:	portmgr (blanket)
commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 commit hash: 533d7de9eba1852e3f4393dd823ba9955aba1e53 533d7de
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
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
INSTALLS_ICONS: retire the macro and rework the related dependencies

While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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, 24 Aug 2020
15:05 naddy search for other commits by this committer
Zap duplicate definition to fix build with -fno-common.

Reported by:	pkg-fallout
Original commitRevision:546092 
Friday, 8 Nov 2019
14:11 tobik search for other commits by this committer
math: Add missing USES={gl,gnome,php,sdl,xorg}
Original commitRevision:517068 
Thursday, 29 Dec 2016
15:32 amdmi3 search for other commits by this committer
- Fix LICENSE
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- Switch to USES=localbase

Approved by:	portmgr blanket
Original commitRevision:429923 
Tuesday, 6 Sep 2016
23:18 woodsb02 search for other commits by this committer
math/galculator: Update to 2.1.4

- Follow upstream move from SF to GitHub, and new website hosting
- Add USES=autoreconf libtool as GH tarball only comes with configure.ac
- Add OPTIONS to select GTK3 or GTK2 (GTK3 by default as per upstream)
- Add USE_GNOME=cairo und GTK2_LIB_DEPENDS undeclared dependencies

Changes this release:
  https://github.com/galculator/galculator/blob/v2.1.4/ChangeLog

Reviewed by:	adamw (mentor)
Approved by:	naddy (maintainer), mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D7789
Original commitRevision:421469 
Tuesday, 28 Jul 2015
18:13 kwm search for other commits by this committer
Explicitly depend on intltool.

When GNOME 3.16 is merged, gtk20 will not implicelty depend on it.
Original commitRevision:393087 
Saturday, 29 Nov 2014
18:22 tijl search for other commits by this committer
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools.  The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:373636 
Saturday, 15 Mar 2014
19:47 naddy search for other commits by this committer
Update to 2.1.3: bug fixes, new and updated translations
Original commitRevision:348374 
Thursday, 13 Mar 2014
16:11 naddy search for other commits by this committer
USE_BZIP2 -> USES+=tar:bzip2
USE_XZ    -> USES+=tar:xz
Original commitRevision:348096 
Friday, 4 Oct 2013
15:21 naddy search for other commits by this committer
Support staging.
Original commitRevision:329323 
Friday, 20 Sep 2013
20:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
math)
Original commitRevision:327746 
Tuesday, 3 Sep 2013
06:36 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:326122 
Thursday, 1 Aug 2013
20:22 naddy search for other commits by this committer
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
Original commitRevision:324122 
Monday, 29 Apr 2013
15:00 naddy search for other commits by this committer
Update to 2.1.2.  No user-visible changes.
Original commitRevision:316826 
Wednesday, 13 Feb 2013
22:13 naddy search for other commits by this committer
Fix build on systems that happen to have GCC 4.[678] installed.

Submitted by:	bf
Original commitRevision:312185 
Tuesday, 12 Feb 2013
18:24 naddy search for other commits by this committer
Update to 2.1: bug fixes, add Turkish translation
Original commitRevision:312124 
Monday, 17 Dec 2012
21:40 naddy search for other commits by this committer
Update to 2.0.1: config file stored according to XDG spec.
Original commitRevision:309132 
Tuesday, 16 Oct 2012
18:47 naddy search for other commits by this committer
Update to 2.0.
Adds a few translations; no user-visible changes otherwise.

Feature safe:	yes
Original commitRevision:305986 
Saturday, 15 Sep 2012
20:00 naddy search for other commits by this committer
Remove pointless header lines from ports I created once upon a time.
Original commitRevision:304323 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
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
Saturday, 22 Aug 2009
00:28 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
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
Wednesday, 25 Mar 2009
16:24 naddy search for other commits by this committer
Mark MAKE_JOBS_SAFE for parallel building.
Original commit
Wednesday, 18 Mar 2009
15:42 naddy search for other commits by this committer
Update to 1.3.4 which fixes a bug when changing sign in scientific
EE notation.
Original commit
Monday, 12 Jan 2009
14:40 naddy search for other commits by this committer
Update to 1.3.3.  No major changes.
Original commit
Friday, 6 Jun 2008
13:44 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
Friday, 5 Oct 2007
15:29 naddy search for other commits by this committer
Don't try to remove share/pixmaps.

Submitted by:   linimon (pointyhat)
Original commit
Monday, 1 Oct 2007
21:23 naddy search for other commits by this committer
Update to 1.3.1, which adds an additional "paper mode".
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
Monday, 7 Aug 2006
16:46 naddy search for other commits by this committer
(1) Try to deinstall some locale directories not listed in BSD.local.dist.
(2) Attempt to fix build on 4.x, whose ancient perl still requires a
    mode argument to mkdir().

PR:             101487
Submitted by:   Stanislav Sedov <ssedov@mbsd.msk.ru> (1), pointyhat (2)
Original commit
Sunday, 2 Apr 2006
22:25 naddy search for other commits by this committer
Sync with upstream (1.2.5.2); no functional changes.
Original commit
Monday, 27 Mar 2006
15:02 naddy search for other commits by this committer
Maintenance update to 1.2.5.1 which fixes a bug with recent glib
versions.
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Tuesday, 10 May 2005
19:11 naddy search for other commits by this committer
Maintenance update to 1.2.5:  minor bug fixes.
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Sunday, 19 Dec 2004
22:48 naddy search for other commits by this committer
Don't leave extra directory after uninstall.

Submitted by:   kris    (pointyhat)
Original commit
Sunday, 7 Nov 2004
22:37 marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Original commit
Saturday, 23 Oct 2004
13:51 naddy search for other commits by this committer
Update to 1.2.4.  This is a bugfix/minor feature enhancement release:
* introducing thousands separators
* several bugfixes
* cleaned up display code
* new and updated translations
Original commit
Thursday, 27 May 2004
20:11 naddy search for other commits by this committer
Update to 1.2.3:
- Small fixes.
- Translation updates.
Original commit
Monday, 5 Apr 2004
03:31 marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Original commit
Thursday, 1 Apr 2004
21:01 naddy search for other commits by this committer
Update to 1.2.2.  Changes in this release:
* several bugfixes
* [EE] shortcut
* updated translations
Original commit
Saturday, 20 Mar 2004
23:32 naddy search for other commits by this committer
Update to 1.2.1.  Changes in this release:
* formula entry mode
* right mouse button click gives popup menu
* translation updates
* bug fixes
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Thursday, 13 Nov 2003
02:37 naddy search for other commits by this committer
Update to 1.1.4: RPN mode improvements, bugfixes, translation updates.
Original commit
Monday, 1 Sep 2003
18:35 naddy search for other commits by this committer
Update to 1.1.3.  Changes in this release:
* Introducing basic and scientific mode.
* Number base, angle unit and notation mode are remembered on exit.
  No defaults anymore.
* Updates to binary mode.
* New functions (asinh, acosh, atanh) and a new operation (percent).
* Bug fixes: crash on bracket closing, remember display value, GUI.
* Japanese translation, translation updates.
Original commit
Tuesday, 8 Jul 2003
15:08 naddy search for other commits by this committer
Update to 1.1.2.  Adds French translation.
Original commit
Wednesday, 25 Jun 2003
23:52 naddy search for other commits by this committer
Import galculator 1.1.1.

galculator is a GTK2-based scientific calculator with ordinary
notation/reverse polish notation, different number bases (DEC, HEX,
OCT, BIN) and different units of angular measure (DEG, RAD, GRAD).
Original commit

Number of commits found: 56