head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.6 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.4 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.2 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.5.0.22 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.20 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.18 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.16 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.14 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.5.0.12 pkgsrc-2010Q1-base:1.5 pkgsrc-2009Q4:1.5.0.10 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q3:1.5.0.8 pkgsrc-2009Q3-base:1.5 pkgsrc-2009Q2:1.5.0.6 pkgsrc-2009Q2-base:1.5 pkgsrc-2009Q1:1.5.0.4 pkgsrc-2009Q1-base:1.5 pkgsrc-2008Q4:1.5.0.2 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.3.0.14 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.12 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.10 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.8 pkgsrc-2008Q1:1.3.0.6 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.4 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.2 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.2.0.2 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.1.0.2 pkgsrc-2007Q1-base:1.1; locks; strict; comment @# @; 1.6 date 2011.10.02.14.11.57; author wiz; state dead; branches; next 1.5; 1.5 date 2008.10.31.11.02.55; author hira; state Exp; branches; next 1.4; 1.4 date 2008.10.18.01.28.22; author hira; state Exp; branches; next 1.3; 1.3 date 2007.10.06.20.02.23; author hira; state Exp; branches 1.3.14.1; next 1.2; 1.2 date 2007.04.21.05.40.27; author hira; state Exp; branches; next 1.1; 1.1 date 2007.04.05.23.26.13; author hira; state Exp; branches 1.1.2.1; next ; 1.3.14.1 date 2008.10.31.21.55.54; author tron; state Exp; branches; next ; 1.1.2.1 date 2007.06.25.15.37.46; author salo; state Exp; branches; next ; desc @@ 1.6 log @Remove packages scheduled to be deleted according to the pkgsrc-2011Q2 release notes. @ text @$NetBSD: patch-ch,v 1.5 2008/10/31 11:02:55 hira Exp $ --- solenv/inc/unxbsdi3.mk.orig 2007-10-05 10:11:25.000000000 +0900 +++ solenv/inc/unxbsdi3.mk 2007-10-05 10:14:03.000000000 +0900 @@@@ -0,0 +1,178 @@@@ +# +# mk file for NetBSD/i386 with gcc 3.4.x and higher. +# + +ASM= +AFLAGS= + +SOLAR_JAVA= +JAVAFLAGSDEBUG=-g + +# filter for supressing verbose messages from linker +#not needed at the moment +#LINKOUTPUT_FILTER=" |& $(SOLARENV)$/bin$/msg_filter" + +# _PTHREADS is needed for the stl +CDEFS+= -DX86 $(PTHREAD_CFLAGS) -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=450 + +# enable visibility define in "sal/types.h" +.IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" +CDEFS += -DHAVE_GCC_VISIBILITY_FEATURE +.ENDIF # "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" + +# this is a platform with JAVA support +.IF "$(SOLAR_JAVA)"!="" +JAVADEF=-DSOLAR_JAVA +.IF "$(debug)"=="" +JAVA_RUNTIME=-ljava +.ELSE +JAVA_RUNTIME=-ljava_g +.ENDIF +.ENDIF + +# architecture dependent flags for the C and C++ compiler that can be changed by +# exporting the variable ARCH_FLAGS="..." in the shell, which is used to start build +ARCH_FLAGS*= + +# name of C++ Compiler +CXX*=g++ +# name of C Compiler +CC*=gcc +# flags for C and C++ Compiler +CFLAGS+=-fmessage-length=0 -c + +# Compiler flags for enabling optimizations +.IF "$(PRODUCT)"!="" +CFLAGSOPT=-Os -fno-strict-aliasing # optimizing for products +.ELSE # "$(PRODUCT)"!="" +CFLAGSOPT= # no optimizing for non products +.ENDIF # "$(PRODUCT)"!="" + +# flags to enable build with symbols; required for crashdump feature +.IF "$(ENABLE_SYMBOLS)"=="SMALL" +CFLAGSENABLESYMBOLS=-g1 +.ELSE +CFLAGSENABLESYMBOLS=-g +.ENDIF + +# flags for the C++ Compiler +CFLAGSCC= -pipe $(ARCH_FLAGS) +# Flags for enabling exception handling +CFLAGSEXCEPTIONS=-fexceptions -fno-enforce-eh-specs +# Flags for disabling exception handling +CFLAGS_NO_EXCEPTIONS=-fno-exceptions + +CFLAGSCXX= -pipe $(ARCH_FLAGS) +PICSWITCH:=-fpic +.IF "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" +CFLAGSCXX += -fvisibility-inlines-hidden +.ENDIF # "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" + +# Compiler flags for compiling static object in multi threaded environment with graphical user interface +CFLAGSOBJGUIMT= +# Compiler flags for compiling static object in multi threaded environment with character user interface +CFLAGSOBJCUIMT= +# Compiler flags for compiling shared object in multi threaded environment with graphical user interface +CFLAGSSLOGUIMT=$(PICSWITCH) +# Compiler flags for compiling shared object in multi threaded environment with character user interface +CFLAGSSLOCUIMT=$(PICSWITCH) +# Compiler flags for profiling +CFLAGSPROF= +# Compiler flags for debugging +CFLAGSDEBUG=-g +CFLAGSDBGUTIL= +# Compiler flags for enabling optimizations +# CFLAGSOPT=-O2 +# reduce to -O1 to avoid optimization problems +CFLAGSOPT=-O1 +# Compiler flags for disabling optimizations +CFLAGSNOOPT=-O0 +# Compiler flags for describing the output path +CFLAGSOUTOBJ=-o + +CFLAGSWARNCC= +CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wno-ctor-dtor-privacy +# -Wshadow does not work for C with nested uses of pthread_cleanup_push: +CFLAGSWALLCC=-Wall -Wextra -Wendif-labels +CFLAGSWALLCXX=$(CFLAGSWALLCC) -Wshadow -Wno-ctor-dtor-privacy +CFLAGSWERRCC=-Werror + +# switches for dynamic and static linking +STATIC = -Wl,-Bstatic +DYNAMIC = -Wl,-Bdynamic + +# name of linker +LINK*=$(CXX) +LINKC*=$(CC) + +# default linker flags +LINKFLAGSDEFS*=-Wl,-z,defs +LINKFLAGSRUNPATH*=-Wl,-rpath,\''$$ORIGIN'\' +LINKFLAGS=-Wl,-z,combreloc $(LINKFLAGSDEFS) $(LINKFLAGSRUNPATH) + +# linker flags for linking applications +LINKFLAGSAPPGUI= -Wl,-export-dynamic +LINKFLAGSAPPCUI= -Wl,-export-dynamic + +# linker flags for linking shared libraries +LINKFLAGSSHLGUI= -shared +LINKFLAGSSHLCUI= -shared + +LINKFLAGSTACK= +LINKFLAGSPROF= +LINKFLAGSDEBUG=-g +LINKFLAGSOPT=-L$(SOLARVERSION)$/$(INPATH)$/lib + +# linker flags for optimization (symbol hashtable) +# for now, applied to symbol scoped libraries, only +LINKFLAGSOPTIMIZE*=-Wl,-O1 +LINKVERSIONMAPFLAG=$(LINKFLAGSOPTIMIZE) -Wl,--version-script + +SONAME_SWITCH=-Wl,-h + +# Sequence of libs does matter ! + +STDLIBCPP=-lgcc_s -lstdc++ + +# default objectfilenames to link +STDOBJGUI= +STDSLOGUI= +STDOBJCUI= +STDSLOCUI= +STDOBJVCL=$(L)$/salmain.o + +# libraries for linking applications +STDLIBGUIMT=-lX11 -lpthread -lm -lc -lgcc_s -lstdc++ +STDLIBCUIMT=-lpthread -lm -lc -lgcc_s -lstdc++ +# libraries for linking shared libraries +STDSHLGUIMT=-lX11 -lXext -lpthread -lm -lc -lgcc_s -lstdc++ +STDSHLCUIMT=-lpthread -lm -lc -lgcc_s -lstdc++ + +LIBSALCPPRT*=-Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive + +LIBSTLPORT=$(DYNAMIC) -lstlport_gcc -lgcc_s -lstdc++ +LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) + +#FILLUPARC=$(STATIC) -lsupc++ $(DYNAMIC) + +# name of library manager +LIBMGR=ar +LIBFLAGS=-r + +# tool for generating import libraries +IMPLIB= +IMPLIBFLAGS= + +MAPSYM= +MAPSYMFLAGS= + +RC=irc +RCFLAGS=-fo$@@ $(RCFILES) +RCLINK= +RCLINKFLAGS= +RCSETVERSION= + +# platform specific identifier for shared libs +DLLPOSTFIX=bi +DLLPRE=lib +DLLPOST=.so @ 1.5 log @Apply some fixes and improvements from misc/openoffice3. - Change installation directory. - Reduce usage of ${WRKDIR}. - Use language packs to install multiple languages. - Install desktop files as symbolic links. - Pass MAKE_JOBS to dmake. - Fix build with PKG_DEVELOPER=yes (add missing rpath flag). - Fix PLIST without gtk2 option. - Fix browser plugin. - Fix open-url with firefox3 and seamonkey. - Shut up tar warning (remove leading /). - Use system openssl. - Use system icu. - Add lang-all option. @ text @d1 1 a1 1 $NetBSD: patch-ch,v 1.4 2008/10/18 01:28:22 hira Exp $ @ 1.4 log @ - Add missing -Wl to patch-ch and patch-cs. - Correct flag for disabling optimizations. Ride on previous PKGREVISION bump. @ text @d1 1 a1 1 $NetBSD: patch-ch,v 1.3 2007/10/06 20:02:23 hira Exp $ d150 1 a150 1 +STDLIBGUIMT=${X11_LDFLAGS} -lX11 -lpthread -lm -lc -lgcc_s -lstdc++ d153 1 a153 1 +STDSHLGUIMT=${X11_LDFLAGS} -lX11 -lXext -lpthread -lm -lc -lgcc_s -lstdc++ @ 1.3 log @Update to 2.3.0. Security fix: - Fix CVE-2007-2834 (it has already fixed in 2.2.1nb3). New features: - separated UI/configuration for database forms and database reports. - keyboard shortcuts for database record navigation. - Show filter options dialog before file dialog in case of pdf-export. - Selection of stylist filter now persistent. - The title for the broken signature dialog has been changed. - Extension Identifiers, unopkg, pkgchk. - Export COT, ACOT, COTH, and ACOTH to MS Excel files. - Centered document view. - separated UI/configuration for XML Form Documents. - New locale data: Hausa_Ghana (ha_GH) Ewe_Ghana (ee_GH) Frisian_Netherlands (fy_NL) Uzbek_Uzbekistan (uz_UZ) Occitan_France (oc_FR) Lingala_Congo (ln_CD) Sango _ Central African Republic (sg_CF) English_Ghana (en_GH), Ganda_Uganda (lg_UG) Armenian_Armenia (hy_AM) - Tagalog_Philippines (tl_PH) added to language list box. - Jewish calendar dates for en_US locale. - Uzbek (Cyrillic) removed from language list box. - Currency Bolivar Fuerte, VEF, for Spanish_Venezuela (es_VE) locale. - Default currency Ghana Cedi, GHS, for *_Ghana (ak_GH, ee_GH, en_GH, ha_GH) locales. - com.sun.star.io.SequenceInputStream service. - Insert/Title Dialog Layout Changed. - offer to switch to a Simple 3d look in charts. - exploded 3D pies and donuts. - more easy creation of charts / new wizard. - Strings for Undo in Charts. - enhanced logarithmic scales. - Automatic axis scaling. - Flexible Source-Range Selection. - enhanced selection handling. - Export donut charts according to spec. - Export manual scales for percent charts correctly. - Menu for Charts. - Chart Data Editor improved. - Right-angled axes for 3D Charts. - New Default Colors for Charts - Chart-Specific Toolbars. - Terms for Chart Elements. - simplified 3D dialog for charts. - Right-angled axes for 3D Charts. - Show formula and R^2 for regression curves in Status Bar and Extended Tip Help. - keyboard shortcuts for task pane entries. - / in database object names not allowed anymore. - New Report Designer. - HTML export for draw and presentation documents now supports png. - Alternative text for non-text image map. - Alternative text for layers in drawings. - Alternative text for layers in drawings (now with issue number). - Preview Document in Web Browser. - Extension can integrate options pages in the options dialog. - New option: Load printer settings with the document. - Single dialog export in dialog editor. - Link to extensions.services.openoffice.org in Extension Manager. - Editing of path animations is possible again. - testtool: new commands to request webpages. - testtool: new implementation for typekeys and mouse*. - testtool: new methods to access EditBrowseBox. - testtool: config tabpage for Crashreport configuration. - testtool: New option in options dialog to set OOo program path. - testtool: method to get state of menu entry if expandable. - testtool: add new methods for ORoadmap e.g. in wizards. - testtool: new method to get slot execution status. - Default print options in Calc. - Support of inline matrix/array constants in formulas. - Keyboard shortcut "Ctrl-1" is now "Format Cells". - Keyboard shortcuts Ctrl-Plus and Ctrl-Minus for Insert/Delete Cells. - GETPIVOTDATA formula function. - Division by zero #DIV/0! error displayed for certain functions, #NUM! displayed for illegal floating-point operation errors. - Cell context menu entry changed. - Renamed checkbox in Paste Special dialog. - Checkbox in Delete Contents dialog renamed. - Extend AutoSum Capabilities in Calc. - Renamed "Set Input Mode" to "Toggle Edit Mode". - Shortcut for Format->Cells menu entry changed. - Ctrl + ~ (Ctrl + `) toggles formula view. - Dynamic ranges as formula results in validation lists. - Drawing objects support Basic macro calls. - JIS and ASC Spreadsheet Functions. - "Form Objects" toolbar removed. - Toolbars "Insert" and "Insert Object" merged. - Changed menu entry Data->Outline. - Default print options in Calc. - Intro and about bitmap location changed, configure script extended. - Selectable FixedTexts.Changed shortcut for "Object" in the Edit menu. - Standard Color Palette Extended by new Chart Default Colors. - Automatic update for charts in Writer. - Language Guessing. - Ctrl-click to execute hyperlinks. - New Smart Tag API and UI. - 'Old' mail merge dialog now supports output to single file. - Soft page break. - Shortcut for "Repeat". - New writer compatibility option. - Password of a document is asked untill the correct one is entered or the dialog is cancelled. - Menu and toolbar merging support for extensions. - Default Macro Security Level changed. - First word in a Calc cell will no longer be capitalized by auto-correction. - Customize Keyboard tabpage. - Compatibility option "Expand word space..." added. - New export filter: MediaWiki. - Spell checking one letter words. Please see the following URL for more detail of changes. http://development.openoffice.org/releases/2.3.0.html @ text @d1 1 a1 1 $NetBSD$ d94 1 a94 1 +CFLAGSNOOPT=-O d114 1 a114 1 +LINKFLAGSDEFS*=-z defs d116 1 a116 1 +LINKFLAGS=-z combreloc $(LINKFLAGSDEFS) $(LINKFLAGSRUNPATH) @ 1.3.14.1 log @Pullup ticket #2563 - request by hira openoffice2: security update Revisions pulled up: - misc/openoffice2/Makefile 1.52-1.54 - misc/openoffice2/distinfo 1.45-1.47 - misc/openoffice2/patches/patch-ch 1.4 - misc/openoffice2/patches/patch-cs 1.2-1.3 --- Module Name: pkgsrc Committed By: hira Date: Tue Oct 14 19:20:43 UTC 2008 Modified Files: pkgsrc/misc/openoffice2: Makefile Log Message: Add conflict with openoffice3. Bump PKGREVISION. Pointed out by wiz@@. --- Module Name: pkgsrc Committed By: hira Date: Sat Oct 18 01:09:45 UTC 2008 Modified Files: pkgsrc/misc/openoffice2: Makefile distinfo pkgsrc/misc/openoffice2/patches: patch-cs Log Message: Correct CDEFS on NetBSD/amd64 (-DX86 -> -DX86_64). Bump PKGREVISION. --- Module Name: pkgsrc Committed By: hira Date: Sat Oct 18 01:28:22 UTC 2008 Modified Files: pkgsrc/misc/openoffice2: distinfo pkgsrc/misc/openoffice2/patches: patch-ch patch-cs Log Message: - Add missing -Wl to patch-ch and patch-cs. - Correct flag for disabling optimizations. Ride on previous PKGREVISION bump. --- Module Name: pkgsrc Committed By: hira Date: Fri Oct 31 11:00:50 UTC 2008 Modified Files: pkgsrc/misc/openoffice2: Makefile distinfo Log Message: Update to 2.4.2. Minor update from 2.4.1. This release fixes three security vulnerabilities. - CVE-2008-3282: OpenOffice.org "rtl_allocateMemory()" Truncation (fixed in openoffice2-2.4.1nb1) - CVE-2008-2237: Manipulated WMF files can lead to heap overflows and arbitrary code execution - CVE-2008-2238: Manipulated EMF files can lead to heap overflows and arbitrary code execution Release note: http://development.openoffice.org/releases/2.4.2.html @ text @d94 1 a94 1 +CFLAGSNOOPT=-O0 d114 1 a114 1 +LINKFLAGSDEFS*=-Wl,-z,defs d116 1 a116 1 +LINKFLAGS=-Wl,-z,combreloc $(LINKFLAGSDEFS) $(LINKFLAGSRUNPATH) @ 1.2 log @ - Support multiple lang-* options. - Set X11_LDFLAGS via configure. - Add missing MESSAGE file (from misc/openoffice). - Remove extra $NetBSD$ and trailing white space from patch-ch. NOTE: Currently, you need 400MB free disk space per one lang-* option. @ text @d3 3 a5 3 --- solenv/inc/unxbsdi3.mk.orig 2007-04-21 03:03:25.000000000 +0900 +++ solenv/inc/unxbsdi3.mk 2007-04-21 03:21:29.000000000 +0900 @@@@ -0,0 +1,179 @@@@ d49 7 a75 4 +# Compiler flags for compiling static object in single threaded environment with graphical user interface +CFLAGSOBJGUIST= +# Compiler flags for compiling static object in single threaded environment with character user interface +CFLAGSOBJCUIST= a149 1 +STDLIBCUIST=-lm -lc -lgcc_s -lstdc++ a151 1 +STDLIBGUIST=${X11_LDFLAGS} -lX11 -lm -lc -lgcc_s -lstdc++ a154 2 +STDSHLGUIST=${X11_LDFLAGS} -lX11 -lXext -lm -lc -lgcc_s -lstdc++ +STDSHLCUIST=-lm -lc -lgcc_s -lstdc++ @ 1.1 log @Add missing patches in previous commit. @ text @d3 3 a5 4 --- solenv/inc/unxbsdi3.mk.orig 2007-04-05 10:28:46.000000000 +0900 +++ solenv/inc/unxbsdi3.mk 2007-04-05 10:28:43.000000000 +0900 @@@@ -0,0 +1,183 @@@@ +# $NetBSD$ a145 2 +X11_LDFLAGS=@@X11_LDFLAGS@@ + a184 1 + @ 1.1.2.1 log @Pullup ticket 2117 - requested by lkundrak security update for openoffice2 Updated via patch from hira, the MAINTAINER. Module Name: pkgsrc Committed By: hira Date: Fri Jun 22 03:52:21 UTC 2007 Modified Files: pkgsrc/misc/openoffice2: Makefile distinfo Log Message: Update to 2.2.1 during freeze because of security fixes (CVE-2007-0245 and CVE-2007-2754). Changes from 2.2.0: * freetypettg: fix CVE-2007-2754 for the internal freetype copy * autotext02: A showstopper fix for OOo2.2.1 * l10n77316fix: contains fix for i77316 * notepaint: Fix for invisible text in Calc notes while editing * macosxpbuildrepair_OOF680: This cws fixes broken Mac OS X 10.3 build, and does contain : - a fix for a build breaker in slideshow ( fixed by thb ) #i74325# - gcc-3.3 parser fixes #i75990# - a complete fix in sal for security.c ( with sb help ) #i76159# - a fix for broken linking ( because of extra symbols, due to bad filtering ) #i72922# - a fix for main.applescript ( build borken on Panther ) #i75972# All issue targeted 2.2.1 ( supposing the changes will be integrated in SRC680 too) * ause078_OOF680: quick and small to get back correct dependencies * os95_OOF680,plthes: add license-fixed polish thesaurus * olenoserver: A fix for a regression. * hro15: Unicode command line support fix for Windows only. * custompropsfix: Small bug fix in Word import for import of document variables * dba221b: fix issue 73722, in its incarnation as issue 76434, for 2.2.1. * swvalgrind: Fix for i76133 * calc221: Calc fixes for OOo2.2.1 * fix75967: fix issue 75967 * c03v8,c07v012,native86,nativebroffice: New Product BrOffice.org * impress120: Bugfix workspace for OOo 2.2.1 sj->wg: the performance test hasn|t been finished yet, but I think it should be no problem to hand over this issue without the test. * larsbehr01: Bugfix for i66661: Slideshow bug fixing for 2.2.1 * dba221a: ongoing DBA-related bugfixing towards OOo 2.2.1 * sch17: Fixes for sch * tbe29: OOo 2.2.1 accessibility bug fixes * impress119: Bug fixes for OOo 2.2.1. * printhelpfix: Bugfix for 134037. * autotext01: A showstopper cws related to autotext bug. * native79: Preparing OOo 2.2.1 and SO 8 Update 7 * vcl73_OOF680: 2.2.1 issues * cmcfixes32_OOF680: minor customized build fixes * jl57_OOF680: Contains a patch for building with an older gcc compiler. * fsfixes06_OOF680: Fix for a bug in WordPerfect typedetection that caused us to crash on unsupported documents instead of refusing them with grace * jl62,oasisrng02: Fixes of violations of the RelaxNG schema in ODF. * aw050: OOo 2.2.1 BugFixing * swqbugfix01: Issues in Writer regarding saving of documents @ text @d1 1 a1 1 $NetBSD: patch-ch,v 1.2 2007/04/21 05:40:27 hira Exp $ d3 4 a6 3 --- solenv/inc/unxbsdi3.mk.orig 2007-04-21 03:03:25.000000000 +0900 +++ solenv/inc/unxbsdi3.mk 2007-04-21 03:21:29.000000000 +0900 @@@@ -0,0 +1,179 @@@@ d147 2 d188 1 @