2003-05-25 11:26:41 by grant beattie | Files touched by this commit (1) |
Log message:
fix thinko in last
|
2003-05-25 11:00:12 by grant beattie | Files touched by this commit (1) |
Log message:
rename to gcc3, allowing this to co-exist with lang/gcc. suggested by
Jeremy C. Reed.
add a CONFLICT with gcc-3* and drop PKGREVISION.
|
2003-05-24 20:38:59 by Jan Schaumann | Files touched by this commit (4) |
Log message:
use ${INSTALL_INFO} rather than install-info, so that we don't accidently
use an old or non-compatible version that may be in the base system.
This makes this package install flawlessly under Linux, and even though it does
not directly address PR pkg/20880 (which I could not reproduce), it covers
similar problems.
|
2003-05-22 11:37:28 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Add patch from Todd Vierling in PR 21226:
The following method overrides "libgcc_link_spec" in the generated specs
file, which gives you a compiler that automatically inserts the correct
rpath argument at link time. This should work for any pkgsrc target
platform, as no platform-specific config overrides it.
Additionally, part of this fix changes the "scrubbed" LDFLAGS by
overriding that in CONFIGURE_ENV, rather than globally. Other changes to
the pkgsrc Makefile (including one I plan to submit for threads support)
may need access to the "real" LDFLAGS, so overriding it wholesale in the
pkg Makefile is Bad.
Bump version to 3.2.2nb2.
|
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message:
Drop trailing whitespace. Ok'ed by wiz.
|
2003-05-02 15:36:52 by Julio Merino | Files touched by this commit (3) |
Log message:
Move the mk.conf style example file to share/examples/gcc/mk.conf, to avoid
polluting the etc directory (and not honouring PKG_SYSCONFDIR).
Bump PKGREVISION to 1.
|
2003-04-14 06:30:23 by Lubomir Sedlacik | Files touched by this commit (5) |
Log message:
GNU texinfo >= 4.1 is required to build the info files shipped, fix wrong
check for MAKEINFO version too. Addresses PR pkg/20930.
Make it PKGREVISION resilent.
G/C unused variables, delint.
|
2003-04-13 12:51:20 by grant beattie | Files touched by this commit (1) |
Log message:
drop unneeded parens
|
2003-03-31 17:59:40 by Manuel BOUYER | Files touched by this commit (1) |
Log message:
--enable-shared is fine for solaris too (modulo PR pkg/20697, which also
exists on NetBSD and probably linux), and --disable-shared cause problems
with some packages (e.g. ncurses).
|
2003-03-28 22:46:06 by Jan Schaumann | Files touched by this commit (1) |
Log message:
Use correct version in DESCR.
|