non port: devel/gamin/Makefile |
SVNWeb
|
Number of commits found: 65 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 19:44 Tobias C. Berner (tcberner) ] 11049e3 (Only the first 10 of 87 ports in this commit are shown above. )
cleanup: remove '$MCom' tag
gnome@ no longer uses Marcusom as their staging ground.
Approved by: gnome (nc)
Differential Revision: https://reviews.freebsd.org/D35866
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 2 Feb 2020
|
[ 04:46 swills ]
devel/gamin: Remove gmake dependency
PR: 243255
Submitted by: daniel.engberg.lists@pyret.net
|
Fri, 8 Nov 2019
|
[ 11:39 tobik ] (Only the first 10 of 109 ports in this commit are shown above. )
devel: Add missing USES={gl,gnome,php,sdl}
|
Mon, 17 Dec 2018
|
[ 07:59 ale ]
Remove a misleading and obsolete suggestion on kern.maxfiles value.
A typical desktop has a default auto-tuned value that is already
much higher than 25000.
Approved by: maintainer
|
Thu, 8 Dec 2016
|
[ 19:52 tijl ] (Only the first 10 of 551 ports in this commit are shown above. )
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 4 Sep 2014
|
[ 19:26 antoine ] (Only the first 10 of 63 ports in this commit are shown above. )
Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr
|
Sat, 30 Aug 2014
|
[ 19:23 tijl ]
devel/gamin:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
|
Tue, 24 Jun 2014
|
[ 22:48 bapt ]
Use MAKE_CMD
|
Fri, 4 Apr 2014
|
[ 10:33 rene ]
- Fix build
- Drop leading indefinite article from COMMENT
- Reset maintainership to ports@
- Bump PORTREVISION
Approved by: gnome (kwm), former maintainer
|
Fri, 7 Mar 2014
|
[ 09:16 miwi ]
- Stage support
|
Sat, 4 Jan 2014
|
[ 23:40 antoine ] (Only the first 10 of 32 ports in this commit are shown above. )
Convert the tree to USES=fam
Approved by: portmgr (bapt)
|
Fri, 20 Sep 2013
|
[ 17:04 bapt ] (Only the first 10 of 482 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
|
Wed, 31 Jul 2013
|
[ 11:57 kwm ] (Only the first 10 of 149 ports in this commit are shown above. )
The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.
This update updates Glib20 to 2.36 and Gtk+ 3.8
* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
It is replaced by a GIO kqueue implementation developed as part of a NetBSD
GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
prevent creation of / root/.cache dir. Defaults to build & run depend,
but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
pangox support which was removed from the pango port. Add it to ports still
using pangox API.
Exp-run by: bapt@
PR: ports/178958 [1]
Submitted by: emaste@ [1]
|
Fri, 26 Apr 2013
|
[ 10:44 ak ] (Only the first 10 of 277 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
|
Tue, 23 Apr 2013
|
[ 10:13 bapt ] (Only the first 10 of 97 ports in this commit are shown above. )
Convert devel to USES=pkgconfig
|
Fri, 22 Mar 2013
|
[ 16:30 kwm ]
Add patches to gamin to enable support for effective uid/gid, add a option for
this and turn it on by default.
Current gamin uses the current real uid to determine the location of the
socket and during the security routines. It also forks off a copy of
"gam_server" as the current real uid as well.
This breaks gamin functionality with any application that uses effective an
uid/gid for privilege separation, such as samba. Samba runs as root, but
always sets the effective uid/gid to that of the connecting user. Since
gamin is only aware of the real uid, it always creates a root-owned gamin
socket that the effective user can't touch (gamin's own security checks
refuse it).
PR: ports/176203
Submitted by: Danny Warren <danny@dannywarren.com>
Reviewed by: marcus@
|
Thu, 14 Feb 2013
|
[ 09:42 gahr ] (Only the first 10 of 133 ports in this commit are shown above. )
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
|
Fri, 18 Jan 2013
|
[ 00:01 kwm ]
Add patches to fix the build with newer glib20.
While here pet portlint, convert to OptionsNG and trim Makefile header.
Obtained from: GNOME staging repo
|
Sun, 12 Feb 2012
|
[ 17:03 marcus ]
Add optional libinotify support (default disabled) and fix the build
if devel/libinotify is installed.
PR: 164756
Submitted by: sunpoet
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Mon, 31 May 2010
|
[ 22:52 marcus ] (Only the first 10 of 38 ports in this commit are shown above. )
Bump PORTREVISION and add USE_GETTEXT where missing.
PR: 147257
|
Tue, 11 May 2010
|
[ 15:22 kwm ]
Fix fetching by adjusting master site.
PR: ports/146494
Submitted by: Stefan Walter <stefan@freebsd.org>
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Sat, 6 Jun 2009
|
[ 05:55 marcus ]
Add bug parity with SGI FAM by treating directory symlinks as directories.
|
Sat, 2 May 2009
|
[ 01:01 marcus ]
Further extend the previous patches to make sure that excluded paths
do not get opened (but rather they will be polled).
|
Thu, 16 Apr 2009
|
[ 17:32 marcus ]
Fix a number of long-standing bugs with gamin.
* Do not use kernel notifications for paths like /mnt and /media. This
will allow such volumes to be unmounted. This matches the behvaior
of Linux.
* Allow the "poll" directive in gaminrc files to have an effect.
* Add some verbiage to pkg-message to instruct users how to configure
gamin [1]
PR: 131121 [1]
Submitted by: Graham Todd <gtodd@bellanet.org> (based on) [1]
Reported by: countless users
Approved by: portmgr (implicit)
|
Sat, 10 Jan 2009
|
[ 05:22 marcus ] (Only the first 10 of 718 ports in this commit are shown above. )
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes. On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs. The documentation updates
to the website are forthcoming.
This release features commits by adamw, ahze, kwm, mezz, and myself. It would
not have been possible without are contributors and testers:
Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen (Only the first 15 lines of the commit message are shown above )
|
Fri, 6 Jun 2008
|
[ 13:21 edwin ] (Only the first 10 of 367 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Mon, 24 Mar 2008
|
[ 03:50 marcus ] (Only the first 10 of 712 ports in this commit are shown above. )
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
|
Fri, 10 Aug 2007
|
[ 19:24 marcus ]
Update to 0.1.9.
|
Thu, 24 May 2007
|
[ 03:58 marcus ]
Fix gamin on 64-bit platforms. This has been broken for a while, but is
now becoming apparent with GCC 4.2.
Approved by: portmgr (implicit)
|
Mon, 19 Mar 2007
|
[ 05:14 marcus ] (Only the first 10 of 461 ports in this commit are shown above. )
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
|
Sun, 28 Jan 2007
|
[ 09:07 kris ] (Only the first 10 of 103 ports in this commit are shown above. )
Use libtool port instead of included one to avoid objformat a.out botch
|
Sun, 5 Nov 2006
|
[ 02:56 mezz ]
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
|
Thu, 23 Feb 2006
|
[ 15:33 ade ]
Fix up PORTREVISION
Approved by: portmgr (implicit)
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 14 Feb 2006
|
[ 09:04 jylefort ]
When the GAM_POLLER option is disabled:
- force polling for remote file systems
- do not initialize the vendor's poller [1]
Obtained from: marcus [1]
|
Sat, 11 Feb 2006
|
[ 06:58 marcus ]
* Restore the stale socket cleanup code from gamin 0.1.5 to ensure that even
if gamin crashes or is killed with SIGKILL, a leftover socket does not
prevent gam_server from starting.
* Revert to using the home-grown poller in gamin's kqueue backend instead
of gamin's built-in poller. The built-in poller can still be enabled if
desired via OPTIONS.
* If gamin's poller is used, make sure all local file systems are handled
by kqueue where as all remote file systems are handled by polling.
Reviewed by: jylefort
|
Thu, 9 Feb 2006
|
[ 06:40 marcus ] (Only the first 10 of 14 ports in this commit are shown above. )
* Update to 0.1.7, and add support for file system type detection (currently,
only UFS file systems are handled by kqueue, but this might change in the
future if kqueue on NFS proves stable) [1]
* Switch py-gamin to use USE_FAM+WANT_FAM_SYSTEM
* Switch test target to regression-test so that pointyhat will run tests
automatically
Submitted by: ale [1]
|
Mon, 6 Feb 2006
|
[ 17:17 jylefort ]
Open monitored files with the O_NONBLOCK flag: prevents gam_server
from locking up when a file for which open() blocks forever is
monitored.
|
Wed, 16 Nov 2005
|
[ 19:45 ade ]
USE_AUTOTOOLS setup got reversed by the script
Submitted by: pointyhat/kris (no $1000 dinner though :)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Sat, 5 Nov 2005
|
[ 05:22 marcus ] (Only the first 10 of 1045 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared library update.
|
Fri, 21 Oct 2005
|
[ 06:04 jylefort ]
If there is a leftover socket when the server starts, delete it
(otherwise the bind() call will fail and the server will not start).
|
Sun, 28 Aug 2005
|
[ 07:30 marcus ]
Update to 0.1.5.
|
Sun, 17 Jul 2005
|
[ 20:56 marcus ]
Fix alignment problems when checking socket credentials on non-i386
platforms.
|
Sat, 16 Jul 2005
|
[ 22:57 marcus ]
Gamin was using its own, debugging, versions of the g_list glib functions.
They were written to find problems in GList usage, but were causing gamin
to segfault on 4.X. Disable debugging by default, and only use the debugging
versions of g_list_* if debugging is enabled.
Additionally, add <string.h> to gam_api.c which would certainly fix problems
on 4.X alpha.
Reported by: Stefan Thurner <thurners@nicsys.de>
|
Wed, 13 Jul 2005
|
[ 16:13 jylefort ]
Update to 0.1.2
|
Fri, 10 Jun 2005
|
[ 17:38 jylefort ]
Update to 0.1.1
|
Thu, 19 May 2005
|
[ 19:41 jylefort ] (Only the first 10 of 14 ports in this commit are shown above. )
Update to 0.1.0
|
Mon, 9 May 2005
|
[ 23:54 marcus ]
Only declare the tests and post-install targets if we aren't in a slave
port. This fixes the py-gamin slave build.
|
[ 15:46 jylefort ]
Improve the kqueue backend:
- also use kqueue to monitor files within a monitored directory
- tremendously improve the scalability of the backend when
monitoring very large directories
- periodically attempt to switch polled files to kqueue notification
- do not perform an extra useless lstat() when a missing file is created
- code cleanups
Approved by: marcus
|
Mon, 25 Apr 2005
|
[ 05:31 marcus ]
Fix gamin on -CURRENT by not using LOCAL_CREDS. While it works, it does
not provide the pid information that the cmsgcred structure gives us.
Gamin will now behave the same way on all versions of FreeBSD.
|
Sun, 24 Apr 2005
|
[ 20:43 marcus ]
Add a ``tests'' target to run the built-in gamin regression tests.
Discussed with: jylefort
|
Tue, 19 Apr 2005
|
[ 03:10 marcus ]
Only use USE_INC_LIBTOOL_VER if we're installing gamin itself. The slave
ports don't need this.
Reported by: pointyhat via kris
|
Sun, 10 Apr 2005
|
[ 20:34 marcus ]
Have gamin install libtool archives since KDE needs them. This is inline
with what devel/fam does.
Submitted by: kwm
|
[ 17:36 marcus ]
* Fallback to polling for files not supported by kqueue
* Do not send an ENDEXISTS event on NOTE_REVOKE
* Handle kevent aggregation if multiple event types are requested
* Mimic FAM's behavior of never following symbolic links
* Add exhaustive error handling
* Remove all the legacy thread-safe code since gamin is now single-threaded
PR: 79680
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
Thu, 7 Apr 2005
|
[ 01:18 marcus ]
* When a file monitored with kqueue is moved or removed, gamin does
not monitor it anymore. The patch fixes the issue by adding
moved/removed files to the exist_list, so that gamin detects when
they are recreated
* No CHANGED event is emitted for the files contained in a monitored
directory, because kqueue can't do that. The patch adds periodic
polling for these files
* Instead of calling kevent() every second, the patch uses an I/O
watch (g_io_add_watch())
PR: 79605
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
|
Sat, 2 Apr 2005
|
[ 09:08 marcus ] (Only the first 10 of 16 ports in this commit are shown above. )
Add gamin, a file and directory monitoring server and API. Gamin can be
used as a drop-in replacement for FAM. Gamin is designed to be more secure
than FAM as itdoes not require RPC, and runs a separate instance for each
user. While it is API and ABI compatible with FAM, it does not [yet]
support all of FAM's features.
This version of gamin comes with an optional (defaults to on) kqueue
backend for FreeBSD. This backend can only be used with UFS file
systems. If you need FAM-like support on non-UFS file systems, you
must build without the kqueue backend.
|
Number of commits found: 65 |