espie
d795e04cf6
if I want to make the path part of the regexp, I need to use ? to make
...
sure it matches correctly...
2008-04-13 09:46:19 +00:00
espie
9106e40ed0
ignore details of new @comment VARS:, to be used for better make-plist.
2008-04-12 13:09:58 +00:00
espie
2c22929416
extend VAR_SUBST syntax slightly: a supplementary ^ at the beginning of
...
the variable subst means the subst shouldn't occur anywhere, but only at
beginning of name... useful for backsubst of SYSCONFDIR, since etc is so
frequent. Extended to other variables such as PREFIX.
tweak make-plist to use OpenBSD::Subst.
*this means this only works with current, but you've had a week to update...*
2008-04-12 13:04:21 +00:00
espie
3a17c26da8
add support for SUBST_CMD
2008-04-07 11:12:42 +00:00
espie
ade8f6f21e
scaffold for CMD_SUBST
2008-04-07 11:10:16 +00:00
pvalchev
ce69f8a036
'sh' now has shared libs; from brad
2008-03-29 01:58:33 +00:00
espie
d4f049fe76
zap keep-alive scaffolds, it's on all the time now.
2008-03-24 18:05:54 +00:00
pvalchev
b39cde2e27
4.3
2008-03-20 22:04:26 +00:00
pvalchev
9823fa545a
4.3 sync
2008-03-05 17:59:57 +00:00
pvalchev
81a563caf5
4.3
2008-03-05 17:52:25 +00:00
pvalchev
e4eb6640d3
4.3 sync
2008-02-27 19:05:23 +00:00
pvalchev
22bcbfb884
sync
2008-02-27 19:05:08 +00:00
pvalchev
8f3aedbb9c
update
2008-02-27 06:19:44 +00:00
espie
b00d668f47
... and shellquote is now counterproductive... noticed by the same.
2008-02-20 07:04:25 +00:00
espie
c846346eda
use exec(@list), avoid quoting issue.
...
thanks to Johan Kiviniemi and Antti Harri
2008-02-19 11:02:53 +00:00
jakemsr
41e50b340e
escape special characters in arguments before splitting arguments on
...
spaces.
ok steven@
2008-02-17 02:01:42 +00:00
merdely
3687d4b37e
Fix _bacula-sd uid. Bump package names.
...
Pointed out by sthen@
"reads fine" jasper@
2008-02-16 21:22:41 +00:00
okan
6101ab777c
- nmap,no_x11 -> nmap
...
- python 2.4 -> 2.5
- texlive replaced teTeX, noticed by sthen@
ok pvalchev@
2008-02-08 22:24:24 +00:00
bernd
1f61bf124d
Add _iodine.
2008-02-06 21:43:57 +00:00
simon
6692106c6c
ease sending cpan reports by adding the default recipient address
...
requested by & ok okan@
2008-01-29 21:00:27 +00:00
simon
c2eff19a79
run cpanreport with perl
2008-01-28 00:03:01 +00:00
simon
bf1bcd25c5
let `make regress' write test reports
...
to use it set CPAN_REPORT=Yes, CPAN_REPORT_FROM to your email address
and CPAN_REPORT_DB to a directory (like PLIST_DB)
initially by steven@
feedback from steven@, msf@, rui@, espie@, merdely@, okan@
ok msf@
2008-01-27 23:28:25 +00:00
ajacoutot
a30f21640e
- add _kqemu group
2008-01-20 15:12:31 +00:00
espie
10fa94b01a
insist on mkdir -p... now that FAKE_FLAGS is `fixed' this works.
...
Tested thru a full bulk-build
2008-01-18 20:58:15 +00:00
espie
d662afd778
insists on a space around the = sign (yes, there are good reasons for
...
that, it helps make finding the assignment sign in weird cases, and it's
also more readable for a human).
Reflect reality somewhat (ditch NO_DEPENDS and NO_PKG_REGISTER)
2008-01-13 16:43:57 +00:00
espie
bf85c6df5a
make it possible to lock/unlock manually a given directory.
...
This can be used to work on a port update while building other stuff
without risking the global build from interfering until the update is
finished.
2008-01-12 14:12:43 +00:00
espie
9ca2e064cf
do the same thing with REGRESS_FLAGS as FAKE_FLAGS
2008-01-04 18:38:51 +00:00
espie
17d70806a3
tweak FAKE_FLAGS semantics to saner defaults.
2008-01-04 17:48:33 +00:00
espie
e0c15c5448
scaffold for running make in parallel, to be documented soon.
2007-12-28 12:49:12 +00:00
espie
4cdccf971e
add a PKGDB_LOCK that can be used by pkg_add to -F nolock in src/ build
...
mode.
2007-12-28 12:46:03 +00:00
jolan
72e58f4c30
support .tbz2, ok espie@
2007-12-05 06:55:41 +00:00
merdely
32c84fc9c3
Create $PLIST_DB directory if defined.
...
Fix a spacing nit.
ok espie@
2007-12-01 14:44:47 +00:00
ajacoutot
707dea5ac7
- add _heartbeat user/group
2007-11-21 18:44:34 +00:00
steven
00e2cb6285
- store more info in .la files, simplifies the resolver
...
- process -R flags
- try to use the right -l flag
- skip prefer-pic/non-pic for now
- various tweaks
2007-11-16 15:37:20 +00:00
steven
2ff99c7644
don't create symlinks to static libraries
2007-11-09 15:20:57 +00:00
steven
fd610b14e1
install libraries with mode 644 if possible.
2007-11-05 12:45:34 +00:00
steven
011438b584
handle -prefer-pic and -prefer-non-pic options in compile mode.
...
shorten second getopt configuration line a bit.
2007-11-05 12:15:35 +00:00
steven
520b2657e2
also use -R flags when linking libraries, and add them into dependency_libs.
2007-11-05 11:27:34 +00:00
steven
3b08865b7c
rework comments a bit
2007-11-03 13:40:08 +00:00
steven
8638149d6e
handle current,revision,age stuff a bit better, and make sure it all gets
...
written in the .la file
2007-11-03 10:15:41 +00:00
steven
b5e8a26a13
drop -L flags containing .libs directories from installed .la file
2007-11-03 09:20:34 +00:00
steven
df477a7ef0
- library names don't have to start with 'lib'
...
- use libname.lax directory for extraction
- eliminate duplicates from dependency_libs
2007-11-03 08:47:46 +00:00
steven
2cd6019414
oops, keep -f test before creating a symlink
2007-11-01 17:21:25 +00:00
pvalchev
8f6b54a45b
update
2007-11-01 16:09:44 +00:00
steven
cc9a22211a
remove symlinks before creating them.
...
add --config output, only one variable for now which some port uses.
2007-11-01 10:39:33 +00:00
steven
3a7ffa8c6f
- use .lai extension for better compatibility with gnu
...
- write .lai file at build time, and only install .la for shared libraries
- create symlink to .la file from the .libs directory
2007-10-31 21:49:08 +00:00
steven
802692b22c
put the final libdir correctly in .la file from the start.
...
this also simplifies reworking of dependency_libs upon installation.
2007-10-31 17:32:55 +00:00
sturm
6438da2ade
back out, this breaks PLIST_DB
2007-10-29 21:50:40 +00:00
sturm
09b5470166
unbreak, the regular expression never matched and $' was empty there
...
ok espie@
2007-10-29 20:00:53 +00:00
jasper
815941c4e5
keep an ftp:// server in top of MASTER_SITES_GNOME, so peek-ftp works
2007-10-29 19:23:45 +00:00