FreeBSD Bugzilla – Attachment 71298 Details for
Bug 103881
[PATCH] net/archie: fix build with gcc41
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
archie-1.4.1.patch
archie-1.4.1.patch (text/plain), 1.70 KB, created by
trasz
on 2006-10-01 22:20:04 UTC
(
hide
)
Description:
archie-1.4.1.patch
Filename:
MIME Type:
Creator:
trasz
Created:
2006-10-01 22:20:04 UTC
Size:
1.70 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/net/archie/files/patch-aa /home/trasz/archie/files/patch-aa >--- /usr/ports/net/archie/files/patch-aa Tue Aug 11 20:30:40 1998 >+++ /home/trasz/archie/files/patch-aa Sun Oct 1 23:09:40 2006 >@@ -1,14 +1,6 @@ >---- Makefile.orig Mon Oct 26 15:11:04 1992 >-+++ Makefile Tue Jul 28 09:44:38 1998 >-@@ -2,14 +2,14 @@ >- # Makefile for the minimal build for an archie Prospero client. >- # >- # Your C compiler: >--#CC=cc >-+CC=cc >- >- # For most systems, these OPTIONS will suffice. Exceptions: >- # >+--- Makefile.orig Tue Oct 27 00:11:04 1992 >++++ Makefile Sun Oct 1 23:06:07 2006 >+@@ -9,7 +9,7 @@ > # * If you're on a Stardent, add -43 > # * If you're running EP/IX, you may need to add -systype bsd43 > # but try it without it first. >@@ -35,6 +27,15 @@ > > # Usually LDFLAGS is empty; if, after you build this, archie > # complains that it can't resolve ARCHIE.ANS.NET (or whatever >+@@ -73,7 +73,7 @@ >+ # Yer' done....make archie. >+ # ========================= >+ # >+-CFLAGS=$(OPTIONS) $(DEFINES) -DARCHIE_HOST=\"$(ARCHIE)\" >++CFLAGS+=$(OPTIONS) $(DEFINES) -DARCHIE_HOST=\"$(ARCHIE)\" >+ >+ VERSION=1.4.1 >+ VMS_VERSION=`echo $(VERSION) | sed -e 's,\\.,_,g'` > @@ -84,6 +84,10 @@ > vlalloc.o vl_comp.o > >diff -ruN --exclude=CVS /usr/ports/net/archie/files/patch-regex.c /home/trasz/archie/files/patch-regex.c >--- /usr/ports/net/archie/files/patch-regex.c Thu Jan 1 01:00:00 1970 >+++ /home/trasz/archie/files/patch-regex.c Sun Oct 1 23:09:40 2006 >@@ -0,0 +1,11 @@ >+--- regex.c.orig Sun Oct 1 23:04:54 2006 >++++ regex.c Sun Oct 1 23:04:56 2006 >+@@ -447,7 +447,7 @@ >+ static char *bol; >+ static char *bopat[MAXTAG]; >+ static char *eopat[MAXTAG]; >+-char *pmatch(); >++static char *pmatch(); >+ >+ /* >+ * re_exec:
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 103881
: 71298