Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2000 18:17:51 +0900 (KST)
From:      hollywar@holywar.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22272: Update Port : korean/bitchx
Message-ID:  <200010240917.e9O9HpB54164@alamis.holywar.net>

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

>Number:         22272
>Category:       ports
>Synopsis:       Update port : korean/bitchx
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 24 02:20:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     JunSeon Oh
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
holynet
>Environment:

FreeBSD alamis 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Tue Oct 10 06:18:01 GMT 2000     tsoi@devel:/usr/obj/usr/src/sys/ALAMIS  i386


	

>Description:

1. We don't want to use gtk-bitchx and esounds at the default installation. 

I removed WANT_GTK , WANT_ESOUND and some gtk variables in Makefile and pkg-plist.

2. New patch file bx-korean-ac.patch provides below ; 

It provides a new two variables RANDOM_LOCAL_PORT_LOW and RANDOM_LOCAL_PORT_HIGH.
If the RANDOM_LOCAL_PORT is enabled, it used a random port with set scale.
It is very useful on machine that used a firewall.

>How-To-Repeat:

apply it please :)

>Fix:


diff -urN bitchx.orig/Makefile bitchx/Makefile
--- bitchx.orig/Makefile	Tue Oct 24 17:56:20 2000
+++ bitchx/Makefile	Tue Oct 24 17:58:41 2000
@@ -14,7 +14,8 @@
 
 PATCH_SITES=    ftp://ftp.holywar.net/pub/FreeBSD/
 PATCHFILES=     bx-korean-aa.patch\
-		bx-korean-ab.patch
+		bx-korean-ab.patch\
+		bx-korean-ac.patch
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	hollywar@mail.holywar.net
@@ -23,8 +24,6 @@
 
 USE_AUTOCONF=	yes
 USE_GMAKE=	yes
-WANT_ESOUND=	yes
-WANT_GNOME=	yes
 CONFIGURE_ARGS=	--with-plugins \
 		--exec-prefix="${PREFIX}/share"	\
 		--bindir="${PREFIX}/bin" \
diff -urN bitchx.orig/distinfo bitchx/distinfo
--- bitchx.orig/distinfo	Tue Oct 24 17:56:20 2000
+++ bitchx/distinfo	Tue Oct 24 17:36:53 2000
@@ -1,3 +1,4 @@
 MD5 (BitchX-1.0c16.tar.gz) = 4a3749c0b2da2b157eaa13b5b8856511
 MD5 (bx-korean-aa.patch) = d72f26924de580ecd6d1a55b984bddf6
 MD5 (bx-korean-ab.patch) = 0f32f4563fd6aaabb6a9e577b35e02e9
+MD5 (bx-korean-ac.patch) = 4faa7ae6ab31937b11d29a1ef609c6af
diff -urN bitchx.orig/pkg-plist bitchx/pkg-plist
--- bitchx.orig/pkg-plist	Tue Oct 24 17:56:20 2000
+++ bitchx/pkg-plist	Tue Oct 24 17:54:20 2000
@@ -1,9 +1,7 @@
-%%NOGNOME:%%bin/BitchX
-%%NOGNOME:%%bin/BitchX-1.0c16+H1
-%%GNOME:%%bin/gtkBitchX
-%%GNOME:%%bin/gtkBitchX-1.0c16+H1
+bin/BitchX
+bin/BitchX-1.0c16+H1
 bin/bx
-%%NOGNOME:%%bin/scr-bx
+bin/scr-bx
 share/bx/BitchX.quit
 share/bx/BitchX.ircnames
 share/bx/BitchX.reasons
@@ -913,7 +911,6 @@
 share/bx/plugins/fserv.so
 share/bx/plugins/hint.so
 share/bx/plugins/nap.so
-%%GNOME:%%share/bx/plugins/nicklist.so
 share/bx/plugins/pkga.so
 share/bx/plugins/possum.so
 share/bx/plugins/qmail.so
@@ -960,7 +957,7 @@
 share/bx/translation/SWISS
 share/bx/translation/UNITED_KINGDOM
 share/bx/translation/UNITED_KINGDOM_COM
-%%NOGNOME:%%share/bx/wserv
+share/bx/wserv
 share/doc/bitchx/bxfaq.html
 @dirrm share/doc/bitchx
 @dirrm share/bx/translation

>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?200010240917.e9O9HpB54164>