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: devel/ahven/Makefile

Number of commits found: 28

Monday, 28 Feb 2022
21:34 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove ports depending on expired lang/gcc6-aux

Keep ports-mgmt/synth and dependencies (including lang/gcc6-aux itself)
for now as synth is the only Ada port still maintained and might be
somewhat high-profile.

Removed ports:
archivers/zip-ada
cad/ghdl
databases/adabase
databases/apq
databases/apq-mysql
databases/apq-odbc
databases/apq-pgsql
devel/ada-util
devel/adabooch
devel/adaid
devel/ahven
devel/alog
devel/aunit
devel/florist-gpl
devel/gprbuild
devel/libspark2012
devel/matreshka
devel/pcsc-ada
devel/pragmarcs
devel/sdl_gnat
dns/ironsides
graphics/generic_image_decoder
lang/adacontrol
lang/asis
lang/gnat_util
lang/lua-ada
math/plplot-ada
misc/excel-writer
net/adasockets
net/anet
security/libadacrypt
textproc/adabrowse
textproc/templates_parser
textproc/words
textproc/xmlada
x11-toolkits/gtkada
x11-toolkits/gtkada3
commit hash: 8e2a89b541867f9b43bfefc59a9af5245cdb4c2c commit hash: 8e2a89b541867f9b43bfefc59a9af5245cdb4c2c commit hash: 8e2a89b541867f9b43bfefc59a9af5245cdb4c2c commit hash: 8e2a89b541867f9b43bfefc59a9af5245cdb4c2c 8e2a89b
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
Tuesday, 29 Dec 2020
20:39 antoine search for other commits by this committer
Drop optional dependency on python 2.7
Original commitRevision:559609 
Monday, 11 May 2020
23:51 dbaio search for other commits by this committer
Update Sphinx

- Repocopy textproc/py-sphinx to textproc/py-sphinx18

  Update it to 1.8.5 (latest version from 1.8.X).
  This version supports Python 2 and 3.
  Add test target.

- textproc/py-sphinx: Update to 3.0.2

  Python 3 only (3.5+).
  Add test target.

- Mk/Uses/python.mk: Add PY_SPHINX

  Shared macro to use with flavors and not break
  ports with USES=python (all versions).

  Python >=3.5  --> textproc/py-sphinx (v3.0.2)
  Python < 3.5  --> textproc/py-sphinx18 (v1.8.5)

  All ports that uses sphinx were changed to use the new variable
  ${PY_SPHINX} in the dependency line, exceptions:

    * Ports that fails to build with sphinx 3.0.2 because of code.
      They are pointing to textproc/py-sphinx18 directly.
      There aren't many ports.

    * Ports that doesn't know Python flavors.

- Add several patches to fix Sphinx consumers

  The most common issues are related with pkg-plist, the output
  files from Sphinx changes between versions, keep this dynamically
  is the better approach.

  This will save time in future sphinx updates.

PR:		245629
Exp-run by:	antoine
Original commitRevision:534966 
Friday, 2 Aug 2019
08:43 araujo search for other commits by this committer
Assign back to the pool
Original commitRevision:507862 
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 
Wednesday, 7 Feb 2018
16:33 amdmi3 search for other commits by this committer
- Fix build with python3

Approved by:	portmgr blanket
Original commitRevision:461155 
Monday, 29 Jan 2018
06:45 araujo search for other commits by this committer
- Update textproc/py-sphinx to 1.6.5. [0]
- Update all ports that depends of py-sphinx. [0]
- Add conditional RUN_DEPENDS. [1]
- Add TEST_DEPENDS. [1]

PR:		ports/221891 [0] and ports/225136 [1]
Submitted by:	sunpoet [1]
Approved by:	antoine (portmgr)
Exprun by:	antoine (several rounds)
Sponsored by:	iXsystems, Inc.
Original commitRevision:460241 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Friday, 21 Apr 2017
20:25 rene search for other commits by this committer
Return ports maintained by John Marino to the pool, he is no longer interested.

Submitted by:	Mark Millard via private e-mail
Original commitRevision:439129 
Wednesday, 15 Feb 2017
21:33 rene search for other commits by this committer
Return the ports mistakenly reset to ports@ in r433856 to John Marino.

The mistake was completely on my part, I somehow connected the dots the
wrong way in my head.

