* cpio: A "-P" option has been introduced that allows to specify attributes like the file owner when creating an archive. With it, unprivileged users can set arbitrary attributes for files within an archive. * diff: Made it compile on CentOS 5. * Static linking against glibc is now possible since "optopt" is no longer a common symbol, and there is no conflict anymore with "getopt.o". * cpio, tar: A compilation problem on some Linux systems has been fixed. * ul: A compilation problem for NetBSD and other systems that use termcap instead of curses has been fixed (patch by Aleksey Cheusov). * bfs: An OpenSolaris-derived manual page is now included.
13 lines
396 B
Text
13 lines
396 B
Text
# $NetBSD: Makefile.common,v 1.5 2007/08/04 14:40:12 cheusov Exp $
|
|
|
|
HEIRLOOM_VER= 070715
|
|
DISTNAME= heirloom-${HEIRLOOM_VER}
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=heirloom/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
HOMEPAGE= http://heirloom.sourceforge.net/
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PATCHDIR= ${.CURDIR}/../../wip/heirloom-common/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../../wip/heirloom-common/distinfo
|