The NetBSD Project

CVS log for pkgsrc/sysutils/libgtop2/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / libgtop2

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.44, Thu Sep 20 21:12:15 2007 UTC (16 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cube-native-xorg-base, cube-native-xorg, HEAD
Changes since 1.43: +1 -1 lines
FILE REMOVED

Rename libgtop2 to libgtop, to match upstream name.

Revision 1.43 / (download) - annotate - [select for diffs], Wed Sep 19 23:19:08 2007 UTC (16 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

Bump PKGREVISION for gnome-vfs rename.

Revision 1.42 / (download) - annotate - [select for diffs], Tue Jun 5 05:37:36 2007 UTC (16 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

opencdk shlib major changed; bump ABI depends and PKGREVISIONs of
affected packages.

Revision 1.41 / (download) - annotate - [select for diffs], Wed Apr 4 18:53:44 2007 UTC (16 years, 8 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Fix compilation under post-newlock2 NetBSD-current.  Now
gnome-system-monitor applet seems to work.  (Patch from Blair Sadewitz
on pkgsrc-users (maybe really from apb@).)

Caveat:
  Switching on KERN_PROC2 sysctl define seems somewhat unclean.
  All of this needs to be merged upstream.

Revision 1.40 / (download) - annotate - [select for diffs], Fri Sep 22 15:57:47 2006 UTC (17 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

-make this build on -current where some fields were removed from
 struct uvmexp -- use uvmexp_sysctl on NetBSD instead
-correct filesystem size calculation: the unit is vfsstat.f_frsize
-bump PKGREVISION
with jmmv's blessing

Revision 1.39 / (download) - annotate - [select for diffs], Sat Sep 16 12:20:40 2006 UTC (17 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38 (colored)

Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.

Revision 1.38 / (download) - annotate - [select for diffs], Tue Aug 22 16:01:39 2006 UTC (17 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Needs intltool.

Revision 1.37 / (download) - annotate - [select for diffs], Sun Aug 6 19:06:44 2006 UTC (17 years, 4 months ago) by jmmv
Branch: MAIN
Changes since 1.36: +4 -4 lines
Diff to previous 1.36 (colored)

Update to 2.14.2.  Grrr, how much I hate this package -- and its collection
of patches --, you can't imagine.

July 27, 2006: Overview of changes in 2.14.2
============================================
* Updated solaris support (hua.zhang@sun.com)
* Small linux updates and improvments.

April 10, 2006: Overview of changes in 2.14.1
=============================================
* Updated translations.
* Fixed NetBSD port (Julio M. Merino Vidal  <jmmv@NetBSD.org>).
* Fixed some warnings.

Revision 1.36 / (download) - annotate - [select for diffs], Thu Apr 13 18:23:38 2006 UTC (17 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.35: +2 -5 lines
Diff to previous 1.35 (colored)

BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete.  Replace with
USE_TOOLS+=msgfmt.

Revision 1.35 / (download) - annotate - [select for diffs], Thu Apr 6 06:22:45 2006 UTC (17 years, 8 months ago) by reed
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.34 / (download) - annotate - [select for diffs], Thu Mar 30 21:09:48 2006 UTC (17 years, 8 months ago) by jmmv
Branch: MAIN
Changes since 1.33: +3 -4 lines
Diff to previous 1.33 (colored)

Update to 2.14.0:

Mars 13, 2006: Overview of changes in 2.14.0
============================================
* Updated translations.

February 27, 2006: Overview of changes in 2.13.92
=================================================
* Fixed proc_state documentation.
* Updated mountlist ignore list.

January 23, 2006: Overview of changes in 2.13.3
===============================================
* linux:
	- fixe get_procmap for linux < 2.6.14.

January 2, 2006: Overview of changes in 2.13.2
==============================================
* Fixed libtool versioning (James Henstridge)

December 15, 2005: Overview of changes in 2.13.1
================================================
* linux:
    - fixed proclist
    - implemented server->real_ncpu

December 13, 2005: Overview of changes in 2.13.0
================================================
* Requires automake-1.9 (James Henstridge)
* Supports up to 32 CPU
* Supports Linux smaps
* linux: fixed SMP detection

This release is not ABI compatible with previous releases. Sorry.

Revision 1.33 / (download) - annotate - [select for diffs], Thu Mar 30 03:44:44 2006 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

* Honor PKGINFODIR.
* List the info files directly in the PLIST.

Revision 1.32 / (download) - annotate - [select for diffs], Mon Mar 6 00:18:25 2006 UTC (17 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored)

Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Mar 5 16:27:28 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored)

* Teach the tools framework how to supply the pkgsrc version of
  makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:41 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Feb 8 18:36:41 2006 UTC (17 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.28: +2 -3 lines
Diff to previous 1.28 (colored)

update to 2.12.2
changes:
-Dropped many dead files.
-added translations

Revision 1.28 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:55 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:35 2006 UTC (17 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Dec 31 12:32:45 2005 UTC (17 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:01 2005 UTC (18 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.24 / (download) - annotate - [select for diffs], Wed Oct 12 21:49:39 2005 UTC (18 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

Update to 2.12.0.  Thanks go to the FreeBSD GNOME developers for all the
patches I borrowed from them (patch-b*).

September 4, 2005: Overview of changes from 2.11.92 to 2.12.0
=============================================================
* Updated translations.

August 22, 2005: Overview of changes from 2.11.91 to 2.11.92
============================================================
* Linux:
  - fixed for 2.6 without /sys
  - glibtop_get_cpu() : Do not add irq, softirq and iowait to idle.

August 9, 2005: Overview of changes from 2.11.90 to 2.11.91
===========================================================
* All:
  - cleaned some headers.
  - removed static examples.
* Linux:
  - fixed some issues with 2.6 without /sys

July 24, 2005: Overview of changes from 2.11.2 to 2.11.90
=========================================================
* Linux:
  - fixed glibtop_uptime .flags.

July &3, 2005: Overview of changes from 2.11.1 to 2.11.2
========================================================
* Linux:
  - little improvements for 2.6.

July 3, 2005: Overview of changes from 2.11.0 to 2.11.1
=======================================================
* Linux:
  - glibtop_get_swap : added page(in|out) for linux 2.6.

June 8, 2005: Overview of changes from 2.10.x to 2.11.0
=======================================================
* Replaced a lot of macros by functions
* Got rid of dozens of useless files.
* libgtop 2.11.x are and will stay API and ABI compatible with 2.10.x, i swear.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Aug 21 11:25:48 2005 UTC (18 years, 3 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Update to 2.10.2:
* glibtop_get_mountlist() : Added tmpfs to ignore list.
* Re-install open.h to please GTop (libgtop perl wrapper).
* Linux:
  * Fixed compilation on mips.
  * Added pagein/pageout for 2.6.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Aug 10 20:56:24 2005 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (colored)

Remove the abuse of buildlink that was pkg-config/buildlink3.mk.  That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jul 21 16:29:57 2005 UTC (18 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:20 2005 UTC (18 years, 4 months ago) by jlam
Branch: MAIN
Changes since 1.19: +2 -3 lines
Diff to previous 1.19 (colored)

Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.

Revision 1.19 / (download) - annotate - [select for diffs], Sun May 22 20:08:33 2005 UTC (18 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.18 / (download) - annotate - [select for diffs], Sun May 22 05:35:33 2005 UTC (18 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Apr 26 21:27:33 2005 UTC (18 years, 7 months ago) by drochner
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

update to 2.10.1
changes:
* Updated i18n.
* Little cleanup and fixed gcc-4.0 compilation.
* linux: fixed loadavg and uptime if locale != C.
  Updated siglist.
* Tighter libgtop-2.0.pc.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:25 2005 UTC (18 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.15: +1 -2 lines
Diff to previous 1.15 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 27 11:18:37 2005 UTC (18 years, 8 months ago) by jmmv
Branch: MAIN
Changes since 1.14: +21 -1 lines
Diff to previous 1.14 (colored)

Fix build under NetBSD 2.x (and maybe other systems) which do not have
read counts (f_syncreads and f_asyncreads) in statfs nor statvfs.  Also
do the same for write counts for consistency.

Problem reported by Leonard Schmidt <lems at gmx.net> in tech-pkg@.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Mar 22 16:03:37 2005 UTC (18 years, 8 months ago) by jmmv
Branch: MAIN
Changes since 1.13: +5 -3 lines
Diff to previous 1.13 (colored)

Update to 2.10.0:

Mars 7, 2005: Overview of Changes from 2.9.92 to 2.10.0
=======================================================
* Updated i18n.

February 28, 2005: Overview of Changes from 2.9.90 to 2.9.92
============================================================
* *BSD updated by marcus@freebsd.org (Joe Marcus Clarke).
* Removed a lot of dead files :)
* Don't build&install libgtop_daemon when it's never used.

February 6, 2004: Overview of Changes from 2.9.90 to 2.9.91
==========================================================
* Fixed typo in stub.
* Updated i18n.

January 24, 2004: Overview of Changes from 2.9.4 to 2.9.90
==========================================================
* Updated Linux support.

January 10, 2004: Overview of Changes from 2.9.3 to 2.9.4
=========================================================
* New glibtop_proc_open_files nick@reloco.com.ar (Nicolás Lichtmaier).
* Updated AIX support (Christophe Belle).

December 20, 2004: Overview of Changes from 2.9.0 to 2.9.3
==========================================================
* Removed libgtop_names.
* Fixed Argument passing between library and server. #139809.
* *BSD updated by marcus@freebsd.org (Joe Marcus Clarke).
* glibtop_get_mountlist(False) now ignores 'unknown' fs.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Feb 26 17:24:08 2005 UTC (18 years, 9 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Updated to 2.8.3:

* Updated documentation.
* Fixed C99 macros.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 28 22:05:13 2004 UTC (18 years, 11 months ago) by jmmv
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Update to 2.8.2:

o linux:
- fixed segfault when polling PPP devices with glibtop_get_proclist.
- fixed process state in glibtop_get_proclist.

o updated translations:
- da (Martin Willemoes Hansen)

Revision 1.11 / (download) - annotate - [select for diffs], Fri Nov 19 10:58:16 2004 UTC (19 years ago) by sketch
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.10: +11 -2 lines
Diff to previous 1.10 (colored)

Fix PLIST loss on SunOS.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Nov 19 10:53:55 2004 UTC (19 years ago) by sketch
Branch: MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

The previous update of this package was for Solaris and AIX support, so remove
the NOT_FOR_PLATFORM after confirming that it builds correctly with SunPro.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 26 21:03:06 2004 UTC (19 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

Update to 2.8.1:
* Improved Solaris and AIX support.
* Updated translations.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:15 2004 UTC (19 years, 2 months ago) by tv
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Sep 21 16:49:46 2004 UTC (19 years, 2 months ago) by jmmv
Branch: MAIN
Changes since 1.6: +6 -4 lines
Diff to previous 1.6 (colored)

Update to 2.8.0.  This version corresponds to GNOME 2.8.0.

August 13, 2004: Overview of Changes from 2.7.92 to 2.8.0
=========================================================
* No changes

August 30, 2004:
===============
* Applied some *BSD patches.
* Removed old files.

August 15, 2004:
===============
* Fixed compilation with C89-only compilers and old libc.

August 3, 2004:
==============
* Some cleanups.
* Fixed the behaviour of some linux proc_*() functions.
* Updated the documentation.

July 19, 2004: Overview of Changes from 2.6.1 to 2.7.4
======================================================
* Plenty of code cleanups. Uninlined a lot of functions. ~5-10KB object size
  reduction.
* Glibify a bit more.
* API changes:
 - glibtop_fsusage provides total read and writes since boot_time.
 - glibtop_netload provides hardware address. IPv6 enable.
 - Added glibtop_get_proc_argv.

Work in progress :
* Finish glibtop_fsusage implementation for Linux.
* Some fuctions don't conform to the documentation, e.g. proctime.

Revision 1.6 / (download) - annotate - [select for diffs], Tue May 4 04:55:49 2004 UTC (19 years, 7 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.5: +17 -17 lines
Diff to previous 1.5 (colored)

Set GNU_CONFIGURE and USE_LIBTOOL before including bsd.prefs.mk to
benefit from predefined lt_cv_sys_max_cmd_len.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 12 15:53:42 2004 UTC (19 years, 7 months ago) by jmmv
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Fix argument passing between the library and the server as the code can't
rely on how the compiler passes parameters to functions.  This hopefully
solves several problems: in concrete, one exposed by gnome-system-monitor
when selecting the "My Processes" view (as the function returing the list
takes two arguments, and the second one was beeing passed incorrectly).
Bump PKGREVISION to 1.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 9 03:47:39 2004 UTC (19 years, 8 months ago) by minskim
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Change the permission of libgtop_server2 only when it is installed.
This makes the package build on Linux again.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 7 11:39:48 2004 UTC (19 years, 8 months ago) by jmmv
Branch: MAIN
Changes since 1.2: +4 -5 lines
Diff to previous 1.2 (colored)

Update to 2.6.0.  Can't find the list of changes but, AFAICT, this
includes our patch for x86_64 support, some bug fixes, and updated
and new translations.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Apr 6 09:24:56 2004 UTC (19 years, 8 months ago) by xtraeme
Branch: MAIN
Changes since 1.1: +4 -3 lines
Diff to previous 1.1 (colored)

Disable X11 support/detection in libgtop2, which was causing trouble on
systems where there is not libXau.so; Bump PKGREVISION.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Apr 2 12:09:16 2004 UTC (19 years, 8 months ago) by jmmv
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Move libgtop2 to the sysutils category, coming from devel.
This is version 2.5.2.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 2 12:09:16 2004 UTC (19 years, 8 months ago) by jmmv
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>