allow removing either .tgz or .tbz temporary pkgs. - Refactor the existing patches so that we have one patch per file to ease maintenance. - Pass maintainership to submitter. - Bump PORTREVISION PR: ports/106652 Submitted by: Robert C. Noland III <rnoland@2hip.net>
10 lines
279 B
C
10 lines
279 B
C
--- ./libMGPM/src/libMGPM.h.orig Tue Dec 13 17:23:14 2005
|
|
+++ ./libMGPM/src/libMGPM.h Fri Dec 8 17:13:00 2006
|
|
@@ -118,7 +118,6 @@
|
|
char* workDir;
|
|
char* workFullPath;
|
|
char* xtermTitle;
|
|
- char** environment;
|
|
int bufferSize;
|
|
int optionsBufferSize;
|
|
} structLocalProperty;
|