Revision: 14556 http://gar.svn.sourceforge.net/gar/?rev=14556&view=rev Author: wahwah Date: 2011-05-10 14:29:29 +0000 (Tue, 10 May 2011)
Log Message: ----------- pkg/unrealircd/trunk: configure stage completes, compilation doesn't Modified Paths: -------------- csw/mgar/pkg/unrealircd/trunk/Makefile Modified: csw/mgar/pkg/unrealircd/trunk/Makefile =================================================================== --- csw/mgar/pkg/unrealircd/trunk/Makefile 2011-05-10 14:15:47 UTC (rev 14555) +++ csw/mgar/pkg/unrealircd/trunk/Makefile 2011-05-10 14:29:29 UTC (rev 14556) @@ -2,10 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -# Preliminary work done. It does not compile with Sun CC, there's a syntax -# error. With GCC, it fails when it doesn't find tre/regex.h, even though -# it's available in /opt/csw/include/tre/regex.h. The unrealircd build system -# seems to ignore CPPFLAGS. To be investigated. +# Compilation with GCC fails: +# /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.3/include-fixed/ctype.h:58: +# error: expected ')' before '>=' token NAME = Unreal VERSION = 3.2.8.1 @@ -17,7 +16,25 @@ SPKG_SOURCEURL = http://www.unrealircd.com MASTER_SITES = http://www.unrealircd.com/downloads/ DISTFILES = $(NAME)$(VERSION).tar.gz -CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += $(DIRPATHS) +CONFIGURE_ARGS += --with-showlistmodes +CONFIGURE_ARGS += --enable-hub +CONFIGURE_ARGS += --enable-ssl=/opt/csw +CONFIGURE_ARGS += --enable-ziplinks=/opt/csw/lib +CONFIGURE_ARGS += --enable-inet6 +CONFIGURE_ARGS += --enable-prefixaq +CONFIGURE_ARGS += --with-listen=5 +CONFIGURE_ARGS += --with-dpath=/etc/opt/csw +CONFIGURE_ARGS += --with-spath=/opt/csw/bin/ircd +CONFIGURE_ARGS += --with-nick-history=2000 +CONFIGURE_ARGS += --with-sendq=3000000 +CONFIGURE_ARGS += --with-bufferpool=18 +CONFIGURE_ARGS += --with-hostname=unstable9s +CONFIGURE_ARGS += --with-permissions=0600 +CONFIGURE_ARGS += --with-fd-setsize=1024 +CONFIGURE_ARGS += --enable-dynamic-linking + BUILD_DEP_PKGS = CSWtre-dev GARCOMPILER = GNU + include gar/category.mk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel