diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-01-18 19:01:41 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-01-18 19:01:41 +0000 |
commit | 15e8907d17338648745c0053393b3aef20dbe44a (patch) | |
tree | ca96cf890b7fd988417637dc6aff0e1a2ae2a200 /x11-wm | |
parent | d7dbefbae6ab7bf70b4fb2ba50add5d2ce484083 (diff) | |
download | ports-15e8907d17338648745c0053393b3aef20dbe44a.tar.gz ports-15e8907d17338648745c0053393b3aef20dbe44a.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e16/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/e16/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/e16/files/patch-signal | 66 |
3 files changed, 4 insertions, 70 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index e81d325c403c..d23262355cb1 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -6,7 +6,7 @@ # PORTNAME= e16 -DISTVERSION= 1.0.1.002 +DISTVERSION= 1.0.1.901 CATEGORIES= x11-wm MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/ diff --git a/x11-wm/e16/distinfo b/x11-wm/e16/distinfo index 36c1f0948a1b..b8d2766bda62 100644 --- a/x11-wm/e16/distinfo +++ b/x11-wm/e16/distinfo @@ -1,3 +1,3 @@ -MD5 (e16-1.0.1.002.tar.gz) = 686e900bfd16ca1fb5b75a8888be861c -SHA256 (e16-1.0.1.002.tar.gz) = 3a4f7eeae9e29e4660734ddc16579f9dc12ccdde83b7aae8030359ab8102d3f8 -SIZE (e16-1.0.1.002.tar.gz) = 2121199 +MD5 (e16-1.0.1.901.tar.gz) = 902ba3aab784189d476f0a1d5724237e +SHA256 (e16-1.0.1.901.tar.gz) = c12d4cc6a8bbbcb271f3d4c6f8d3e68226b5e7b98cd4192e89d7db61158c72b5 +SIZE (e16-1.0.1.901.tar.gz) = 2108581 diff --git a/x11-wm/e16/files/patch-signal b/x11-wm/e16/files/patch-signal deleted file mode 100644 index 4cc022b18912..000000000000 --- a/x11-wm/e16/files/patch-signal +++ /dev/null @@ -1,66 +0,0 @@ ---- src/main.c.orig 2009-12-22 21:06:08.000000000 +0100 -+++ src/main.c 2009-12-22 21:10:13.000000000 +0100 -@@ -21,6 +21,9 @@ - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ -+#include <sys/utsname.h> -+#include <signal.h> -+#include <time.h> - #include "E.h" - #include "comms.h" - #include "cursors.h" -@@ -38,9 +41,6 @@ - #include "snaps.h" - #include "user.h" - #include "xwin.h" --#include <sys/utsname.h> --#include <signal.h> --#include <time.h> - - const char e_wm_name[] = "e16"; - const char e_wm_version[] = VERSION; ---- src/session.c.orig 2009-12-22 21:11:00.000000000 +0100 -+++ src/session.c 2009-12-22 21:11:11.000000000 +0100 -@@ -21,6 +21,10 @@ - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ -+#include <fcntl.h> -+#include <signal.h> -+#include <sys/time.h> -+ - #include "E.h" - #include "dialog.h" - #include "e16-ecore_hints.h" -@@ -33,9 +37,6 @@ - #include "snaps.h" - #include "user.h" - #include "xwin.h" --#include <fcntl.h> --#include <signal.h> --#include <sys/time.h> - - #ifdef USE_EXT_INIT_WIN - static Window new_init_win_ext = None; ---- src/setup.c.orig 2009-12-22 21:11:26.000000000 +0100 -+++ src/setup.c 2009-12-22 21:11:36.000000000 +0100 -@@ -21,14 +21,16 @@ - * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - */ -+ -+#include <signal.h> -+#include <X11/keysym.h> -+ - #include "E.h" - #include "events.h" - #include "ewins.h" - #include "screen.h" - #include "session.h" - #include "xwin.h" --#include <signal.h> --#include <X11/keysym.h> - - static void - HandleXIOError(void) |