notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/fam/Makefile
SVNWeb

Number of commits found: 54

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 3 Jan 2017
[ 21:04 jbeich search for other commits by this committer ] Original commit   Revision:430520
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
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Sun, 2 Aug 2015
[ 15:03 tijl search for other commits by this committer ] Original commit   Revision:393429 (Only the first 10 of 234 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 14 May 2015
[ 01:46 amdmi3 search for other commits by this committer ] Original commit   Revision:386287
- Add CPE info
- Add LICENSE
Sat, 28 Mar 2015
[ 15:40 bapt search for other commits by this committer ] Original commit   Revision:382512
Convert to USES=autoreconf
Strip binaries
Fri, 29 Aug 2014
[ 21:11 tijl search for other commits by this committer ] Original commit   Revision:366564
Convert to USES=libtool and INSTALL_TARGET=install-strip
Fri, 3 Jan 2014
[ 01:45 mandree search for other commits by this committer ] Original commit   Revision:338514 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
- 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.
Fri, 15 Nov 2013
[ 22:31 bapt search for other commits by this committer ] Original commit   Revision:333946
Support stage
USE_GMAKE->USES=gmake
strip binaries
Fri, 20 Sep 2013
[ 17:04 bapt search for other commits by this committer ] Original commit   Revision:327723 (Only the first 10 of 482 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Wed, 4 Sep 2013
[ 16:51 bapt search for other commits by this committer ] Original commit   Revision:326293
Fix build without libstdc++
Mon, 24 Oct 2011
[ 03:33 stas search for other commits by this committer ] Original commit  (Only the first 10 of 258 ports in this commit are shown above. View all ports for this commit)
- 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).
Thu, 11 Aug 2011
[ 19:20 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
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>
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sat, 16 Oct 2010
[ 11:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
Punt autoconf267->autoconf268
Tue, 5 Oct 2010
[ 19:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 235 ports in this commit are shown above. View all ports for this commit)
Round one migration of ports from automake{19,110} to automake111
Wed, 15 Sep 2010
[ 18:35 ade search for other commits by this committer ] Original commit  (Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Wed, 20 Aug 2008
[ 00:57 ade search for other commits by this committer ] Original commit  (Only the first 10 of 398 ports in this commit are shown above. View all ports for this commit)
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Sun, 30 Sep 2007
[ 04:47 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 300 ports in this commit are shown above. View all ports for this commit)
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Tue, 27 Mar 2007
[ 22:12 stas search for other commits by this committer ] Original commit  (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
- Change my email.

Suggested by:   skv
Wed, 10 Jan 2007
[ 21:29 stas search for other commits by this committer ] Original commit 
- Fix bug in Listener::create_local_client() (incorrect tmp path)
- Bump portrevision

PR:             ports/107802
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Wed, 16 Aug 2006
[ 12:32 mich search for other commits by this committer ] Original commit 
- 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>
Sat, 12 Aug 2006
[ 20:25 pav search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Update to 2.6.10
- Give maintainership to submitter

PR:             ports/101913
Submitted by:   Stanislav Sedov <ssedov@mbsd.msk.ru>
Sat, 15 Apr 2006
[ 06:26 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Reset mbr due to no answer to an email inquiry about his status, and
maintainer-timeouts.

Hat:    portmgr
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Sat, 2 Apr 2005
[ 19:38 marcus search for other commits by this committer ] Original commit 
Register a conflict with devel/gamin.
Sun, 1 Aug 2004
[ 23:25 mbr search for other commits by this committer ] Original commit 
Fix Fam after recent gcc 3.4 import.

Submitted by:   Alexander Nedotsukov <bland@FreeBSD.org>
Fri, 4 Jun 2004
[ 17:29 ade search for other commits by this committer ] Original commit  (Only the first 10 of 149 ports in this commit are shown above. View all ports for this commit)
Sync with new bsd.autotools.mk
Sat, 17 Apr 2004
[ 19:20 krion search for other commits by this committer ] Original commit 
- Fix configure warning

PR:             65674 65675 65676 65677 65678 65679
Submitted by:   Roman Neuhauser <neuhauser at chello dot cz>
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 22 Feb 2004
[ 08:40 mbr search for other commits by this committer ] Original commit 
Take maintainership.
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Fri, 25 Jul 2003
[ 21:29 krion search for other commits by this committer ] Original commit 
Bump PORTREVISION because of changes in distfile

Approved by:    fjoe (mentor) (implicit)
[ 21:00 krion search for other commits by this committer ] Original commit 
Move tarball and .patch to DIST_SUBDIR

Approved by:    fjoe (mentor) (implicit)
Sun, 8 Jun 2003
[ 21:13 will search for other commits by this committer ] Original commit  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Please see http://freebsd.kde.org/memoriam/alane.php for an In Memoriam page.
[ 21:06 will search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
        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.
Fri, 7 Mar 2003
[ 06:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 552 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Fri, 1 Nov 2002
[ 13:09 alane search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
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....
[ 04:17 alane search for other commits by this committer ] Original commit  (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Changed MAINTAINER to my FreeBSD address.
Tue, 10 Sep 2002
[ 21:35 alane search for other commits by this committer ] Original commit 
Make compile a lot quieter on -current. Thanks to Martin Blapp.
[ 09:49 alane search for other commits by this committer ] Original commit 
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.
Fri, 6 Sep 2002
[ 23:26 alane search for other commits by this committer ] Original commit 
Do not support running fam standalone (started from /usr/local/etc/rc.d)
anymore.
Wed, 4 Sep 2002
[ 00:22 alane search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 9 Jun 2002
[ 08:29 alfred search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
Update to 2.6.8.

Submitted by: alane
PR: ports/39049
Sat, 8 Jun 2002
[ 04:21 petef search for other commits by this committer ] Original commit 
- 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
Thu, 6 Jun 2002
[ 19:33 trevor search for other commits by this committer ] Original commit 
Change maintainership to "Alan E".

PR:     38896
Submitted by:   Alan E (new maintainer)
Approved by:    Jeremy Norris (outgoing maintainer)
Sun, 6 Jan 2002
[ 06:20 will search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
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    
Sat, 31 Mar 2001
[ 02:45 will search for other commits by this committer ] Original commit 
Add fam 2.6.4, a file alteration monitor.    

Number of commits found: 54