| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
09 Nov 2011 21:53:33
0.04
|
ehaupt  |
Freshmeat is now called Freecode. Change all freshmeat.net URLs for to
freecode.com (for ports@ and ehaupt@). |
17 Sep 2011 06:49:29
0.04
|
sunpoet  |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
03 Jul 2011 14:40:25
0.04
|
ohauer  |
-remove MD5 |
21 Aug 2008 06:18:49
0.04
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
08 Sep 2007 01:06:22
0.04
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
27 Feb 2007 09:57:22
0.04
|
linimon  |
Reset meno.abels@adviser.com due to maintainer-timeouts and no response
to email.
Hat: portmgr |
24 Jan 2006 19:36:51
0.04
|
anray  |
This is a part of fakeroot project.
Fakeroot runs a command in an environment were it appears to have
root privileges for file manipulation, by setting LD_PRELOAD to a
library with alternative versions of getuid(), stat(), etc. This
is useful for allowing users to create archives (tar, ar, .deb .rpm
etc.) with files in them with root permissions/ownership. Without
fakeroot one would have to have root privileges to create the
constituent files of the archives with the correct permissions and
ownership, and then pack them up, or one would have to construct
the archives directly, without using the archiver.
WWW: http://freshmeat.net/projects/fakeroot
PR: ports/91532
Submitted by: Meno Abels <meno.abels@adviser.com> |