Update to 1.1.0:
Adam Jackson (1): libSM 1.1.0 Alan Coopersmith (1): Fix --without-libuuid to not call PKG_CHECK_MODULES for libuuid Dan Williams (1): Bug #14949: Don't use gethostbyname() for client IDs. James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log
This commit is contained in:
parent
474c765493
commit
6b5bfc72af
2 changed files with 8 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2008/05/24 21:45:15 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2008/07/29 21:24:01 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libSM-1.0.3
|
||||
PKGREVISION= 1
|
||||
DISTNAME= libSM-1.1.0
|
||||
CATEGORIES= x11 devel
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -20,6 +19,8 @@ USE_TOOLS+= pkg-config
|
|||
|
||||
PKGCONFIG_OVERRIDE+= sm.pc.in
|
||||
|
||||
CONFIGURE_ARGS+= --without-libuuid
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
.include "../../x11/libICE/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2007/05/20 16:38:05 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.4 2008/07/29 21:24:01 wiz Exp $
|
||||
|
||||
SHA1 (libSM-1.0.3.tar.bz2) = ccf38d4575da92b750640525af55d770b85765e1
|
||||
RMD160 (libSM-1.0.3.tar.bz2) = f60939a7681ca06c228847da146021c0d3931f32
|
||||
Size (libSM-1.0.3.tar.bz2) = 223906 bytes
|
||||
SHA1 (libSM-1.1.0.tar.bz2) = 2760a80f0bd1b4728535a92601ce2db0b98cdd98
|
||||
RMD160 (libSM-1.1.0.tar.bz2) = 17edd4f1e931058f86ccdff17829115d2c1f5bad
|
||||
Size (libSM-1.1.0.tar.bz2) = 252599 bytes
|
||||
|
|
Loading…
Reference in a new issue