I don't have FreeBSD, so I'm asking this out of pure academic interest. What did you actually have to `port'? Peter's code seems to be very much strictly...
John Darrington
john@...
Jul 1, 2003 7:59 am
3485
I have not looked at the port but the default distruption (sourceforge) of 4.11 works right out of the box on freebsd 4.8. the issue though is for what ever...
Aryeh M. Friedman
aryeh@...
Jul 1, 2003 10:03 am
3486
Hi John-- ... In this context, "port" doesn't refer to any actual code changes necessary just to get Aegis to run on the system. A FreeBSD "port" is their term...
Steven Knight
knight@...
Jul 1, 2003 11:04 am
3487
... As Steven Knight explained, a minimal FreeBSD 'port' includes at least a makefile wrapper, a description, and a checksum file, which would all be...
Christopher Vance
vance@...
Jul 1, 2003 11:49 pm
3488
According to Uli Drepper (glibc maintainer) "all solutions based on LD_PRELOAD are doomed". I'm attempting to get clarification, and hopefully a rationale, for...
Peter Miller
peterm@...
Jul 2, 2003 12:56 am
3489
On Wed, Jul 02, 2003 at 09:48:48AM +1000, Christopher Vance wrote: Aegis puts docs in ${PREFIX}/lib/aegis/en, rather than ${PREFIX}/share/doc/aegis, for a...
John Darrington
john@...
Jul 2, 2003 10:09 am
3490
Who knows Peter has not done the same for the cook port so maybe not. The reason is FreeBSD insists on making a port tied to a specific version and you have...
Aryeh M. Friedman
aryeh@...
Jul 2, 2003 10:41 am
3491
On Wed, Jul 02, 2003 at 06:43:49AM -0400, Aryeh M. Friedman wrote: Who knows Peter has not done the same for the cook port so maybe not. The reason is FreeBSD...
John Darrington
john@...
Jul 2, 2003 10:58 pm
3492
... Could users build in a new branch which only builds what they want? and/or Could use an AEGIS_BUILD or AEGIS_TARGET environment vairable to specify certain...
Brendan J Simon
brendan.simon@...
Jul 2, 2003 11:59 pm
3493
Is it possible to suck down a set of changes in one aedist from the webiface? Say, "give me all the changes from 169 to 190 in one aedist so I don't have to...
Jamie Wilkinson
jaq@...
Jul 3, 2003 8:31 am
3494
If you get the baseline of 189 and the aedist for 190 why do you need multiple aedists? --Aryeh _______________________________________________ Aegis-users...
Aryeh M. Friedman
aryeh@...
Jul 3, 2003 10:02 am
3495
... Er, because the last change I integrated into my local repository from upstream was *168*, and now there's 20 or more changes up to C190. I don't really...
Jamie Wilkinson
jaq@...
Jul 3, 2003 10:32 am
3496
If the upstreams baseline is at 189 just get the baseline and then the aedist for 190 (so that you have a change to test/intergrate to ensure the baseline...
Aryeh M. Friedman
aryeh@...
Jul 3, 2003 11:05 am
3497
Actually you can just get the 190 aedist done with -Entire_Source When you aedist -receive that you will have the net effect of all changes thru 190. Any files...
Jerry Pendergraft
jerry@...
Jul 3, 2003 1:59 pm
3498
... Yes that does violate it. However one could define such things in the config file which then can be site specific. Something like this in the cookbook: if...
Jerry Pendergraft
jerry@...
Jul 3, 2003 2:29 pm
3499
Is there a flag to aels to get it to only show the project files, ignoring all built files? If not, where do I file a reuest? -Robin -- Me:...
Robin Lee Powell
rlpowell@...
Jul 3, 2003 9:59 pm
3500
... Probably the former, although I don't fully understand the distinction. -Robin -- Me: http://www.digitalkingdom.org/~rlpowell/ *** I'm a *male* Robin. ...
Robin Lee Powell
rlpowell@...
Jul 3, 2003 10:11 pm
3501
... $ ael pf shows all the file defined in the project $ ael cf shows all the files aecp'd or aenf'd etc in a change $ aeib -minimum When used to start an...
Jerry Pendergraft
jerry@...
Jul 3, 2003 11:02 pm
3502
... Okay, say I had the lack of foresight to keep my own modifications to the source in the same branch as the upstream changes, would -es try to overwrite the...
Jamie Wilkinson
jaq@...
Jul 4, 2003 2:55 am
3503
... So is it possible to pass -es (or any other aegis commandline arguments) to the aegis.cgi on someone else's repository? -- jaq@......
Jamie Wilkinson
jaq@...
Jul 4, 2003 5:50 am
3504
Howdy folks, I am using version 4.11.D002, which I installed via a Debian package. When I did an 'aepatch --receive' on a change containing new files in new...
Erik Arneson
erik@...
Jul 4, 2003 5:59 am
3505
... Patch files are hideously ambiguous when it comes to the directory portion of file names. Example diff -r the-old-one the-new-one this will result in all...
Peter Miller
millerp@...
Jul 5, 2003 4:55 am
3506
... I'll take the deafening silence to mean "no", eh? :-) The top of aegis.cgi looks like it can convert cgi variables in the URL to options for aegis, but...
Jamie Wilkinson
jaq@...
Jul 7, 2003 9:43 am
3507
The distribution aegis.cgi does not provide for passing such arguments. But any given site could do so, or could just add the -es so that all aedist contain...
Jerry Pendergraft
jerry@...
Jul 7, 2003 3:55 pm
3508
On Mon, Jul 07, 2003 at 07:41:11PM +1000, Jamie Wilkinson wrote: ... I'll take the deafening silence to mean "no", eh? :-) It's difficult to pre-empt all the...
John Darrington
john@...
Jul 7, 2003 10:48 pm
3509
If we limit it only to arbitary aedist/tar/patch commands I see no issue with security. --Aryeh _______________________________________________ Aegis-users...
Aryeh M. Friedman
aryeh@...
Jul 7, 2003 11:02 pm
3510
... You can, in theory, download aegis.4 change 11 from the web interface ...
Matthew Lee
mlee@...
Jul 8, 2003 12:32 am
3511
... Now in ports/54060. -- Christopher Vance _______________________________________________ Aegis-users mailing list Aegis-users@... ...
Christopher Vance
vance@...
Jul 8, 2003 1:11 am
3512
... I have no control over the remote site's aegis.cgi. I am trying to track someone else's code, both of us using aegis. The documentation says aegis is...
Jamie Wilkinson
jaq@...
Jul 8, 2003 3:18 am
3513
Well, I think I've cracked it. Glibc uses a hidden PLT to optimize libc.so load-and-relocate times, which is usually a Good Thing. Unfortunately, it means the...