Commit Graph

1494 Commits

Author SHA1 Message Date
espie
a14bf26ca8 new depends 2010-11-15 23:22:07 +00:00
robert
e76e3e92d6 Initial import of LibreOffice 3.3rc3;
LibreOffice is a productivity suite that is
compatible with other major office suites,
and available on a variety of platforms.
It is free software and therefore free to
download, use and distribute. 

The port is not yet ready and not linked
to the build yet, but it builds and works
fine. All of the OpenBSD specific patches
have been commited to upstream already.
2010-11-14 23:46:34 +00:00
robert
cee1a517bd make sure to remove :[0-9]$ from DISTFILES to extract
noticed by naddy@
2010-11-14 23:37:41 +00:00
robert
beaff6ce9d Make sure that we donwnload all distfiles and extract only the ones that
needed.
2010-11-14 12:20:27 +00:00
robert
4efe978df2 oops this file is not really part of the port 2010-11-12 10:28:05 +00:00
robert
41796fb40b add a new mirror 2010-11-10 15:09:47 +00:00
robert
37a1e44af9 update to OOo_3.3.0rc4 2010-11-10 08:19:30 +00:00
robert
cec3f122b2 Opps missing part from diff 2010-11-09 21:13:13 +00:00
robert
f720b7a968 - update to openoffice.org 3.3rc3
- rework a port a little bit to be sync in the openoffice linux
  code and remove some hacks that we don't need anymore
- also use --as-needed while linking (which results in at least a 50% speed
  improovement)
- depend on more libraries from the system instead of using the internal
  ones
2010-11-09 18:40:04 +00:00
kili
65152cc6e2 + gummi 2010-11-08 20:09:36 +00:00
kili
60a6bc653f Gummi is a LaTeX editor written in the C programming language using
the GTK+ toolkit. It was designed with simplicity in mind, but hopes
to attract both novice and advanced LaTeX writers.

ok, "if you append 'textproc/intltool' to MODULES" (which i did), jasper@
2010-11-08 20:08:55 +00:00
robert
ed9bedcd46 Adapt to the libwpd library named change 2010-11-07 19:04:41 +00:00
espie
c3677a7fb2 do LIB_DEPENDS for emulators/editors 2010-11-07 18:50:57 +00:00
espie
e99803c88e gconf2 module goes wantlib 2010-11-06 20:48:11 +00:00
espie
90c0904de3 convert qt3 to new style 2010-11-05 10:06:44 +00:00
sthen
4be79c2f2a update TexMaker to 2.0, from Alexandr Shadchin.
Maintainer timeout; Alexandr takes maintainership.
(missed patches with previous commit, reminded by Alexandr)
2010-10-27 08:52:47 +00:00
sthen
7e3d74e2b7 update TexMaker to 2.0, from Alexandr Shadchin.
Maintainer timeout; Alexandr takes maintainership.
2010-10-27 08:16:16 +00:00
jeremy
006fde0cd9 Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext.  Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.

ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00
jasper
c9f887399e - update subtitleeditor to 0.37.1
- switch to new DEPENDS
2010-10-26 15:02:13 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
sthen
3b2bbaacc0 Add MODPY_WANTLIB, adjust MODPY_LIB_DEPENDS to new-style LIB_DEPENDS,
update all ports to match. Plists don't change -> no bump.
Looks ok to jasper.
2010-10-24 15:53:55 +00:00
sthen
96b9cbb33a revision/new lib_depends 2010-10-23 18:26:19 +00:00
sthen
0666992301 fix tabs 2010-10-18 21:50:38 +00:00
espie
68505ea57d USE_GROFF=Yes 2010-10-18 18:00:15 +00:00
giovanni
97cfb5839f Update to 28.1.3 2010-10-18 13:24:39 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
fba374c7ae Fix creation of MD5 passwords.
from Valery Masiutsin, thanks.
2010-10-04 19:38:13 +00:00
jeremy
8e05e9c87a Fairly simple version update, lots of new features, see
http://www.scintilla.org/ScintillaHistory.html.

