diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-02 22:28:13 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-02 22:28:13 +0000 |
commit | 8bf7d6ac01527630c4c4576d6a358eec8c16189f (patch) | |
tree | 5d991d683359a4c10e36fe039091bfb1b19603f4 /irc/ratbox-services/files/patch-Makefile.in | |
parent | Fix plist I forgot with the last commit. (diff) |
- Update to 1.2.0
Some port changes include:
o Removed port dependency on patch files.
o Added LIB_DEPENDS for requiring pcre to build services.
o Added CONFIGURE_ENV options to help configure detect sqlite and pcre libs and header files.
o Added PERL dependency for database schema generation scripts on port installation.
o Added new Memoserv configure options.
o Restored MySQL database backend support.
o Fixed build error caused when building with 'NOPORTDOCS=yes'.
Brief list of some package changes:
o Multi-language support - Support for different language translations of services help files and
responses (currently not recommended in this release).
o Memoserv - A new service allowing usernames to send memos to each other.
o Service merging - Ability to merge services like banserv, jupeserv and watchserv into operserv.
o Regexp - Ability to add regular expression ban matches.
o Suspend - Ability to suspend users and channels.
PR: ports/125035
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=216182
Diffstat (limited to 'irc/ratbox-services/files/patch-Makefile.in')
-rw-r--r-- | irc/ratbox-services/files/patch-Makefile.in | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/irc/ratbox-services/files/patch-Makefile.in b/irc/ratbox-services/files/patch-Makefile.in index 469754189a9f..0a30b920a0c9 100644 --- a/irc/ratbox-services/files/patch-Makefile.in +++ b/irc/ratbox-services/files/patch-Makefile.in @@ -1,15 +1,17 @@ ---- ./Makefile.in.orig Mon Apr 10 19:53:23 2006 -+++ ./Makefile.in Wed Sep 5 04:08:35 2007 -@@ -6,7 +6,7 @@ +--- ./Makefile.in.orig 2008-02-17 15:33:40.000000000 +0000 ++++ ./Makefile.in 2008-06-26 15:48:13.000000000 +0100 +@@ -6,8 +6,8 @@ LIBS=@LIBS@ LDFLAGS=@LDFLAGS@ --SUBDIRS=@SQLITE_SUBDIR@ src help -+SUBDIRS=src help +-SUBDIRS=@SQLITE_SUBDIR@ @PCRE_SUBDIR@ src help langs +-SUBDIRS_NOINSTALL=@SQLITE_SUBDIR@ src help langs ++SUBDIRS=src help langs ++SUBDIRS_NOINSTALL=src help langs prefix=@prefix@ exec_prefix=@prefix@ -@@ -37,20 +37,6 @@ +@@ -38,20 +38,6 @@ done install: build |