espie
adb07d8b6f
this can happen, and it's perfectly sensible in fact
2008-10-29 11:26:02 +00:00
steven
02481d9d12
revert a fix from bernd, it breaks other stuff
...
build deplibs the reverse way, seems to improve the ordering a bit
2008-10-29 10:09:33 +00:00
espie
24f7bfbb3e
use lstat so it always return something even if the link points nowhere
...
(we don't care about the destination owner anyways)
2008-10-29 00:22:56 +00:00
bernd
70853d5e36
Fix globbing to find libraries. ok steven
2008-10-28 17:16:31 +00:00
bernd
c884da49b1
Unbreak dependency_libs generation for .la files. ok steven
2008-10-28 17:15:00 +00:00
espie
b2162c8751
do a much better job at handling owners and groups
2008-10-28 14:32:08 +00:00
ajacoutot
3b893bbd83
- revert; USE_GCC* does not belong to the gcc* MODULES usage and
...
the man page has always been wrong about it
requested by and ok steven@
2008-10-28 13:29:05 +00:00
espie
ecccb89c45
do a visitor to copy basic annotations (to be rearranged at some point)
2008-10-28 13:29:01 +00:00
espie
00018f7d81
people with complex multi-packages are going to love this: try to figure
...
out where to put new stuff based on existing directories.
2008-10-28 13:01:05 +00:00
espie
1181a04df0
oops again
2008-10-28 12:32:39 +00:00
espie
d7052d3837
refactor code a bit
2008-10-28 12:28:50 +00:00
ajacoutot
c78568ec50
- reverse logic so that gcc3/4 is actually used when USE_GCC* is set
...
- set USE_GCC* to Yes by default when using a gcc* MODULE which makes
much more sense
discussed with and ok robert@
2008-10-28 12:26:39 +00:00
espie
57273c051a
oops.
2008-10-28 12:07:23 +00:00
espie
86fc36109c
instead of the old mess, create a haystack hash with every full file name,
...
so that we can match directly against the file system.
Also keep a list for each element, which allows us to multi-match when
needed... For instance fvwm2 is now happy with this.
2008-10-28 11:59:12 +00:00
bernd
f2d591ad64
Print a warning if a lib isn't found in %libs so we don't try to use
...
an uninitialized variable.
steven agrees
2008-10-28 11:31:48 +00:00
bernd
61891ab14d
parse_file now caches the file contents in %file_cache so we don't
...
have to to IO on the same files again and again.
don't skip any .la files in resolve_la yet to not break the order
(fixes misc/amanda)
added some debugging prints
ok steven
2008-10-28 11:16:27 +00:00
steven
401035aa94
find -lfoo libraries also inside ./.libs directory
2008-10-28 10:01:13 +00:00
steven
bec920d5eb
try to use pic objects if no non-pic objects can be found
...
throw some warnings
2008-10-28 10:00:22 +00:00
steven
0dba86f80d
use -whole-archive linker flag when linking a shared library with static
...
libraries
2008-10-28 09:58:55 +00:00
espie
07bd3b52fe
small tweaks
2008-10-27 21:00:11 +00:00
bernd
65dd5daf1a
unbreak
2008-10-27 16:53:13 +00:00
espie
d369ce8e34
endfake no more
2008-10-27 13:25:35 +00:00
espie
c31a347ab1
zap the end_fake for now, it's confusing issues...
2008-10-27 12:18:40 +00:00
espie
08790e6f9b
DYNLIBDIR died ages ago
2008-10-27 11:28:12 +00:00
espie
81f915855f
zap very old code that was used to remove @exec mkdir and @exec install-info
2008-10-27 11:19:57 +00:00
espie
a223161d21
turn the stuff we read from the FS into actual objects
2008-10-27 11:12:01 +00:00
steven
826ea4d32c
support -objectlist option; makes devel/cln build
2008-10-27 10:34:18 +00:00
espie
4374ceee96
move parts of make-plist into a separate module to try to clean up the
...
mess a bit...
2008-10-27 10:33:46 +00:00
steven
af0ac41778
slightly more readable
...
use same comment as gnu .la file
2008-10-27 09:36:42 +00:00
espie
646dba29d0
useless comment ;)
2008-10-26 16:24:22 +00:00
espie
1c7c0e6f80
zap local $_
2008-10-26 16:02:06 +00:00
steven
e0416b8ada
sort subs
2008-10-26 09:52:10 +00:00
steven
9fbc3582ca
slight code reorg, somewhat more readable
2008-10-26 09:44:22 +00:00
bernd
5f93c223a6
Add SUBPACKAGE to _ALL_VARIABLES. ok espie@
2008-10-25 15:06:26 +00:00
sturm
2342cf4f65
BIN_PACKAGES is obsolete
...
from Mikolaj Kucharski
2008-10-24 16:34:19 +00:00
steven
f259217b48
abort if neither a .la file nor a real library can be found
2008-10-20 21:00:30 +00:00
steven
728795eed1
don't try to strip .la files on installation
...
use same libtool version as in ports tree
2008-10-20 20:20:09 +00:00
steven
002ab91cdb
-n is an alias for --dry-run
2008-10-20 20:16:05 +00:00
sthen
cf3436b778
replace 3 broken horde mirrors with working ones, and adjust a directory
...
path for another. ok mbalmer@
2008-10-17 21:57:22 +00:00
pvalchev
7fa431eebd
bring up to speed for 4.4
2008-10-16 23:35:50 +00:00
sthen
212e34c30e
update CPAN mirror for .uk, from Jim Razmus - thanks!
2008-10-15 14:53:00 +00:00
steven
211fecd1ec
sort libraries by version number only instead of alphanumerically by filename
...
prevents libfoo.so.10.0 < libfoo.so.9.0
pointed out and similar diff by bluhm@ before ports lock
2008-10-10 20:32:28 +00:00
jasper
1e6ef91b32
- rename net/powerdns user to _powerdns to avoid confusion with net/pdnsd
2008-10-07 21:01:51 +00:00
espie
0965b5a651
make register-plist aware of the new digest infrastructure.
...
make it not notice a switch from md5 to sha256.
2008-10-06 09:37:02 +00:00
jasper
1d1b675756
- add _pdnsd:_pdnsd for powerdns
2008-10-02 18:41:44 +00:00
espie
fb5fbd2ffc
new perl can't read from unopened dir (autovivified handle)
2008-10-02 18:06:37 +00:00
simon
f06c5645e2
remove dependencies to ports now coming with perl
2008-09-29 22:55:46 +00:00
espie
79bdb256c9
add a possible convenience link to the WRKDIR
...
*solely* as a facility for people working on the ports tree.
not to be used for anything at all in the ports tree itself !!!
since it's not protected against any kind of race.
2008-09-19 13:00:30 +00:00
sturm
fc0b736093
remove some machines
2008-09-17 20:19:24 +00:00
ajacoutot
13ef0005f6
- add ^TRUEPREFIX to the generic SUBST_VARS
...
"go ahead" espie@
2008-09-17 13:42:10 +00:00