OK landry@
2010-10-03 18:09:01 +00:00
ajacoutot
ec36c75cf8 Fix WANTLIB. 2010-10-01 17:43:41 +00:00
jasper
a706613d29 - stop stating the obvious, that's what dependencies are for 2010-09-30 08:25:24 +00:00
ajacoutot
21da929ec9 Fix DEPENDS after gtk+2 and gdk-pixbuf split.
ok jasper@
2010-09-30 07:21:18 +00:00
landry
de1b004c29 Oops. Bump REVISION-i18n-* after last commit and PLIST-i18n-* change.
spotted by naddy@.
2010-09-29 15:46:29 +00:00
jasper
a3b70f0360 - bump after gcc4 switch of mips64 2010-09-28 09:09:15 +00:00
fgsch
19872b1161 Don't hardcode the python version and fix plist for no_java. Bump.
Full build tested by landry@, no_java by myself.  landry@ robert@ ok.
2010-09-26 15:26:54 +00:00
stsp
dc199718f2 Sync vim-spell with the recent vim-7.3 update.
Add a missing PLIST file for the "ro" flavour.
Make PLISTs refer to the ${P} variable instead of hard-coding the vim version.
Drop redundant @comments from PLISTs (suggested by sthen).
Move the distfiles into their own distfile subdir (suggested by jasper).

ok marco, sthen, jasper
2010-09-22 18:24:10 +00:00
sthen
b58cf67234 update Jed to 0.99.19 + a couple of patches from upstream; from Frank Denis
move to new-style WANTLIB/LIB_DEPENDS, from me
2010-09-13 07:36:01 +00:00
jasper
fab4167387 - move distfiles/ to a proper mirroring location. 2010-09-12 16:49:08 +00:00
ckuethe
c7fb933e9d update to vim 7.3.003. ok kevlo@ sthen@ and much "squeee" from marco@ 2010-09-09 22:29:28 +00:00
jasper
b63a7d9273 - fix build on alpha
ok eric@ (MAINTAINER)
2010-09-09 19:14:23 +00:00
jasper
b70786080c - regen 2010-09-09 17:43:10 +00:00
naddy
b57d1b60ec enable UTF-8 support 2010-09-06 17:37:23 +00:00
naddy
007439559b fix Romanian 2010-09-01 19:32:39 +00:00
jasper
9cdb6ac46c - a bunch of distfiles were updated, regen checksums 2010-09-01 11:22:18 +00:00
jasper
3c69f2170d - remove a comment 2010-09-01 10:05:18 +00:00
jasper
e38c20b65f - add a proper mirror, thanks sthen. 2010-09-01 10:00:05 +00:00
jasper
586071b2c1 - update qscintilla to 2.4.5 2010-09-01 09:57:38 +00:00
sthen
26d86dc5b0 sync WANTLIB and bump (bump also needed for python) 2010-08-31 19:38:38 +00:00
sthen
07668e9aaf bump for python 2010-08-30 22:23:28 +00:00
ajacoutot
5145324a3b Maintainance update to abiword-2.8.6. 2010-08-22 10:09:54 +00:00
naddy
611cb850cc maintenance update to 2.2.5 2010-08-18 19:41:45 +00:00
naddy
16dee66fa3 fix i386; from stsp@, reported by deraadt@ 2010-08-04 17:17:57 +00:00
sthen
4e3a0eef67 Fix lib spec for the canna flavour. Didn't build -> no bump.
From SASANO Takayoshi, ok espie@
2010-08-04 14:44:15 +00:00
ajacoutot
20d02d485f Remove powerpc workaround, it is not needed anymore, from Brad.
While here, move to new REVISION/DEPENDS.
2010-07-26 18:55:27 +00:00
ajacoutot
291e5adb3e Remove powerpc workaround, it builds fine now, from Brad.
While here, move to new DEPENDS.
2010-07-26 18:08:00 +00:00
naddy
34837b39ea bump PKGNAME for PLIST changes 4.7 -> 4.8 2010-07-24 23:05:08 +00:00
edd
c18dcc985a convert some of my ports to the new LIB_DEPENDS and REVISION conventions.
OK sthen@
2010-07-21 21:14:47 +00:00
naddy
a2c9a774ff Remove redundant variables OPSYS and OPSYS_VER.
OPSYS was always "OpenBSD", the ports tree doesn't cover other
operating systems.
OPSYS_VER was the same as OSREV.

