diff options
author | kris <kris@FreeBSD.org> | 2004-12-31 05:17:51 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-31 05:17:51 +0800 |
commit | e1a6cef2f4432bfb0c7e372139dbb376bd5a83ba (patch) | |
tree | 2664eb8d2b68f760d6df8db3b7e3ac458535f80c /irc | |
parent | ddc8fd6830740a352988e1257812a60221e5eb86 (diff) | |
download | freebsd-ports-gnome-e1a6cef2f4432bfb0c7e372139dbb376bd5a83ba.tar.gz freebsd-ports-gnome-e1a6cef2f4432bfb0c7e372139dbb376bd5a83ba.tar.zst freebsd-ports-gnome-e1a6cef2f4432bfb0c7e372139dbb376bd5a83ba.zip |
Mark IGNORE, because this port attempts to create uid 73 with a
user name of 'hybserv', but that uid is already registered to the
ircservices user.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/hybserv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/hybserv/Makefile b/irc/hybserv/Makefile index 0bdaae1f1c1f..42bfbc0a4aab 100644 --- a/irc/hybserv/Makefile +++ b/irc/hybserv/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.srce.hr/~kreator/projects/tarballs/ MAINTAINER= rick@help-desk.ca COMMENT= "HybServ2 IRCD Services" +IGNORE= uses a uid registered to the ircservices user + USE_GMAKE= yes GNU_CONFIGURE= yes |