diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-22 00:19:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-22 00:19:08 +0000 |
commit | ce5de78f76d38761f36ecf89ff6cb973c89540ba (patch) | |
tree | c7579bcc3d70ea5c204e9da00599de673ff53731 /sysutils/roottail | |
parent | f2335239e332c68d61244e0264c5f15161bea96e (diff) |
Notes
Diffstat (limited to 'sysutils/roottail')
-rw-r--r-- | sysutils/roottail/Makefile | 16 | ||||
-rw-r--r-- | sysutils/roottail/distinfo | 2 |
2 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/roottail/Makefile b/sysutils/roottail/Makefile index 06d22e48d567..60508cb64008 100644 --- a/sysutils/roottail/Makefile +++ b/sysutils/roottail/Makefile @@ -7,10 +7,17 @@ PORTNAME= roottail PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.goof.com/pcg/marc/data/ DISTNAME= root-tail-${PORTVERSION} +.if defined(WITH_EXTRA_PATCH) +PATCH_SITES= http://bmp-plugins.berlios.de/misc/patches/ +PATCHFILES= roottail-1.2+xfce.diff +PATCH_DIST_STRIP= -p1 +.endif + MAINTAINER= jedgar@FreeBSD.org COMMENT= Print text directly to X11 root window @@ -19,4 +26,13 @@ PLIST_FILES= bin/root-tail USE_IMAKE= yes MAKE_ARGS= CC="${CC}" +pre-everything:: +.if defined(WITH_EXTRA_PATCH) + @${ECHO_MSG} + @${ECHO_MSG} "Note: this extra patch is not supported by roottail maintainer." + @${ECHO_MSG} "Before reporting any problems you should build roottail without" + @${ECHO_MSG} "this option." + @${ECHO_MSG} +.endif + .include <bsd.port.mk> diff --git a/sysutils/roottail/distinfo b/sysutils/roottail/distinfo index efc61c700095..83082b55312f 100644 --- a/sysutils/roottail/distinfo +++ b/sysutils/roottail/distinfo @@ -1,2 +1,4 @@ MD5 (root-tail-1.2.tar.gz) = 5a4b3c4c7ab3bed1f4575e9688aac5de SIZE (root-tail-1.2.tar.gz) = 20805 +MD5 (roottail-1.2+xfce.diff) = a71d34939024c3e98c68636ad68c5763 +SIZE (roottail-1.2+xfce.diff) = 16326 |