steven
5793039c06
accept multiple forms of --version-info, adding default values where none
...
are specified (gnu behavior). this fixes math/kst
2009-02-16 22:04:28 +00:00
steven
238f39a692
deal with multiple linker options passed via one -Wl flag
...
fixes gnome/dasher
2009-02-16 21:22:56 +00:00
steven
14807835af
rework logic around library linking, adding so called convenience libraries.
...
fixes build of a few ports, and doesn't seem to break anything else.
2009-02-16 20:02:42 +00:00
sthen
425944e209
add MASTER_SITES_SAVANNAH and switch ports over to using it.
...
ok jasper, landry
2009-02-16 15:28:57 +00:00
simon
e8be3e6c8d
add user for ircd-ratbox
2009-02-09 09:42:08 +00:00
sthen
3069a7f086
add scrotwm, dmenu, and a few other things that might be useful on zaurus.
2009-02-03 23:15:01 +00:00
jasper
dcd264a214
- bring the packetstorm mirror list in sync with the published list on
...
the website
- zap trailing whitespace
from Jim Razmus, thanks
2009-02-03 22:17:36 +00:00
espie
32b14d0e1a
reserve group/user for ajaxterm
2009-02-03 10:47:20 +00:00
jasper
7b8aff3857
- add a whole bunch of master sites for mysql as MASTER_SITES_MYSQL
...
ok ajacoutot@
2009-02-02 15:54:19 +00:00
martynas
a55b62ec62
add _tinyproxy. ok sthen@, merdely@, sturm@
2009-02-02 12:21:57 +00:00
bernd
68a8f96c5b
add _ircd-hybrid user
2009-01-29 23:25:45 +00:00
sthen
019d0d7d88
add user/group for net/iftop
2009-01-27 01:03:16 +00:00
espie
db7f3a147c
say exactly WHAT was skipped, instead of giving the pattern
2009-01-24 11:32:43 +00:00
sthen
7229df5429
s/libao,-esd/libao/, ok pvalchev
2009-01-12 19:12:23 +00:00
sthen
46a5bf5290
add a few packages, mostly by request, to the regular arm builds
2009-01-11 13:23:51 +00:00
sthen
2421c402c0
fix WindowMaker master site, from Tamas Tevesz.
2009-01-07 11:11:14 +00:00
ajacoutot
126913162c
- fix some unquoted shell expansions
...
this fixes an old bug where package creation would fail if one has some
particular file under PKGPATH because it would give pkg_create the wrong
args
from Wim Lewis on ports@, thank you!
"looks right" sthen@, "sounds reasonable" landry@, ok jasper@ espie@
2009-01-05 12:43:49 +00:00
espie
8c9d39a306
cheat a bit when registering comments...
2008-12-30 13:28:20 +00:00
sturm
964ced26a0
get rid of warnings in yp environments by explicitly denying binding
...
to 0.0.0.0:0 with eaccess
from Ingo Schwarze <schwarze at usta.de>
2008-12-27 19:27:14 +00:00
espie
3a751a74cc
have to forego copying directories in the haystack case as well
...
as noticed by ajacoutot@
2008-12-27 12:44:02 +00:00
steven
2b94a5c112
add archive.apache.org which also has older versions
2008-12-27 11:00:51 +00:00
espie
7959381d53
do more subtle things with \n, since makeinfo can format the tag line in about
...
any way that makes sense for it.
2008-12-27 09:16:43 +00:00
sthen
2587c97392
my last commit here broke packaging of some ports.
...
fix from form@, thanks and sorry!
2008-12-24 10:08:02 +00:00
sthen
d23d34d6db
create /etc/firmware in the fake root. No objection from espie@
2008-12-23 21:26:56 +00:00
jasper
07484c630a
- add _openct:_openct for upcoming openct update
2008-12-23 19:08:24 +00:00
pea
924e9aafab
Add _rancid (sysutils/rancid)
2008-12-16 21:12:26 +00:00
steven
b141d06793
parse linkargs after constructing object lists
2008-11-23 09:53:56 +00:00
steven
ae388464a0
small tweak
2008-11-23 08:47:05 +00:00
steven
fe4a14cc4a
somewhat simpler
2008-11-22 10:04:19 +00:00
steven
7f7ea8f9cb
move code a little bit
2008-11-22 09:58:03 +00:00
sthen
5caeaa3c03
unbreak check-all for sha256; diff and prodding from
...
Mikolaj Kucharski, sorry for the delay and thanks!
2008-11-20 14:06:56 +00:00
steven
1dcee94da4
move library linking to LaFile class
2008-11-19 21:11:17 +00:00
sthen
7ce22cda43
add security/ipguard
2008-11-18 22:32:38 +00:00
steven
2f6600d62f
some trivial cleanup
2008-11-18 22:31:11 +00:00
steven
705208ac57
separate linking of executables into its own class
2008-11-18 22:16:44 +00:00
pea
d34eaba94c
Add _icecast
2008-11-18 21:24:11 +00:00
espie
65e7dd9971
somewhat better error indications after some user feedback ;)
2008-11-18 11:45:41 +00:00
sthen
fe4d2fc3fd
add _squeezecenter:610
2008-11-17 12:32:23 +00:00
sthen
fe512b89ac
We already warn about some arch-dependent files found in the
...
PLIST; add a few more architectures to this check, notably amd64
(including x86-64 and x86_64 often found in autoconf-based software).
Arch with short names less common as a primary ports developer
platform are deliberately not included to avoid bogus warnings.
ok espie@
2008-11-17 11:20:44 +00:00
steven
0d384fb780
- use exec during installation as well
...
- cleaner way to filter -s out of install options
2008-11-16 21:58:17 +00:00
steven
da62d86b3c
make the compiler program a list; fixes a few ports
2008-11-14 22:50:58 +00:00
steven
ca2029501c
use reference instead of hash
2008-11-11 11:00:29 +00:00
steven
a6d6aed06a
separate compile code into its own method
2008-11-11 10:46:14 +00:00
steven
176cb58ff7
don't use the shell, except for install mode (needs more tweaking)
...
use references in a few more places
check whether reference is defined before attempting to use it
2008-11-11 09:54:51 +00:00
steven
5538e2a4ec
change logic deciding whether to add a version; should fix a few ports
2008-11-10 15:52:30 +00:00
steven
f973bf3a82
only use reverse_zap_duplicates_ref and get rid of the array version
...
ok espie
2008-11-10 15:01:54 +00:00
sthen
7ca677bed1
remove sh from no_shared_archs, ok steven@
2008-11-10 08:46:21 +00:00
steven
f2bea3b294
reintroduce (incomplete) support for --config, needed by some ports
2008-11-09 12:37:35 +00:00
steven
11da5ccdac
more use of references
...
go for it espie@
2008-11-09 12:29:54 +00:00
steven
68831eca93
- use reference in process_deplibs and a few other places
...
- avoid split/join ' ' dance
- prettier debug output
ok espie@
2008-11-09 10:30:54 +00:00