August 13, 2004: Overview of Changes from 2.7.92 to 2.8.0 ========================================================= * No changes August 30, 2004: =============== * Applied some *BSD patches. * Removed old files. August 15, 2004: =============== * Fixed compilation with C89-only compilers and old libc. August 3, 2004: ============== * Some cleanups. * Fixed the behaviour of some linux proc_*() functions. * Updated the documentation. July 19, 2004: Overview of Changes from 2.6.1 to 2.7.4 ====================================================== * Plenty of code cleanups. Uninlined a lot of functions. ~5-10KB object size reduction. * Glibify a bit more. * API changes: - glibtop_fsusage provides total read and writes since boot_time. - glibtop_netload provides hardware address. IPv6 enable. - Added glibtop_get_proc_argv. Work in progress : * Finish glibtop_fsusage implementation for Linux. * Some fuctions don't conform to the documentation, e.g. proctime.
22 lines
661 B
Makefile
22 lines
661 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2004/09/21 16:49:46 jmmv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
LIBGTOP2_BUILDLINK3_MK:= ${LIBGTOP2_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= libgtop2
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibgtop2}
|
|
BUILDLINK_PACKAGES+= libgtop2
|
|
|
|
.if !empty(LIBGTOP2_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.libgtop2+= libgtop2>=2.8.0
|
|
BUILDLINK_PKGSRCDIR.libgtop2?= ../../sysutils/libgtop2
|
|
.endif # LIBGTOP2_BUILDLINK3_MK
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|