|
|
@1375
|
16 years |
landonf |
Shorter debug message
|
|
|
@1363
|
16 years |
landonf |
Add working portexec
Change darwinports API:
dportopen now takes two …
|
|
|
@1362
|
16 years |
landonf |
Start of portexec that provides for sharing work in one workpath
|
|
|
@1356
|
16 years |
landonf |
Remember to bring in the option_proc global. This will fix depends_*-append
|
|
|
@1355
|
16 years |
landonf |
Rename 'packager' target to 'package' and add support for conflicting …
|
|
|
@1333
|
16 years |
kevin |
Added portexec primitive to run an arbitrary target of a port.
|
|
|
@1226
|
16 years |
kevin |
Deprecate dportmatch in favor of dportsearch.
|
|
|
@1176
|
16 years |
kevin |
Ignore variant mismatch if ports_force is specified.
|
|
|
@1169
|
16 years |
kevin |
Store variants in state file. Print error if state exists with …
|
|
|
@1164
|
16 years |
kevin |
Preliminary support for variant conflicts.
|
|
|
@1139
|
16 years |
landonf |
Remove a variable if we delete the last item in the list
|
|
|
@1136
|
16 years |
kevin |
Added path: class of depspec which is satisfied by a regex at an …
|
|
|
@1086
|
16 years |
eric |
Place newly created users in nogroup by default.
|
|
|
@1085
|
16 years |
eric |
Add functionality to create users and groups.
|
|
|
@1047
|
16 years |
jkh |
Fixup a little whitespace.
|
|
|
@1045
|
16 years |
jkh |
Add an mktemp primitive for simply getting a convenient temporary file …
|
|
|
@1033
|
16 years |
landonf |
Options should never be declared outside of a target
|
|
|
@1024
|
16 years |
kevin |
create the procedure for a variant earlier in the process.
trying to …
|
|
|
@1018
|
16 years |
kevin |
Renamed variants.default to default_variants.
|
|
|
@1017
|
16 years |
kevin |
Added variants.default to specify default variants. These do not …
|
|
|
@1015
|
16 years |
kevin |
Remove 'register' proc.
Now targets have a handle to the target object …
|
|
|
@994
|
16 years |
jkh |
Remove a debugging puts
|
|
|
@993
|
16 years |
landonf |
indenting
|
|
|
@992
|
16 years |
kevin |
optimized exec cat to fcopy in reinplace
ftruncate(2) original file …
|
|
|
@989
|
16 years |
kevin |
Make property accessor actual virtual functions.
(Targets will likely …
|
|
|
@960
|
16 years |
jkh |
1. rename portname to name (externally) and portversion to version …
|
|
|
@956
|
16 years |
landonf |
When appending, verify that variable exists, otherwise, set variable …
|
|
|
@951
|
16 years |
kevin |
Fixed typo during make->build conversion.
|
|
|
@902
|
16 years |
landonf |
Fix problem with dots in variable names
Reported by: yeled
|
|
|
@900
|
16 years |
kevin |
Print error messages in target_run.
|
|
|
@835
|
16 years |
landonf |
Cause options_export to use new option proc API
|
|
|
@824
|
16 years |
kevin |
rolling back overzealous escaping of '.' for binary regexps.
|
|
|
@823
|
16 years |
kevin |
Create both library and binary portfile depspecs.
|
|
|
@821
|
16 years |
kevin |
Enhanced options hooks
Allow multiple hooks for each option.
Call …
|
|
|
@805
|
16 years |
kevin |
Reinstate ldelete modification that was lost in the generic depspec merge.
|
|
|
@804
|
16 years |
landonf |
Give useful data
|
|
|
@802
|
16 years |
kevin |
Targets should throw exceptions to indicate failure.
(Custom targets …
|
|
|
@801
|
16 years |
kevin |
Fix pre/post/override target procs.
|
|
|
@798
|
16 years |
kevin |
Fixed typo in register.
|
|
|
@796
|
16 years |
kevin |
Change dependency evaluation engine to use depspec objects.
|
|
|
@781
|
16 years |
landonf |
duh
|
|
|
@780
|
16 years |
landonf |
Allow darwinports to build on file systems that do not support flock …
|
|
|
@775
|
16 years |
landonf |
Return error number on unknown target
|
|
|
@724
|
16 years |
jkh |
Add variant_set, variant_isset and variant_unset procedures
|
|
|
@712
|
16 years |
landonf |
Add more comments
|
|
|
@655
|
16 years |
jkh |
Add some seat belts:
1. Try to create $prefix if it doesn't exist.
2. …
|
|
|
@651
|
16 years |
landonf |
Fix mis-named variable in comment
|
|
|
@646
|
16 years |
landonf |
Use flock on .darwinports.state file instead of Portfile; gets the …
|
|
|
@645
|
16 years |
landonf |
Add a useful debug statement in command construction
|
|
|
@628
|
16 years |
landonf |
Changes to allow arguments to command.{var} procedures to contain …
|
|
|
@618
|
16 years |
landonf |
Run custom option procedure only once in ${option}-delete
|
|
|
@616
|
16 years |
landonf |
Properly set, escape, and use default delayed expansion (traced) variables
|
|
|
@615
|
16 years |
landonf |
Properly reference option variable
|
|
|
@614
|
16 years |
landonf |
Fix -append & -delete's interaction with TCL variable tracing
|
|
|
@613
|
16 years |
landonf |
Support static pre/post target procedures
|
|
|
@609
|
16 years |
landonf |
Check for init procedure using accessor functions
|
|
|
@608
|
16 years |
landonf |
Seperate init registration from target registration
|
|
|
@599
|
16 years |
kevin |
quoting of $result in pre-/port-/target routines was buggy.
|
|
|
@591
|
16 years |
kevin |
Pre- and Post- target procs are no longer full-fledged targets, but …
|
|
|
@577
|
16 years |
landonf |
Add support for dportinfo
|
|
|
@526
|
16 years |
landonf |
Fix broken interactions of upvar and variable tracing
|
|
|
@525
|
16 years |
landonf |
Roll back changes to name mangling handling in trace code.
|
|
|
@524
|
16 years |
kevin |
Select all variants which provide a subset of the requested variations.
|
|
|
@521
|
16 years |
landonf |
Add commands/command procedures.
Implement standardization of command …
|
|
|
@478
|
16 years |
landonf |
install -> registry
|
|
|
@472
|
16 years |
landonf |
Lay down support for defaults + tracing
|
|
|
@471
|
16 years |
landonf |
Fix pre/post procedure bug I introduced in revision 1.36
|
|
|
@464
|
16 years |
jkh |
Add include directive and make X port use it
|
|
|
@440
|
16 years |
kevin |
Fixed choose_variant.
|
|
|
@432
|
16 years |
landonf |
Support custom option procedures
|
|
|
@429
|
16 years |
landonf |
Output errors in custom procedures properly
|
|
|
@420
|
16 years |
kevin |
Add support for variations on the command line.
|
|
|
@417
|
16 years |
landonf |
Add return code support
|
|
|
@385
|
16 years |
landonf |
Add -append and -delete options
Add ldelete utility procedure
|
|
|
@384
|
16 years |
jkh |
Catch errors so that port traversal is more useful
|
|
|
@380
|
16 years |
landonf |
Avoid auto-list action of 'args'
|
|
|
@379
|
16 years |
kevin |
Beginnings of variant support.
Portfile: variant a b c requires x y z …
|
|
|
@373
|
16 years |
landonf |
Avoid leaking file descriptors
|
|
|
@369
|
16 years |
landonf |
Use freebsd style reinplace syntax and escape pattern with strsed
|
|
|
@367
|
16 years |
landonf |
Fix post- targets
|
|
|
@365
|
16 years |
landonf |
Add reinplace utility procedure
|
|
|
@363
|
16 years |
landonf |
Use case insensitive string compare in tbool
|
|
|
@360
|
16 years |
jkh |
OK, hand me back the Tcl book, now I see where the quoting was going …
|
|
|
@359
|
16 years |
jkh |
Another stab at quoting - previous wasn't aggressive enough.
|
|
|
@358
|
16 years |
jkh |
Properly quote name arguments to deal with volume / filenames with …
|
|
|
@357
|
16 years |
landonf |
Add Apple copyright and license to each file
|
|
|
@354
|
16 years |
landonf |
Change target re-registration warning to a debug message, as it is a …
|
|
|
@339
|
16 years |
jkh |
Commit port_traverse function for traversing the port hierarchy
|
|
|
@328
|
16 years |
landonf |
Clean up options
|
|
|
@312
|
16 years |
landonf |
Check init properly
|
|
|
@306
|
16 years |
landonf |
Accept targets missing an init procedure
|
|
|
@296
|
16 years |
landonf |
Only write state cookies once per target
|
|
|
@295
|
16 years |
landonf |
Implement all init routines
|
|
|
@292
|
16 years |
landonf |
New statefile code to support init additions
|
|
|
@257
|
17 years |
landonf |
Check for prexisting procedure to avoid hard to debug conflicts
|
|
|
@244
|
17 years |
landonf |
dependency system revamp
|
|
|
@241
|
17 years |
landonf |
Remove chain support.
Kevin was right =)
|
|
|
@238
|
17 years |
landonf |
Fix library regexp
|
|
|
@237
|
17 years |
landonf |
Useful debug messages
|
|
|
@232
|
17 years |
landonf |
Support lists of swdeps
|
|
|