Commit graph

35 commits

Author SHA1 Message Date
grant
7bcdc57b43 also pass '-DBSD' on Darwin. 2002-12-25 18:30:24 +00:00
jschauma
d877ee7c5f Don't always pass pass '-DBSD' to MAKE_ENV.
Pointed out by Jeremy C. Reed (reed at reedmedia dot net) in
PR pkg/19170.  Modification:  assume that anything that calls itself
*BSD can deal with this flag instead of just dealing with Linux.
(Please check on Darwin and adjust.)
2002-11-25 22:17:16 +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
grant
8f0a1a5d12 add ${LDFLAGS} so that libz is found when it is not in a system
library path.

fixes build problem on zoularis.
2002-07-16 09:07:39 +00:00
yyamano
654dbf172e Replace -s with ${_STRIPFLAG_CC} to make this build on Darwin. 2002-02-27 04:45:57 +00:00
wiz
94c41474dd Update to 5.50.
Extract from History.550:
 - generic (inflate.c, globals.h, fileio.c, unzpriv.h): integrated support of
    Deflate64
 - added Deflate64 support to fUnZip
 - SFX: made SFX_EXDIR default, added NO_SFXEXDIR option to allow switching
    off the "-d exdir" support
 - SFX: added simple "execute command after extraction" feature that uses a
    command specification supplied with the Zip archive comment, controlled
    by the CHEAP_SFX_AUTORUN compile time option
 - SFX: slightly refined the CHEAP_SFX_AUTORUN code, switched off SFX_EXDIR
    when CHEAP_SFX_AUTORUN is enabled, documented the new autorun feature
 - extract.c, TestExtraField(): added crc32 check for PKVMS e.f. type
 - extract.c, extract_or_test_entrylist(): added code for "stripping off
    absolute path spec" when extracting
 - unzip.h, unzip.c; mapname() in all ports except CMS/MVS, Tandem, TOPS20:
    added code to strip "../" path components from extracted names and new
    option "-:" to allow deactivating this security feature; changed mapname()
    calling interface to allow reporting warning error levels to caller
 - unzpriv.h, zipinfo.c: rudimentary support for recognizing PKWARE's new
    "64-bit size specs" extra field
As well as bug fixes, including the USE_ZLIB problem.
2002-02-21 12:12:49 +00:00
jlam
c2ae73c346 Mark as USE_BUILDLINK_ONLY. 2001-06-21 21:08:49 +00:00
martin
b379b4a4ca Change homepage from ftp: to http: URL.
Closes PR 12256.
2001-02-20 22:43:08 +00:00
tron
cebb231563 Add german mirror site. 2001-02-17 16:03:31 +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
fredb
fe16944cf3 Back out part of last change. Adding COMMENT=<comment> to the Makefile was
premature -- it breaks "make package".
2001-02-15 18:10:48 +00:00
fredb
fa0e104971 From the release notes:
The 5.42 maintance release fixes more bugs and cleans up the redistribution
conditions:

   - removal of unreduce.c and amiga/timelib.c code to get rid of the last
     distribution restrictions beyond the BSD-like Info-ZIP LICENSE
   - new generic timelib replacement (currently used by AMIGA port)
   - more reasonable mapping rules of UNIX "leading-dot" filenames to the
     DOS 8.3 name convention
   - repaired screensize detection in MORE paging code
     (was broken for DOS/OS2/WIN32 in 5.41)
2001-02-15 17:51:46 +00:00
wiz
4119241d6b Remove unnecessary lines. 2000-10-21 20:50:57 +00:00
wiz
d804ecdf80 Update to unzip-5.41. Includes decryption support by default. Other
changes include some bugfixes, a new BSD-like license, as well as
support for archives with more than 2^16-1 files.
Zlib support still broken, so we use the one coming with the distribution.
2000-04-20 03:13:55 +00:00
wiz
e160d249ca replaced some commands by their ${COMMAND} counterparts 1999-12-28 03:59:00 +00:00
agc
d4c5cd9b07 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).

Add ZIP_ENCRYPTION to BUILD_DEFS
1999-08-18 09:20:00 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
tron
7849469470 Add missing conflict entry. 1999-01-09 01:26:09 +00:00
tv
64dd60cbeb Note why USE_ZLIB is not used. 1999-01-04 13:33:07 +00:00
tv
4b21cf58fc OK, bring it back to 5.40, but this time don't use libz -- use the
compression routines shipped with unzip.
1998-12-30 04:06:35 +00:00
tv
664c3f2678 Back out previous. Unzip 5.40 has severe bugs, noted by tron and myself. 1998-12-30 03:20:50 +00:00
hubertf
f1456a9fb3 update to 5.40 1998-12-27 17:29:25 +00:00
frueauf
b90131caa7 -DUNIX -> -Dunix, closes pr 6338 by Geoff C. Wing. 1998-10-21 09:21:04 +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
tv
9b5fb6761c Add "Building stage 1 of 2", "Building stage 2 of 2" messages when
ZIP_ENCRYPTION is set, so that the user is not confused by unzip building
twice.
1998-08-02 02:08:51 +00:00
tv
ff455840a4 Add encryption support to zip and unzip pkgs using ZIP_ENCRYPTION make
variable.
1998-06-20 23:26:05 +00:00
agc
4a882b7d0c Update package Makefiles for automatic manual page handling. 1998-06-18 16:06:37 +00:00
agc
666273802a Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it
explicitly in the commands before ${MAKEFILE}; modify package
Makefiles to conform to this rationalisation.  This was used
inconsistently in many packages, some including it, some not.
1998-06-10 08:02:08 +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
hubertf
455a08229f Use INSTALL_*_DIR macros. 1998-03-07 21:23:51 +00:00
agc
b44b468af4 Upgrade to version 5.32, from John Darrow. Fixes PR 4825. 1998-01-15 14:11:18 +00:00
hubertf
fe995b16ce Restore FreeBSD RCS-IDs 1997-10-27 03:22:00 +00:00
hubertf
03ac5929fc add FreeBSD RCS-Id 1997-10-27 02:46:40 +00:00
hubertf
8b564b5192 File archivers, ports from FreeBSD 1997-10-27 02:18:56 +00:00