The only exceptions (for now) are archivers/zstd and ports-mgmt/synth
which were already picked up by new volunteers in the mean time.
Original commitRevision:434195 
Saturday, 11 Feb 2017
12:42 rene search for other commits by this committer
Return ports maintained by John Marino to the pool, see r433827 for details
Original commitRevision:433856 
Saturday, 30 Apr 2016
06:44 marino search for other commits by this committer
Change Ada Framework foundation from gcc5-aux to gcc6-aux

GCC 6.1 was released this week.  The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.

Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.

Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result.  Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only).
Original commitRevision:414332 
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, 17 Nov 2015
11:34 amdmi3 search for other commits by this committer
- Fix plist
- Fix WWW:

Approved by:	portmgr blanket
Original commitRevision:401809 
Saturday, 7 Nov 2015
16:05 marino search for other commits by this committer
devel/ahven: Upgrade version 2.4 => 2.6

I could not use the comfignat build system.  For starters it creates
a dynamic library which, when used, has troubling finding libgnarl.
If I make changes to force it to build statically, the programms that
link to it fail with a STORAGE ERROR.

Finally I just put all the build and install steps in the port makefile
and everything is working as it did with version 2.4
Original commitRevision:401003 
Thursday, 3 Sep 2015
10:06 amdmi3 search for other commits by this committer
- Add missing docfiles into plist
- Use options helpers
- Fix installation with DOCS disabled (do not try to install docs which were not
built)

PR:		202795
Submitted by:	amdmi3
Approved by:	marino (maintainer)
Original commitRevision:395942 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Thursday, 16 Oct 2014
10:36 marino search for other commits by this committer
marino 12 devel ports: Remove @dirrm, tend install commands, plus

The main purpose of this commit is to remove @dirrm from the pkg-plist of
some of my ports in devel category.  While here, also:
  * Unmask some commands
  * Use parenthesis on compound commands for multi-job support
  * Add a license in one case
  * USES=python conversion in one case
  * Add WWW and reformat description in one case
  * Respect 80-columns
Original commitRevision:370993 
Friday, 4 Apr 2014
21:35 marino search for other commits by this committer
devel/ahven: Improve symbolic traceback functionality

Rather than show the lengthy and not helpful trace of the Ahven
Framework when a symbolic trace is shown, detect the start of this
infrastructure trace and truncate it there.  This helps debugging
greatly by removing a lot of noise.
Original commitRevision:350170 
Tuesday, 18 Feb 2014
18:35 marino search for other commits by this committer
devel/ahven: Modify to add symbolic tracing.

The author, Tero Koskine, intends for ahven to be compiler agnostic,
and therefore can't use GNAT-specific functionality like
GNAT.Traceback.Symbolic.  However, there is only one brand of Ada
compiler in ports, GNAT, so we can take advantage of it.

This change adds a default option to alter the exception handling to
trace through the symbols to display files and line numbers of each
frame on the stack.  Declining the option builds Ahven without the
modification and allows Ahven to be used on non-GNAT compilers (assuming
you can find one on FreeBSD.)
Original commitRevision:344938 
Monday, 17 Feb 2014
21:24 marino search for other commits by this committer
devel/ahven: Two more fixes

Fix 1: It was building windows compat by default, switch to "unix"
Fix 2: BSD_INSTALL_LIB was stripping all symbols out of static libary,
       switch to BSD_INSTALL_DATA to avoid that.
Original commitRevision:344823 
20:51 marino search for other commits by this committer
devel/ahven: Don't try to strip ali files, use BSD_INSTALL_DATA instead
Original commitRevision:344821 
Wednesday, 12 Feb 2014
12:25 marino search for other commits by this committer
devel/ahven: Add ISC license

No bump, 10 minute rule. :)
Original commitRevision:343910 
12:14 marino search for other commits by this committer
devel/avhen: Update from version 2.3 to 2.4
Original commitRevision:343909 
Sunday, 10 Nov 2013
10:54 marino search for other commits by this committer
devel/ahven: Convert to staging
Original commitRevision:333372 
Friday, 20 Sep 2013
17:03 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Original commitRevision:327722 
Sunday, 21 Jul 2013
14:29 marino search for other commits by this committer
Add new port: devel/ahven

Avhen is a testing framework for the Ada programming language.  It has
functional similarities to JUnit and AUnit.

Approved by:	bapt (mentor)
Original commitRevision:323393 

Number of commits found: 28