Commit graph

7265 commits

Author SHA1 Message Date
Max Brazhnikov
52e8b487f6 - Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
2012-07-27 11:03:38 +00:00
Carlo Strub
4ccd1fc621 Fix typos in COMMENT 2012-07-25 11:24:09 +00:00
Carlo Strub
d5fda8cb2c Fix typos in COMMENT 2012-07-25 06:32:06 +00:00
Carlo Strub
1863cc77b0 Fix typos in COMMENT 2012-07-24 07:19:21 +00:00
Frederic Culot
a925197d35 - Update to 2.4.8
Changes:	http://git.savannah.gnu.org/cgit/zile.git/tree/NEWS
2012-07-20 14:41:24 +00:00
Armin Pirkovitsch
d892838835 - Update to version 5.2.3
PR:           ports/169410
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
2012-07-19 17:26:48 +00:00
Max Brazhnikov
e1a3f25283 Update to 3.4
Convert to new option framework
Normalize Makefile header
2012-07-18 13:52:01 +00:00
Jung-uk Kim
195adbc720 Fix version check for lang/clang-devel. 2012-07-18 00:42:10 +00:00
Jung-uk Kim
0bacf54cb3 Add help packs for newly added language packs. 2012-07-17 22:13:37 +00:00
Jung-uk Kim
065f9cc08e Add another language pack. It was somehow missed in the previous commit.
Pointed by:	bapt
2012-07-17 21:14:08 +00:00
Olivier Duchateau
b122d59738 Fix search tool
PR:	169569
Submitted by:	Filipy Galiza Soares <65@filipy.com>
Approved by:	miwi, rene (mentors)
2012-07-17 21:04:27 +00:00
Jung-uk Kim
495b66e319 - Update LibreOffice and the language packs to 3.5.5.
- Add new language packs, i.e., ast, bo, kn, lb, and ug.
2012-07-17 20:55:45 +00:00
Baptiste Daroussin
3c3995a0d1 Fix build with new libexttextcat
Submitted by:	Olivier Smedts <olivier@gid0.org> (via ports@)
2012-07-16 10:30:27 +00:00
Baptiste Daroussin
d29725597e Fix exttextcat new library name detection 2012-07-16 10:08:32 +00:00
Baptiste Daroussin
d047b7a206 - update libexttextcat to 3.3.1
- chase library name change
2012-07-16 06:51:44 +00:00
Jung-uk Kim
359cd82897 - Do not create empty .keep files on empty directries. This causes unexpected
crash because it is trying to mmap(2) an empty file as a Calc add-in. [1]
Just use mkdir(1) to create the empty directories instead.
- Use system clang by default where the clang regression is fixed (r238429).

PR:		ports/169837 [1]
2012-07-14 02:03:13 +00:00
Pietro Cerutti
58b5d279ec - Chase x11-toolkits/fox16 shlib version bump
- Bump PORTREVISION
2012-07-13 07:10:02 +00:00
Jung-uk Kim
f26e9f136d Remove a superfluous "-x c++" option for clang-cpp. clang-cpp automatically
adds it by guessing language type from the file extension.
2012-07-11 16:45:53 +00:00
Jung-uk Kim
f71ddd644e - Construct CPP and CXXCPP from the existing variables.
- Pass CXXCPP as an environment variable for the configure script as it is
only useful there at the moment.  Actually, ports infrastructure ignores it.
2012-07-11 01:17:35 +00:00
Jung-uk Kim
be412e46b5 - Add comments to note a clang bug and and the patched revision.
- Add a knob WITH_SYSTEM_CLANG to force build with clang from base system.
This is very useful when the user has patched the system clang, i.e.,
contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp.
- Temporarily disable -Wshadow and -Wunused-parameter.  These options caused
too many warnings for system boost and made it really hard to debug problems.
- Remove temporary clang++ options, which are no longer necessary.
- Remove a duplicate patch for solenv/gbuild/platform/com_GCC_defs.mk.
2012-07-10 23:53:13 +00:00
Chris Rees
5d9843b75b Use COPYTREE_SHARE instead of CP -R
PR:		ports/169322
2012-07-09 20:00:07 +00:00
Frederic Culot
f6515c1535 - Update to 3.1.20
Changes:	https://www.mirbsd.org/jupp.htm#clog
PR:		ports/169705
Submitted by:	Grzegorz Blach <magik@roorback.net> (maintainer)
2012-07-08 09:36:52 +00:00
Alex Dupre
d9d59ef9bb Fix build on i386.
Fix build with clang from ports.
Fix build when KDE4 option is enabled.
2012-07-06 14:02:04 +00:00
Pawel Pekala
84d5cb591b Add USE_CSTD=gnu89 to fix linking when building with clang 2012-07-05 17:26:10 +00:00
Maho Nakata
b7da9f5031 Support system libraries for apr, apr-util, serf, coinmp.
cf. https://issues.apache.org/ooo/show_bug.cgi?id=118906

