From owner-freebsd-gnome Mon Dec 2 15:13:16 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9546A37B401 for ; Mon, 2 Dec 2002 15:13:13 -0800 (PST) Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by mx1.FreeBSD.org (Postfix) with SMTP id 1D01243E4A for ; Mon, 2 Dec 2002 15:13:13 -0800 (PST) (envelope-from john_m_cooper@yahoo.com) Received: from pc016247.reshall.uidaho.edu (HELO ?129.101.136.30?) (john?m?cooper@129.101.136.30 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 2 Dec 2002 23:13:07 -0000 Subject: Problem with the PR system?--can't seem to get my PR to post! From: John Merryweather Cooper To: Joe Clarke Cc: freebsd-gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-fBucPprG6ZUArVD5LO4f" Organization: University of Idaho Message-Id: <1038870885.2637.63.camel@pc016247.reshall.uidaho.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 02 Dec 2002 15:14:46 -0800 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-fBucPprG6ZUArVD5LO4f Content-Type: text/plain Content-Transfer-Encoding: 7bit I've been trying to get an update posted for www/screem several times yesterday and today. Although my /var/log/maillog shows everything going out without error, I'm not getting the usual acknowledgement and I'm not getting added to the PR database. So, here's a patch attached to update www/screem to 0.5.6 and actually get it to work! jmc -- _ | |V| / ' || MacroHard -- \ \_| | | \_, || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | AIM: johnmcooper || design . . . | Yahoo: john_m_cooper || | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ --=-fBucPprG6ZUArVD5LO4f Content-Disposition: attachment; filename=update-screem-0.5.6 Content-Type: text/plain; name=update-screem-0.5.6; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit # This is a patch for screem to update it to screem-0.5.6 # # To apply this patch: # STEP 1: Chdir to the source directory. # STEP 2: Run the 'applypatch' program with this patch file as input. # # If you do not have 'applypatch', it is part of the 'makepatch' package # that you can fetch from the Comprehensive Perl Archive Network: # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz # In the above URL, 'x' should be 2 or higher. # # To apply this patch without the use of 'applypatch': # STEP 1: Chdir to the source directory. # If you have a decent Bourne-type shell: # STEP 2: Run the shell with this file as input. # If you don't have such a shell, you may need to manually create/delete # the files as shown below. # STEP 3: Run the 'patch' program with this file as input. # # These are the commands needed to create/delete files/directories: # rm -f 'files/patch-src_fileops.c' touch 'files/patch-src_screem-markup.c' chmod 0644 'files/patch-src_screem-markup.c' # # This command terminates the shell and need not be executed manually. exit # #### End of Preamble #### #### Patch data follows #### diff -u 'screem/Makefile' 'screem-0.5.6/Makefile' Index: ./Makefile --- ./Makefile Fri Nov 15 10:11:35 2002 +++ ./Makefile Sun Dec 1 21:45:09 2002 @@ -2,11 +2,11 @@ # Date created: 05 Nov 1999 # Whom: Will Andrews # -# $FreeBSD: ports/www/screem/Makefile,v 1.29 2002/11/15 08:56:38 marcus Exp $ +# $FreeBSD$ # PORTNAME= screem -PORTVERSION= 0.5.5 +PORTVERSION= 0.5.6 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.screem.org/src/ diff -u 'screem/distinfo' 'screem-0.5.6/distinfo' Index: ./distinfo --- ./distinfo Fri Nov 15 10:11:35 2002 +++ ./distinfo Sun Dec 1 21:46:08 2002 @@ -1 +1 @@ -MD5 (screem-0.5.5.tar.gz) = eb9490829479fac6dff406b02b75ae06 +MD5 (screem-0.5.6.tar.gz) = 6b580b7eb93703b017d4ba0a0e05d6d3 diff -u /dev/null 'screem-0.5.6/files/patch-src_screem-markup.c' Index: ./files/patch-src_screem-markup.c --- ./files/patch-src_screem-markup.c Wed Dec 31 16:00:00 1969 +++ ./files/patch-src_screem-markup.c Sun Dec 1 21:59:44 2002 @@ -0,0 +1,22 @@ +--- src/screem-markup.c.orig Wed Nov 13 08:19:22 2002 ++++ src/screem-markup.c Sun Dec 1 21:57:23 2002 +@@ -778,7 +778,7 @@ + + GSList *screem_markup_get_links( ScreemDTD *dtd, const gchar *text ) + { +- GSList *ret; ++ GSList *ret, *attr, *tmp; + gchar *next; + gint pos; + gint end; +@@ -792,8 +792,8 @@ + NULL, &end, &name ) ) ) { + pos = end; + /* get tag attributes */ +- GSList *attr; +- GSList *tmp; ++ /* GSList *attr; */ ++ /* GSList *tmp; */ + + attr = screem_markup_build_attributes_list( next, NULL ); + #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Sun Dec 1 22:06:06 2002 # Generated by : makepatch 2.00 # Recurse directories : Yes # r 'files/patch-src_fileops.c' 967 0 # p 'Makefile' 1206 1038807909 0100644 # p 'distinfo' 61 1038807968 0100644 # c 'files/patch-src_screem-markup.c' 0 1038808784 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Sun Dec 1 22:06:06 2002] #### #### Checksum: 97 3181 47017 #### --=-fBucPprG6ZUArVD5LO4f-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message