Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2002 14:54:38 +0200 (CEST)
From:      Volker Stolz <vs@lambda.foldr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42476: Update port: news/slrnface
Message-ID:  <200209061254.g86CscI6054740@lambda.foldr.org>

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

>Number:         42476
>Category:       ports
>Synopsis:       Update port: news/slrnface
>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 06 06:00:06 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD lambda.foldr.org 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Aug 12 20:33:20 PDT 2002 user@jail2.johncompanies.com:/usr/src/sys/compile/6300 i386


	
>Description:
- Update to 2.1.1
- Offer maintainership
>How-To-Repeat:
	
>Fix:
Removed file: slrnface/files/patch-slrnface.sl

diff -ruN slrnface.orig/Makefile slrnface/Makefile
--- slrnface.orig/Makefile	Fri Sep  6 13:55:41 2002
+++ slrnface/Makefile	Fri Sep  6 14:41:17 2002
@@ -6,24 +6,23 @@
 #
 
 PORTNAME=	slrnface
-PORTVERSION=	1.2
+PORTVERSION=	2.1.1
 CATEGORIES=	news
-MASTER_SITES=	http://fly.cc.fer.hr/~dave/slrnface/
+MASTER_SITES=	http://dave.willfork.com/slrnface/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	stolz@i2.informatik.rwth-aachen.de
 
 LIB_DEPENDS=	compface:${PORTSDIR}/mail/faces
 
 ALL_TARGET=	slrnface
 
 USE_XLIB=	yes
-USE_GMAKE=	yes
 
-post-patch:
-	@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile
+MAN1=		slrnface.1
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/slrnface ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/slrnface.1 ${MAN1PREFIX}/man/man1/slrnface.1
 	${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/slrnface.sl ${EXAMPLESDIR}
 	@${CAT} ${PKGMESSAGE}
diff -ruN slrnface.orig/distinfo slrnface/distinfo
--- slrnface.orig/distinfo	Thu Aug 22 22:03:15 2002
+++ slrnface/distinfo	Fri Sep  6 13:09:41 2002
@@ -1 +1 @@
-MD5 (slrnface-1.2.tar.gz) = 71c39b70c89c715970c29378b71ecf9e
+MD5 (slrnface-2.1.1.tar.gz) = a28c21396f8f759beece8e583f979bf9
diff -ruN slrnface.orig/files/patch-Makefile slrnface/files/patch-Makefile
--- slrnface.orig/files/patch-Makefile	Thu Aug 22 22:03:15 2002
+++ slrnface/files/patch-Makefile	Fri Sep  6 14:47:18 2002
@@ -1,20 +1,29 @@
---- Makefile.orig	Mon Dec 25 02:38:17 2000
-+++ Makefile	Thu Aug 22 21:28:44 2002
-@@ -1,13 +1,12 @@
+--- Makefile.orig	Sat Aug 24 23:56:21 2002
++++ Makefile	Fri Sep  6 14:46:38 2002
+@@ -1,21 +1,19 @@
 -CC = cc
+-
 -X_INCL = # location of X include files, if needed
 +X_INCL = -I${X11BASE}/include # location of X include files, if needed
+ 
+ # A lot of popular terminals are brain damaged, so we cannot use X
+ # resources for configuration. In those cases Xt routines won't even be
+ # called, so you might want to use lazy loading for Xt if your OS supports it.
+ 
  X_LIBS = -lXt -lX11 # X libs
 -XF_LIB = -L/usr/local/lib -lcompface # compface library
--C_FLAGS = -O -D_REENTRANT
-+XF_LIB = -L${X11BASE}/lib -L${LOCALBASE}/lib -lcompface # compface library
-+C_FLAGS+= -O -D_REENTRANT
+-C_FLAGS = -O
++XF_LIB = -L${X11BASE}/lib -lcompface # compface library
++C_FLAGS = #-O
+ 
+ prefix = /usr/local
  
- OS_DEFS = #-DLINUX_SUX
+ # No need to configure anything below.
  
- CFLAGS = $(C_FLAGS) $(OS_DEFS) $(X_INCL)
--LDFLAGS = $(XF_LIB) $(X_LIBS) -lpthread
-+LDFLAGS = $(XF_LIB) $(X_LIBS) "-pthread"
+-CFLAGS = $(C_FLAGS) $(X_INCL)
+-LDFLAGS = $(XF_LIB) $(X_LIBS)
++CFLAGS += $(C_FLAGS) $(X_INCL)
++LDFLAGS += $(XF_LIB) $(X_LIBS)
  
  slrnface: slrnface.c
  	$(CC) $(CFLAGS) -o slrnface slrnface.c $(LDFLAGS)
diff -ruN slrnface.orig/files/patch-slrnface.sl slrnface/files/patch-slrnface.sl
--- slrnface.orig/files/patch-slrnface.sl	Thu Aug 22 22:03:15 2002
+++ slrnface/files/patch-slrnface.sl	Thu Jan  1 01:00:00 1970
@@ -1,11 +0,0 @@
---- slrnface.sl.orig	Wed Apr 10 18:34:08 2002
-+++ slrnface.sl	Wed Apr 10 18:34:22 2002
-@@ -16,7 +16,7 @@
- %  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- 
- 
--variable xfacefp;
-+variable xfacefp = NULL;
- 
- define startup_hook()
- {
diff -ruN slrnface.orig/pkg-descr slrnface/pkg-descr
--- slrnface.orig/pkg-descr	Thu Aug 22 22:03:15 2002
+++ slrnface/pkg-descr	Fri Sep  6 13:09:10 2002
@@ -1,6 +1,3 @@
 slrnface shows X-Faces from slrn in an X11 terminal emulator
 
-WWW: http://fly.cc.fer.hr/~dave/slrnface/
-
-- Oliver Braun
-obraun@informatik.unibw-muenchen.de
+WWW: http://dave.willfork.com/slrnface/
>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?200209061254.g86CscI6054740>