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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: cad/cider/Makefile

Number of commits found: 26

Saturday, 5 May 2018
10:49 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:469100 
Friday, 13 Oct 2017
11:06 bapt search for other commits by this committer
Mark as broken: no public distfiles
Original commitRevision:451979 
Sunday, 21 May 2017
21:55 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Original commitRevision:441429 
Thursday, 10 Nov 2016
01:21 linimon search for other commits by this committer
Mark as broken on aarch64: fails to link with sbrk.

While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:425823 
Wednesday, 19 Aug 2015
13:30 mat search for other commits by this committer
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Original commitRevision:394778 
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 
Sunday, 22 Mar 2015
19:21 bdrewery search for other commits by this committer
Unreak.

This does not require fmake. It just has bad return values which
don't build with clang. The build is using 'make -k' so the errors
are ignored. I did not fix that though.
Original commitRevision:381948 
Monday, 18 Aug 2014
15:41 marino search for other commits by this committer
Stage cad/cider.  Mark BROKEN on F10+ caused by bmake

This port generates a makefile and then passes it to "make" via stdin,
which makes it different to troubleshoot.  When I finally saw the file
in order to figure out why several internal static libraries weren't
getting built leading to some programs not getting built, I saw a
generic static library target made up of variables.  fmake likes it;
bmake does not.

I tried USES+= fmake along with some patching but I must have missed
some hardcoded "make" commands because bmake got called again.  This
software is 20 years old so I finally gave it.  It got a stay of
execution by getting staged.  If somebody wants to study a target that
bmake just doesn't get, this is a good place to start.
Original commitRevision:365318 
Wednesday, 23 Jul 2014
16:44 bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Original commitRevision:362705 
Monday, 9 Jun 2014
11:21 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
Original commitRevision:357139 
Friday, 21 Feb 2014
13:35 ehaupt search for other commits by this committer
Remove trailing whitespaces from category cad
Original commitRevision:345398 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Original commitRevision:343634 
Friday, 3 Jan 2014
15:53 adamw search for other commits by this committer
Convert cad to MDOCS and MEXAMPLES
Original commitRevision:338552 
Friday, 20 Sep 2013
15:58 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
Original commitRevision:327711 
Friday, 23 Jan 2009
16:28 flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Original commit
Friday, 25 Jul 2008
09:08 pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
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
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Monday, 22 Jan 2007
08:30 miwi search for other commits by this committer
- Fix build with gcc 4.1

PR:             ports/107134
Submitted by:   AMAKAWA Shuhei <sa264@cam.ac.uk> (maintainer)
Original commit
Monday, 12 Dec 2005
11:47 barner search for other commits by this committer
- Fix fetch
- While here, add SHA256

Submitted by:   AMAKAWA Shuhei <sa264@cam.ac.uk> (maintainer)
PR:             ports/90174
Original commit
Friday, 21 Nov 2003
22:32 pav search for other commits by this committer
- Don't link with randline

PR:             ports/58238
Submitted by:   AMAKAWA Shuhei <sa264@cam.ac.uk> (maintainer)
Approved by:    adamw (mentor)
Original commit
Friday, 23 May 2003
00:38 edwin search for other commits by this committer
cad/cider fix unfetchable distfile problem

PR:             ports/52594
Submitted by:   AMAKAWA Shuhei <amakawa@jp.freebsd.org>
Original commit
Friday, 21 Feb 2003
11:04 knu search for other commits by this committer
De-pkg-comment.
Original commit
Tuesday, 9 Oct 2001
12:21 mita search for other commits by this committer
Applied patch for maintainer's update.    
Original commit
Wednesday, 4 Jul 2001
17:01 dannyboy search for other commits by this committer
Fix plist to use %%PORTDOCS%%.    
Original commit
Saturday, 28 Oct 2000
17:13 kevlo search for other commits by this committer
- Prevent possible buffer overflow   - Use erfc(3).    
Original commit

Number of commits found: 26