agc
203292f73e
Add SHA512 digests for distfiles for net category
...
Problems found with existing digests:
Package haproxy distfile haproxy-1.5.14.tar.gz
159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package bsddip: missing distfile bsddip-1.02.tar.Z
Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
Package djbdns: missing distfile djbdns-cachestats.patch
Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
Package gated: missing distfile gated-3-5-11.tar.gz
Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
Package poink: missing distfile poink-1.6.tar.gz
Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
Package waste: missing distfile waste-source.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 00:34:51 +00:00
wiz
c7383780db
Bump all packages that depend on curses.bui* or terminfo.bui* since they
...
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00
wiz
0eb141f110
Bump PKGREVISION for ncurses shlib bump.
2015-08-17 17:11:19 +00:00
dholland
17857a18ed
Use BROKEN_ON_PLATFORM for "severe LP64 loss" and apply to all
...
LP64PLATFORMS, not just alpha.
2015-01-04 03:58:57 +00:00
jperkin
73dedd67c2
PKGREVISION bumps for net/libpcap update.
2013-02-06 19:30:54 +00:00
joerg
aa02030ad9
PCAP handler callback is void.
2013-01-11 00:02:13 +00:00
asau
e059e7e469
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
2012-10-23 17:18:07 +00:00
obache
ae48394cb3
* fixes detection of ncurses.h
...
* let to exactly use system libpcap (fixes build with newer system libpcap).
Bump PKGREVISION.
2012-04-07 09:23:11 +00:00
dholland
3fade87443
Patch up various lethal compiler warnings. This still doesn't build
...
on NetBSD current or probably -6 because of bpf issues, but now stands
a chance of being able to run on LP64 platforms and/or at all when that's
fixed.
2012-03-31 08:31:06 +00:00
joerg
fb90b8cd25
DESTDIR support
2010-02-11 22:46:18 +00:00
rillig
2829e658f2
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
...
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
jlam
9c8b5ede43
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.
2006-03-04 21:28:51 +00:00
joerg
8607dd5ddf
Just use ed as NIC for DragonFly as well. This code should really be
...
changed to have a proper ethernet check, not some magic name logic.
2006-01-25 17:30:55 +00:00
wiz
d3c351cc90
This package contains a hardwired list of device driver names(ewww).
...
Assume that x86_64 has the same drivers as i386, addresses PR 32332.
No PKGREVISION bump since it didn't compile on amd64 before.
While here:
remove superfluous patches patch-af, patch-ag to config.sub files
(get replaced by CONFIG_SUB_OVERRIDE anyway)
split up multi-patch patch-aa into four patches patch-a[hijk]
2006-01-08 11:02:10 +00:00
jlam
e46a9dd380
Create directories before installing files into them.
2005-06-17 03:50:19 +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
wiz
6e02d7ee41
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
...
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
tv
c487cb967a
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.
2004-10-03 00:12:51 +00:00
snj
d0bbfe5cf1
Convert to buildlink3.
2004-04-18 07:30:16 +00:00
snj
b1533e40d4
Fix build on architectures where unsigned long int > 4.
2004-03-13 20:51:01 +00:00
grant
52f1b46a37
remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
...
automatically now.
2004-02-14 00:54:44 +00:00
jlam
a9f08159c4
Back out last change related to moving ncurses/buildlink2.mk to
...
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
2003-09-28 09:13:55 +00:00
grant
7a71199b50
move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
...
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
2003-09-27 17:07:34 +00:00
grant
ca3be631f2
s/netbsd.org/NetBSD.org/
2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6
PKGREVISION bump for libiconv update.
2003-07-13 13:50:19 +00:00
jschauma
e366d0c694
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
...
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
cjep
9c4f320980
Use CONFIG_SUB_OVERRIDE. Fixes build on NetBSD/shark.
...
Also, the configure script is a GNU autoconf one.
2003-03-16 14:25:36 +00:00
jlam
1c57323789
Merge packages from the buildlink2 branch back into the main trunk that
...
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
dmcmahill
b6f56a6c1c
look for __sparc__ instead of sparc. Builds and works on sparc now.
...
While here add list of network interfaces for alpha, dreamcast and vax.
2002-05-25 20:51:26 +00:00
cjep
133478bf31
Add some ethernet interfaces for arm32 and make this build on arm32.
2002-04-04 15:28:23 +00:00
jmc
f9cf2febd0
Add powerpc/macppc support
2002-03-13 08:20:18 +00:00
wiz
33d7fef901
Buildlinkify.
2001-11-29 23:49:12 +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
bbc67fac91
+ 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:53:33 +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
b659c3fd3a
USE_CURSES instead of DEPENDS on ncurses.
2001-01-08 14:59:18 +00:00
dmcmahill
91ef168d52
fill in missing list of network devices for mips.
2000-10-11 01:59:07 +00:00
jlam
24ef86f870
Update dependency on ncurses to >=4.2
2000-01-15 18:46:22 +00:00
wiz
42da0a2002
miscellaneous small changes to make pkglint happy
2000-01-10 01:39:02 +00:00
abs
df05aef71f
Strip trailing '.', and/or leading '(a|an) '
2000-01-05 15:37:50 +00:00
hubertf
f4925f502b
Add proper ncurses handling. Patch submitted in PR 8048
...
by Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE>.
1999-07-25 00:36:31 +00:00
agc
f4d5171de1
Add package patch checksum files.
1999-07-09 14:09:02 +00:00
tv
5c60ed5794
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
...
pattern match format. Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
agc
1bb3007c04
s/make/${MAKE}/g
1999-03-08 10:53:55 +00:00
frueauf
d633e97498
pkglint: move NOT_FOR_ARCHS where it belongs.
1998-11-13 01:35:55 +00:00
agc
a19a351795
Correct the primary category field for this package.
1998-10-15 19:51:07 +00:00
garbled
384c07a72e
add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
...
on alpha. There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
tsarna
6bd0d65c65
The Grand Homepagification:
...
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
1998-08-20 15:16:34 +00:00