Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 2.6.10_9
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
13 Aug 2019 17:50:33
2.6.10_9
|
rene  |
devel/fam: remove instructions for FreeBSD 4.X and earlier.
Reported by: mat |
13 Aug 2019 16:01:59
2.6.10_9 
|
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
03 Jan 2017 21:04:19
2.6.10_9
|
jbeich  |
devel/fam: unbreak with libc++ 3.9
NFSFileSystem.c++:105:12: error: assigning to 'char *' from incompatible type
'const char *'
if ((p = strstr(opt, "actimeo")))
^ ~~~~~~~~~~~~~~~~~~~~~~
NFSFileSystem.c++:112:12: error: assigning to 'char *' from incompatible type
'const char *'
if ((p = strstr(opt, "acregmin"))) {
^ ~~~~~~~~~~~~~~~~~~~~~~~
NFSFileSystem.c++:118:12: error: assigning to 'char *' from incompatible type
'const char *'
if ((p = strstr(opt, "acregmax"))) {
^ ~~~~~~~~~~~~~~~~~~~~~~~
PR: 212343
Regressed by: https://github.com/llvm-mirror/libcxx/commit/b4aa97130b8b |
21 Oct 2016 12:51:41
2.6.10_8 
|
mat  |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
02 Aug 2015 15:03:20
2.6.10_8
|
tijl  |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
14 May 2015 01:46:55
2.6.10_7
|
amdmi3  |
- Add CPE info
- Add LICENSE |
28 Mar 2015 15:40:47
2.6.10_7
|
bapt  |
Convert to USES=autoreconf
Strip binaries |
29 Aug 2014 21:11:37
2.6.10_6
|
tijl  |
Convert to USES=libtool and INSTALL_TARGET=install-strip |
03 Jan 2014 01:45:46
2.6.10_5
|
mandree  |
- Fix build with libc++, dropping hardcoded -lstdc++ from the right Makefile.
- Fix build with clang, casting a large constant to int in mntent_compat.c++.
- Fix a noisy clang warning in BTree.h by parenthesizing the 2nd for() expr.
- Fix a format string mismatch (%d/size_t -> %lu/unsigned long) in snprintf.
- Regenerate patches, and normalize their filenames, with make makepatch.
- Bump PORTREVISION. |
15 Nov 2013 22:31:37
2.6.10_4
|
bapt  |
Support stage
USE_GMAKE->USES=gmake
strip binaries |
20 Sep 2013 17:04:44
2.6.10_4
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
04 Sep 2013 16:51:12
2.6.10_4
|
bapt  |
Fix build without libstdc++ |
24 Oct 2011 03:33:20
2.6.10_4
|
stas  |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
11 Aug 2011 19:20:17
2.6.10_4 
|
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
03 Jul 2011 14:59:23
2.6.10_4
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
2.6.10_4
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
2.6.10_4
|
ade  |
Punt autoconf267->autoconf268 |
05 Oct 2010 19:57:56
2.6.10_4
|
ade  |
Round one migration of ports from automake{19,110} to automake111 |
15 Sep 2010 18:35:24
2.6.10_4
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
02 Aug 2009 19:36:34
2.6.10_3
|
mezz  |
-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 |
20 Aug 2008 00:57:32
2.6.10_3
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
19 Apr 2008 01:37:40
2.6.10_3
|
edwin  |
Make use of the @rmtry macro |
30 Sep 2007 04:47:37
2.6.10_3
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
27 Mar 2007 22:12:03
2.6.10_2
|
stas  |
- Change my email.
Suggested by: skv |
10 Jan 2007 21:29:25
2.6.10_2
|
stas  |
- Fix bug in Listener::create_local_client() (incorrect tmp path)
- Bump portrevision
PR: ports/107802
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> |
16 Aug 2006 12:32:26
2.6.10_1
|
mich  |
- FAM doesn't build if some stale files exist in share/aclocal. To avoid
future problems change priotity in include paths
- bump PORTREVISION
PR: ports/102141
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> |
12 Aug 2006 20:25:09
2.6.10
|
pav  |
- Update to 2.6.10
- Give maintainership to submitter
PR: ports/101913
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> |
15 Apr 2006 06:26:48
2.6.9_6
|
linimon  |
Reset mbr due to no answer to an email inquiry about his status, and
maintainer-timeouts.
Hat: portmgr |
23 Feb 2006 10:40:45
2.6.9_6
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 08:30:12
2.6.9_6
|
edwin  |
SHA256ify
Approved by: krion@ |
06 Dec 2005 04:52:04
2.6.9_6
|
marcus  |
Really fix the build on recent -CURRENT by patching the correct version of
mntent_compat.c++. |
05 Dec 2005 14:16:22
2.6.9_6
|
marcus  |
Fix the build on recent -CURRENT.
Approved by: mbr (maintainer) |
15 Nov 2005 06:52:12
2.6.9_6
|
ade  |
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. |
12 Apr 2005 03:26:57
2.6.9_6
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
2.6.9_6
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
02 Apr 2005 19:38:19
2.6.9_6
|
marcus  |
Register a conflict with devel/gamin. |
01 Aug 2004 23:25:19
2.6.9_5
|
mbr  |
Fix Fam after recent gcc 3.4 import.
Submitted by: Alexander Nedotsukov <bland@FreeBSD.org> |
04 Jun 2004 17:29:38
2.6.9_4
|
ade  |
Sync with new bsd.autotools.mk |
17 Apr 2004 19:20:31
2.6.9_4
|
krion  |
- Fix configure warning
PR: 65674 65675 65676 65677 65678 65679
Submitted by: Roman Neuhauser <neuhauser at chello dot cz> |
14 Mar 2004 06:17:56
2.6.9_4
|
ade  |
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. |
22 Feb 2004 08:40:32
2.6.9_4
|
mbr  |
Take maintainership. |
04 Feb 2004 05:21:48
2.6.9_4
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
29 Jan 2004 07:24:56
2.6.9_3
|
trevor  |
SIZEify. |
25 Jul 2003 21:29:47
2.6.9_3
|
krion  |
Bump PORTREVISION because of changes in distfile
Approved by: fjoe (mentor) (implicit) |
25 Jul 2003 21:00:02
2.6.9_2
|
krion  |
Move tarball and .patch to DIST_SUBDIR
Approved by: fjoe (mentor) (implicit) |
08 Jun 2003 21:13:49
2.6.9_2
|
will  |
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page. |
08 Jun 2003 21:06:22
2.6.9_2
|
will  |
REST IN PEACE
Alan Eldridge
Born December 15, 1961 in Iowa
Died June 6, 2003 in Denver, Colorado
Thank you for your contributions, you
will be greatly missed. |
16 May 2003 23:34:06
2.6.9_2
|
petef  |
Point out that fam requires portmapper to be running.
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Reviewed by: Lauri Watts <lauri@kde.org> |
07 Mar 2003 06:01:16
2.6.9_2
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
01 Nov 2002 13:09:32
2.6.9_2
|
alane  |
Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realize
mail's case insensitive and will try to type that. Sorry folks, purely a
cosmetic change here, nothing to see, move along, move along.... |
01 Nov 2002 04:17:51
2.6.9_2
|
alane  |
Changed MAINTAINER to my FreeBSD address. |
10 Sep 2002 21:35:50
2.6.9_2
|
alane  |
Make compile a lot quieter on -current. Thanks to Martin Blapp. |
10 Sep 2002 14:14:02
2.6.9_2
|
alane  |
Include std:: prefix on references to string class for gcc 3.2, which is
pickier that 2.95.x. It's really also the right way to do the code ... |
10 Sep 2002 09:49:32
2.6.9_2
|
alane  |
Replace the mntent emulation code with my own versions, which are GPL'd,
so that SGI can integrate them, along with the rest of the current patches,
into its own tree. The BSD license on the old code was preventing that,
as SGI's legal weasels will only allow them to accept GPL'd code.
My stuff's more well written anyway; I know how to write C++, the old author
didn't. |
06 Sep 2002 23:28:11
2.6.9_1
|
alane  |
Oops! Forgot this one. Removal of etc/rc.d/fam.sh.sample. |
06 Sep 2002 23:26:09
2.6.9_1
|
alane  |
Do not support running fam standalone (started from /usr/local/etc/rc.d)
anymore. |
06 Sep 2002 08:02:43
2.6.9
|
alane  |
Patch for gcc 3.x.y. |
04 Sep 2002 00:22:13
2.6.9
|
alane  |
Updated to version 2.6.9. SGI incorporated as much of our patches as they
could without licensing problems. The rest they host as a separate patch on
their ftp server.
Please test this for compilation problems on -CURRENT with gcc-3.2. |
09 Jun 2002 08:40:50
2.6.8
|
alfred  |
remove accidentally committed patch(1) garbage. |
09 Jun 2002 08:29:41
2.6.8
|
alfred  |
Update to 2.6.8.
Submitted by: alane
PR: ports/39049 |
08 Jun 2002 04:21:23
2.6.4_1
|
petef  |
- update pkg-message; now gives instructions to the user on how to run fam
from inetd
- remove rc.d/fam.sh on deinstall if it exists
- start fam with better arguments from fam.sh
PR: 38960
Submitted by: maintainer |
06 Jun 2002 19:33:14
2.6.4
|
trevor  |
Change maintainership to "Alan E".
PR: 38896
Submitted by: Alan E (new maintainer)
Approved by: Jeremy Norris (outgoing maintainer) |
06 Jan 2002 06:20:22 
|
will  |
First round of auto* cleanups: - USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK -
Other minor changes to fix things |
21 May 2001 08:13:05 
|
kuriyama  |
Fix plist. |
31 Mar 2001 02:45:55 
|
will  |
Add fam 2.6.4, a file alteration monitor. |