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: textproc/libxml/Makefile

Number of commits found: 44

Tuesday, 15 Oct 2013
12:12 bapt search for other commits by this committer
Add an expiration date aligned on the gnoem-libs expiration date.

Approved by:	gnome (kwm)
Original commitRevision:330392 
Friday, 20 Sep 2013
23:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Original commitRevision:327773 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Original commitRevision:313633 
Wednesday, 5 Dec 2012
12:52 kwm search for other commits by this committer
Mark textproc/libxml and print/freetype deprecated.
Last releases in 2002 and 2000, and unsupported by upstream.

Feature safe:	yes
Original commitRevision:308329 
Saturday, 12 Nov 2011
16:05 miwi search for other commits by this committer
- Add patches to fix
                CVS-2009-2414
                CVS-2009-2416
                CVS-2011-1944

Discussion with:bapt
Approved by:    secteam (myself)
Obtained from:  fedora/gentoo
Security:      
http://www.vuxml.org/freebsd/ce4b3af8-0b7c-11e1-846b-00235409fd3e.html
               
http://www.vuxml.org/freebsd/ce4b3af8-0b7c-11e1-846b-00235409fd3e.html
               
http://www.vuxml.org/freebsd/5a7d4110-0b7a-11e1-846b-00235409fd3e.html
Feature safe:   yes
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 15 Aug 2009
17:14 marcus search for other commits by this committer
Mark MAKE_JOBS_UNSAFE.

PR:             137736
Submitted by:   amdmi3
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Monday, 2 Feb 2009
01:36 araujo search for other commits by this committer
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
  MASTER_SITE_SUBDIR when possible.

PR:             ports/125243
Submitted by:   pgollucci
Reworked by:    myself
Tested on:      pointyhat exp-run (pav)
Original commit
Sunday, 28 Jan 2007
09:07 kris search for other commits by this committer
Use libtool port instead of included one to avoid objformat a.out botch
Original commit
Sunday, 5 Nov 2006
03:53 mezz search for other commits by this committer
INSTALLS_SHLIB -> USE_LDCONFIG.

Found by:       portlint (cports.sh)
Original commit
Saturday, 13 May 2006
04:24 edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with T
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Thursday, 29 Sep 2005
21:51 danfe search for other commits by this committer
Spell XML correctly in COMMENT.

Approved by:    gnome (pav)
Original commit
Wednesday, 10 Nov 2004
20:22 marcus search for other commits by this committer
Backport patch from libxml2-2.6.15 to fix buffer overflows [nanoftp.c,
nanohttp.c, CAN-2004-0989]

Obtained from:  Debian Woody libxml source RPM
Reported by:    simon
Original commit
Friday, 9 Jul 2004
17:43 marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Monday, 16 Jun 2003
20:52 adamw search for other commits by this committer
Utilize USE_GNOME= pkgconfig.
Original commit
Friday, 7 Mar 2003
06:11 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Friday, 20 Sep 2002
17:07 marcus search for other commits by this committer
GNOME has just changed the layout of their FTP site.  This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
Original commit
Thursday, 11 Jul 2002
15:29 sobomax search for other commits by this committer
Use USE_REINPLACE.
Original commit
Tuesday, 30 Apr 2002
23:17 sobomax search for other commits by this committer
- Hack for better hier(7) conformance - install documentation into
  ${PREFIX}/share/doc;
- use USE_LIBTOOL.
Original commit
Thursday, 14 Feb 2002
02:57 ade search for other commits by this committer
Fix typo.    
Original commit
Wednesday, 13 Feb 2002
04:57 ade search for other commits by this committer
Unbreak for -CURRENT (and remove warning on stable) by changing malloc.h  
references to stdlib.h    
Original commit
Tuesday, 29 Jan 2002
11:00 sobomax search for other commits by this committer
Update to 1.8.17.    
Original commit
Wednesday, 12 Dec 2001
14:56 sobomax search for other commits by this committer
Update to 1.8.16.    
Original commit
Tuesday, 11 Sep 2001
08:26 sobomax search for other commits by this committer
Update to 1.8.15.    
Original commit
Monday, 30 Jul 2001
11:22 sobomax search for other commits by this committer
Another attempt (this time correct, I hope) to fix creation/removal of the  
${LOCALBASE}/include/gnome-xml/libxml symlink.    
Original commit
Friday, 27 Jul 2001
15:00 sobomax search for other commits by this committer
${PREFIX}/include/gnome-xml/libxml is a symlink to ${PREFIX}/include/gnome-xml, 
 so it have to be listed among other files, not among @dirrm's, otherwise it is 
 not being included into package and as a result bento unable to build many  
packages that depends on libxml.    
Original commit
Monday, 9 Jul 2001
17:43 sobomax search for other commits by this committer
Update to 1.8.14.    
Original commit
Wednesday, 23 May 2001
01:49 ade search for other commits by this committer
Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2   to
make transitioning to GNOME/GTK+/GLIB a little easier.    
Original commit
Monday, 14 May 2001
22:57 ade search for other commits by this committer
Update to 1.8.13    
Original commit
Friday, 11 May 2001
17:36 ade search for other commits by this committer
SWitch maintainership of core GNOME ports to a small group of   committers
(gnome@FreeBSD.org), since this is now definitely too big   for just one person.
   
Original commit
Friday, 4 May 2001
22:39 ade search for other commits by this committer
Update to GNOME 1.4 -- massive changes all around, for the sake of   CVS repo
bloat, I'll only list the updates.    
Original commit
Monday, 5 Feb 2001
16:35 olgeni search for other commits by this committer
More style fixes for ports/textproc.    
Original commit
Thursday, 11 Jan 2001
16:45 ade search for other commits by this committer
Update to 1.8.11    
Original commit
Tuesday, 10 Oct 2000
18:14 ade search for other commits by this committer
Re-add USE_GMAKE to get around Makefile bogosity.  Without this,   doing a 'make
all' and 'make install' as two separate commands results   in the code being
completely recompiled twice.  Bleurgh.    
Original commit
Thursday, 7 Sep 2000
16:01 ade search for other commits by this committer
Update to 1.8.10    
Original commit
Sunday, 9 Jul 2000
20:21 ade search for other commits by this committer
Update to 1.8.9    
Original commit
Saturday, 1 Jul 2000
06:56 ade search for other commits by this committer
Update to 1.8.8    
Original commit
Friday, 16 Jun 2000
22:52 asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
Original commit
09:48 sobomax search for other commits by this committer
Fourth round of INSTALLS_SHLIBS conversion.    
Original commit

Number of commits found: 44