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/adacurses/files/adacurses.gpr.in

Number of commits found: 4

Thursday, 21 Jul 2016
18:31 marino search for other commits by this committer
devel/adacurses: Remove hardcoded dynamic linking, plus ...

The AdaCurses source contains "pragma Linking_Options" which hardcodes
linking flags like "-lncurses" and "-lmenu".  This makes it very hard
to statically link libncurses because the pragma flags come at the
end causing the linker to include these libraries.  Fix it by removing
the pragmas and require the user to specify the flags themselves.

Related: the provided adacurses.gpr was also hardcoded for dynamic linking
but it only included the base library (excluding menu, form, and panel).
Rework this gpr file to continue to link dynamically by default, and
continue to exclude menu, for, and panel by default, but add environment
variables that easily allow static linking and adding of menu/form/panel
individually as required.
Original commitRevision:418888 
Thursday, 15 May 2014
11:11 marino search for other commits by this committer
devel/adacurses: Fix linking options on adacurses.gpr

The options weren't getting sent to the linker.  Moreover, the -lncurses
switch was not required and runpath switches are required, otherwise
the realtime linker finds the system libncurses before the ports version.

Use "Linker_Options" instead of "Switches" to enable linker options.

Reported by:	Natacha Porte
Original commitRevision:354108 
Monday, 17 Feb 2014
08:24 marino search for other commits by this committer
devel/adacurses: Correct adacurses.gpr; library name uses capital letters
Original commitRevision:344710 
Sunday, 16 Feb 2014
12:18 marino search for other commits by this committer
devel/adacurses: Build it properly; switch to original sources

This was another Ada "library" port that didn't actually build the
library.  The first step is to switch to the original source (AdaCurses
has been distributed by ncurses, but it's maintained separately by
Thomas Dickey).  Besides a much smaller distfile, we also get the html
documentation which is not provided by ncurses.

Use the provided makefile to build.  The only change was adacurses.gpr
added by myself to use as an alternative to adacurses-config (which is
also now generated instead of provided if /files).  This should address
a complaint I heard at FOSDEM about AdaCurses not working (hopefully).
Original commitRevision:344549 

Number of commits found: 4