Commit graph

42 commits

Author SHA1 Message Date
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
reed
2d72ec280c Install man pages to PKGMANDIR (instead of "man"). 2005-12-27 20:37:41 +00:00
rillig
6ac350a20a Fixed some pkglint warnings of the form:
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}".
2005-12-01 16:41:29 +00:00
salo
eb0d657fb7 Security update to version 1.0.3
- Further robustification against corrupted compressed data.
  There are currently no known bitstreams which can cause the
  decompressor to crash, loop or access memory which does not
  belong to it.  If you are using bzip2 or the library to
  decompress bitstreams from untrusted sources, an upgrade
  to 1.0.3 is recommended.

  http://scary.beasts.org/security/CESA-2005-002.txt

- The documentation has been converted to XML, from which html
  and pdf can be derived.

- Various minor bugs in the documentation have been fixed.

- Fixes for various compilation warnings with newer versions of
  gcc, and on 64-bit platforms.

- The BZ_NO_STDIO cpp symbol was not properly observed in 1.0.2.
  This has been fixed.
2005-05-26 15:03:11 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tv
c22d2cbccb Use INSTALL_LIB. (No functional change.) 2004-10-13 17:51:32 +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
tv
d18750f524 Oops, forgot to bump PKGREVISION. 2004-03-29 01:19:28 +00:00
tv
95b881c6a7 Obey CFLAGS/CPPFLAGS. Link the binaries with the .o's, not the .lo's
(libtool assumes that .lo means PIC, which is wrong for an end binary;
breaks on Interix where PIC in an end binary is broken)
2004-03-29 01:18:41 +00:00
jlam
efa1ab70ba Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
2004-02-18 13:33:40 +00:00
jlam
a1c40fc01e We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,
etc. because the bare variables will point to the correct executables.
2004-02-08 04:03:14 +00:00
jlam
75f431d969 PKGLIBTOOL and PKGSHLIBTOOL are no more. 2004-02-08 03:00:29 +00:00
jlam
5ee1ccf459 Use PKGLIBTOOL instead of LIBTOOL to call the libtool wrapper. 2004-01-07 01:14:03 +00:00
jlam
01cfaf3bd5 whitespace 2004-01-06 08:17:55 +00:00
jlam
580a53de35 bl3ify 2004-01-05 11:42:20 +00:00
erh
20f03a747a Use libtool when installing, and install libbz2 first. 2003-12-03 16:47:25 +00:00
grant
b15b1a80e4 test CC_VERSION rather than doing our own dance to figure out if we're
using gcc or not.
2003-09-25 20:38:45 +00:00
wiz
d03ebc6a3a Use libtool with correct --mode argument. From Ron Roskens in PR 22824. 2003-09-18 18:46:28 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +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
wiz
92445eb1ed Remove superfluous whitespace. 2003-03-28 20:28:56 +00:00
jschauma
291ecdb5f0 Make this compile on Irix with the MIPSPro compiler by removing gcc-only
CFLAGS from a patch iff CC is not gcc.
2003-03-18 21:53:29 +00:00
grant
cdb7914a4c update MASTER_SITES and HOMEPAGE. 2002-10-31 22:08:15 +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
mjl
0890bdc2cc Update bzip2 to 1.0.2
A bug fix release, addressing various minor issues.

* Fix an infinite segfault loop in 1.0.1 when a directory is encountered
  in -f (force) mode.
* Avoid double fclose() of output file on certain I/O error paths.
* Don't fail with internal error 1007 when fed a long stream (> 48MB)
  of byte 251.  Also print useful message suggesting that 1007s may be
  caused by bad memory.
* Fix uninitialised variable silly bug in demo prog dlltest.c.
* Remove 512-MB limitation on recovered file size for bzip2recover
  on selected platforms which support 64-bit ints.
* Copy file access times correctly.
* Dereference symlinks when copying file permissions in -f mode.
* Majorly simplify implementation of uInt64_qrm10.
* Check the input file still exists before deleting the output one,
  when aborting in cleanUpAndFail().
* Wrapper scripts (with manpages): bzdiff, bzgrep, bzmore.
* Spelling changes and minor enhancements in bzip2.1.
* Avoid race condition between creating the output file and setting its
  interim permissions safely, by using fopen_output_safely().
* do not print senseless report with -v when compressing an empty file.
* bzcat -f works on non-bzip2 files.
* do not try to escape shell meta-characters on unix (the shell takes
  care of these).
* added --fast and --best aliases for -1 -9 for gzip compatibility.
2002-03-24 14:02:35 +00:00
jlam
6f206944ae Install the headers and libraries for bzip2, and add a buildlink.mk file
for use by other package Makefiles.
2001-06-21 22:36:54 +00:00
wiz
9edb8eb8d1 Update to 1.0.1. 2001-06-10 01:14:58 +00:00
wiz
c53fae8ea1 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:15:24 +00:00
tron
d9c239aad4 Use "${OPSYS}" in error message instead of hard coding "NetBSD". 2001-01-11 10:49:58 +00:00
tron
a7a887fa72 Update homepage URL. 2001-01-11 09:26:19 +00:00
wiz
33366437c7 mention PKGNAME in IGNORE message 2000-10-17 00:05:29 +00:00
agc
30980fe1d8 s/ln/${LN}/g
Adapt this package to Solaris.
1999-03-10 15:35:21 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
tron
99304a7bcf Update for bzip2 package to version 0.9.0b created by Geoff C. Wing. 1998-10-14 21:51:14 +00:00
tron
6f7cb037c5 Remove double dot. 1998-09-16 17:47:04 +00:00
tron
8116ab7f6a Skip packages on systems which already have "bzip2" as part of the NetBSD
distribution.
1998-09-16 17:45:43 +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
agc
0c27de2d07 Use a symbolic link for the bunzip2.1 manual page.
Add a symbolic link to bzip2.1 for the bzip2recover utility.
Use automatic manual page handling.
1998-06-18 15:51:28 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
dccd43243d Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:06 +00:00
agc
b278a99150 Add NetBSD RCS ID.
Remove FETCH_BEFORE_ARG, which doesn't work on NetBSD.
1998-01-09 09:58:29 +00:00
agc
b669060811 Initial import of bzip2, a block-compression archiver, into the NetBSD
packages collection, from the FreeBSD port.

As pointed out by Charles Hannum, the author of bzip2 thinks it is
patent-free, so this should be used in preference to the older bzip
package.
1998-01-09 09:53:59 +00:00