ok espie@
2010-07-18 18:49:01 +00:00
naddy
df328909e0 update to 2.3.18 for some bugfixes 2010-07-13 15:39:29 +00:00
naddy
9b2ec059c4 rename variable, REVISION has a special meaning now 2010-07-10 20:30:37 +00:00
naddy
51d989600b bump for plist changes due to gcc3->gcc4 transition 2010-07-09 18:48:22 +00:00
espie
b660df6b9b zap reeeally old variable 2010-07-06 22:25:53 +00:00
naddy
46ab20dd0f update to 2.3.17 2010-07-02 05:30:27 +00:00
ckuethe
8ba7a1595c update to vim 7.2.444 2010-06-27 20:49:49 +00:00
robert
2c5a3b8131 Update to OpenOffice.Org 3.2.1 2010-06-26 15:48:11 +00:00
robert
2c66bfeb1f rename some languages to contain it's correct countryname 2010-06-26 14:45:59 +00:00
jasper
6731f91a6c - add lua pattern file 2010-06-16 07:04:12 +00:00
dcoppa
b5d4510c72 Prevent gst-inspect from writing to /root/.gstreamer-0.10/ during
the configure stage.

OK ajacoutot@
2010-06-11 09:40:02 +00:00
landry
cb0c40e9a0 Fix WANTLIB in the gcc3/gcc4 case and bump
ok ajacoutot@
2010-06-11 08:42:52 +00:00
jasper
7a2db49098 - add an erlang pattern too 2010-06-10 14:16:50 +00:00
robert
1c2418bd2b fix duplicate files 2010-06-09 12:50:23 +00:00
stsp
bdba037ed8 +vim-spell (all flavours) 2010-05-31 23:17:50 +00:00
stsp
30fbf0ac28 Re-add spell-check support for non-English languages in Vim.
This time done properly, as a separate port, rather than as a subpackage
of editors/vim. Individual languages can be selected via FLAVOR.
help and ok espie@
2010-05-31 23:06:46 +00:00
espie
5498f3d480 revert, for lots of technical reasons.
multi-packages are used when you have to build things together, but want
to separate the packages.

In this case, you have a bundle of things that do not even need to be
built together, that do not even share a MASTER_SITES, and were just bundled
because "they're related to vim".

