Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6.10_10 23 Feb 2024 11:25:10 |
Muhammad Moinur Rahman (bofh) |
devel/fam: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.6.10_9 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.6.10_9 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.6.10_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.6.10_9 13 Aug 2019 17:50:33 |
rene |
devel/fam: remove instructions for FreeBSD 4.X and earlier.
Reported by: mat |
2.6.10_9 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
2.6.10_9 03 Jan 2017 21:04:19 |
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 |
2.6.10_8 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.6.10_8 02 Aug 2015 15:03:20 |
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 ) |
2.6.10_7 14 May 2015 01:46:55 |
amdmi3 |
- Add CPE info
- Add LICENSE |
2.6.10_7 28 Mar 2015 15:40:47 |
bapt |
Convert to USES=autoreconf
Strip binaries |
2.6.10_6 29 Aug 2014 21:11:37 |
tijl |
Convert to USES=libtool and INSTALL_TARGET=install-strip |
2.6.10_5 03 Jan 2014 01:45:46 |
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. |
2.6.10_4 15 Nov 2013 22:31:37 |
bapt |
Support stage
USE_GMAKE->USES=gmake
strip binaries |
2.6.10_4 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
2.6.10_4 04 Sep 2013 16:51:12 |
bapt |
Fix build without libstdc++ |
2.6.10_4 24 Oct 2011 03:33:20 |
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). |
2.6.10_4 11 Aug 2011 19:20:17 |
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> |
2.6.10_4 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.6.10_4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.6.10_4 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
2.6.10_4 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
2.6.10_4 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
2.6.10_3 02 Aug 2009 19:36:34 |
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 |
2.6.10_3 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
2.6.10_3 19 Apr 2008 01:37:40 |
edwin |
Make use of the @rmtry macro |
2.6.10_3 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
2.6.10_2 27 Mar 2007 22:12:03 |
stas |
- Change my email.
Suggested by: skv |
2.6.10_2 10 Jan 2007 21:29:25 |
stas |
- Fix bug in Listener::create_local_client() (incorrect tmp path)
- Bump portrevision
PR: ports/107802
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> |
2.6.10_1 16 Aug 2006 12:32:26 |
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> |
2.6.10 12 Aug 2006 20:25:09 |
pav |
- Update to 2.6.10
- Give maintainership to submitter
PR: ports/101913
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> |
2.6.9_6 15 Apr 2006 06:26:48 |
linimon |
Reset mbr due to no answer to an email inquiry about his status, and
maintainer-timeouts.
Hat: portmgr |
2.6.9_6 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.6.9_6 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
2.6.9_6 06 Dec 2005 04:52:04 |
marcus |
Really fix the build on recent -CURRENT by patching the correct version of
mntent_compat.c++. |
2.6.9_6 05 Dec 2005 14:16:22 |
marcus |
Fix the build on recent -CURRENT.
Approved by: mbr (maintainer) |
2.6.9_6 15 Nov 2005 06:52:12 |
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. |
2.6.9_6 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
2.6.9_6 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
2.6.9_6 02 Apr 2005 19:38:19 |
marcus |
Register a conflict with devel/gamin. |
2.6.9_5 01 Aug 2004 23:25:19 |
mbr |
Fix Fam after recent gcc 3.4 import.
Submitted by: Alexander Nedotsukov <bland@FreeBSD.org> |
2.6.9_4 04 Jun 2004 17:29:38 |
ade |
Sync with new bsd.autotools.mk |
2.6.9_4 17 Apr 2004 19:20:31 |
krion |
- Fix configure warning
PR: 65674 65675 65676 65677 65678 65679
Submitted by: Roman Neuhauser <neuhauser at chello dot cz> |
2.6.9_4 14 Mar 2004 06:17:56 |
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. |
2.6.9_4 22 Feb 2004 08:40:32 |
mbr |
Take maintainership. |
2.6.9_4 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.6.9_3 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
2.6.9_3 25 Jul 2003 21:29:47 |
krion |
Bump PORTREVISION because of changes in distfile
Approved by: fjoe (mentor) (implicit) |
2.6.9_2 25 Jul 2003 21:00:02 |
krion |
Move tarball and .patch to DIST_SUBDIR
Approved by: fjoe (mentor) (implicit) |
2.6.9_2 08 Jun 2003 21:13:49 |
will |
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page. |
2.6.9_2 08 Jun 2003 21:06:22 |
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. |
2.6.9_2 16 May 2003 23:34:06 |
petef |
Point out that fam requires portmapper to be running.
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Reviewed by: Lauri Watts <lauri@kde.org> |
2.6.9_2 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.6.9_2 01 Nov 2002 13:09:32 |
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.... |
2.6.9_2 01 Nov 2002 04:17:51 |
alane |
Changed MAINTAINER to my FreeBSD address. |
2.6.9_2 10 Sep 2002 21:35:50 |
alane |
Make compile a lot quieter on -current. Thanks to Martin Blapp. |
2.6.9_2 10 Sep 2002 14:14:02 |
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 ... |
2.6.9_2 10 Sep 2002 09:49:32 |
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. |
2.6.9_1 06 Sep 2002 23:28:11 |
alane |
Oops! Forgot this one. Removal of etc/rc.d/fam.sh.sample. |
2.6.9_1 06 Sep 2002 23:26:09 |
alane |
Do not support running fam standalone (started from /usr/local/etc/rc.d)
anymore. |
2.6.9 06 Sep 2002 08:02:43 |
alane |
Patch for gcc 3.x.y. |
2.6.9 04 Sep 2002 00:22:13 |
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. |
2.6.8 09 Jun 2002 08:40:50 |
alfred |
remove accidentally committed patch(1) garbage. |
2.6.8 09 Jun 2002 08:29:41 |
alfred |
Update to 2.6.8.
Submitted by: alane
PR: ports/39049 |
2.6.4_1 08 Jun 2002 04:21:23 |
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 |
2.6.4 06 Jun 2002 19:33:14 |
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. |