espie
0e89359ef4
Lock infrastructure for the ports tree.
...
If LOCK_CMD, UNLOCK_CMD and LOCK_DIR are defined, those are used to
perform `big-lock' style locking on top-level targets, such as
extract, patch, build.
The internals of the ports tree do not use any finer grained locking.
Those top-level targets now redirect to _internal-targets, without
any behavioral change.
Any dependency computation will recurse to another directory, and
invoke a top-level target, thus triggering the locking of the dependency.
All locking is done using FULLPKGNAME, except for fetch with uses
the DISTFILES names for independent files.
If no locking is desired, the top-level targets simply redirect to
the _internal-targets. The cost is close to zero: make just needs to
handle an extra ~20 phony targets.
Much testing and approval by brad@, naddy@, pval@, fries@ and other
people. Thanks to niklas@ for some useful discussion.
2004-07-18 22:44:36 +00:00
sturm
dc5b8a71ae
FETCH_DEPENDS is long gone
2004-07-15 22:08:00 +00:00
espie
571e0e10d7
move everything to _fetch-makefile, so that __FETCH_ALL can put all
...
file names where it should.
noticed by jolan@, okay sturm@
2004-07-12 08:45:32 +00:00
espie
2df6d8519a
byebye IGNOREFILES
...
Okay naddy@
2004-07-11 20:44:33 +00:00
xsa
bc178c872f
sunsite.auc.dk changed to sunsite.dk years ago; now that auc.dk becomes
...
aau.dk, the auc.dk will probably not persist much longer. Also, sunsite.dk
is the official name (for now).
>From: Michael Knudsen <e at molioner.dk>
2004-07-05 16:13:47 +00:00
sturm
27566ce032
permit moving of shared objects and shared libraries from PLIST
...
to PFRAG.shared automatically
2004-07-03 17:50:52 +00:00
pvalchev
4598902e99
better patch, no need for ldconfig(1) on plugins; ok espie mjc
2004-06-29 20:26:08 +00:00
mjc
e7dbd0e457
put shared objects with no version into PFRAG.shared
...
OK pvalchev@ better regex suggested by espie@
2004-06-29 01:28:26 +00:00
msf
754a71e108
perl modbuild should install the perl manpages into man/man3p and not
...
man/man3
2004-06-23 03:20:17 +00:00
sturm
4597750316
add _SYSTRACE_COOKIE to _ALL_COOKIES
...
ok espie@
2004-06-22 20:05:46 +00:00
espie
ee63e907a9
missing dependency
2004-06-22 16:09:05 +00:00
sturm
0e1d71c25e
gdiff die, die, die
...
from Jared Yanovich
2004-06-20 19:11:08 +00:00
brad
350f1c87d9
sync with CVS as of today, adds luna88k and removes pegasos.
2004-06-15 04:06:26 +00:00
sturm
47cb6d0543
back out CFLAGS-honour-diff
...
MakeMaker might add important stuff to CCFLAGS, which we override
2004-06-08 20:28:19 +00:00
espie
f19cb223c7
move the automake inter-dependencies to another file.
...
checked by naddy@ on a full build.
idea okay'ed by naddy and pvalchev.
2004-06-06 11:49:08 +00:00
sturm
7057f0c410
honour CFLAGS in perl ports
2004-06-02 09:20:43 +00:00
brad
c8477e0e5f
hppa has shared libs now
2004-06-01 21:43:09 +00:00
jolan
e0768dec11
sort lp64_archs alphabetically, remove hppa from no_shared_archs
2004-06-01 21:06:29 +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
sturm
67a6ca5fda
honour TMPDIR and PKG_TMPDIR in systrace policies
...
prodded by jolan@
2004-05-31 12:27:07 +00:00
jakob
043b234ca3
_jabberd
2004-05-29 13:08:54 +00:00
msf
975e0f0aac
infrastructure bits for p5-Module-Build
...
ok espie@ sturm@ pvalchev@
2004-05-26 11:20:26 +00:00
xsa
9e7d448439
sync MASTER_SITE_AFTERSTEP, remove broken sites, add a new one;
2004-05-25 10:31:08 +00:00
dhartmei
1f479b8766
milter-spamd is a sendmail milter plugin that passes mails through
...
SpamAssassin's spamd, rejecting mails inline that are considered
spam. ok sturm@
2004-05-24 07:35:47 +00:00
xsa
1bda42bb1c
new MASTER_SITE_R5CONTRIB and sync _XCONTRIB sites;
...
ok pval@ sturm@.
2004-05-18 08:38:28 +00:00
pvalchev
d570761068
provide LP64_ARCHS, a list of 64-bit architectures (to be used for
...
NOT_FOR_ARCHS and such); ok naddy
2004-05-16 23:14:44 +00:00
grange
f7ae4fc70a
_cnupm user for net/cnupm
...
ok pval@
2004-05-13 06:52:12 +00:00
sturm
44e3d691c8
remove WRKDIR, it is read-only
...
suggested by Aleksander Piotrowski <aleksander.piotrowski at nic.com.pl>
ok espie@
2004-05-08 12:13:52 +00:00
espie
77490d49eb
Run autoheader unless explicitly asked not to.
...
Did a full ports build before that, hoping I did not miss any.
2004-05-05 11:17:22 +00:00
sturm
4c3be953ba
allow for additional port specific systrace policies, needed to make
...
jdk-linux and netscape build with systrace
ok espie and others
2004-05-01 14:27:07 +00:00
sturm
5a70af0a5f
according to Niels, execve needs "true then permit" in order for emulation
...
changes to work correctly. This allows fixes for emulation issues with
some linux-compat ports (jdk, netscape).
2004-05-01 14:23:27 +00:00
robert
ca9b819469
Add the _vscan user/group (used by mail/amavisd-new); ok jolan@
2004-04-30 21:32:56 +00:00
sturm
1f4d6d2e3b
permit closefrom()
2004-04-24 07:17:44 +00:00
espie
d9a7718501
move -e '//d' around so that it's more readable...
...
... and add the missing one that was noticed by jolan@ !
2004-04-19 18:57:54 +00:00
naddy
af329a3caf
mention build/outdated-perl-ports; from Robert Nagy/Sam Smith
2004-04-11 20:55:10 +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
pvalchev
4ea1459995
sync
2004-04-09 05:23:21 +00:00
espie
c35cfd38ae
silence echo in recursive work, so that tsort no longer sees confusing
...
===> directory entries.
2004-04-07 13:06:33 +00:00
pvalchev
dd34ca187b
sync
2004-03-25 09:15:47 +00:00
pvalchev
121d790b27
sync
2004-03-23 22:09:46 +00:00
pvalchev
0b36034a57
and vax
2004-03-15 07:26:00 +00:00
pvalchev
7957455c9c
sync
2004-03-15 07:24:38 +00:00
pvalchev
842ba5c57e
some of the plists
2004-03-14 22:42:57 +00:00
espie
9c6f8a3cc2
replace with a new script that works faster.
2004-03-04 17:48:29 +00:00
brad
e3df2e484a
AUTOCONF_NEW has been removed from all ports so remove this
...
knob.
ok naddy@
2004-03-03 01:17:39 +00:00
espie
100e4a7134
make autoheader a switch that's not systematically run...
...
thanks to mutant versions of autoconf-2.13.
2004-02-25 22:23:20 +00:00
espie
c48fae4abc
do a search and touch to prevent dratted automake Makefiles from rebuilding
...
anything after configure.
Side-effect: config.h.in is not rebuilt automatically at build time, we
invoke autoheader explicitly.
Change approved by naddy@ and brad@, for robustness, there may a few kinks
to fix...
2004-02-25 21:50:26 +00:00
espie
abe9b75176
slight clean-up. Result tested by pvalchev@
2004-02-25 00:08:30 +00:00
marcm
52c519feda
Ok, actually commit the changes to user.list this time.
2004-02-21 06:16:58 +00:00