This is deeply wrong. These files should be a separate port and packages.
Heck, they should be a separate port and several packages. Probably one
per-language.
2010-05-28 00:52:19 +00:00
stsp
706db4906c Add a -spell subpackage which if installed allows non-English languages
to be used with the spell checker.
ok ckuethe@ (MAINTAINER)
2010-05-26 22:15:42 +00:00
robert
dc88e41be6 Handle the difference between gcc4 and other arches. Use the correct stdc++
library for them.
2010-05-26 20:36:31 +00:00
robert
f19e0363e1 Add a patch to cppunit to reorder the include directories in the makefile
so that if cppunit is installed on the system, we are still going to include
the modified headers included in openoffice.
2010-05-26 15:08:55 +00:00
espie
8b00d7ae39 fix for gcc4 2010-05-23 16:42:07 +00:00
espie
f11ee83915 proto fixes for gcc4 2010-05-22 15:05:29 +00:00
jasper
a8eb81d4b9 - workaround no longer needed for mips64 2010-05-21 22:39:58 +00:00
robert
3d27b5237a Add Farsi dictionary. 2010-05-20 12:51:41 +00:00
espie
d5997b92dc fix decl for gcc4 2010-05-19 15:18:35 +00:00
ckuethe
38510d78a9 update to vim 7.2.416
ok stsp@ sthen@ marco@
2010-05-12 02:44:28 +00:00
ajacoutot
ca04622d59 Maintainance update to abiword-2.8.4. 2010-05-10 12:31:51 +00:00
naddy
91db013e33 fix build and WANTLIB after libXp removal 2010-04-24 20:18:39 +00:00
robert
617d828b5e Fix stuff that update-plist did not catch correctly. 2010-04-21 13:53:01 +00:00
naddy
6b2e7ca7ec SECURITY update to 2.2.4:
Fix vulnerability to symlink attacks on open files.  CVE-2010-1160, -1161.
2010-04-16 15:47:24 +00:00
ajacoutot
ce7c969358 Stupid poor blank lines, stupid poor blank lines... 2010-04-15 14:58:24 +00:00
jasper
5659f17096 - add missing build dependency
ok robert@
2010-04-12 18:45:27 +00:00
jasper
1b58e64cb2 - fix build on loongson 2010-04-11 21:26:24 +00:00
robert
72643b32d0 Explicitly define what version of boost is needed.
requested by espie@
2010-04-06 21:56:31 +00:00
robert
efc545d131 fix -java lib depends 2010-04-02 15:53:26 +00:00
robert
fec9e646f2 disable html build output 2010-04-02 08:25:33 +00:00
robert
f38d8c9742 Update to openoffice 3.2;
this is a major update that introduced many cool stuff and it's
speed is awesome compared to the previous versions
2010-03-30 11:03:07 +00:00
kettenis
47485bdc81 Define BROKEN_NOCOMBRELOC on mips64 and mips64el to work around what's
apparently a bug in our ld(8).  Fixes the issues with running emacs on X
as reported by matthieu@

ok jasper@
2010-03-24 20:17:02 +00:00
naddy
9a8382dbb5 maintenance update to 2.2.3; from Daniel Dickman <didickman@gmail.com> 2010-03-23 20:05:47 +00:00
sturm
35b45cc174 remove myself as maintainer, bump PKGNAMEs 2010-03-22 13:54:21 +00:00
giovanni
41f647fedc Update to 27.0.0 2010-03-22 10:57:55 +00:00
ajacoutot
bcd085e837 Major update to abiword-2.8.1.
Remove the gnome FLAVOR as it does not bring anything worthwhile.
(add pkgpath marker accordingly)

Merge a patch from Fedora to change default font from Times Roman to
DejaVu Serif that fixes font corruption issue on machines where
msttcorefonts are not installed.

ok jasper@
2010-03-21 10:55:04 +00:00
jasper
d5db5e92da - fix patch-stage for mac68k and vax 2010-03-21 10:53:37 +00:00
jasper
831583276c - add highlighting patterns for prolog and scheme
ok espie@
(ports is still locked)
2010-02-27 15:03:39 +00:00
espie
d8c341f6d7 fix PKGPATHs 2010-02-26 18:17:38 +00:00
matthieu
d360aa3a46 add support for mips64el. ok jasper@ 2010-02-09 20:43:57 +00:00
jasper
228964a8d2 - extend archtecture tests for mips64el
ok naddy@ phessler@
2010-02-09 12:23:59 +00:00
ajacoutot
e95653d824 Make sure @exec/@unexec always returns true. This is needed as one can
use unopkg to (de-)activate extensions which would cause the exec calls
to fail.

