Revision: 25782 http://sourceforge.net/p/gar/code/25782 Author: dmichelsen Date: 2016-06-21 10:59:03 +0000 (Tue, 21 Jun 2016) Log Message: ----------- doxygen/trunk: Update to 1.8.11
Modified Paths: -------------- csw/mgar/pkg/doxygen/trunk/Makefile csw/mgar/pkg/doxygen/trunk/checksums Modified: csw/mgar/pkg/doxygen/trunk/Makefile =================================================================== --- csw/mgar/pkg/doxygen/trunk/Makefile 2016-06-20 18:26:02 UTC (rev 25781) +++ csw/mgar/pkg/doxygen/trunk/Makefile 2016-06-21 10:59:03 UTC (rev 25782) @@ -1,5 +1,5 @@ NAME = doxygen -VERSION = 1.8.10 +VERSION = 1.8.11 GARTYPE = v2 DESCRIPTION = A documentation system for programming languages @@ -20,6 +20,8 @@ PACKAGES += CSWdoxygen SPKG_DESC_CSWdoxygen = A documentation system for programming languages # PKGFILES is catchall +RUNTIME_DEP_PKGS_CSWdoxygen-i386 += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWdoxygen += $(RUNTIME_DEP_PKGS_CSWdoxygen-$(GARCH)) PACKAGES += CSWdoxygen-doc SPKG_DESC_CSWdoxygen-doc = Documentation for doxygen @@ -40,6 +42,8 @@ BUILD_SCRIPTS = $(WORKSRC)/solaris/Makefile BUILD_ARGS += docs +EXTRA_LINKER_FLAGS += -liconv + TEST_SCRIPTS = $(WORKSRC)/solaris/Makefile TEST_TARGET = tests @@ -57,5 +61,5 @@ configure-cmake: mkdir $(WORKSRC)/solaris @# The -DMAKE= is needed because docs generation uses $(MAKE) -C which the default /usr/ccs/bin/make does not understand - cd $(WORKSRC)/solaris && cmake -DMAKE=/opt/csw/bin/gmake -Dbuild_doc=YES -DCMAKE_INSTALL_PREFIX:PATH=$(prefix) -G 'Unix Makefiles' $(abspath $(WORKSRC)) + cd $(WORKSRC)/solaris && $(CONFIGURE_ENV) cmake -DMAKE=/opt/csw/bin/gmake -Dbuild_doc=YES -DCMAKE_INSTALL_PREFIX:PATH=$(prefix) -G 'Unix Makefiles' $(abspath $(WORKSRC)) @$(MAKECOOKIE) Modified: csw/mgar/pkg/doxygen/trunk/checksums =================================================================== --- csw/mgar/pkg/doxygen/trunk/checksums 2016-06-20 18:26:02 UTC (rev 25781) +++ csw/mgar/pkg/doxygen/trunk/checksums 2016-06-21 10:59:03 UTC (rev 25782) @@ -1 +1 @@ -79767ccd986f12a0f949015efb5f058f doxygen-1.8.10.src.tar.gz +f4697a444feaed739cfa2f0644abc19b doxygen-1.8.11.src.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.