mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.2.2
- Disconnect tests on FreeBSD 4, they would need a dozen of patches to get going with gcc-2.95 PR: ports/85523 Submitted by: Andreas Kohn <andreas@syndrom23.de> (maintainer)
This commit is contained in:
parent
20d7a1e937
commit
6748283c63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141633
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libnotify
|
||||
PORTVERSION= 0.2.1
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= http://www.galago.info/files/releases/source/libnotify/
|
||||
|
||||
@ -16,11 +16,22 @@ COMMENT= A library for desktop notifications
|
||||
LIB_DEPENDS= dbus-1.1:${PORTSDIR}/devel/dbus \
|
||||
popt.0:${PORTSDIR}/devel/popt
|
||||
|
||||
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack glib20
|
||||
USE_GNOME= gnomehack gnometarget intlhack glib20
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL_VER=15
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|tests||' ${WRKSRC}/Makefile.in
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (libnotify-0.2.1.tar.gz) = 8c66c7ece5a6387d2391f9c2f5beb1ce
|
||||
SIZE (libnotify-0.2.1.tar.gz) = 316429
|
||||
MD5 (libnotify-0.2.2.tar.gz) = cbf2ff0a8a62eb1f310367a0a174a273
|
||||
SIZE (libnotify-0.2.2.tar.gz) = 316520
|
||||
|
@ -4,7 +4,7 @@ user of something without interrupting their work with a dialog box that they
|
||||
must close. Passive popups can automatically disappear after a short period
|
||||
of time.
|
||||
|
||||
This port contains the only library and a small command line client.
|
||||
This port contains the library and a small command line client.
|
||||
See deskutils/notification-daemon for the daemon.
|
||||
|
||||
WWW: http://www.galago.info/specs/notification/index.php
|
||||
|
Loading…
Reference in New Issue
Block a user