2012-10-03 01:48:16 by Aleksej Saushev | Files touched by this commit (190) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-05-03 11:55:33 by OBATA Akio | Files touched by this commit (36) | |
Log message:
Drop dependency on libXp (from Imake)
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc,
x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default.
* With x11/xorg-cf-files, libXp was offered with XawClientLibs,
but updated to 1.0.4, it was removed.
* And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc,
so all platforms should not require libXp from libXaw with Imake.
Bump PKGREVISION.
|
2012-02-15 16:33:27 by Hans Rosenfeld | Files touched by this commit (1) |
Log message:
Remove SunOS-specific post-install target, not needed anymore.
REPLACE_SH on an installed script.
|
2012-01-30 02:34:39 by Steven Drake | Files touched by this commit (2) |
Log message:
In server/Imakefile add a target for $(VOXWARELIBS) that call make for
the targets directory.
This should fix the occasional problem were make complains with
"don't know how to make dda/voxware/libvoxware.a"
|
2011-10-10 12:29:58 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add makedepend to tools. From Makoto Fujiwara in PR 45434.
|
2011-06-29 21:47:36 by Hans Rosenfeld | Files touched by this commit (1) |
Log message:
Fix DESTDIR build on SunOS.
|
2010-01-24 18:11:19 by Klaus Heinz | Files touched by this commit (20) |
Log message:
Added LICENSE information.
|
2009-07-09 21:10:25 by Hasso Tepper | Files touched by this commit (3) |
Log message:
Libm is needed on DragonFly as well. Bump PKGREVISION.
|
2009-06-14 19:32:26 by Joerg Sonnenberger | Files touched by this commit (250) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|