Problems with submitting PR's
John Merryweather Cooper <[email protected]>
| Newsgroups | gmane.os.freebsd.bugbusters |
|---|---|
| Message-ID | <[email protected]> |
The PR system seems to identify submissions from my address as SPAM. Why is this? What can I do to get my PR's submitted? After much cursing trying to send in my two most recent PR's via send-pr, gtk-send-pr, and the web, only to receive messages from [email protected] that my submissions are considered SPAM and have been discarded, I'm asking your assistance. Please post these to the PR system. Both are patches to ports. new-ports-editors-openoffice-1.1-sdk is a NEW PORT. It's not perfect, but I need something like it to port writerperfect, a plugin for OpenOffice to read/write WordPerfect(tm) files, to FreeBSD. update-sidplug-1.1.5_1 is a MAINTAINER-UPDATED designed to correct a linking error revealed on Bento for certain platforms. Thanks! jmc _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugbusters To unsubscribe, send any mail to "[email protected]"
new-port-editors-openoffice-1.1-sdk
(text/plain, 879.8 KB) - not displayed
update-sidplug-1.1.5_1
(text/plain, 2.3 KB)
# This is a patch for sidplug to update it to sidplug-1.1.5_1 # # 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. # STEP 2: Run the 'patch' program with this file as input. # #### End of Preamble #### #### Patch data follows #### diff -u 'sidplug/Makefile' 'sidplug-1.1.5_1/Makefile' Index: ./Makefile --- ./Makefile Sat Jun 7 08:54:22 2003 +++ ./Makefile Thu Mar 11 22:19:40 2004 @@ -2,11 +2,12 @@ # Date created: 14 December 2001 # Whom: John Merryweather Cooper <[email protected]> # -# $FreeBSD: ports/www/sidplug/Makefile,v 1.4 2003/06/07 15:54:22 erwin Exp $ +# $FreeBSD$ # PORTNAME= sidplug PORTVERSION= 1.1.5 +PORTREVISION= 1 CATEGORIES= www audio MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ EXTRACT_SUFX= .tgz diff -u 'sidplug/files/patch-Makefile' 'sidplug-1.1.5_1/files/patch-Makefile' Index: ./files/patch-Makefile --- ./files/patch-Makefile Wed Jan 9 07:12:11 2002 +++ ./files/patch-Makefile Thu Mar 11 22:19:40 2004 @@ -1,6 +1,6 @@ ---- Makefile Mon Nov 17 02:32:09 1997 -+++ Makefile.new Fri Dec 14 21:08:26 2001 -@@ -19,11 +19,10 @@ +--- Makefile.orig Mon Nov 17 02:32:09 1997 ++++ Makefile Thu Mar 11 21:41:47 2004 +@@ -19,11 +19,11 @@ # PLUGIN_SDK_PATH = ./PluginSDK30b5 @@ -11,7 +11,8 @@ -OPTIMIZER = -O -CFLAGS = $(OPTIMIZER) $(PLUGIN_DEFINES) +CC ?= gcc -+CFLAGS += $(PLUGIN_DEFINES) ++CFLAGS += -fPIC $(PLUGIN_DEFINES) ++LDFLAGS += -fPIC SRC= sidplug.c npunix.c OBJ= sidplug.o npunix.o #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Thu Mar 11 22:25:45 2004 # Generated by : makepatch 2.00 # Recurse directories : Yes # p 'Makefile' 980 1079072380 0100644 # p 'files/patch-Makefile' 472 1079072380 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Thu Mar 11 22:25:45 2004] #### #### Checksum: 72 2359 42034 ####