zhuk
73d1281aa1
Link in kile-kde4, reminded by sthen@.
2014-07-09 12:42:30 +00:00
zhuk
05dfe064b9
Kile is a user-friendly TeX/LaTeX editor for KDE. The main features are:
...
* Auto-completion of (La)TeX commands.
* Templates and wizards make starting a new document very little work.
* Easy insertion of many standard tags and symbols and the option to
define (an arbitrary number of) user defined tags.
* Easy finding chapter or sections.
* Collecting documents that belong together into a project.
* Easy insertion of citations and references when using projects.
* Flexible and smart build system to compile your LaTeX documents.
* QuickPreview, preview a selected part of your document.
* Easy access to various help sources.
* Advanced editing commands.
Initial port by Amit Kulkarni, reviewed by landry@.
2014-07-09 12:13:54 +00:00
sthen
a079cff24f
Revert previous and add XXX comment.
...
libreoffice can't use ${MODPY_DEFAULT_VERSION_3}, it specifically wants 3.3,
will search for an installed copy if available, otherwise will try (and fail)
to build its own copy if not available...
2014-06-20 10:49:11 +00:00
sthen
ffbb7c624f
use MODPY_DEFAULT_VERSION_3 rather than hardcoding; ok robert@
2014-06-16 11:54:44 +00:00
sthen
edb29ac731
move the default flavour back to no_java on i386; libreoffice
...
build is too slow to have it relying on jdk build which typically
needs restarting 5-6x before it builds successfully.
2014-06-05 11:11:01 +00:00
rpointel
ed2bcf393c
changed python3 default version so bump revision.
2014-06-03 11:33:07 +00:00
robert
463190d985
wantlib and lib depends fixes
2014-05-15 16:21:19 +00:00
robert
3a128a7870
update to 4.1.6.2
2014-05-15 08:52:19 +00:00
ajacoutot
6172764a4d
Update to subtitleeditor-0.41.0.
...
Add a patch to fix a segfault during keyframes generation, as reported by
"Jiri B"
2014-05-14 13:32:24 +00:00
sthen
22bb6e5086
libreoffice has some internal patches, at least one of which doesn't get
...
applied correctly when using /usr/bin/patch, as worked-around in the previous
commit (by patching the patch). Since gnu patch does apply these successfully,
revert previous and switch to this instead, it should give fewer surprises
in the future. ok robert@
2014-05-12 08:15:25 +00:00
kurt
f42a80a982
- Fix build with jdk/1.7 by allowing jdbc-4.1 to be used and add a work-
...
around for a patch(1) issue. okay sthen@, robert@
2014-05-11 16:42:18 +00:00
kurt
46f312eaef
- Unlink jdk/1.6 and make jdk/1.7 the default jdk for all java ports
...
- Adjust java.port.mk and cmake to use 1.7
- Adjust jdk/1.7 for pkg_add upgrades
okay sthen@, jasper@, ajacoutot@
2014-05-07 15:42:15 +00:00
sthen
5b3630e3ae
remove java workaround for i386
2014-05-07 15:34:08 +00:00
bcallah
2d09c32c1f
Update to 5.5.0.5
...
ok landry@
2014-05-03 03:51:14 +00:00
bentley
107ccb8d24
Update to tiled-0.9.1.
...
ok ajacoutot@
2014-04-28 09:48:54 +00:00
ajacoutot
bc368d14b0
Drop gssapi chunk.
2014-04-21 20:43:48 +00:00
shadchin
f55685b9eb
Update to texmaker 4.1.1.
2014-04-12 09:05:00 +00:00
robert
252ba8d136
disable the ko and zh_TW collator charset until the issue with ICU 5.3
...
is fixed upstream: https://bugs.freedesktop.org/show_bug.cgi?id=77071
2014-04-09 06:16:05 +00:00
ajacoutot
bdc45172d2
Some PLISTs have brazillions of @comment entries for .la files; sanitize
...
some of the ports a bit and rm at post-install time, it is way simpler to
maintain.
2014-04-01 14:52:09 +00:00
landry
68af6c2287
Fix build on alpha after sys/exec_ecoff.h removal 5 months ago.
...
Use the provided HDRR struct instead of #defining it to struct ecoff_symhdr
with hints from kettenis@
2014-03-30 18:15:43 +00:00
robert
8b70ca15c3
update to 4.1.5.3
2014-03-26 07:27:17 +00:00
kili
27785ee95e
Revert librt changes.
...
Prodded by espie@.
2014-03-23 18:17:34 +00:00
bcallah
d48305f02d
Update Zile to 2.4.11
...
Large changelog, the main item is libgc is now really used in Zile.
ok juanfra@, gonzalo@ (MAINTAINER)
2014-03-19 15:29:50 +00:00
ajacoutot
a57358b482
Drop librt patch.
...
Regen WANTLIB.
ok kili@ (maintainer)
2014-03-19 07:32:37 +00:00
landry
8780e26c9e
Bump ports using gcc4 module.
...
(not: mozilla ports not bumped since they're going to be updated in a few)
2014-03-10 20:27:25 +00:00
ajacoutot
b3f79f4bc5
Sync WANTLIB after goffice update.
2014-03-09 22:11:05 +00:00
jasper
c9f68e71a5
drop maintainership
2014-03-09 19:59:41 +00:00
pascal
f191dd5a28
Update to ged 1.10.
2014-03-09 19:47:10 +00:00
william
1f83c783a2
Unbreak -ruby FLAVOR, probably broken for a long time: specify the
...
path to the interpreter such that configure can find it again.
Newer ruby and FLAVORS that aren't built by default will be
revisited post-5.5.
ok jeremy@ sthen@
2014-02-02 01:44:31 +00:00
espie
d98c1025bf
zap the sticky bit on executables. That stuff is long past its peremption
...
date.
okay deraadt@
2014-01-24 12:08:55 +00:00
robert
2ad384a294
update to 4.1.4.2
2014-01-14 15:38:23 +00:00
naddy
09999a5515
bump for plist changes 5.4 -> 5.5
2014-01-12 14:58:30 +00:00
sthen
919e867494
default to no_java flavour on i386 for now (with an XXX comment); this
...
lets it package. much hair pulling involved until I worked out that no_java
is a flavour not a pseudo-flavour...
2014-01-11 15:00:23 +00:00
jca
e699c3f8bb
Remove deps on update-desktop-database and guic for the no_x11 flavor.
...
PFRAG-no-no_x11 suggested by sthen, ok ajacoutot@ zhuk@
2014-01-09 14:53:29 +00:00
sthen
9aae12f969
update to vim 7.4.135, and remove a patch to configure which is no
...
longer needed. ok aja@ rpe@ also tested by brett@.
gsoares had a problem with no_x11 but I can't see why and can't
reproduce it, let me know if anyone else sees this.
2014-01-08 10:23:12 +00:00
zhuk
d04ea22dcb
Next KDE deconflicting step: rename share/config/ to share/config.kde3/ and
...
share/config.kcfg/ to share/config.kcfg.kde3/. Tested on i386, including
run-time tests (not for all apps, though).
After this commit, there are only two conflicting files in kdelibs 3.x and
4.x packages left - to be solved soon.
spurring from espie@
2013-12-22 19:24:33 +00:00
landry
cf6fcdce4c
BROKEN-alpha since update to 3.0.0 (2.8.6 was fine)
...
gr_RenderInfo.cpp:426:1: internal compiler error: Segmentation fault
2013-12-22 10:41:26 +00:00
stsp
74d1eb21ae
Fix libreoffice's configure script to properly detect boost system libraries.
...
The script was relying on a 'tac' command which doesn't exist on OpenBSD.
Use tail -r instead. Unbreaks libreoffice build on i386.
Also, allow the -java subpackage on i386 again, per sthen's request.
ok sthen
2013-12-16 23:07:06 +00:00
edd
28fa833392
Add a desktop file for vim.
...
From Fabian Raetz, OK ajacoutot@
2013-12-16 10:19:33 +00:00
naddy
a3cbc8ab0c
* Switch from old 4.3BSD tty ioctls to termios.
...
* Use the latest Debian version (1.40-18) as upstream.
* Improved description, from Debian.
* Miscellaneous clean-up.
input and ok jca@
2013-12-12 21:59:57 +00:00
juanfra
a65f9e04a1
Unbreak emacs on hppa. I can compile all emacs flavors. The flavor
...
no_x11 works for me.
ok jca sthen landry
2013-12-11 12:36:02 +00:00
naddy
1e3a09bfcf
do not include sys/time.h in the included copy of lpsolve
2013-12-07 20:43:00 +00:00
robert
8b795f1e6f
move libjvmaccesslo.so and libjvmfwklo.so to -main and build
...
stub libraries if no_java is being used so that the plist
can pick them up in -main
2013-12-07 19:42:40 +00:00
bcallah
3c80dc8eab
Use system curses instead of the ancient subset included with ee sources.
...
ok naddy@
2013-12-06 15:46:31 +00:00
sthen
fb889f7a67
mark BROKEN on i386 to save ~5 hours in a bulk build before it fails
2013-12-03 10:15:17 +00:00
ajacoutot
164ffa5c3e
Loosen up the dependency on devel/goffice version.
2013-11-29 08:51:52 +00:00
sthen
701c91e413
kill VMEM_WARNING
2013-11-25 14:16:22 +00:00
bentley
51f00be1dc
Update to nvi-2.1.2.
2013-11-20 03:43:05 +00:00
robert
10ca2d56dc
add boost_system to LDFLAGS for liborcus to avoid cppunit tests failing
...
do the undefined symbols and fix up some plist entries
2013-11-17 11:45:52 +00:00
robert
b7e5f54598
update to 4.1.3.2
2013-11-12 07:57:22 +00:00