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: Tools/portbuild/scripts/buildenv

Number of commits found: 37

Sunday, 24 Apr 2011
16:37 flz search for other commits by this committer
Remove portbuild scripts from pcvs, as they now live in svn/projects.
Original commit
Thursday, 16 Dec 2010
07:38 linimon search for other commits by this committer
Refactor the client-side.  It turns out that the evaluation of param.h
was being done before the src tree had been mounted.

This was not a problem in the old codebase, since it simply got the
wrong src tree to start with.

This actually simplifies the code.
Original commit
Wednesday, 1 Dec 2010
02:32 linimon search for other commits by this committer
Canonicalize the use of SRC_BASE to fix INDEX and duds builds on head
nodes that don't have /usr/src.  On pointyhat, this "just happens to
work"; on a cleanly installed system like pointyhat-west, it didn't.

Add overrides for Linux compatibility (again, it "just happened to work"
on pointyhat).

Move the code that sets PORTSDIR and SRC_BASE to the server side only.
The code that overrides OSVERSION, OSREL, and BRANCH _must_ remain in
the common code.
Original commit
Monday, 29 Nov 2010
03:30 linimon search for other commits by this committer
Move the override of PKG_DBDIR to the right place.  This keeps INDEX
from being contaminated by the packages installed on pointyhat-*.
Original commit
Wednesday, 30 Jun 2010
14:43 linimon search for other commits by this committer
The previous refactoring was too agressive.  SRCBASE and friends are used
on both the client side and server side.

Pointy hat to:  self
Feature safe:   yes
Original commit
Friday, 25 Jun 2010
23:01 linimon search for other commits by this committer
Generalize the packge building scripts to be able to be run on more than
one 'head' node, rather than just pointyhat itself.

Constants are factored out into installation-specific files known as
portbuild/conf/server.conf and portbuild/conf/client.conf.  There is
only one server.conf file.  Individual <arch> directories may have
their own client.conf files, or may symlink to ../conf/client.conf.

Several bugs are fixed and improvements are made:

 - the definitions for valid 'arch' and 'branch' are moved to
   server.conf.
 - the script is broken up into two pieces; the old 'buildenv' name
   becomes the server side, and 'buildenv.client' is add for the
   client side.  'buildenv.common' is what you would expect.  This
   makes the separation of what controls what more clear.
 - the concept of 'branch base' is generalized to match any pattern
   postpended with '-', thus removing the specialness of '-exp'.  More
   work remains on the other scripts to best take advantage of this.
 - as a corollary, 'branch' can also have '.' in it, e.g., 6.4.
 - the obsolete variables FTP_PASSIVE_MODE, PKGZIPCMD, and X_WINDOW_SYSTEM
   are removed.

Feature safe:   yes
Original commit
Monday, 31 May 2010
20:06 linimon search for other commits by this committer
Sigh.  This had already been done, just not checked out on production.

Pointy hat:     self
Original commit
20:01 linimon search for other commits by this committer
Get rid of the remnants of X11BASE.
Original commit
Friday, 18 Dec 2009
14:25 pav search for other commits by this committer
- Remove use of X11BASE from pointyhat scripts
Original commit
Sunday, 8 Nov 2009
00:25 linimon search for other commits by this committer
Allow for the possibility of powerpc builds.
Original commit
Sunday, 23 Aug 2009
10:32 linimon search for other commits by this committer
Reflect the fact that RELENG_9 has been created, and that there is some
interest in reviving ia64.  While here, generalize things a bit.
Original commit
Wednesday, 21 Jan 2009
16:11 pav search for other commits by this committer
Remove 6-exp2 builds, they haven't been used in a while
Original commit
Saturday, 26 Jul 2008
14:06 kris search for other commits by this committer
* Cleanup
* Catch up to build ID directory changes
* Add helper functions for resolving a build ID symlink and
  validating an arch/branch combination (centralize instead of doing it
  in many scripts)
Original commit
Friday, 11 Apr 2008
11:31 pav search for other commits by this committer
Sync with pointyhat (reorg)
Original commit
Monday, 14 Jan 2008
17:10 erwin search for other commits by this committer
Remove support for 5-exp and add 7-exp, 8 and 8-exp
Original commit
Sunday, 4 Nov 2007
14:27 kris search for other commits by this committer
* Add support for 7-exp and 8 branches

* XORG_UPGRADE and USA_RESIDENT are no longer required

