FreeBSD Bugzilla – Attachment 24899 Details for
Bug 42476
Update port: news/slrnface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.50 KB, created by
Volker Stolz
on 2002-09-06 14:00:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Volker Stolz
Created:
2002-09-06 14:00:06 UTC
Size:
3.50 KB
patch
obsolete
>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/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 42476
: 24899