Commit Graph

1205 Commits

Author SHA1 Message Date
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