ok espie@ robert@ (maintainer)
2010-02-02 12:32:42 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
naddy
72b44c5513 bump PKGNAME for PLIST changes 4.6 -> 4.7 2010-01-27 21:43:27 +00:00
espie
73f4bf65eb actually allow update from openoffice 2.... 2010-01-26 01:33:52 +00:00
giovanni
28c181815d Update to 26.2.0 2010-01-04 11:10:34 +00:00
naddy
dbc12494cb update to 2.2.1; from Daniel Dickman <didickman@gmail.com> 2009-12-22 19:21:32 +00:00
ajacoutot
14988678c6 Missed this one. 2009-12-22 16:51:00 +00:00
ajacoutot
04052a6f9c Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:08:35 +00:00
robert
e2627d3908 Update the desktop files to support .docx formats.
idea from antoine@
2009-12-22 10:38:55 +00:00
robert
f06a8c6acd Add full path for unopkg in MESSAGE-main and install the english dictionary
by default
2009-12-21 16:13:02 +00:00
jasper
b7ea26c26b - wrap the patterns into a distfile i mirror, makes this a lot cleaner
- set DIST_SUBDIR
2009-12-15 15:33:25 +00:00
jasper
9fcf2469b9 Security fix for CVE-2009-2688, xemacs: multiple integer overflow flaws. 2009-12-15 10:05:55 +00:00
jasper
c225562c7c - regen 2009-12-15 09:58:47 +00:00
jasper
adf83bd3a7 - add highlight patterns for ruby/pgsql/mipsasm
- regen WANTLIB
- take maintainership
2009-12-15 08:17:16 +00:00
jasper
52bbe1231b - add a hightlight pattern for diff files
adding this into the nedit code made antoine and my eyes bleed, without success.
so instead tell users how add it to their own nedit config file

ok ajacoutot@
2009-12-13 22:39:38 +00:00
naddy
9f22d9d70f update to 2.2.0 2009-12-01 19:39:31 +00:00
kili
d813a23504 Security fix: Use the xpdf version from our portstree for the pdf
importer. This basically updates the xpdf version used by the
importer from xpdf-3.02pl3 to xpdf-3.02pl4 and probably addresses
CVE-2009-3603, CVE-2009-3604, CVE-2009-3605, CVE-2009-3606,
CVE-2009-3608, and CVE-2009-3609.

I tried to build the pdf importer with poppler, but it failed badly
on PDF files containing any graphics.

While here, disable the (snake oil) DRM "feature", like we already
do in xpdf and poppler, and pass the correct flags to the xpdf
build.

Note: the extension concept of this software is stupid^W"enterprise
ready". If you ever enabled the pdf importing extension, you will
have to disable and re-enable it to get the new extension installed
(somewhere under ~/.openoffice.org or similar).

"just fucking commit you slacker ;)" robert@
2009-11-28 18:33:57 +00:00
benoit
7f43673744 - update ht to 2.0.18
- update WANTLIB

ok edd@, ajacoutot@
2009-11-23 10:48:30 +00:00
jasper
5fd730ceb3 - fix build on mips64
ok eric@ (MAINTAINER)
2009-11-22 15:07:13 +00:00
sthen
9d0f70b46f - fix dependencies following libstdc++ bump from 4.2.4p3 to 4.2.4v0
- bump relevant PKGNAMEs
2009-11-18 00:49:09 +00:00
sturm
9d83aaa47b remove OO2 which has been unlinked from builds since april
ok sthen, msf
2009-11-12 15:26:26 +00:00
ajacoutot
a59befff7d Remove MESSAGE, landry@ gave me a course about gtkprint configuration. 2009-11-12 10:36:38 +00:00
ajacoutot
add13f828b Small rewording. 2009-11-12 10:07:39 +00:00
sthen
1702428dab bump following java.port.mk change. 2009-11-09 11:03:26 +00:00
jasper
67345ae73e - unbreak nedit on mips64. 2009-11-08 16:24:34 +00:00
ajacoutot
be9cc2d9bf Update to leafpad-0.8.17.
* minor bugfixes
* translations updates

