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/pgplot/files/Makefile.flib

Number of commits found: 7

Wednesday, 9 Sep 2020
23:38 brooks search for other commits by this committer
graphics/pgplot: Fix duplicate source file

This will result in linker errors once D26044 is commited since
currently duplicates are silently filtered out.

While here, add LICENSE variables.

Submitted by:	arichardson
Reviewed by:	zeising
Differential Revision:	https://reviews.freebsd.org/D26371
Original commitRevision:548168 
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 
Tuesday, 6 Dec 2011
11:51 bf search for other commits by this committer
remove the custom compiler driver which hasn't been used in nearly 13 years;
merge scripts/configure and files/Makefile into the port Makefile; replace
a construct that has been deprecated in libpng; respect {C,F,LD}FLAGS [1],
NOPORT{DATA,DOCS,EXAMPLES}, etc.; clean up files/Makefile*; add a test target;
adopt

PR:             161239
Feature safe:   yes
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Sunday, 25 Jan 2004
00:19 jmz search for other commits by this committer
One of the source files is actually a C source, not F77 (gruser.c). This
should fix the amd64 build.
Original commit
Tuesday, 26 Jun 2001
22:11 jmz search for other commits by this committer
- X11BASE clean   - properly link libpgplot.so against -lpng (so that each
program which     links with libpgplot.so does not have to specify -lpng)   - a
bit cleaner (use macros where possible, etc.)    
Original commit
Tuesday, 6 Mar 2001
20:54 jmz search for other commits by this committer
Upgrade to version 5.2.2 (the distfile still has version 5.2)   Add a lib depend
on png since this version has a png driver.   Fix minors bugs in Makefile.demo  
 
Original commit

Number of commits found: 7