Sat Feb 20 03:20:23 2016 UTC ()
Register missing dependency on devel/deforaos-asm


(khorben)
diff -r1.17 -r1.18 pkgsrc/devel/deforaos-coder/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/deforaos-coder/PLIST
diff -r1.6 -r1.7 pkgsrc/devel/deforaos-coder/distinfo
diff -r1.2 -r0 pkgsrc/devel/deforaos-coder/patches/patch-data_Makefile
diff -r1.5 -r0 pkgsrc/devel/deforaos-coder/patches/patch-tools_Makefile

cvs diff -r1.17 -r1.18 pkgsrc/devel/deforaos-coder/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/deforaos-coder/Makefile 2016/02/20 02:28:14 1.17
+++ pkgsrc/devel/deforaos-coder/Makefile 2016/02/20 03:20:23 1.18
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.17 2016/02/20 02:28:14 khorben Exp $ 1# $NetBSD: Makefile,v 1.18 2016/02/20 03:20:23 khorben Exp $
2 2
3DISTNAME= Coder-0.2.0 3DISTNAME= Coder-0.2.0
4PKGNAME= deforaos-coder-0.2.0 4PKGNAME= deforaos-coder-0.2.0
5PKGREVISION= 1 5PKGREVISION= 2
6CATEGORIES= devel 6CATEGORIES= devel
7MASTER_SITES= http://www.defora.org/os/download/download/4420/ 7MASTER_SITES= http://www.defora.org/os/download/download/4420/
8 8
9MAINTAINER= khorben@defora.org 9MAINTAINER= khorben@defora.org
10HOMEPAGE= http://www.defora.org/ 10HOMEPAGE= http://www.defora.org/
11COMMENT= DeforaOS Coder 11COMMENT= DeforaOS Coder
12 12
13LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
14 14
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16USE_TOOLS+= xgettext 16USE_TOOLS+= xgettext
17 17
18BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt 18BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
@@ -33,17 +33,18 @@ post-install: @@ -33,17 +33,18 @@ post-install:
33 ${MV} ${DESTDIR}${PREFIX}/share/man/html1/coder.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/coder.html 33 ${MV} ${DESTDIR}${PREFIX}/share/man/html1/coder.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/coder.html
34 ${MV} ${DESTDIR}${PREFIX}/share/man/html1/sequel.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/sequel.html 34 ${MV} ${DESTDIR}${PREFIX}/share/man/html1/sequel.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/sequel.html
35 ${MV} ${DESTDIR}${PREFIX}/share/man/html1/simulator.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/simulator.html 35 ${MV} ${DESTDIR}${PREFIX}/share/man/html1/simulator.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/simulator.html
36 ${RMDIR} ${DESTDIR}${PREFIX}/share/man/html1 36 ${RMDIR} ${DESTDIR}${PREFIX}/share/man/html1
37 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/coder.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/coder.1 37 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/coder.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/coder.1
38 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/sequel.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/sequel.1 38 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/sequel.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/sequel.1
39 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/simulator.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/simulator.1 39 ${MV} ${DESTDIR}${PREFIX}/share/man/man1/simulator.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/simulator.1
40 ${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1 40 ${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1
41 ${RMDIR} ${DESTDIR}${PREFIX}/share/man 41 ${RMDIR} ${DESTDIR}${PREFIX}/share/man
42.endif 42.endif
43 43
44.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 44.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
45.include "../../databases/deforaos-libdatabase/buildlink3.mk" 45.include "../../databases/deforaos-libdatabase/buildlink3.mk"
 46.include "../../devel/deforaos-asm/buildlink3.mk"
46.include "../../x11/libXtst/buildlink3.mk" 47.include "../../x11/libXtst/buildlink3.mk"
47.include "../../x11/deforaos-libdesktop/buildlink3.mk" 48.include "../../x11/deforaos-libdesktop/buildlink3.mk"
48.include "../../sysutils/desktop-file-utils/desktopdb.mk" 49.include "../../sysutils/desktop-file-utils/desktopdb.mk"
49.include "../../mk/bsd.pkg.mk" 50.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/deforaos-coder/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/deforaos-coder/PLIST 2016/02/20 01:42:23 1.4
+++ pkgsrc/devel/deforaos-coder/PLIST 2016/02/20 03:20:23 1.5
@@ -1,39 +1,41 @@ @@ -1,39 +1,41 @@
1@comment $NetBSD: PLIST,v 1.4 2016/02/20 01:42:23 khorben Exp $ 1@comment $NetBSD: PLIST,v 1.5 2016/02/20 03:20:23 khorben Exp $
2bin/coder 2bin/coder
3bin/console 3bin/console
4bin/debugger 4bin/debugger
 5bin/gdeasm
5bin/sequel 6bin/sequel
6bin/simulator 7bin/simulator
7lib/Coder/backend/asm.so 8lib/Coder/backend/asm.so
8lib/Coder/debug/ptrace.so 9lib/Coder/debug/ptrace.so
9man/html1/coder.html 10man/html1/coder.html
10man/html1/sequel.html 11man/html1/sequel.html
11man/html1/simulator.html 12man/html1/simulator.html
12man/man1/coder.1 13man/man1/coder.1
13man/man1/sequel.1 14man/man1/sequel.1
14man/man1/simulator.1 15man/man1/simulator.1
15share/Coder/Simulator/models/android-generic-wvga.conf 16share/Coder/Simulator/models/android-generic-wvga.conf
16share/Coder/Simulator/models/htc-touchpro.conf 17share/Coder/Simulator/models/htc-touchpro.conf
17share/Coder/Simulator/models/jolla-jolla.conf 18share/Coder/Simulator/models/jolla-jolla.conf
18share/Coder/Simulator/models/lenovo-ideapad-s10-3t.conf 19share/Coder/Simulator/models/lenovo-ideapad-s10-3t.conf
19share/Coder/Simulator/models/nokia-n800.conf 20share/Coder/Simulator/models/nokia-n800.conf
20share/Coder/Simulator/models/nokia-n9.conf 21share/Coder/Simulator/models/nokia-n9.conf
21share/Coder/Simulator/models/nokia-n900.conf 22share/Coder/Simulator/models/nokia-n900.conf
22share/Coder/Simulator/models/openmoko-gta01.conf 23share/Coder/Simulator/models/openmoko-gta01.conf
23share/Coder/Simulator/models/openmoko-gta02.conf 24share/Coder/Simulator/models/openmoko-gta02.conf
24share/Coder/Simulator/models/sharp-zaurus-sl-c3200.conf 25share/Coder/Simulator/models/sharp-zaurus-sl-c3200.conf
25share/applications/deforaos-coder.desktop 26share/applications/deforaos-coder.desktop
26share/applications/deforaos-debugger.desktop 27share/applications/deforaos-debugger.desktop
 28share/applications/deforaos-gdeasm.desktop
27share/applications/deforaos-sequel.desktop 29share/applications/deforaos-sequel.desktop
28share/applications/deforaos-simulator.desktop 30share/applications/deforaos-simulator.desktop
29share/icons/hicolor/16x16/apps/simulator-jolla-jolla.png 31share/icons/hicolor/16x16/apps/simulator-jolla-jolla.png
30share/icons/hicolor/16x16/apps/simulator-lenovo-ideapad-s10-3t.png 32share/icons/hicolor/16x16/apps/simulator-lenovo-ideapad-s10-3t.png
31share/icons/hicolor/16x16/apps/simulator-nokia-n800.png 33share/icons/hicolor/16x16/apps/simulator-nokia-n800.png
32share/icons/hicolor/16x16/apps/simulator-nokia-n9.png 34share/icons/hicolor/16x16/apps/simulator-nokia-n9.png
33share/icons/hicolor/16x16/apps/simulator-nokia-n900.png 35share/icons/hicolor/16x16/apps/simulator-nokia-n900.png
34share/icons/hicolor/16x16/apps/simulator-openmoko-freerunner.png 36share/icons/hicolor/16x16/apps/simulator-openmoko-freerunner.png
35share/icons/hicolor/16x16/apps/simulator-openmoko-neo1973.png 37share/icons/hicolor/16x16/apps/simulator-openmoko-neo1973.png
36share/icons/hicolor/16x16/apps/simulator-sharp-zaurus-sl-c3200.png 38share/icons/hicolor/16x16/apps/simulator-sharp-zaurus-sl-c3200.png
37share/icons/hicolor/24x24/apps/simulator-jolla-jolla.png 39share/icons/hicolor/24x24/apps/simulator-jolla-jolla.png
38share/icons/hicolor/24x24/apps/simulator-lenovo-ideapad-s10-3t.png 40share/icons/hicolor/24x24/apps/simulator-lenovo-ideapad-s10-3t.png
39share/icons/hicolor/24x24/apps/simulator-nokia-n800.png 41share/icons/hicolor/24x24/apps/simulator-nokia-n800.png

cvs diff -r1.6 -r1.7 pkgsrc/devel/deforaos-coder/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/deforaos-coder/distinfo 2016/02/20 01:42:23 1.6
+++ pkgsrc/devel/deforaos-coder/distinfo 2016/02/20 03:20:23 1.7
@@ -1,8 +1,6 @@ @@ -1,8 +1,6 @@
1$NetBSD: distinfo,v 1.6 2016/02/20 01:42:23 khorben Exp $ 1$NetBSD: distinfo,v 1.7 2016/02/20 03:20:23 khorben Exp $
2 2
3SHA1 (Coder-0.2.0.tar.gz) = a72127e0270fe8e1111a0e557cf6ddd8e59bc71a 3SHA1 (Coder-0.2.0.tar.gz) = a72127e0270fe8e1111a0e557cf6ddd8e59bc71a
4RMD160 (Coder-0.2.0.tar.gz) = 585f330d34550dff955577029fd3f59cc2cdd081 4RMD160 (Coder-0.2.0.tar.gz) = 585f330d34550dff955577029fd3f59cc2cdd081
5SHA512 (Coder-0.2.0.tar.gz) = 0bf80496c3a5c1376852a69d5a242a84193576d804be76223974368c81b460f1a80406fd8dacf28ca6ad0d374663643ad2c6245d5051e75050f2f89728ad6104 5SHA512 (Coder-0.2.0.tar.gz) = 0bf80496c3a5c1376852a69d5a242a84193576d804be76223974368c81b460f1a80406fd8dacf28ca6ad0d374663643ad2c6245d5051e75050f2f89728ad6104
6Size (Coder-0.2.0.tar.gz) = 130157 bytes 6Size (Coder-0.2.0.tar.gz) = 130157 bytes
7SHA1 (patch-data_Makefile) = a2e1c2ba82d207516a001fb7e3e92417bd396645 
8SHA1 (patch-tools_Makefile) = b0fd72948648af0d740ac797dafa2694a6669800 

File Deleted: pkgsrc/devel/deforaos-coder/patches/Attic/patch-data_Makefile

File Deleted: pkgsrc/devel/deforaos-coder/patches/Attic/patch-tools_Makefile