Tweak MESSAGE.
Remove myself from maintainer.
2009-11-08 08:35:46 +00:00
sthen
4756f8638f Fix the included jed.rc following update, from Frank Denis. 2009-10-27 21:51:53 +00:00
ckuethe
68ca61f933 update to vim 7.2.267 2009-10-15 15:32:17 +00:00
ajacoutot
330ae490a9 Major update to subtitleeditor-0.33.0.
This is not the very latest version, because it would require gstreamer-mm
which needs a newer gstreamer which needs a newer flex which... But it is
much better than what we currently have in-tree.

Mostly from Florent Tribouilloy at p2k9, thank you!
2009-10-14 21:47:20 +00:00
sthen
c3872eb323 update to 0.99-18 for new libslang. 2009-10-13 21:46:46 +00:00
edd
ffcd46f2b3 Update to 0.2.3. This is a proper release, meaning we no longer make
our own distfiles.

Tested by me (edd) on a TeX Live 2009 snapshot (not in ports yet).
Tested by Steven on TeX Live 2008 as in ports.

OK steven@
2009-10-13 14:36:26 +00:00
edd
7815849eb7 update email address on all of my ports, other than texlive.
OK, sthen@, phessler@
2009-10-11 14:06:20 +00:00
ajacoutot
cbe510bc6c Major update to abiword-2.6.8.
Add a patch from FreeBSD to fix utf8 display on ruler.
2009-10-10 09:51:52 +00:00
giovanni
812b1c8adb Update to 26.0.0 2009-10-09 13:04:25 +00:00
robert
253c3e293b update to version 3.1.1 2009-09-22 17:53:42 +00:00
jasper
bc2b3dcc6c - unbreak
spotted by me, fix by edd barret (MAINTAINER)
2009-09-06 11:27:45 +00:00
jolan
47f40754da remove non-existent mirror 2009-08-19 04:44:37 +00:00
msf
037cae333d respect MODRUBY_LIB_DEPENDS, no plist change
ok ckuethe@
2009-08-11 04:30:40 +00:00
sthen
b7a4e96e10 - gconf is needed to build on a clean machine
- full regen of WANTLIB-main identified some WANTLIB which should
now be LIB_DEPENDS

- zap trailing whitespace in Makefile

similar diff ok robert@, ajacoutot@ (minor conflicts resolved
following xcb/pthread-stubs sync since then).
2009-08-10 14:07:43 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
sthen
64fa08b62b move to archivers/lzo2, bump 2009-07-24 14:37:23 +00:00
ckuethe
04601b8199 update to vim 7.2.234, and enable the cscope plugin by request of sthen@ 2009-07-19 20:22:01 +00:00
naddy
27635a6555 fix package specs in depends 2009-07-18 15:50:40 +00:00
naddy
09ddba7b03 fix package specs in depends; ok sthen@ 2009-07-17 16:38:48 +00:00
naddy
d2c08f2888 libjvm* is required in the -main package; from sthen@ 2009-07-06 23:33:36 +00:00
naddy
ff9d7315a7 fix java subpackage; from robert@ 2009-07-01 13:05:54 +00:00
ajacoutot
9f613f170c * Do not hardcode paths
* Use devel/gettext MODULE, sanitise LIB_DEPENDS and regen WANTLIB
  accordingly
2009-06-23 08:30:00 +00:00
sthen
443fb1c7ce +texworks 2009-06-22 20:53:51 +00:00
sthen
fe302b1b5f Import editors/texworks, a nice working environment for TeX.
From maintainer Edd Barrett.

