pkgsrc/x11/xauth/Makefile
wiz 05c8ae3359 Update to 1.0.7:
1.0.7:
Alan Coopersmith (4):
      convert strlen/malloc/strcpy combo to strdup
      Strip trailing whitespace
      Add const attributes to fix gcc -Wwrite-strings warnings
      xauth 1.0.7

Andreas Schwab (1):
      Remove alarm handler in get_hostname

1.0.6:
Gaetan Nadon (2):
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: move man pages into their own directory

Jeremy Huddleston (3):
      Error out and avoid a call to malloc(0) if given a bad hex string
      auth_finalize: Attempt to rename() if link() fails
      configure.ac: Bump to 1.0.6

Jesse Adkins (1):
      Purge cvs tags.

1.0.5:
This minor maintenance release fixes a couple bugs and includes the usual
recent build improvements/janitorial cleanups.
2012-06-03 18:07:30 +00:00

21 lines
512 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/06/03 18:07:30 wiz Exp $
#
DISTNAME= xauth-1.0.7
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= X authentication utility
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"