forked from Lainports/freebsd-ports
analyzing the history of commits to the port and presenting the user the list of changes. By selecting one, the port can be set back to a previous version easily. WWW: http://sourceforge.net/projects/portdowngrade/ PR: ports/48257 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
12 lines
305 B
C++
12 lines
305 B
C++
--- portdowngrade/portdowngrade.cpp.orig Mon Nov 17 20:35:46 2003
|
|
+++ portdowngrade/portdowngrade.cpp Sun Nov 23 09:59:53 2003
|
|
@@ -36,7 +36,8 @@
|
|
#include <popt.h>
|
|
#include <string>
|
|
#include <fstream>
|
|
-#include <slist>
|
|
+#include <slist.h>
|
|
+#include <iostream>
|
|
#include <vector>
|
|
#include <algorithm>
|
|
|