Hi ports@,

simple update for simulavr with deactivated doxygen docs. All tests
passed on amd64.

I don't see a smart way to disable doxygen as by patching configure.

OK? Comments?

Best regards,

Rafael Sadowski


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/simulavr/Makefile,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 Makefile
--- Makefile    18 Sep 2015 17:55:48 -0000      1.8
+++ Makefile    26 Apr 2017 15:31:20 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=       AVR simulator
 
-DISTNAME=      simulavr-0.1.2.6
-REVISION=      3
+DISTNAME=      simulavr-0.1.2.7
 CATEGORIES=    devel
 
 HOMEPAGE=      http://www.nongnu.org/simulavr/
@@ -16,13 +15,11 @@ MASTER_SITES=               ${MASTER_SITE_SAVANNAH:=s
 WANTLIB=               c ncurses
 
 CONFIGURE_STYLE=       gnu
-CONFIGURE_ARGS+=       --enable-curses=yes \
-                       --disable-versioned-doc
+CONFIGURE_ARGS+=       --enable-curses=yes
 
 USE_GMAKE=             Yes
 
 BUILD_DEPENDS=         ${RUN_DEPENDS} \
-                       devel/doxygen \
                        textproc/texi2html \
                        print/texlive/base
 RUN_DEPENDS=           devel/avr/binutils \
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/simulavr/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo    18 Jan 2015 03:13:48 -0000      1.2
+++ distinfo    26 Apr 2017 15:31:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (simulavr-0.1.2.6.tar.gz) = X4ORv9yG9DD0DDp7vIu3f1IeOvrtrMUG7YLVahAWNE4=
-SIZE (simulavr-0.1.2.6.tar.gz) = 480765
+SHA256 (simulavr-0.1.2.7.tar.gz) = ypKEDjBNjfr1IZ5kxzqzWtaOxSjgWXaV9ijfYCbwFos=
+SIZE (simulavr-0.1.2.7.tar.gz) = 495892
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/devel/simulavr/patches/patch-configure,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 patch-configure
--- patches/patch-configure     7 Mar 2011 19:35:49 -0000       1.1.1.1
+++ patches/patch-configure     26 Apr 2017 15:31:20 -0000
@@ -1,7 +1,16 @@
 $OpenBSD: patch-configure,v 1.1.1.1 2011/03/07 19:35:49 jasper Exp $
---- configure.orig     Tue Jan 18 23:14:05 2011
-+++ configure  Tue Jan 18 23:14:38 2011
-@@ -7210,9 +7210,9 @@ fi;
+--- configure.orig     Sun Jul  3 11:13:03 2011
++++ configure  Wed Apr 26 07:45:39 2017
+@@ -6267,7 +6267,7 @@ fi
+ 
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for doxygen" >&5
+ $as_echo_n "checking for doxygen... " >&6; }
+-dox_ver=`doxygen --version 2>/dev/null`
++dox_ver=``
+ if test "x$dox_ver" = "x"; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+ $as_echo "no" >&6; }
+@@ -6323,9 +6323,9 @@ fi
  
  
  # If we are compiling with gcc, enable all warning and make warnings errors.
Index: patches/patch-test_c_Makefile_in
===================================================================
RCS file: patches/patch-test_c_Makefile_in
diff -N patches/patch-test_c_Makefile_in
--- patches/patch-test_c_Makefile_in    7 Mar 2011 19:35:49 -0000       1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-test_c_Makefile_in,v 1.1.1.1 2011/03/07 19:35:49 jasper Exp $
---- test_c/Makefile.in.orig    Tue Jan 18 23:31:42 2011
-+++ test_c/Makefile.in Tue Jan 18 23:32:06 2011
-@@ -140,7 +140,7 @@ AVR_OBJDUMP = @AVR_OBJDUMP@
- AWK = @AWK@
- CC = $(AVR_CC)
- CCDEPMODE = @CCDEPMODE@
--CFLAGS = -g -Wall $(AVR_TARGET)
-+CFLAGS = -g -Wall $(AVR_TARGET) -I${LOCALBASE}/avr/include/
- COND_HAS_PYTHON_FALSE = @COND_HAS_PYTHON_FALSE@
- COND_HAS_PYTHON_TRUE = @COND_HAS_PYTHON_TRUE@
- CPP = @CPP@
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/simulavr/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- pkg/PLIST   18 Sep 2015 17:55:48 -0000      1.3
+++ pkg/PLIST   26 Apr 2017 15:31:20 -0000
@@ -33,74 +33,3 @@ share/doc/simulavr/html/simulavr_8.html
 share/doc/simulavr/html/simulavr_9.html
 share/doc/simulavr/html/simulavr_abt.html
 share/doc/simulavr/html/simulavr_toc.html
