head 1.3; access; symbols pkgsrc-2015Q4:1.1.0.4 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.2 pkgsrc-2015Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2016.02.20.03.20.23; author khorben; state dead; branches; next 1.2; commitid jwJkxnT5oMl0sBVy; 1.2 date 2016.02.20.01.42.24; author khorben; state Exp; branches; next 1.1; commitid XDlM3E2CYxjlTAVy; 1.1 date 2015.08.24.02.04.21; author khorben; state Exp; branches; next ; commitid jh8H9YDjb9O0Psyy; desc @@ 1.3 log @Register missing dependency on devel/deforaos-asm @ text @$NetBSD: patch-data_Makefile,v 1.2 2016/02/20 01:42:24 khorben Exp $ Do not install the desktop entry for gdeasm for now (as it is not packaged) --- data/Makefile.orig 2016-02-20 01:28:33.000000000 +0000 +++ data/Makefile @@@@ -18,8 +18,6 @@@@ install: $(MKDIR) $(DESTDIR)$(PREFIX)/share/applications $(INSTALL) -m 0644 deforaos-debugger.desktop $(DESTDIR)$(PREFIX)/share/applications/deforaos-debugger.desktop $(MKDIR) $(DESTDIR)$(PREFIX)/share/applications - $(INSTALL) -m 0644 deforaos-gdeasm.desktop $(DESTDIR)$(PREFIX)/share/applications/deforaos-gdeasm.desktop - $(MKDIR) $(DESTDIR)$(PREFIX)/share/applications $(INSTALL) -m 0644 deforaos-sequel.desktop $(DESTDIR)$(PREFIX)/share/applications/deforaos-sequel.desktop $(MKDIR) $(DESTDIR)$(PREFIX)/share/applications $(INSTALL) -m 0644 deforaos-simulator.desktop $(DESTDIR)$(PREFIX)/share/applications/deforaos-simulator.desktop @@@@ -27,7 +25,6 @@@@ install: uninstall: $(RM) -- $(DESTDIR)$(PREFIX)/share/applications/deforaos-coder.desktop $(RM) -- $(DESTDIR)$(PREFIX)/share/applications/deforaos-debugger.desktop - $(RM) -- $(DESTDIR)$(PREFIX)/share/applications/deforaos-gdeasm.desktop $(RM) -- $(DESTDIR)$(PREFIX)/share/applications/deforaos-sequel.desktop $(RM) -- $(DESTDIR)$(PREFIX)/share/applications/deforaos-simulator.desktop @ 1.2 log @Package DeforaOS Coder 0.2.0 This release brings: - compatibility with latest libSystem - new debugging interface, debugger(1) (still incomplete) - PHP console, console(1) - new icons for simulator(1) @ text @d1 1 a1 1 $NetBSD: patch-data_Makefile,v 1.1 2015/08/24 02:04:21 khorben Exp $ @ 1.1 log @Do not install the desktop entry for gdeasm for now @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- data/Makefile.orig 2015-08-24 01:33:54.000000000 +0000 d7 1 a7 1 @@@@ -16,8 +16,6 @@@@ install: d9 1 a9 1 $(INSTALL) -m 0644 deforaos-coder.desktop $(DESTDIR)$(PREFIX)/share/applications/deforaos-coder.desktop d16 8 @