espie
1c062c3c2e
allows for updates
2004-11-10 10:15:42 +00:00
espie
e94445485e
provide a simple locking command in perl.
2004-11-07 10:09:35 +00:00
sturm
bc39f7be50
new option -c for "clean builds", i.e. remove all installed packages
...
before building a new one; don't use this when building multiple packages
on one host
2004-10-24 14:16:38 +00:00
espie
e4b643ad88
don't create patches for Oops.rej
2004-09-21 09:27:15 +00:00
sturm
ea2b00d80a
$OpenBSD$
2004-09-20 20:17:33 +00:00
sturm
1f2b8ae4df
- use sh on localhost* and don't check_host() on these
...
=> you have an SMP machine, use localhost0, localhost1, ...
- for remote sessions, use ssh multiplexing, this speeds up a dpb
restart by about 1/4 - 1/3
- new option '-s', which starts building in cwd
=> use 'dpb -s' instead of 'make package'
=> mostly useful for SMP machines or if you have your cluster powered
on all the time
- '-b' now forces creation of the dependency file, if it doesn't exist,
it is created automatically
- check signals on returning ssh sessions to notice which ones really
succeeded and which ones where killed
2004-09-20 18:57:53 +00:00
sturm
1f1c3ee467
wrong order when redirecting STDOUT/STDERR
...
ok pval
2004-08-24 20:30:07 +00:00
sturm
0c0f93c97d
raise default timeout to 1 minute
...
requested by pval@
2004-08-23 20:46:42 +00:00
sturm
91eb345927
improve reliability:
...
- don't invoke intermediate shells on exec(), allowing to actually kill children
- when we are going down, only kill remaining children, not the whole pgrp
- don't use a SIGCHLD handler, but call waitpid explicitly at the right places
- exit(1) in case of an error
others:
- a little cleanup
- new option -t <timeout>
ok pval@
2004-08-23 19:54:11 +00:00
sturm
02a925a3c7
Distributed Package Build is a helper script to permit several hosts
...
working together in doing a bulk package build.
ok pvalchev@, espie@
2004-08-10 20:54:38 +00:00
espie
413404d080
tag updating-plist case for logging.
2004-08-06 11:31:22 +00:00
sturm
0e1d71c25e
gdiff die, die, die
...
from Jared Yanovich
2004-06-20 19:11:08 +00:00
sturm
e622e85755
be more robust as people might install packages they no longer have
...
port directories for, e.g. mystuff/foo
2004-05-31 14:39:40 +00:00
xsa
d55ad4e2e1
- add $OpenBSD$ Id string
...
- minor cosmetics
2004-04-11 17:03:56 +00:00
naddy
8b4d126f44
Script to check for availability of newer upstream releases for perl ports.
...
From: Sam Smith <S@mSmith.net>
2004-04-11 16:43:48 +00:00
sturm
4a5015409c
adapt to new pkg tools without breaking compatibility to old ones
...
noted by Andreas Kahari, ok espie@
2003-11-05 17:35:45 +00:00
espie
e039496e40
Allows out-of-date to proceed even if some port is broken.
2003-09-28 10:59:42 +00:00
espie
314595c041
nicer out-of-date script, use the embedded subdir information to find
...
the correct package spec, and ask the corresponding package to show its
information.
2003-08-02 11:17:37 +00:00
espie
cba1263649
synch with new ports tree
2003-08-02 10:53:52 +00:00
jolan
f2d129335f
update-patches depends on GNU diff, for now. Error out and say where to
...
install it from if it doesn't exist on the system.
"looks cool" espie@
2003-07-30 11:10:34 +00:00
espie
6fb2f71ce6
dot is regexp magic
2002-11-28 19:20:37 +00:00
naddy
a653eafeac
Protect against meta-characters in library names (e.g. "libestdc++").
...
Mostly from pvalchev@
2002-10-01 12:16:38 +00:00
nino
d1662486a2
Make sure we're in PATCHDIR when we verify the patches. Otherwise we'll
...
print out incorrect information if no patches are found in WRKDIST.
Ok espie@
2002-07-24 11:54:21 +00:00
espie
3aada711bb
zap fetch progress bar.
2002-05-18 18:37:47 +00:00
espie
cc277cf81d
teach portslogger to put patch/configure/build depends with the correct
...
package.
2002-04-24 21:35:33 +00:00
espie
f801d53cd6
do not consider static libraries if dynamic libraries are around.
...
This is not the linker's way of working, but this is the way dependencies
must be handled to find about update issues.
naddy@ agrees, nobody else gives a fuck.
2002-03-04 13:39:34 +00:00
espie
007b0bcbc1
Recognize the `No new line at end of file' dif issue
2002-01-03 10:37:43 +00:00
espie
47692f4664
Use perl lib depends checker, that parses the full gamut of libspecs.
2001-11-17 10:39:19 +00:00
espie
a0b04e366e
Groan. Even after I refreshed my memory with perlvar(1), I still managed
...
to typo my way through.
2001-11-11 12:57:25 +00:00
espie
56b6822e2f
close PR2115
2001-11-11 12:38:57 +00:00
espie
3ad730108d
synch with new regress target (I forgot to commit this)
2001-10-05 07:26:50 +00:00
todd
2c70f18cb7
implement $PATCHORIG, a variable with the ability to change from .orig to
...
another suffix for 'update-patches' and 'patch', since there are some
distfiles that have foo and foo.orig already; ok espie@
2001-08-24 14:43:28 +00:00
espie
a3b8e08ec3
numbering of matches means we got to default log too often.
2001-07-26 14:53:53 +00:00
espie
32d772833a
Fix a few issues with portslogger, pointed out by Heikki Korpela.
...
I went a bit overboard with this one and implemented a Logger class
as a derived class on IO::File...
2001-07-19 12:29:09 +00:00
espie
1211f04ece
Take PORTSDIR var into account. Noticed by Brian R. Landy.
2001-07-19 02:49:56 +00:00
espie
a669357afd
Add old-install.mk names.
...
Noticed by naddy@
2001-06-07 14:46:23 +00:00
camield
53743ebea8
cvs should not touch this tag, ok espie@
2001-05-22 09:26:46 +00:00
espie
1e51a65a71
Add Installing...
2001-05-05 21:23:56 +00:00
espie
1215dcfa7d
This script can be used to check that all ports are linked in master
...
Makefiles.
2001-04-08 17:01:31 +00:00
espie
9336fc846c
Identify identical $file and $file.orig. Report them, but don't generate
...
an empty patch (that is sure to throw make patch later).
2001-03-31 22:54:41 +00:00
espie
e31ec85085
logger -> portslogger
...
to avoid conflict with logger(1)
2001-03-13 22:00:14 +00:00
form
30d4d0aba2
Better handling of installed packages not in ports INDEX.
...
ok espie@
2001-03-07 03:41:10 +00:00
espie
d8eecece63
Script to log specific ports build independently. Recognizes all
...
===> xxx for package
lines, so that it will redirect dependencies correctly. Use as
make 2>&1 | logger logdir
2001-03-01 00:00:26 +00:00
espie
88dcba4ede
Create PATCHDIR if first call of update-patches
2000-06-09 17:08:37 +00:00
espie
2026dfeb34
Bug-fix: if using WRKOBJDIR, update-patches wouldn't work if
...
WRKDIR=WRKDIST, since find does not follow links.
2000-06-07 00:47:47 +00:00
espie
1d2539aa57
A simple script to magically update-patches.
...
It's a fair attempt at trying to match actual changed files
with the patchdir, and invent new patch file names.
There are a few things it doesn't do yet, such as dealing with
patch files with multiple patches, or dealing with context diffs.
Just watch out when you use it for the first time on a port, verify
you don't lose or duplicate patches.
I've been using this to update large ports recently, and it seemed too
good not to give it to other porters.
Approved by turan@
2000-04-19 11:16:27 +00:00
espie
6130169376
author -> maintainer, use consistent terminology
2000-04-18 13:40:27 +00:00
espie
08da737589
If key, author, category is defined on the command line,
...
build SUBDIRS directly from INDEX.
2000-04-09 16:26:13 +00:00
espie
5dc30c71db
Tweak the packaging slightly
1999-10-07 14:22:36 +00:00
espie
50a55ee199
Name says it all
1999-10-01 22:11:06 +00:00