2005-06-16 08:58:08 by Johnny C. Lam | Files touched by this commit (465) |
Log message:
Create directories before installing files into them.
|
2005-05-10 01:46:46 by Roland Illig | Files touched by this commit (1) |
Log message:
Replaced wip category with lang. Approved by xtraeme.
|
2004-11-28 20:19:52 by Johnny C. Lam | Files touched by this commit (12) |
Log message:
Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready
for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch,
and this is the final cleanup. "post-buildlink" is now \
"post-wrapper".
|
2004-07-02 17:40:01 by Matthias Drochner | Files touched by this commit (10) | |
Log message:
update to 3.3.4
bugfixes only afaict, no new features, no new files
|
2004-05-29 00:30:50 by John R. Shannon | Files touched by this commit (2) |
Log message:
pkg/23871 Ada runtime is not relocatable (same as gcc Bug ada/12950)
part 2/2
|
2004-05-22 19:48:22 by David Brownlee | Files touched by this commit (8) |
Log message:
Update gcc3-ada to 3.3.3nb1
Update gcc3-c++ to 3.3.3nb1
Update gcc3-c to 3.3.3nb2
Update gcc3-f77 to 3.3.3nb1
Update gcc3-java to 3.3.3nb1
Update gcc3-objc to 3.3.3nb1
Update gcc3 to 3.3.3nb1
gcc arm: fix GCC _P_R_ target/14302
Apply gcc fix for gcc PR target/14302 to fix ARM compiler
issues triggered by at least glib, glib2, and pkgconfig.
2004-02-26 Richard Earnshaw <rearnsha@arm.com>
Daniel Jacobowitz <drow@mvista.com>
PR target/14302
* arm.h (ARM_GO_IF_LEGITIMATE_ADDRESS): Don't check the mode
size for minipool references.
|
2004-04-10 17:47:09 by Stoned Elipot | Files touched by this commit (46) | |
Log message:
Make all gcc3-* packages use a single distinfo file from gcc3/distinfo and
a single patch directory from gcc3/patches/.
Also Move gcc3-c/{Makefile.common,language.mk} into gcc3/.
|
2004-03-02 15:46:33 by Matthias Drochner | Files touched by this commit (12) | |
Log message:
update to gcc-3.3.3
|
2004-02-01 15:05:47 by Johnny C. Lam | Files touched by this commit (25) |
Log message:
bl3ify the gcc3-* packages. Also provide buildlink[23].mk files for use
by bsd.compiler.mk. Note that in the buildlink3.mk files, the dependency
is always added regardless of the BUILDLINK_DEPTH. This is because these
buildlink3.mk files may be included by bsd.prefs.mk, which is often
included other buildlink3.mk files, and we need to ensure that regardless
of the depth, we are using the correct compiler.
|
2003-12-08 19:42:23 by Matthias Drochner | Files touched by this commit (3) |
Log message:
mktemp->mkstemp, by John R. Shannon, per PM
|