2003-06-23 10:48:38 by Julio Merino | Files touched by this commit (2) |
Log message:
Convert to USE_NEW_TEXINFO.
|
2003-06-11 22:51:00 by David Brownlee | Files touched by this commit (32) |
Log message:
Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
- Change MACHINE_ARCH == arm32 to also match arm
- Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
- Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
|
2003-05-02 15:18:54 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove workaround for broken glib.h; buildlink2.mk already depends on a fixed \
version.
|
2003-05-02 13:57:35 by Thomas Klausner | Files touched by this commit (680) |
Log message:
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
|
2003-03-04 20:53:27 by Lubomir Sedlacik | Files touched by this commit (2) |
Log message:
Make the last fix conditional, fix typo, delint. Bump PKGREVISION.
|
2003-03-04 20:23:18 by Nathan J Williams | Files touched by this commit (1) |
Log message:
Pre-set the value of the configure test glib_cv_rtldglobal_broken to
avoid running the test. The test, which calls dlopen("libpthread.so"),
fails on NetBSD for reasons unrelated to what it is trying to detect,
glib concludes that RTLD_GLOBAL is broken, and gmodule doesn't work.
This method of fooling configure suggested by Ron Roskens on tech-pkg.
Addresses PR pkg/20050 ("galeon fails to load at run-time").
|
2003-01-02 23:44:49 by Julio Merino | Files touched by this commit (10) |
Log message:
The lib/pkgconfig has been added to the list of standard directories, so do
not try to remove it, even if empty.
|
2002-12-19 14:07:42 by grant beattie | Files touched by this commit (1) | |
Log message:
update MASTER_SITES.
|
2002-11-14 22:56:47 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
gtk/buildlink.mk was the last user of glib/buildlink.mk.
|
2002-10-30 04:09:40 by Rene Hexel | Files touched by this commit (78) | |
Log message:
Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.
|