mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- Unbreak on CURRENT
This commit is contained in:
parent
862cdd0d35
commit
638fb7a09d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246467
@ -46,10 +46,4 @@ post-patch:
|
||||
${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 900000
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
66
x11-wm/e16/files/patch-signal
Normal file
66
x11-wm/e16/files/patch-signal
Normal file
@ -0,0 +1,66 @@
|
||||
--- 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)
|
Loading…
Reference in New Issue
Block a user