summaryrefslogtreecommitdiff
path: root/ports-mgmt/portmanager
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-20 17:18:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-20 17:18:19 +0000
commite36b3b1527d6f53cb6ef06370b90fe2312207b2b (patch)
treec3bfab49eecc31a1e71d2e4c33a678a8a5b238f1 /ports-mgmt/portmanager
parent- Update to 1.3 (diff)
- Remove inclusion of <sgtty.h>
PR: 110363 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=187803
Diffstat (limited to 'ports-mgmt/portmanager')
-rw-r--r--ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c b/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c
index 459c65cf1926..a7edf22b41b9 100644
--- a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c
+++ b/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c
@@ -1,5 +1,13 @@
--- ./libMGPM/src/MGPMrShowLeavesDelete.c.orig Mon Dec 12 15:32:34 2005
+++ ./libMGPM/src/MGPMrShowLeavesDelete.c Fri Dec 8 17:13:00 2006
+@@ -28,7 +28,6 @@
+ */
+
+ #include <libMGPM.h>
+-#include <sgtty.h>
+
+ int nuke( char* leafPortDir );
+ int rebuildDb( structProperty* property );
@@ -39,19 +39,21 @@
char exact[] = "exact";
char id[] = "MGPMrShowLeavesDelete";