Commit graph

45 commits

Author SHA1 Message Date
joerg
916b6e2178 pkg_tarup-1.8:
Do not use pkg_create -L, it is redundant for modern packages and ignored
by pkg_install-20091115.
2009-11-05 16:22:46 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
joerg
d0076c3403 Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
2009-04-08 22:43:23 +00:00
obache
1ed485738b SU was replaced to use SU_CMD over 4 years ago. 2008-11-19 00:20:48 +00:00
rillig
74342b542b Updated pkg_tarup to 1.7.1.
Changes since 1.7:
- bail out if the ROOT_USER doesn't exist.
- Made the package Makefile a little shorter.
2008-02-12 15:03:28 +00:00
joerg
fc8fb1240a pkg_tarup-1.7:
Produce the same output as USE_DESTDIR=yes. Most of all reduce magic.
Try to deal with pkgviews for completeness.
2008-02-06 22:39:43 +00:00
joerg
1295367366 For user-destdir installation, we need to ues the REAL_ROOT_USER.
It doesn't hurt in the other cases, so do it consistently.
2007-08-09 14:12:35 +00:00
joerg
a50b83c42f Add DESTDIR support. 2007-08-09 13:29:02 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
erh
ea1b3e37b8 Fix pkg_tarup -a so it recurses to actually get all dependent packages.
Bump version to 1.6.6.
2006-10-29 07:50:27 +00:00
reed
a6ed61ce3b This doesn't use c, c++, fortran, java, or objc. 2006-05-06 03:37:10 +00:00
reed
4c4b62ff59 PKGMANDIR instead of man. 2006-02-24 21:21:02 +00:00
seb
c7063627c4 This package's installation does not run mtree (NO_MTREE=yes) so use
INSTALLATION_DIRS to set up ${PREFIX}/man/man1.
2005-06-27 23:05:42 +00:00
erh
1ca460530d Fix the sed command that processes the +CONTENTS file so packages that
don't contain "@comment $NetBSD" lines still work correctly.  Also fix
handling of magic "@comment Symlink:" lines.  Bump version to 1.6.5
2004-11-05 19:41:16 +00:00
tv
52c771b5f7 1.6.4: Fix "su" logic to match that in bsd.pkg.mk.
Makes "make replace" work correctly on Interix.
2004-10-29 14:51:41 +00:00
xtraeme
50600c0590 Put ${PREFIX}/{bin,sbin} in PATH before /bin:/sbin:/usr/bin:/usr/sbin to
fix problem reported by pancake in PR pkg/26940.
2004-10-13 23:18:35 +00:00
erh
c76d7fdec0 Make sure to grab the +PRESERVE file too. Bump version to 1.6.3. 2004-10-06 15:27:28 +00:00
cube
4d10573263 Correct typo. From PR 27010 by Cesar Catrian C. 2004-09-21 07:11:30 +00:00
cube
1a5d6acbd1 Gross hack to prevent quoting errors when root's shell is the unfamous csh.
Should hopefully fix PR 26551, but if anyone has a better solution, or is
willing to do the necessary work to allow pkg_tarup to be run by any user,
ideas are welcomed.

Say hi to version 1.6.2.
2004-08-09 21:13:37 +00:00
erh
85a992eb48 Fix bug in handling of wildcarded package names on the command line.
Bump version to 1.6.1
2004-07-19 17:38:36 +00:00
wiz
c736613b06 Sort options; sort SEE ALSO; new sentence,
new line; miscellaneous other fixes.
2004-07-14 16:51:05 +00:00
erh
4a08154cb6 Update pkg_tarup to 1.6.
Add several command line options to control how and where pkg_tarup creates
 packages.  pkg_tarup is now functional enough that pkg_tarup_all just runs it.
Add various bits of quoting to make packages that contain filenames with
 spaces more likely to work.
Add a man page.
2004-07-14 16:08:48 +00:00
wiz
057018bdaf 1.5.2: Use proper number of dollars for variable.
Reported by Kouichirou Hiratsuka in PR 25259.
2004-04-20 16:26:07 +00:00
jmmv
c29536075d Create installation directories. Fixes PR pkg/24514. 2004-02-21 18:12:38 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
erh
39203e3266 Bump version to 1.5.1. Fixes bug when using pkg_tarup to tar up multiple pkgs. 2003-12-11 16:31:56 +00:00
erh
d91b4422eb Clear out PKG_ARGS each time we create a package to avoid grabbing
files from other packages.
2003-12-11 16:29:08 +00:00
erh
9e552b510c Add support for wildcards and mutiple packages on the command line.
Bump version to 1.5.
2003-09-16 23:19:46 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
cjep
52fdfc8be7 Whitespace police 2003-05-31 17:51:01 +00:00
hubertf
16b9a3f029 Update pkg_tarup to 1.4. Changes:
- Add pkg_tarup_all to tarup a pkg plus all it's dependencies.
2003-05-28 14:53:42 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jschauma
ecf8957d51 Update to 1.3:
pkg_tarup now gives ${HEAD}
2003-03-29 04:25:10 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
wiz
b26517889d Some cleanups by Greg A. Woods in PR 18710. 2002-11-23 22:47:02 +00:00
hubertf
760c3dae2e Update pkg_tarup to 1.2. Changes:
find pkg_create etc. on Solaris etc.
Suggested by Mark Davies <mark@mcs.vuw.ac.nz> in private mail.
2002-10-14 15:28:42 +00:00
hubertf
0d44ca0a05 Update to 1.1. Mostly cosmetic changes, among others incudes patch from
PR 18546 by woods@weird.com (Greg A. Woods).
2002-10-07 14:43:08 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
agc
7ec92c14b7 Bump pkg_tarup to version 1.0.3
+ Convert a few "grep | awk" pipelines into straight awk.
+ Add in path names per OS.
+ Add a just-in-time su so that pkg_tarup can be run as a normal user, and
the right things will happen.
2001-09-20 17:06:01 +00:00
hubertf
4410e44610 Make text at EOF (or rather, after EOF :-) a bit more readable.
Noted by Tomasz Luchowski.
2001-07-26 11:39:37 +00:00
tron
69a42c47df Make this package work under Solaris, bump version number to 1.0.2. 2001-07-10 11:42:06 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
hubertf
685ea45fa5 fix typo 2001-02-13 03:00:12 +00:00
hubertf
579a3ecb72 Update to 1.0.1. No functional change, only take the fact into account
that pkg_add now leaves the INSTALL script for future use, and doesn't
delete it any more.
2000-05-16 16:02:04 +00:00
hubertf
6548ce77e9 Script to tar up an already instaled package. 2000-02-14 02:07:08 +00:00