Date: Fri, 1 Sep 2000 16:18:38 +0200 (CEST) From: cj@vallcom.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/20978: Update port: irc/bitchx Message-ID: <200009011418.e81EIcB29705@214.norrgarden.se>
next in thread | raw e-mail | index | archive | help
>Number: 20978 >Category: ports >Synopsis: Update port: irc/bitchx >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 01 07:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Carl Johan Madestrand >Release: FreeBSD 4.1-STABLE i386 >Organization: >Environment: >Description: Sorry, this port is terribly broken. Here's a fix. >How-To-Repeat: >Fix: diff -urN /usr/ports/irc/bitchx/Makefile bitchx/Makefile --- /usr/ports/irc/bitchx/Makefile Fri Sep 1 04:50:57 2000 +++ bitchx/Makefile Fri Sep 1 15:55:57 2000 @@ -23,12 +23,12 @@ USE_AUTOCONF= yes USE_GMAKE= yes .if defined(WITH_GNOME) -CONFIGURE_ARGS+= --with-gtk --enable-sound +CONFIGURE_ARGS+= --with-gtk .else CONFIGURE_ARGS+= --without-gtk .endif .if defined(WITH_ESD) -CONFIGURE_ARGS+= --with-gtk --enable-sound +CONFIGURE_ARGS+= --enable-sound .endif .if defined(WITH_PLUGINS) CONFIGURE_ARGS+= --with-plugins=pkga,possum,encrypt,hint,abot,acro,amp,blowfish,scan,wavplay,qmail,fserv,nap,qbx @@ -47,19 +47,9 @@ MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" -.if !defined(WITH_GNOME) pre-extract: - @${ECHO} "Define WITH_GNOME if you want to build GTK BitchX" -.endif -.if !defined(WITH_ESD) - @${ECHO} "Define WITH_ESD for ESD sound support in GTK BitchX" -.endif -.if !defined(WITH_PLUGINS) - @${ECHO} "Define WITH_PLUGINS if you wish to build the plugins" -.endif -.if !defined(WITH_LATIN) - @${ECHO} "Define WITH_LATIN if you are using an ISO-8859-1 screenfont" -.endif + @${CAT} ${PKGDIR}/MESSAGE + .if defined(WITH_LATIN) pre-patch: @${PERL} -pi -e "s!#undef LATIN1!#define LATIN1!" ${WRKSRC}/include/config.h diff -urN /usr/ports/irc/bitchx/pkg/MESSAGE bitchx/pkg/MESSAGE --- /usr/ports/irc/bitchx/pkg/MESSAGE Thu Jan 1 01:00:00 1970 +++ bitchx/pkg/MESSAGE Fri Sep 1 15:22:57 2000 @@ -0,0 +1,6 @@ +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 >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?200009011418.e81EIcB29705>