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
sthen
2a601101f5
update to qscintilla 2.8
2013-11-10 22:23:43 +00:00
sthen
e6dd13fcba
update to QScintilla 2.7.2
...
(oops, forgot to commit this along with the py-qscintilla/py-sip update..)
2013-11-10 21:44:02 +00:00
shadchin
45cd38fe95
Update to texmaker 4.1
2013-11-10 12:31:45 +00:00
naddy
725de75f3a
move http://www.gnu.org to https
2013-11-09 23:19:01 +00:00
ajacoutot
3cba3d2cdf
Ok so after a quick chat with sthen@, rm both xinha and bricolage (which
...
is super outdated -- imported in 2006, updated once since then, pretty
sure nobody uses it).
rm all the things! sthen@
2013-11-09 14:09:38 +00:00
ajacoutot
40f67f53ed
Revert xinha removal for now -- I totally missed the fact that www/bricolage
...
depends on it -- spotted by sthen@
My bad, sorry about this...
2013-11-09 13:54:14 +00:00
ajacoutot
72bf2817db
-xinha
2013-11-09 08:38:25 +00:00
ajacoutot
9b9f12d67a
Remove old^unmaintained www apps. List was sent on ports@ a week ago and
...
got no objection.
The main reason is that they don't add any value (basically an enhanced
tar xzf of upstream's tarball with nothing OpenBSD specific nor added
documentation) and that they are often left unmaintainned and outdated
in the tree which leads people to think they are still maintained while
they really are not.
Discussed with several...
no objection dcoppa@ benoit@ zhuk@
"And they were singing Bye, Bye Wikimedia Pie..." ian@
2013-11-09 08:36:26 +00:00
sthen
6a2d040ba8
update to py-qscintilla 2.7.2
2013-11-08 22:38:14 +00:00
sthen
99d72866cd
move ".include <bsd.port.arch.mk>" below definition of all MULTI_PACKAGES,
...
to fix a lack of i18n packages, reported by ajacoutot@
2013-11-06 20:52:01 +00:00
bentley
78026fe73d
Fix crash. Take maintainership.
...
ok naddy@ (previous MAINTAINER)
2013-10-28 08:53:52 +00:00
shadchin
fd3409164e
Update to texmaker 4.0.4
2013-10-26 16:15:31 +00:00
ajacoutot
3ca3105074
Update to abiword-3.0.0.
2013-10-26 11:27:21 +00:00
sthen
76e0b9f8a5
disable the java subpackage on i386 until javac is less unreliable.
...
looks good to espie.
2013-10-24 07:58:05 +00:00
zhuk
0e3d15242b
Do a massive change on the placement of some KDE3 apps data:
...
* share/apps => share/apps.kde3
* share/doc/HTML => share/doc/HTML.kde3
This is a part of KDE3/4 deconflicting work.
Build tested in a bulk by landry@, also sat over a week on ports@.
Run-time tested with some KDE3 apps, including KMail, taxipilot, yakuake...
"do it" landry@
2013-10-22 11:33:55 +00:00
juanfra
d83ae11f80
Add python3 flavors of vim to the build.
...
ok sthen@
2013-10-14 22:22:22 +00:00
juanfra
f135d81e67
Add a python3 flavor to vim.
...
"looks right" gsoares. ok sthen@.
2013-10-14 22:13:21 +00:00
espie
4d42caabe1
Make darn sure MAKE_JOBS is heeded correctly, so that
...
DPB_PROPERTIES=parallel actually does something.
as checked by landry@, florian@, me.
Keep the parallel pseudo_flavor untouched.
2013-10-13 08:11:21 +00:00
naddy
06a9102560
Drop USE_GROFF since groff and mandoc produce identical output.
2013-10-11 23:48:03 +00:00
naddy
048f6d4a22
Regenerate PLISTs now that imake installs the source man pages.
2013-10-11 20:39:16 +00:00
nigel
3c5613f477
Update to match vim 7.4, restore ro files.
...
Ok sthen@
2013-10-06 00:01:19 +00:00
espie
26b383a87e
disentangle kde3 from kde4: all kde3 with the same name get an explict
...
PKGSPEC. revision bumps follow.
Also, tag all kde3 ports, those that use the module and those that do not,
with explicit kde3 tags.
2013-10-05 07:34:30 +00:00
sthen
0875071322
Disable vim's new NFA regexp engine for now, it interacts badly with
...
malloc flag 'J' (approx 10x slower in syntax highlighting).
2013-10-04 08:45:21 +00:00
sthen
18829bbe72
regen
2013-10-04 08:44:32 +00:00
sthen
fa58394aae
update to vim 7.4.45 and move non-English tutor files to the -lang subpackage.
...
drop ckuethe as maintainer (mail bounces).
earlier version ok jung@
2013-10-04 08:44:03 +00:00
ajacoutot
539eeef333
distfiles.bsdfrog.org: http -> https
2013-10-01 09:07:14 +00:00
ajacoutot
de423d4d84
Bump after devel/gconf2,-main is gone.
2013-09-27 17:49:01 +00:00
sthen
f9dc2fa78a
libungif->giflib and patch where necessary, ok jasper@ aja@
2013-09-25 07:56:56 +00:00
ajacoutot
c7970cf2df
Revert previous on these; my fault: my sqlports search line was not
...
narrowing things down enough.
2013-09-24 19:02:12 +00:00
ajacoutot
baf34fa350
Fix WANTLIB after recent gstreamer1 update.
2013-09-24 18:53:27 +00:00
ajacoutot
9141699f0f
Bump after dbus-python got renamed to py-dbus.
2013-09-10 13:26:45 +00:00
zhuk
4f664d8b82
Fixup handling of FreeDesktop goo: desktop-file-utils, gtk-update-icon-cache
...
and shared-mime-info. Found by portcheck.
A lot of input from and okay ajacoutot@
2013-08-20 22:05:46 +00:00
pascal
d2611e2542
Fix build with GCC 4.8. ok robert@
2013-08-17 10:19:14 +00:00
kili
22960909be
Let it build with newer poppler (>= 0.23).
...
From From http://ftp.osuosl.org/pub/blfs/svn/l/libreoffice-4.1.0.4-system_poppler-1.patch ,
found by ajacoutot@
"looks fine", robert@ (maintainer)
"go ahead", ajacoutot@
2013-08-15 18:33:29 +00:00
ajacoutot
1dd15de707
Remove -lpthread patching.
2013-08-09 18:45:32 +00:00