FreeBSD Bugzilla – Attachment 22496 Details for
Bug 39001
PORTUPGRADE: upgrade to bcpp port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.38 KB, created by
Mike Buchanon
on 2002-06-07 20:00:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mike Buchanon
Created:
2002-06-07 20:00:12 UTC
Size:
2.38 KB
patch
obsolete
>diff -urN /usr/ports/devel/bcpp/Makefile work/Makefile >--- /usr/ports/devel/bcpp/Makefile Wed Dec 19 00:10:39 2001 >+++ work/Makefile Fri Jun 7 14:46:29 2002 >@@ -7,9 +7,10 @@ > > PORTNAME= bcpp > PORTVERSION= 1.8 >+PORTREVISION= 1 > CATEGORIES= devel > MASTER_SITES= ftp://invisible-island.net/bcpp/ >-DISTNAME= bcpp-990810 >+DISTNAME= bcpp-20020518 > EXTRACT_SUFX= .tgz > > MAINTAINER= buchanon@msu.edu >diff -urN /usr/ports/devel/bcpp/distinfo work/distinfo >--- /usr/ports/devel/bcpp/distinfo Sat Nov 17 22:33:44 2001 >+++ work/distinfo Fri Jun 7 14:18:38 2002 >@@ -1 +1 @@ >-MD5 (bcpp-990810.tgz) = d7493e22040a66e693342f9422d34086 >+MD5 (bcpp-20020518.tgz) = bad74c11c3460a9f984c650f1320623d >diff -urN /usr/ports/devel/bcpp/files/patch-bcpp.cpp work/files/patch-bcpp.cpp >--- /usr/ports/devel/bcpp/files/patch-bcpp.cpp Wed Dec 19 00:10:39 2001 >+++ work/files/patch-bcpp.cpp Fri Jun 7 14:40:09 2002 >@@ -1,6 +1,6 @@ >---- bcpp.cpp.orig Tue Aug 10 20:54:52 1999 >-+++ bcpp.cpp Tue Dec 18 20:22:18 2001 >-@@ -1431,6 +1431,7 @@ >+--- bcpp.cpp.orig Sat May 18 13:53:27 2002 >++++ bcpp.cpp Fri Jun 7 14:39:33 2002 >+@@ -1455,6 +1455,7 @@ > > } > >@@ -8,7 +8,7 @@ > // purge an Indent-stack > static void freeIndentStack(StackList* pImode) > { >-@@ -1451,6 +1452,7 @@ >+@@ -1475,6 +1476,7 @@ > dst -> push(temp); > } > } >@@ -16,19 +16,19 @@ > > // no extra indent immediately after any brace > void resetSingleIndent(StackList* pIMode) >-@@ -2721,6 +2723,7 @@ >+@@ -2755,6 +2757,7 @@ > char* pSPath = getenv ("PATH"); > char* pEPath = NULL; > char* pNameMem = NULL; >-+ char* tmpCfgName = new char[strlen("%%PREFIX%%/etc")+strlen(pCfgName)+1]; >++ char* tmpCfgName = new char[strlen("%%PREFIX%%/etc") + strlen(pCfgName)+1]; > char sepChar = NULLC; > const char* pathSepChar; > char backUp; >-@@ -2729,6 +2732,13 @@ >+@@ -2763,6 +2766,13 @@ > // test to see if file is in current directory first ! > if ((pCfgFile = fopen(pCfgName, "r")) != NULL) > return; >-+ >++ > + // look to see if it's in %%PREFIX%%/etc > + tmpCfgName = strcat( tmpCfgName, "%%PREFIX%%/etc/" ); > + tmpCfgName = strcat( tmpCfgName, pCfgName ); >diff -urN /usr/ports/devel/bcpp/pkg-comment work/pkg-comment >--- /usr/ports/devel/bcpp/pkg-comment Wed Jan 9 00:10:39 2002 >+++ work/pkg-comment Fri Jun 7 14:41:56 2002 >@@ -1 +1 @@ >-A utility similar to indent C++ code >+A utility similar to indent for C++ code
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 39001
: 22496