-share/doc/simulavr/internals_html/
-share/doc/simulavr/internals_html/adc_8c.html
-share/doc/simulavr/internals_html/adc_8c_source.html
-share/doc/simulavr/internals_html/avrclass_8c.html
-share/doc/simulavr/internals_html/avrclass_8c_source.html
-share/doc/simulavr/internals_html/avrcore_8c.html
-share/doc/simulavr/internals_html/avrcore_8c_source.html
-share/doc/simulavr/internals_html/avrerror_8c.html
-share/doc/simulavr/internals_html/avrerror_8c_source.html
-share/doc/simulavr/internals_html/avrmalloc_8c.html
-share/doc/simulavr/internals_html/avrmalloc_8c_source.html
-share/doc/simulavr/internals_html/break_watch_pts.html
-share/doc/simulavr/internals_html/callback_8c_source.html
-share/doc/simulavr/internals_html/decoder_8c.html
-share/doc/simulavr/internals_html/decoder_8c_source.html
-share/doc/simulavr/internals_html/deprecated.html
-share/doc/simulavr/internals_html/device_8c.html
-share/doc/simulavr/internals_html/device_8c_source.html
-share/doc/simulavr/internals_html/devsupp_8c.html
-share/doc/simulavr/internals_html/devsupp_8c_source.html
-share/doc/simulavr/internals_html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
-share/doc/simulavr/internals_html/display_8c.html
-share/doc/simulavr/internals_html/display_8c_source.html
-share/doc/simulavr/internals_html/dox.css
-share/doc/simulavr/internals_html/eeprom_8c_source.html
-share/doc/simulavr/internals_html/ext_devs.html
-share/doc/simulavr/internals_html/files.html
-share/doc/simulavr/internals_html/flash_8c.html
-share/doc/simulavr/internals_html/flash_8c_source.html
-share/doc/simulavr/internals_html/gdbserver_8c.html
-share/doc/simulavr/internals_html/gdbserver_8c_source.html
-share/doc/simulavr/internals_html/globals.html
-share/doc/simulavr/internals_html/globals_defs.html
-share/doc/simulavr/internals_html/globals_enum.html
-share/doc/simulavr/internals_html/globals_eval.html
-share/doc/simulavr/internals_html/globals_func.html
-share/doc/simulavr/internals_html/globals_vars.html
-share/doc/simulavr/internals_html/index.html
-share/doc/simulavr/internals_html/insn_decoder.html
-share/doc/simulavr/internals_html/interrupts.html
-share/doc/simulavr/internals_html/intvects_8c_source.html
-share/doc/simulavr/internals_html/main_8c_source.html
-share/doc/simulavr/internals_html/memory_8c.html
-share/doc/simulavr/internals_html/memory_8c_source.html
-share/doc/simulavr/internals_html/memory_management.html
-share/doc/simulavr/internals_html/navtree.css
-share/doc/simulavr/internals_html/object_system.html
-share/doc/simulavr/internals_html/op__names_8c_source.html
-share/doc/simulavr/internals_html/pages.html
-share/doc/simulavr/internals_html/ports_8c.html
-share/doc/simulavr/internals_html/ports_8c_source.html
-share/doc/simulavr/internals_html/register_8c_source.html
-share/doc/simulavr/internals_html/sig_8c.html
-share/doc/simulavr/internals_html/sig_8c_source.html
-share/doc/simulavr/internals_html/spi_8c.html
-share/doc/simulavr/internals_html/spi_8c_source.html
-share/doc/simulavr/internals_html/sram_8c_source.html
-share/doc/simulavr/internals_html/stack_8c.html
-share/doc/simulavr/internals_html/stack_8c_source.html
-share/doc/simulavr/internals_html/storage_8c_source.html
-share/doc/simulavr/internals_html/tabs.css
-share/doc/simulavr/internals_html/timers_8c.html
-share/doc/simulavr/internals_html/timers_8c_source.html
-share/doc/simulavr/internals_html/todo.html
-share/doc/simulavr/internals_html/uart_8c.html
-share/doc/simulavr/internals_html/uart_8c_source.html
-share/doc/simulavr/internals_html/usb_8c.html
-share/doc/simulavr/internals_html/usb_8c_source.html
-share/doc/simulavr/internals_html/utils_8c.html
-share/doc/simulavr/internals_html/utils_8c_source.html
-share/doc/simulavr/internals_html/virtual_devs.html

Reply via email to