The TeXworks project is an effort to build a simple TeX front-end
program (working environment) that will be available for all today's
major desktop operating systems-in particular, MS Windows (XP and
Vista), typical GNU/Linux distros and other X11-based systems, and Mac
OS X. It is deliberately modeled on Dick Koch's award-winning TeXShop
for Mac OS X, which is credited with a resurgence of TeX usage on the
Mac platform.
2009-06-22 20:51:10 +00:00
naddy
2b84b064ff bump PKGNAME for PLIST changes 4.5 -> 4.6 2009-06-22 17:00:23 +00:00
sthen
dabb555265 sync wantlib, bump 2009-06-17 01:53:32 +00:00
sthen
4a1246ee90 sync wantlib, bump 2009-06-17 01:30:16 +00:00
sthen
b3bc385ab5 enchant was pulled in all the time, but only added to LIB_DEPENDS for
the gnome flavor. fix. while there, fix LIB_DEPENDS (+gailutil). bump.
from Tobias Ulmer, ok ajacoutot@
2009-06-16 19:57:50 +00:00
sthen
10d3898669 sync WANTLIB and bump (gio-2.0, avahi-*) 2009-06-16 11:30:48 +00:00
robert
65de62e6cd kurt forgot to add his patch:
- fix 64-bit segfault in recently_used_file_handler.cxx/set_timestamp()
  caused by sscanf "%ld" -> time_t sized var.
2009-06-09 08:18:00 +00:00
eric
258864f5f7 update to emacs 22.3 2009-06-07 07:07:39 +00:00
kurt
64a99cd85e - fix 64-bit segfault in recently_used_file_handler.cxx/set_timestamp()
caused by sscanf "%ld" -> time_t sized var.
- remove -fno-stack-protector since gcc/4.2 doesn't have that on by
  default yet
