Commit graph

45 commits

Author SHA1 Message Date
joerg
11d2712a27 Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
tnn
653dfbd8b0 Remove stale HP-UX bulk build quirks 2015-02-27 14:35:01 +00:00
dholland
7e11d597e6 Teach the configure script to recognize a bunch more OSes, and remove
NOT_FOR_PLATFORM restriction. There's a good chance the thing won't
build on these OSes, but if so we can always reinsert the restrictions
as BROKEN_ON_PLATFORM.
2015-01-04 03:57:30 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
shattered
45a3c94da9 pload does not "know how to configure for Darwin." and neither do I. 2013-04-26 16:38:26 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
marino
69b6fa28fa net/pload: Fix partial patch
I'm not sure what happened here.  pload was building fine on DragonFly
with the proposed patches, but right now patch-ae only looks half updated.
Update the rest of patch-ae to finish the work of my prior commit.

Only affects DragonFly, which it's never built on.
2012-08-23 18:15:44 +00:00
dholland
4351003c20 Remove unnecessarily libXp; PKGREVISION -> 3. 2012-08-15 06:02:47 +00:00
marino
5ebe87e40f net/wmpload: Add FreeBSD and DragonFly support
Patch differentials came from FreeBSD ports.
Followed NetBSD's suit with the quad support.
2012-08-11 17:20:23 +00:00
shattered
fe3315bb85 Set LICENSE. 2012-03-10 13:20:10 +00:00
shattered
3ccc5e10f2 Update COMMENT. 2011-12-14 09:24:41 +00:00
shattered
0350045016 Store traffic counters in u_quad_t to avoid overflow. Closes PR 38168.
Take maintainership.

OK by wiz@.
2009-01-04 20:03:21 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
tnn
1dd4358c42 Mark some packages as not for bulk building on HPUX. 2008-05-26 22:37:30 +00:00
tonnerre
02d445d979 Fix several plists that use imake after some modifications in the imake
framework several monthes ago. This resolves various build problems on
Linux.
Should fix PR 37646. Patch from cheusov. Confirmed by joerg.
2008-05-11 14:29:23 +00:00
wiz
c414df5d94 Update to 0.9.5, provided by Sergey Svishchev in private mail:
- Fixed stats not being cleared when disconnected
- Added user specified format for labels.
- Added user customizable label for the not connected condition.
- Removed global variables in stats gathering functions.

pkgsrc fix: don't cast 64-bit counters to unsigned long.
2007-12-09 23:41:11 +00:00
joerg
28dd6d715b Add DESTDIR and modular Xorg support. 2007-08-16 22:39:14 +00:00
wiz
b6160330f7 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
hira
b3851f5bf9 USE_TOOLS+=imake. 2006-08-31 18:31:01 +00:00
hubertf
745fc9f10e de-maintain 2006-07-27 00:09:05 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
grant
a92aede92d bl3ify 2004-01-27 13:50:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
martin
d0b72a9b6a If the SIOCGIFDATA ioctl is available, use that instead of the PPP
specific one. This makes the tool useable on any network interface.
2002-05-24 18:12:36 +00:00
wiz
4c14ed7651 Make it work with xpkgwedge.
Patch supplied by Hiramatsu Yoshifumi in pkg/15217.
2002-01-29 13:46:54 +00:00
wiz
a0f9578720 Standardize patch. 2002-01-29 13:46:17 +00:00
hubertf
ff4fd22252 Bump to pload-0.9.4nb2: make this compile again 2002-01-03 09:07:28 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
46107844e1 added patch-sum 2000-02-05 21:06:14 +00:00
abs
cafd922874 Convert to new 'nb<N>' suffix 2000-02-03 11:23:19 +00:00
abs
331a8020eb If the interface is down - report 'No Connection'. Patch submitted to
author.
2000-01-25 10:33:29 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
agc
5e550b01df Minor modifications to the English. 1999-04-06 09:48:18 +00:00
hubertf
09ce7eb759 Update to 0.9.4.
Changes: Fixed parsing of proc file for
  Linux 2.2 and added logarithmic scales
  option.
1999-03-05 00:50:59 +00:00
hubertf
6f4e4a1f0e Update to 0.9.3.
Changes: Added ability for Linux 2.2 to use /proc for
  gathering stats, which allows monitoring any device that
  reports bytes in/out to /proc/net/dev including ppp, eth, plip,
  lo, etc... without any special accounting rules, fixed unsigned
  "negative" number rate problem, rewrote back-end to be more
  modular, added a -nochart option (labels only) and removed
  fallback geometry.
1999-03-02 14:34:08 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
hubertf
7f9e1d0f99 Update to pload V0.9.2.
Changes: Fixed some X errors that happened under Solaris concerning
zero sized widgets, added user customizable scales, changed rate
labels to show b/s, k/s, M/s dependant on magnitude, added horizontal
orientation option.
1999-01-14 23:37:39 +00:00
hubertf
f40467360e PPP monitor for X11 monitoring totals and current in/out rates. 1999-01-06 05:16:59 +00:00