Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2000 02:51:30 +0200 (CEST)
From:      cj@vallcom.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21651: Update port: irc/bitchx
Message-ID:  <20000930005130.658E6ED@214.norrgarden.se>

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

>Number:         21651
>Category:       ports
>Synopsis:       Update port: irc/bitchx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 29 18:00:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Carl Johan Madestrand
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
>Environment:
>Description:
make corrections in Makefile and remove pkg/MESSAGE
>How-To-Repeat:
>Fix:

diff -urN /usr/ports/irc/bitchx/Makefile bitchx/Makefile
--- /usr/ports/irc/bitchx/Makefile	Sat Sep 16 21:12:24 2000
+++ bitchx/Makefile	Sat Sep 30 02:05:03 2000
@@ -33,8 +33,8 @@
 .endif
 .if defined(WITH_TCL)
 CONFIGURE_ARGS+=	--with-tcl \
-			--with-tcl-includes=/usr/local/include/tcl8.3 \
-			--with-tcl-libs=/usr/local/lib
+			--with-tcl-includes="${PREFIX}/include/tcl8.3" \
+			--with-tcl-libs="${PREFIX}/lib"
 .endif
 .if defined(WITH_ESD)
 CONFIGURE_ARGS+=	--enable-sound
@@ -61,11 +61,17 @@
 		INSTALL_DATA="${INSTALL_DATA}"
 
 pre-extract:
-	@${CAT} ${PKGDIR}/MESSAGE
+	@${ECHO} "Available switches:"
+	@${ECHO} "-------------------"
+	@${ECHO} "WITH_GNOME - Build GTK BitchX"
+	@${ECHO} "WITH_ESD - Build GTK BitchX with ESD sound support"
+	@${ECHO} "WITH_PLUGINS - Build the plugins"
+	@${ECHO} "WITH_LATIN - Recommended if you are using an ISO-8859-1 display"
+	@${ECHO} "WITH_TCL - Build BitchX with TCL scripting"
 
 .if defined(WITH_TCL)
 post-extract:
-	@uudecode -p files/tcl-freebsd.o.uu > ${WRKSRC}/source/tcl.o
+	@uudecode -p ${FILESDIR}/tcl-freebsd.o.uu > ${WRKSRC}/source/tcl.o
 .endif
 
 .if defined(WITH_LATIN)
diff -urN /usr/ports/irc/bitchx/pkg/MESSAGE bitchx/pkg/MESSAGE
--- /usr/ports/irc/bitchx/pkg/MESSAGE	Sat Sep 16 21:12:40 2000
+++ bitchx/pkg/MESSAGE	Thu Jan  1 01:00:00 1970
@@ -1,7 +0,0 @@
-Available switches:
--------------------
-WITH_GNOME - Build GTK BitchX
-WITH_ESD - Build GTK BitchX with ESD sound support
-WITH_PLUGINS - Build the plugins
-WITH_LATIN - Recommended if you are using an ISO-8859-1 display
-WITH_TCL - Build BitchX with TCL scripting

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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