Date: Sat, 7 Aug 1999 23:29:27 -0400 (EDT) From: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13019: New port: pan -- Threaded GNOME newsreader Message-ID: <19990808032927.DFE7FF818@pawn.primelocation.net>
next in thread | raw e-mail | index | archive | help
>Number: 13019 >Category: ports >Synopsis: New port: pan -- Threaded GNOME newsreader >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: Sat Aug 7 20:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.2-STABLE i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: >Description: New port of pan -- a threaded GNOME newsreader. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pan # pan/Makefile # pan/files # pan/files/md5 # pan/pkg # pan/pkg/PLIST # pan/pkg/COMMENT # pan/pkg/DESCR # pan/patches # pan/patches/patch-aa # echo c - pan mkdir -p pan > /dev/null 2>&1 echo x - pan/Makefile sed 's/^X//' >pan/Makefile << 'END-of-pan/Makefile' X# New ports collection makefile for: pan X# Version required: 0.4.3 X# Date created: 07 August 1999 X# Whom: Chris D. Faulhaber <jedgar@fxp.org> X# X# $Id:$ X# X XDISTNAME= pan-0.4.3 XCATEGORIES= news gnome XMASTER_SITES= ftp://source.rebelbase.com/pub/pan/ X XMAINTAINER= jedgar@fxp.org X XLIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ X gnome.2:${PORTSDIR}/x11/gnomelibs X XGLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-x XCONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ X GLIB_CONFIG="${GLIB_CONFIG}" \ X GTK_CONFIG="${GTK_CONFIG}" \ X LIBS="-L${LOCALBASE}/lib" X X.include <bsd.port.pre.mk> X X.if ${OSVERSION} < 300000 Xpre-fetch: X @${ECHO} X @${ECHO} "Must have FreeBSD-3.0 or greater due to" X @${ECHO} "the use of the thread library." X @${ECHO} X.endif X X.include <bsd.port.mk> END-of-pan/Makefile echo c - pan/files mkdir -p pan/files > /dev/null 2>&1 echo x - pan/files/md5 sed 's/^X//' >pan/files/md5 << 'END-of-pan/files/md5' XMD5 (pan-0.4.3.tar.gz) = 4a1cf450c44150c244f228a00af349e7 END-of-pan/files/md5 echo c - pan/pkg mkdir -p pan/pkg > /dev/null 2>&1 echo x - pan/pkg/PLIST sed 's/^X//' >pan/pkg/PLIST << 'END-of-pan/pkg/PLIST' Xbin/pan END-of-pan/pkg/PLIST echo x - pan/pkg/COMMENT sed 's/^X//' >pan/pkg/COMMENT << 'END-of-pan/pkg/COMMENT' Xpan -- Threaded GNOME newsreader based on Agent for Windows END-of-pan/pkg/COMMENT echo x - pan/pkg/DESCR sed 's/^X//' >pan/pkg/DESCR << 'END-of-pan/pkg/DESCR' XPimp Ass Newsreader (PAN) X------------------------- X XThreaded GNOME newsreader based on Agent for Windows. END-of-pan/pkg/DESCR echo c - pan/patches mkdir -p pan/patches > /dev/null 2>&1 echo x - pan/patches/patch-aa sed 's/^X//' >pan/patches/patch-aa << 'END-of-pan/patches/patch-aa' X--- configure.orig Wed Aug 4 15:30:02 1999 X+++ configure Sat Aug 7 22:50:40 1999 X@@ -1662,14 +1662,14 @@ X exit X fi X X-echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 X-echo "configure:1667: checking for pthread_create in -lpthread" >&5 X+echo $ac_n "checking for pthread_create in -pthread""... $ac_c" 1>&6 X+echo "configure:1667: checking for pthread_create in -pthread" >&5 X ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` X if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then X echo $ac_n "(cached) $ac_c" 1>&6 X else X ac_save_LIBS="$LIBS" X-LIBS="-lpthread $LIBS" X+LIBS="-pthread $LIBS" X cat > conftest.$ac_ext <<EOF X #line 1675 "configure" X #include "confdefs.h" X@@ -1703,7 +1703,7 @@ X #define $ac_tr_lib 1 X EOF X X- LIBS="-lpthread $LIBS" X+ LIBS="-pthread $LIBS" X X else X echo "$ac_t""no" 1>&6 X@@ -1749,9 +1749,9 @@ X echo ; X exit X else X- GLIB_LIBS=`glib-config --libs gthread` X- GLIB_CFLAGS=`glib-config --cflags gthread` X- GLIB_VERSION=`glib-config --version` X+ GLIB_LIBS=`$GLIB_CONFIG --libs gthread` X+ GLIB_CFLAGS=`$GLIB_CONFIG --cflags gthread` X+ GLIB_VERSION=`$GLIB_CONFIG --version` X X LIBS="$LIBS $GLIB_LIBS" X CFLAGS="$CFLAGS $GLIB_CFLAGS" END-of-pan/patches/patch-aa exit >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?19990808032927.DFE7FF818>