diff options
author | pav <pav@FreeBSD.org> | 2005-09-01 05:06:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-01 05:06:27 +0800 |
commit | c18c32c429cc9922ed57029c9b91f8d491964abd (patch) | |
tree | 8fdc0a99fa60573f41ffca83a821ea9747604749 /devel/libnotify | |
parent | e91eb2dc5a030aeeba1b31908f306111ca16bf13 (diff) | |
download | freebsd-ports-gnome-c18c32c429cc9922ed57029c9b91f8d491964abd.tar.gz freebsd-ports-gnome-c18c32c429cc9922ed57029c9b91f8d491964abd.tar.zst freebsd-ports-gnome-c18c32c429cc9922ed57029c9b91f8d491964abd.zip |
- 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)
Diffstat (limited to 'devel/libnotify')
-rw-r--r-- | devel/libnotify/Makefile | 17 | ||||
-rw-r--r-- | devel/libnotify/distinfo | 4 | ||||
-rw-r--r-- | devel/libnotify/pkg-descr | 2 |
3 files changed, 17 insertions, 6 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile index fcae9d68cda6..703c7f32f9f3 100644 --- a/devel/libnotify/Makefile +++ b/devel/libnotify/Makefile @@ -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> diff --git a/devel/libnotify/distinfo b/devel/libnotify/distinfo index 7159993c1ab8..dd4d460967b7 100644 --- a/devel/libnotify/distinfo +++ b/devel/libnotify/distinfo @@ -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 diff --git a/devel/libnotify/pkg-descr b/devel/libnotify/pkg-descr index 7b1f59f7c813..2d9eec8fc53d 100644 --- a/devel/libnotify/pkg-descr +++ b/devel/libnotify/pkg-descr @@ -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 |