Approved by:   portmgr (self)
Original commit
Sunday, 29 Jul 2007
19:27 kris search for other commits by this committer
Refactor common variables from case statement for various branches.
Update default X11BASE.  Retire PARALLEL_PACKAGE_BUILD and HAVE_MOTIF which
are now obsolete.
Original commit
Thursday, 1 Feb 2007
03:28 kris search for other commits by this committer
Retire PORTOBJFORMAT
Original commit
Wednesday, 15 Feb 2006
07:34 kris search for other commits by this committer
Add support for 6-exp builds (FreeBSD 6.x is our new reference platform)
Original commit
Sunday, 22 Jan 2006
04:53 kris search for other commits by this committer
Allow for the possibility of overriding LOCALBASE and X11BASE
Original commit
Sunday, 24 Jul 2005
20:34 kris search for other commits by this committer
Support FreeBSD 7.x
Original commit
Thursday, 6 Jan 2005
23:04 kris search for other commits by this committer
Now that I have so many remote build machines, don't force trying to
fetch from ftp-master and pointyhat; they'll just get timeouts.
Instead, each machine is expected to set up their own MASTER_SITE_*
variables in etc/make.conf via a bindist-${hostname}.tar file.

Approved by:    portmgr (self)
Original commit
Tuesday, 28 Dec 2004
04:27 kris search for other commits by this committer
Support 5-exp builds
Original commit
Friday, 10 Dec 2004
06:33 kris search for other commits by this committer
Use X_WINDOW_SYSTEM for 4.x builds too.
Original commit
Sunday, 26 Sep 2004
21:56 kris search for other commits by this committer
* Support 6.x builds
* Default 4.x to XFree86 4.x, 5.x and above to x.org
* Don't pick up local customizations from OPTIONS

Approved by:    portmgr (self)
Original commit
Wednesday, 14 Jul 2004
08:28 kris search for other commits by this committer
Chase bento to pointyhat
Original commit
Monday, 8 Mar 2004
01:20 kris search for other commits by this committer
Set up the DISTDIR and PACKAGES variables for use by client scripts
Original commit
Friday, 12 Sep 2003
20:43 kris search for other commits by this committer
Export MASTER_SITE_OVERRIDE with DIST_SUBDIR correctly escaped
Original commit
Sunday, 23 Mar 2003
01:26 kris search for other commits by this committer
- Define __MAKE_CONF to allow per-arch make.conf files in buildworld
- Set the UNAME_* variables to make use of the override support in uname(1)
  This allows us to get rid of the uname shell script in the build chroots
- Collect some variables that are probably old and mouldy, for later GCing
- If FETCH_ORIGINAL is set in the environment, don't fetch from ftp-master
Original commit
Friday, 24 Jan 2003
04:37 kris search for other commits by this committer
Sync with bento:
- Switch to using ${arch}/${branch} subdirectory instead of ${branch}
- export INDEXFILE, MACHINE_ARCH and ARCH variables
- Add (commented out) FETCH_BEFORE_ARGS setting
- Add MASTER_SITE_OVERRIDE to fetch from ftp://bento
- Zap some mouldy old unused variables
Original commit
Saturday, 2 Nov 2002
03:59 kris search for other commits by this committer
Add FTP_PASSIVE_MODE.  Build tgz packages on 4 and 4-exp, and tbz on 5.
Original commit
Sunday, 15 Sep 2002
22:05 kris search for other commits by this committer
Correct a message
Original commit
21:55 kris search for other commits by this committer
* XFREE86_VERSION=4 is now standard
* Add PKGSUFFIX and PKGZIPCMD variables
Original commit
Monday, 13 May 2002
03:25 kris search for other commits by this committer
- Switch default to XFree86-4.x for all branches
- buildenv() takes extra argument of the portbuild directory
- Add a todo comment
Original commit
Monday, 25 Mar 2002
00:16 kris search for other commits by this committer
Add MASTER_SITE_OVERRIDE to the list of variables propagated, so that
the cluster machines preferentially fetch an existing file from ftp-master
Original commit
Saturday, 16 Mar 2002
05:46 kris search for other commits by this committer
Collect some more environment variables here and tidy up a bit
Original commit
Monday, 11 Mar 2002
11:52 kris search for other commits by this committer
Set all of the <bsd.port.mk> control variables to be used in port/package
operations in one central place, instead of doing them piecemeal all over
the place.  This also includes the ability to customize settings per
port branch (e.g. XFREE86_VERSION)

Also, instead of hardcoding values of OSVERSION and OSREL which are going
to get forgotten again, pull them out of the source tree in ${branch}/src
so they track the head of the branch.
Original commit

Number of commits found: 37