non port: devel/libgtop/Makefile |
SVNWeb
|
Number of commits found: 105 (showing only 100 on this page) |
Wed, 22 Feb 2023
|
[ 05:43 Charlie Li (vishwin) ] 339bbb9
devel/libgtop: change DIST_SUBDIR to gnome for consistency
|
Sat, 10 Dec 2022
|
[ 08:30 Jan Beich (jbeich) Author: Dimitry Andric ] 2fef1db
devel/libgtop: unbreak build with clang 15
main.c:226:35: error: incompatible pointer to integer conversion passing
'char[1024]' to parameter of type 'pid_t' (aka 'int') [-Wint-conversion]
(server, &resp->u.data.proc_io, parameter);
^~~~~~~~~
../../include/glibtop/procio.h:78:74: note: passing argument to parameter 'pid'
here
void glibtop_get_proc_io_l (glibtop *server, glibtop_proc_io *buf, pid_t pid);
^
PR: 268260
Reported by: antoine (via bug 265425 exp-run)
|
Wed, 20 Jul 2022
|
[ 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 )
|
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.
|
Fri, 12 Jun 2020
|
[ 08:42 bapt ]
Update to 2.40.0
|
Sun, 12 Jan 2020
|
[ 22:24 kwm ]
Fix build on 13-CURRENT >= 1300062
Changes to the virtual memory subsystem in 13.0-CURRENT r355491 has changed
the API, as it is no longer a circular array. This broke the devel/libgtop
port on these systems.
Submitted by: Neel Chauhan <neel AT neelc DOT org> (based on patch by dougm)
Reviewed by: koobs
Differential Revision: https://reviews.freebsd.org/D22929
|
Mon, 4 Nov 2019
|
[ 22:20 zeising ] (Only the first 10 of 102 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Sun, 30 Sep 2018
|
[ 11:58 kwm ] (Only the first 10 of 732 ports in this commit are shown above. )
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761
|
Thu, 10 Nov 2016
|
[ 01:21 linimon ] (Only the first 10 of 48 ports in this commit are shown above. )
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket)
|
Sun, 14 Feb 2016
|
[ 18:57 kwm ] (Only the first 10 of 460 ports in this commit are shown above. )
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/
This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.
GDM is still at version 3.16 due to some issues.
Bump mate-themes to use the gtk 3.18 version of the themes.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 207006
|
Fri, 4 Sep 2015
|
[ 09:28 kwm ]
Update libgtop2 to 2.31.90.
Use single command for libgtop_server2 premissions in the plist.
Obtained from: gnome devel repo
|
Thu, 13 Aug 2015
|
[ 17:45 kwm ]
Add gtk-doc annotations for the glibtop_init functions. Their return value
should not be freed. This fixes usage from gnome-instrospection (invalid free).
Submitted by: Ting-Wei Lan
Obtained from: upstream libgtop git 598764c
|
Sun, 2 Aug 2015
|
[ 15:03 tijl ] (Only the first 10 of 234 ports in this commit are shown above. )
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 )
|
Wed, 18 Mar 2015
|
[ 16:18 glebius ]
These compiler flags are not needed after r371082.
Sponsored by: Nginx, Inc.
|
Wed, 18 Feb 2015
|
[ 11:01 kwm ]
Remove obsolete post-configure ${TOUCH} [1].
Due to touch switching to nano precision in the timestamp, not all the
files that where touched in the post-configure step ended up with the
same timestamp. The result is that the build system tried to
rerun autotools in the build stage.
Add makeinfo to USES to fix the build on CURRENT, persumely due the above
change but I'm not sure..
PR: 197754 [1]
Reported by: lattera@gmail.com and on IRC
|
Wed, 19 Nov 2014
|
[ 11:49 kwm ] (Only the first 10 of 1460 ports in this commit are shown above. )
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have (Only the first 15 lines of the commit message are shown above )
|
Fri, 17 Oct 2014
|
[ 22:04 antoine ]
- Fix build on head [1]
- Fix displaying of MAC address [2]
PR: ports/194187
Submitted by: glebius [1], self [2]
Tested with: gnome-nettool
|
Mon, 1 Sep 2014
|
[ 17:57 tijl ]
Convert to USES=libtool and INSTALL_TARGET=install-strip
Obtained from: gnome-dev
|
Tue, 29 Jul 2014
|
[ 21:07 adamw ] (Only the first 10 of 106 ports in this commit are shown above. )
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports)
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Sat, 19 Oct 2013
|
[ 16:21 kwm ]
Support stage.
Submitted by: danilo@
|
[ 08:31 kwm ]
Fix build on 11.0-CURRENT.
PR: ports/183083
Submitted by: sergio <lenzi.sergio@gmail.com>
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Thu, 12 Sep 2013
|
[ 16:11 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
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, 17 May 2013
|
[ 21:14 kwm ]
This port needs pkg-config
Submitted by: xorg exp run
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Mon, 17 Oct 2011
|
[ 18:44 pav ]
- Dirrmtry gir directories
Reported by: pointyhat
Approved by: gnome (kwm)
|
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
|
Fri, 1 Apr 2011
|
[ 13:21 kwm ]
Depend on libXau via the USE_XORG framework.
Submitted by: pointyhat via pav.
|
Wed, 30 Mar 2011
|
[ 08:29 kwm ]
Update to 2.28.3.
|
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
|
Fri, 26 Nov 2010
|
[ 22:49 marcus ]
Update to 2.28.2.
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Mon, 10 May 2010
|
[ 21:19 kwm ] (Only the first 10 of 772 ports in this commit are shown above. )
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues. (Only the first 15 lines of the commit message are shown above )
|
Mon, 14 Dec 2009
|
[ 00:04 marcus ]
Fix some bogus errors in the FreeBSD backend, and remove all compiler warnings.
|
Sun, 13 Dec 2009
|
[ 18:48 marcus ]
Fix inode retrieval in FreeBSD 8.0+.
Reported by: mezz
|
Sat, 28 Nov 2009
|
[ 20:06 marcus ] (Only the first 10 of 823 ports in this commit are shown above. )
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
(Only the first 15 lines of the commit message are shown above )
|
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
|
Fri, 24 Apr 2009
|
[ 06:38 kwm ] (Only the first 10 of 161 ports in this commit are shown above. )
Presenting GNOME 2.26.1 for FreeBSD.
Approved by: portmgr (marcus)
|
Mon, 13 Apr 2009
|
[ 17:52 marcus ]
Fix an issue with accessing a bad memory address in my previous patch.
I had the correct code locally, but I committed the bad version. Without
this, libgtop would crash.
Approved by: portmgr (implicit)
|
Sun, 12 Apr 2009
|
[ 05:47 marcus ]
Add support for per-CPU utilization stats.
|
Fri, 10 Apr 2009
|
[ 05:56 marcus ] (Only the first 10 of 480 ports in this commit are shown above. )
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
|
Tue, 20 Jan 2009
|
[ 02:13 mezz ]
Update to 2.24.4.
|
Tue, 13 Jan 2009
|
[ 06:57 marcus ]
Update to 2.24.3.
|
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 )
|
Mon, 5 Jan 2009
|
[ 19:44 pav ] (Only the first 10 of 103 ports in this commit are shown above. )
- Remove conditional checks for FreeBSD 5.x and older
|
Sun, 7 Dec 2008
|
[ 01:49 marcus ]
Switch libgtop to use kinfo_getfile() to get open file and cwd information.
|
Tue, 1 Jul 2008
|
[ 01:53 mezz ]
Update to 2.22.3.
|
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)
|
Sat, 24 May 2008
|
[ 03:34 mezz ]
Update to 2.22.2.
|
Mon, 14 Apr 2008
|
[ 06:17 marcus ]
Use procstat on sufficiently new versions of RELENG_7.
|
Sat, 5 Apr 2008
|
[ 05:48 marcus ]
Update to 2.22.1.
|
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
|
Thu, 14 Feb 2008
|
[ 17:28 marcus ]
Chase the updated SHM ABI changes to allow libgtop to report more than
2 GB of SHM on 64-bit architectures.
Reported by: csjp
|
Tue, 8 Jan 2008
|
[ 05:08 mezz ]
Update to 2.20.1.
|
Wed, 24 Oct 2007
|
[ 23:37 marcus ] (Only the first 10 of 1479 ports in this commit are shown above. )
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above )
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
Mon, 28 May 2007
|
[ 21:19 marcus ]
Update to 2.14.9.
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sun, 25 Feb 2007
|
[ 18:22 marcus ] (Only the first 10 of 15 ports in this commit are shown above. )
Update to 2.14.8 which includes a major refactoring of the FreeBSD backend.
|
Thu, 25 Jan 2007
|
[ 17:58 mezz ]
Update to 2.14.6.
|
Sun, 3 Dec 2006
|
[ 19:52 marcus ]
Update to 2.14.5.
|
Fri, 24 Nov 2006
|
[ 07:59 marcus ]
Add the "cpu model" property to the sysinfo list.
|
Sat, 14 Oct 2006
|
[ 08:35 marcus ] (Only the first 10 of 577 ports in this commit are shown above. )
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.
On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed. The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily. We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.
Back to GNOME 2.16. This release brings a huge amount of new functionality
to FreeBSD. The standard release notes can be read at
http://www.gnome.org/start/2.16/ . But on top of what you will read there, (Only the first 15 lines of the commit message are shown above )
|
Sat, 16 Sep 2006
|
[ 18:34 marcus ]
Update to 2.14.4.
|
Tue, 5 Sep 2006
|
[ 20:40 marcus ]
Update to 2.14.3.
|
Fri, 28 Jul 2006
|
[ 06:50 marcus ]
Add a missing dependency on intlhack.
|
[ 06:41 marcus ]
Update to 2.14.2.
|
Sun, 28 May 2006
|
[ 05:04 mezz ] (Only the first 10 of 50 ports in this commit are shown above. )
devel/libgtop2 -> devel/libgtop
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
|
Sat, 7 Feb 2004
|
[ 02:12 marcus ] (Only the first 10 of 26 ports in this commit are shown above. )
Remove libgtop and its dependents. LibGTop is obsolete, and no longer
builds on new architectures. LibGTop2 is the actively maintained port that
is GLib-2 based.
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Mon, 17 Nov 2003
|
[ 12:29 trevor ] (Only the first 10 of 151 ports in this commit are shown above. )
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
|
Sun, 17 Aug 2003
|
[ 03:49 marcus ]
Use INFO.
|
Tue, 15 Jul 2003
|
[ 21:40 marcus ] (Only the first 10 of 15 ports in this commit are shown above. )
Re-add libgtop. It should not have been deleted in this phase of the GNOME 1.4
removal.
|
[ 19:10 marcus ] (Only the first 10 of 16 ports in this commit are shown above. )
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
|
Thu, 12 Jun 2003
|
[ 09:46 adamw ] (Only the first 10 of 119 ports in this commit are shown above. )
Remove REINPLACE commands that were rolled into gnomehack.
|
Fri, 2 May 2003
|
[ 03:29 marcus ] (Only the first 10 of 25 ports in this commit are shown above. )
Chase guile's shared lib version.
|
Sun, 20 Apr 2003
|
[ 02:56 marcus ] (Only the first 10 of 52 ports in this commit are shown above. )
Remove USE_GNOMENG.
|
Fri, 7 Mar 2003
|
[ 06:01 ade ] (Only the first 10 of 552 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Mon, 17 Feb 2003
|
[ 20:37 marcus ]
Do not die if libgtop encounters a different OS version than the one on which
it was compiled. Instead, warn the user, and keep on going.
Submitted by: Thomas E. Zander <riggs@rrr.de>
|
Fri, 1 Nov 2002
|
[ 23:52 marcus ]
Backport the kernel memory dereference patch from libgtop2.
|
Sat, 5 Oct 2002
|
[ 16:21 marcus ]
Fix build on -CURRENT by moving to a pure libkvm API. Thanks to julian for
pointing me in this direction. This should hopefully be more portable
moving forward. Bump PORTREVISION since the changes affect -stable as well.
|
Fri, 20 Sep 2002
|
[ 17:07 marcus ] (Only the first 10 of 151 ports in this commit are shown above. )
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.
|
Mon, 26 Aug 2002
|
[ 15:45 marcus ]
MFlibgtop2: Fix swap size calculation by multiplying by PAGE_SIZE.
|
Fri, 12 Jul 2002
|
[ 13:59 sobomax ]
Use USE_REINPLACE.
|
Wed, 19 Jun 2002
|
[ 16:37 marcus ] (Only the first 10 of 18 ports in this commit are shown above. )
Chase guile shared lib number.
Prompted by: Mike Harding <mvh@ix.netcom.com>
|
Mon, 28 Jan 2002
|
[ 17:31 sobomax ]
Update to 1.0.13.
|
Thu, 29 Nov 2001
|
[ 15:06 nectar ]
Patch from vendor. From the ChangeLog:
|
Fri, 11 May 2001
|
[ 17:36 ade ] (Only the first 10 of 96 ports in this commit are shown above. )
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.
|
Fri, 4 May 2001
|
[ 22:39 ade ] (Only the first 10 of 172 ports in this commit are shown above. )
Update to GNOME 1.4 -- massive changes all around, for the sake of CVS repo
bloat, I'll only list the updates.
|
Thu, 29 Mar 2001
|
[ 16:35 sobomax ] (Only the first 10 of 166 ports in this commit are shown above. )
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
|
Thu, 15 Feb 2001
|
[ 19:21 ade ]
Update to 1.0.11 Unbreak (again) for -current (from knu)
|
Thu, 28 Dec 2000
|
[ 02:35 ade ]
Unbreak patch-aj for 4.x systems (*slap*)
|
Wed, 27 Dec 2000
|
[ 17:26 ade ]
Make libgtop compile on -current again after the recent kinfo_proc changes.
It seems to do the right thing on my laptop, but confirmations from others
would be appreciated.
|
Fri, 8 Dec 2000
|
[ 21:09 ade ]
struct mount was hidden from userland on -current a short while ago
|
Mon, 20 Nov 2000
|
[ 17:28 ade ]
Update to 1.0.10
|
Thu, 5 Oct 2000
|
[ 08:10 reg ] (Only the first 10 of 79 ports in this commit are shown above. )
Implement USE_GNOME, part 1.
|
Fri, 4 Aug 2000
|
[ 17:11 ade ] (Only the first 10 of 47 ports in this commit are shown above. )
Re-sobomize to use pre-patch instead of post-extract
|
Number of commits found: 105 (showing only 100 on this page) |