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: www/caudium14/Makefile

Number of commits found: 22

Wednesday, 27 Dec 2017
09:30 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:457358 
Tuesday, 11 Apr 2017
15:21 mat search for other commits by this committer
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.

There are two cases:

- The upstream versionning is compatible with our versionning, or using
  DISTVERSION's magic leads to a compatible PORTVERSION, use
  DISTVERSION.  If it is possible to use DISTVERSIONPREFIX and
  DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
  DISTVERSION's magic does not lead to a correct PORTVERSION, then set
  PORTVERSION to the equivalent of our versionning, and set DISTNAME.
  It is possible to use a third variable where you store upstream's
  version and use it to compute PORTVERSION and/or DISTNAME, like the
  dns/bind9* ports do.

Sponsored by:	Absolight
Original commitRevision:438272 
Wednesday, 14 Sep 2016
18:43 johans search for other commits by this committer
- Change primary site from Google Code to Google Code Archive;
  Not perfect, but it's linked from www.caudium.net and works fine
- Add my own site as backup
- Remove BROKEN
Original commitRevision:422150 
15:59 mat search for other commits by this committer
GOOGLE_CODE has gone away.

- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
Original commitRevision:422140 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Sunday, 20 Sep 2015
13:10 johans search for other commits by this committer
- Fix pike shebangs
- Fix post-configure - move arch-independent bits out of ${ARCH} != i386;
apparently this fixes build in 10.x+ i386
- Sort USES

PR:		203128
Submitted by:	amdmi3
Original commitRevision:397369 
Tuesday, 3 Mar 2015
08:04 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:380348 
Wednesday, 16 Jul 2014
03:34 adamw search for other commits by this committer
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
Original commitRevision:362026 
Sunday, 6 Jul 2014
15:32 johans search for other commits by this committer
Fix build
Original commitRevision:360925 
Saturday, 28 Jun 2014
08:20 antoine search for other commits by this committer
Mark BROKEN: Fails to compile

gcc:
cc -I/usr/local/pike/7.8.866/include/pike -I/usr/local/pike/7.8.866/include/pike
-I/wrkdirs/usr/ports/www/caudium14/work/Caudium-1.4.18/src/cmods -O2 -pipe
-fno-strict-aliasing 
-I/wrkdirs/usr/ports/www/caudium14/work/Caudium-1.4.18/src/cmods/_Caudium/ -I. 
-c nb_send.c -o nb_send.o
nb_send.c: In function 'push_callback':
nb_send.c:95: error: request for member 'identifier_level' in something not a
structure or union

clang:
cc -I/usr/local/pike/7.8.866/include/pike -I/usr/local/pike/7.8.866/include/pike
-I/wrkdirs/usr/ports/www/caudium14/work/Caudium-1.4.18/src/cmods -O2 -pipe
-fno-strict-aliasing 
-I/wrkdirs/usr/ports/www/caudium14/work/Caudium-1.4.18/src/cmods/_Caudium/ -I. 
-fPIC -c nb_send.c -o nb_send.o
nb_send.c:95:43: error: member reference type 'struct inherit *' is a pointer;
maybe you meant to use '->'?
  Pike_sp->subtype = no + Pike_fp->context.identifier_level;
                          ~~~~~~~~~~~~~~~~^
                                          ->

Reported by:	pkg-fallout
Original commitRevision:359673 
Saturday, 7 Jun 2014
10:00 johans search for other commits by this committer
Make Caudium version automatically depend on the version of Pike 7.8
Original commitRevision:356893 
Friday, 6 Jun 2014
20:47 antoine search for other commits by this committer
Mark BROKEN: Fails to build

cc -I/usr/local/pike/7.8.852/include/pike -I/usr/local/pike/7.8.852/include/pike
-I/wrkdirs/usr/ports/www/caudium14/work/Caudium-1.4.18/src/cmods -O2 -pipe
-fno-strict-aliasing 
-I/wrkdirs/usr/ports/www/caudium14/work/Caudium-1.4.18/src/cmods/_Caudium/ -I. 
-c nb_send.c -o nb_send.o
nb_send.c: In function 'push_callback':
nb_send.c:95: error: request for member 'identifier_level' in something not a
structure or union
gmake[3]: *** [nb_send.o] Error 1

Reported by:	pkg-fallout
Original commitRevision:356846 
Tuesday, 20 May 2014
19:48 johans search for other commits by this committer
- Make Caudium depend on modern Pike 7.8
- Bump PORTREVISION
- Stagify
- Minor cleanups
Original commitRevision:354677 
Saturday, 15 Mar 2014
08:12 miwi search for other commits by this committer
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES
Original commitRevision:348295 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Sunday, 10 Feb 2013
11:56 johans search for other commits by this committer
- Upgrade caudium to 1.4.18
- Update MASTER_SITES
Original commitRevision:312019 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Sunday, 26 Feb 2012
17:47 matthew search for other commits by this committer
 - Stylistic cleanup: remove trailing slashes from *_DEPENDS lines.

      audio/cd2mp3           [1]
      audio/mp3unicode       [2]
      databases/spatialite   [3]
      deskutils/aspostit
      devel/bennugd-modules  [4]
      net/hinfo
      www/caudium14          [5]

Approved by:    shaun (mentor) mark@foster.cc (maintainer[1]) makc
(maintainer[2]) wenheping@gmail.com (maintainer[3]) amdmi3 (maintainer[4])
johans (maintainer[5])
Original commit
Saturday, 12 Mar 2011
23:07 johans search for other commits by this committer
Fix build error, probably caused by new CPPFLAGS handling.

Reported by:    pointyhat via pav
Original commit
Tuesday, 23 Feb 2010
18:07 johans search for other commits by this committer
Update my mail address to @FreeBSD.org

Feature safe:   yes
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 21 Nov 2009
16:30 johans search for other commits by this committer
Caudium is the name of a free webserver which is based on the Roxen Challenger
1.3 code base. It is an attractive alternative to servers like Apache,
Netscape and Zeus due to its strength in dynamic page and data generation.

WWW: http://www.caudium.net/
Original commit

Number of commits found: 22