Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2006 10:15:59 GMT
From:      Michael Josic <systemoperator@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/95864: [maintainer update] Updated port: solid-ircd, fixed build error
Message-ID:  <200604161015.k3GAFxEq075020@www.freebsd.org>
Resent-Message-ID: <200604161020.k3GAKHb8031818@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95864
>Category:       ports
>Synopsis:       [maintainer update] Updated port: solid-ircd, fixed build error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 16 10:20:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Michael Josic
>Release:        
>Organization:
>Environment:
>Description:
Fixed a build error by removing interactive parts of the configure script.
>How-To-Repeat:

>Fix:
diff -ruN solid-ircd.old/Makefile solid-ircd/Makefile
--- solid-ircd.old/Makefile	Wed Apr 12 22:31:09 2006
+++ solid-ircd/Makefile	Sat Apr 15 12:17:25 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	solid-ircd
 PORTVERSION=	3.4.7a
+PORTREVISION=	1
 CATEGORIES=	irc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=solidircd
diff -ruN solid-ircd.old/files/patch-configure solid-ircd/files/patch-configure
--- solid-ircd.old/files/patch-configure	Thu Jan  1 01:00:00 1970
+++ solid-ircd/files/patch-configure	Sat Apr 15 12:23:45 2006
@@ -0,0 +1,61 @@
+--- configure.old	Sat Apr 15 12:21:36 2006
++++ configure	Sat Apr 15 12:21:50 2006
+@@ -8941,58 +8941,3 @@
+ echo "      Maximum Connections:            $maxconnections"
+ echo "      Install Directory:              $prefix"
+ echo ""
+-
+-
+-ok=0
+-DEF=no
+-echo "Would you like to create your SSL Certificate now?"
+-while [ $ok -lt 1 ] ; do
+-        echo "[$DEF] "
+-        if read INPUT ; then : ; else echo "" ; exit 1 ; fi
+-        if [ ! "$INPUT" ] ; then
+-                INPUT=$DEF
+-        fi
+-        case $INPUT in
+-                n*|N*)
+-		 
+-			ok=1
+-			;;
+-                y*|Y*)
+-			cd doc/ssl
+-			./makecert.sh newcert
+-			cd ..
+-			cd ..
+-			ok=1
+-			;;
+-                *)
+-                        echo "Please enter 'yes' or 'no'."
+-                        ;;
+-        esac
+-done
+-echo ""
+-
+-ok=0
+-DEF=no
+-echo "Would you like to compile & install solid-ircd now?"
+-while [ $ok -lt 1 ] ; do
+-        echo "[$DEF] "
+-        if read INPUT ; then : ; else echo "" ; exit 1 ; fi
+-        if [ ! "$INPUT" ] ; then
+-                INPUT=$DEF
+-        fi
+-        case $INPUT in
+-                n*|N*)
+-		 
+-			ok=1
+-			;;
+-                y*|Y*)
+-		   
+-			make && make install
+-			ok=1
+-			;;
+-                *)
+-                        echo "Please enter 'yes' or 'no'."
+-                        ;;
+-        esac
+-done
+-echo ""
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604161015.k3GAFxEq075020>