Reported by: pfg@
2012-07-05 10:48:52 +00:00
Alberto Villa
ff330a762f - Update Calligra to 2.4.3.
- Add Japanese localization.

This release contains a number of important bug fixes to 2.4.2:
http://www.calligra.org/news/calligra-2-4-3-released
2012-07-05 08:20:22 +00:00
Maho Nakata
ef1300ddc3 * update to svn 1356713.
* use system fonts instead of internal ones[1]

Submitted by:	pfg@ [1]
2012-07-05 06:11:09 +00:00
Alex Kozlov
9a553c6722 - Fix explicit use of unzip
PR:	ports/153429
Approved by:	office@ (crees)
2012-07-04 06:59:30 +00:00
Alberto Villa
ba040852c7 - Switch dependency from postgresql-libpqxx30 to postgresql-libpqxx3.
- Bump PORTREVISION.
2012-07-03 13:33:29 +00:00
Dima Panov
5c8b9b5891 - Clang from ports doesn't install clang-cpp, use clang++ -E / clang -E for preprocessor
No cookies to:	bapt :)
Pointed by:	Yamagi on #bsdports
2012-07-02 16:46:04 +00:00
Baptiste Daroussin
30d172270a Use clang from localbase not the one found in path 2012-07-02 13:55:25 +00:00
Baptiste Daroussin
50518cf2da Unconditionnaly force clang from ports which by default is build without
assertion.

If llvm/clang is build with assertion then the build crashes

Reported by:	Yamagi Burmeister <lists@yamagi.org>
2012-07-02 13:52:20 +00:00
Dima Panov
0e6c83afe5 - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 release
for FreeBSD platform!

    Now with system boost-1.48 support and powered by clang-3.1 by default

Dima,  behalf of FreeBSD Office team
2012-07-01 08:32:04 +00:00
Andrej Zverev
332b64b050 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 05:16:13 +00:00
Renato Botelho
71a917eebe - Move to OPTIONSng
- Pet portlint
2012-06-29 20:48:43 +00:00
Andrej Zverev
e6353d0b3d - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 16:47:42 +00:00
Alberto Villa
519877d020 - Detect eigen2 by checking for .pc file, not min. port version.
If a user had eigen3 installed, but not eigen2, the min. port version
check would not differentiate between the two.

Submitted by:	Jason E. Hale <bsdkaffee at gmail.com> via area51
2012-06-27 01:14:01 +00:00
Dirk Meyer
79ed41a8a0 - reset MAINTAINER 2012-06-26 05:44:19 +00:00
Pietro Cerutti
f444d1005f - Add alsalib to USE_LINUX_APPS
- Fix DESKTOP entry

Reported by:    dougb
2012-06-25 09:46:38 +00:00
Alex Kozlov
6f45551017 - Remove hardcoded CC [1] and PREFIX
- Remove pkg-plist

PR:	ports/168648 [1]
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved By:	maintainer (timeout, 14 days), eadler, itetcu (mentors, implicit)
2012-06-20 06:03:08 +00:00
Pietro Cerutti
da7e82640f - Update to 4.0.5589
Changes:
  see README at http://sf.net/projects/codelite/files/Releases/codelite-4.0
2012-06-19 08:35:21 +00:00
Carlo Strub
2a76a0d810 Bump PORTREVISION to reflect name change from devel/bazaar-ng --> devel/bzr 2012-06-17 20:42:28 +00:00
Johan van Selst
50245660e6 Convert to new options framework 2012-06-16 14:51:46 +00:00
David E. O'Brien
8cf57617d1 Update to Vim 7.3 patchlevel 556. 2012-06-15 16:47:35 +00:00
Max Brazhnikov
5a91ceaf33 KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x series.
Official announcement: http://kde.org/announcements/announce-4.8.4.php
2012-06-14 16:42:04 +00:00
Baptiste Daroussin
f3381fa548 Convert to new options framework 2012-06-12 10:34:46 +00:00
Ganael LAPLANCHE
52115b6d9b - Re-order LICENSE and LICENSE_COMB to make Portlint happy
- Switch to OptionsNg
2012-06-11 07:16:05 +00:00
Dirk Meyer
2be695098a - mark DEPRECATED
- reset MAINTAINER
2012-06-10 16:32:26 +00:00
Dirk Meyer
d0e91b562f - mark DEPRECATED
- reset MAINTAINER
2012-06-10 16:10:22 +00:00
Eitan Adler
4233c12f7b Don't support pre 7.1 anymore. 2012-06-10 15:32:53 +00:00