diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-30 21:17:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-30 21:17:51 +0000 |
commit | 2be100a16c487a0288721a370fe7b07d24d9fdba (patch) | |
tree | efd48e18844e6329cfd21a46d924f742897deb92 /irc/hybserv | |
parent | a14828a6da261d0058f043a4cb663cfcce278d56 (diff) | |
download | ports-2be100a16c487a0288721a370fe7b07d24d9fdba.tar.gz ports-2be100a16c487a0288721a370fe7b07d24d9fdba.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.
Notes
Notes:
svn path=/head/; revision=125559
Diffstat (limited to 'irc/hybserv')
-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 |