- depend on estdc++.>=11 (with dwarf2 exceptions)
okay robert@
2009-06-04 18:32:17 +00:00
giovanni
673f31631a Update to 24.0.0 2009-06-04 07:09:34 +00:00
robert
70b2634afe start initial work on sparc64 port 2009-06-02 21:48:39 +00:00
ckuethe
d8d2f21fb1 update to 7.2.190 2009-05-31 18:59:51 +00:00
robert
ac544d8f1b fix RUN_DEPENDS; from Mikolaj Kucharski <mikolaj@kucharski.name> 2009-05-31 16:51:26 +00:00
giovanni
c99882c09c Update to 23.7.0 version. 2009-05-29 15:49:23 +00:00
sthen
932ed4b398 estdc++ does indeed need copying from gcc4.port.mk to LIB_DEPENDS-main
because it's not inherited from LIB_DEPENDS here; reinstate (and bump
PKGNAME), fixing problem found by James Turner. no cookie for me :(
2009-05-26 23:26:32 +00:00
ajacoutot
0c6bb221b5 - tweak MESSAGE
"sure" robert@
2009-05-26 11:01:47 +00:00
giovanni
94e7613dcb Update to 23.6.0 2009-05-25 14:17:30 +00:00
benoit
479c7c9028 - update to ht 2.0.17
- change maintainer

ok ajacoutot@
2009-05-24 20:03:47 +00:00
giovanni
315f37e9ac Update to 23.5.0 2009-05-22 08:11:13 +00:00
ajacoutot
d76eebb14a - add enchant support ; should fix spell checking reported on ports@ by
punosevac72 at gmail dot com
- regen WANTLIB and PLIST while here
2009-05-17 18:32:04 +00:00
sthen
17006db874 remove workaround and bump for gcc4.port.mk LIB_DEPENDS change 2009-05-17 09:41:05 +00:00
robert
7998b1a48e oops fix some no_java flavor ifdefs 2009-05-08 15:47:32 +00:00
robert
2e1e7acb0e update to openoffice-3.1.0
- introduce a no_java flavor because now we can build OOo w/o having jdk and
  other java dependencies installed
- introduce a parallel flavor that allows people to build OOo with parallel
  processes. to achieve this we use a so called "non-blocking" cat, so
  another distfile has been added in order two provide to pre-built static
  binaries with the needed modifications (for amd64 and i386)
  By default we run a parallel build with NCPU+1 processes.
- remove unneccessary patch files
- fix some dependencies
2009-05-08 15:43:50 +00:00
ajacoutot
2c5f8a533a CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module 2009-04-26 11:01:04 +00:00
sthen
99abaac50c pkgname bumps following java.port.mk r1.18, pointed out by espie@ 2009-04-26 09:38:25 +00:00
sthen
8ee47fadcf be explicit with packages-specs(7) in the LIB_DEPENDS for libstdc++ and
bump PKGNAME-main. avoids asking which version of libstdc++ you would like
to use when you pkg_add -u.  ok robert@
2009-04-24 09:33:07 +00:00
robert
96e01083d9 bye bye openoffice, long live openoffice3;
remove OOo2 from the builds
2009-04-21 08:32:35 +00:00
giovanni
23987314a2 Link editors/teaqt 2009-04-20 10:31:29 +00:00
giovanni
93e531543f Import QT version of tea editor.
TEA is a powerful and simple-in-use QT-based text editor with syntax
highlighting.  TEA can also open Openoffice.org Writer and Microsoft
Word 2007 files.
2009-04-20 10:29:05 +00:00
giovanni
ad1002f180 Update to 17.6.6, fixes some utf-8 bugs. 2009-03-23 10:55:40 +00:00
espie
c1c05c48a3 fix depends 2009-03-15 13:31:58 +00:00
espie
845d29efd8 fix depends 2009-03-15 13:23:36 +00:00
espie
fbe9b7a9f9 oops 2009-03-15 13:17:35 +00:00
espie
412e42dbcd bump for python deps 2009-03-15 13:14:43 +00:00
sthen
dfe5f95d84 bump pkgname following java dep change 2009-03-11 23:21:21 +00:00
naddy
4f8a1d6bb4 forgotten bump for -i18n packages; ok robert@ 2009-02-22 14:10:30 +00:00
jasper
a09dbd7ed4 * fix build on hppa (from Josh Elsasser), i renamed the patch and added a comment
* do not install image files with no_x11 (from Deanna Phillips)

via eric@ (MAINTAINER)
2009-02-18 12:16:15 +00:00
sthen
2494b89647 typo in comment. 2009-02-16 17:35:18 +00:00
sthen
425944e209 add MASTER_SITES_SAVANNAH and switch ports over to using it.
ok jasper, landry
2009-02-16 15:28:57 +00:00
sthen
f371a7e320 oops; extra comment snuck in before its time. 2009-02-16 14:57:58 +00:00
sthen
88764fca59 fix MASTER_SITES - stupid chars in the subdirectory name break
savannah's geoip redirector.
2009-02-16 14:56:23 +00:00
robert
5822d9f651 add pl_PL, fix RUN_DEPENDS and @pkgpath. based on a diff from
Mikolaj Kucharski
2009-02-15 10:29:58 +00:00
robert
d5b53ef6e8 put some files from the main plist to their places. this fixes
the no_lang flavour. noted by ian@
2009-02-15 08:57:27 +00:00
naddy
9ea99647ac bump PKGNAME for PLIST changes 4.4 -> 4.5 2009-02-09 20:48:23 +00:00
ian
8239bceabb Update dependencies for dependent packages, bump dependent pkgs.
ok robert@
2009-02-09 20:36:02 +00:00
robert
ffc1a6ebf6 we need bash to complete a build at the moment. this is being worked on,
but for now, add it to the build dependencies.
noted by simon@
2009-02-06 23:06:27 +00:00
robert
ac8a01a745 add ru_RU 2009-02-06 21:16:01 +00:00
form
168c7e9748 o take maintainership
o bump PKGNAMEs

ok sturm@
2009-02-06 09:39:02 +00:00
robert
29cef32cbc Add more languages per some people's request: ar_AR, fr_FR, nl_NL, sr_SL 2009-02-05 23:26:52 +00:00