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/libmng/files/Makefile.bsd

Number of commits found: 11

Friday, 12 Jan 2024
21:53 Mikhail Teterin (mi) search for other commits by this committer
graphics/libmng: upgrade from 1.0.10 to 2.0.3

Despite the seemingly large version jump, the sole change is
the compatibility with lcms-2.x.

I'm now also adding fixes for some compiler-warnings raised
by the modern clang. These suggest, certain parts of the code
aren't even really excercised.

Neither API nor ABI are changing, so no shared library
version-bump.
commit hash: daa103d82653fc8d825f921f25d423181764c31b commit hash: daa103d82653fc8d825f921f25d423181764c31b commit hash: daa103d82653fc8d825f921f25d423181764c31b commit hash: daa103d82653fc8d825f921f25d423181764c31b daa103d
Monday, 25 Nov 2019
23:25 brooks search for other commits by this committer
Fix build with src r354909 applied.

The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into
errors causing these ports that declare them and use the FreeBSD make
infrastructure as part of their build to fail.

When the offending variables occur in a BSD Makefile, NO_MAN becomes
MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and
MK_PROFILE=no respectively.  When declared in the environment they
become WITHOUT_<FOO>.
Original commitRevision:518434 
Thursday, 1 Dec 2011
07:52 rm search for other commits by this committer
- s/NOPROFILE/NO_PROFILE/

PR:             ports/156687
Submitted by:   rm (myself)
Approved by:    mi (maintainer; timeout - 6+ months), glarkin (mentor)
Feature safe:   yes
Original commit
Tuesday, 18 Oct 2005
04:42 mi search for other commits by this committer
Update from 1.0.8 to 1.0.9.

Add an option to turn on vendor's experimental optimizations.
Be sure to turn on MNG_BUILD_SO only for PIC-objects.

Prompted by:    edwin's port-version check
Original commit
Monday, 8 Mar 2004
17:23 mi search for other commits by this committer
Upgrade from 1.0.5 to 1.0.6.
Original commit
Wednesday, 30 Jul 2003
23:55 mi search for other commits by this committer
Enable full functionality -- mng-writing was disabled.
I thought, I did this already long ago, but...

Submitted by:   Pav Lucistnik
Original commit
Sunday, 21 Jul 2002
19:26 ru search for other commits by this committer
Fixed install on bsd.incs.mk aware systems.
Original commit
Monday, 16 Jul 2001
22:23 mi search for other commits by this committer
Upgrade to 1.0.2    
Original commit
Saturday, 28 Apr 2001
17:16 mi search for other commits by this committer
Although the  port formally depended  on lcms, the  software was   compiling 
without it  :( Add  the explicit  -D to  CFLAGS. Good   noone tried to use the
lcms part of the library...    
Original commit
Tuesday, 13 Mar 2001
15:56 sobomax search for other commits by this committer
Explicitly link resulting library with libm, because other ports expect to be  
able to link just with ``-lmng'', not with ``-lmng -lm''.    
Original commit
Saturday, 10 Mar 2001
01:04 mi search for other commits by this committer
Upgrade to version 1.0.0. Drop  the configure, libtool, etc. non-sense   and
just  use our  own clean  and straightforward  Makefile.bsd. While   here,
remove the SHLIB_VER variable -- I  think it was not worth it to   have it
there...    
Original commit

Number of commits found: 11