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: textproc/xmlada/files/patch-dom_dom.gpr

Number of commits found: 4

Sunday, 21 Jun 2015
23:35 marino search for other commits by this committer
textproc/xmlada: Upgrade version 4.5.0.0 => 4.6.0.0, overhaul make system

Due to the unavailability of a public repository, this version uses
Adacores 2015 distribution of xmlada.  It's probably a minor update
from the previous one.

The major change, however, is the creation of a custom makefile to build
and install xmlada.  Why?  because gnatmake will lose the ability to
build project files in the near future, so xmlada makefiles were changed
to use gprbuild to build and itself it.  One problem: gprbuild needs
xmlada as a build dependency.  (and it also needs gprbuild to build
itself!!)  I could have chosen to keep using gnatmake, but I decided to
bite the bullet, fix it correctly now and not have to get stuck by it
by future versions of gnat that remove project management from gnatmake.

Having to support a bootstrap gprbuild is nonsense in my opinion, so
both will have to be built manually.  Morever, the GPL 2015 distinfo
file removed all the vital *.gpr files which other packages' configure
script absolutely depends on.  These had to be recreated from scratch
as well.

Noticeable changes:
  - no more .lgpr files, these are incorporated in generated *.gpr now
  - xmlada_input.gpr renamed to xmlada_input_sources.gpr as expected
    since we had to create it anyway
  - xmlada_shared.gpr no longer exists; it was incorporated into each
    gpr that pulled it in
  - RPATH hack no longer necessary
  - symlinks of 5 libraries at $LOCALBASE/lib were removed (useless)
  - rpaths are now correct and have $LOCALBASE/lib/xmlada/relocatable
    as path (this was big fix made possible by new Makefile)
  - xmlada seems to build a lot faster, fully jobs safe
  - GNU configure not longer performed
  - GNU make no longer a build dependency

I verified packages that depend on xmlada build as expected.  I also
verified that the manually generated libraries look very similar in
size to the gnatmake generated libraries.

Since the library version changed, I'm also bumping ports directly
dependent on xmlada.
Original commitRevision:390269 
Thursday, 15 May 2014
17:20 marino search for other commits by this committer
textproc/xmlada: Upgrade version 4.4.0.0 (2013) => 4.4.2.0 (2014)

The annual Adacore release happened!

Notable changes:
 * parallel build supported now
 * generated plist converted to static plist
 * License installed now (it was only defined before)
 * Restriction of building dynamic libraries on FreeBSD 8 removed; the
   issue wasn't with this port but rather configuring the Ada compiler to
   use the system linker.  Using binutils 2.24 linker fixed the issue.
Original commitRevision:354153 
Monday, 1 Jul 2013
19:47 wg search for other commits by this committer
textproc/xmlada: update to 4.4.0.0

- Update to 4.4.0.0
- Auto-generate pkg-plist
- Add DOCS option

PR:		ports/180158
Submitted by:	John Marino <draco@marino.st> (maintainer)
Original commitRevision:322141 
Tuesday, 30 Apr 2013
11:49 bapt search for other commits by this committer
Update to use USES=ada

Additionally potential rpath problems have been eliminated that will appear when
xmlada is built in a staging area (seen and fixed in pkgsrc). This eliminates
need for ldconfig, too.

PR:		ports/178144
Submitted by:	John Marino <draco@marino.st>
Original commitRevision:316918 

Number of commits found: 4