Commit graph

5894 commits

Author SHA1 Message Date
David E. O'Brien
53890fd0c8 Update vim-7.2.tar.bz2 checksums.
Per http://ftp.vim.org/pub/vim/unix/ the change is due to
	"fixed permissions 2008 Sep 6".
PR:           127231
Submitted by: Josh Carroll <josh.carroll@gmail.com>

Also update to patchlevel 14.

Approved by:	portmgr (pav)
2008-09-11 17:12:13 +00:00
Maho Nakata
271aa03d36 Update to OOO300_m5. 2008-09-06 00:04:43 +00:00
David E. O'Brien
54063eff33 Update to Vim 7.2 patchlevel 9. 2008-09-04 16:59:05 +00:00
Maho Nakata
89d4972862 Fix alllang build, by removing "oc" language support.
http://www.openoffice.org/issues/show_bug.cgi?id=88955

Spotted by:     Kris Moore <kris@pcbsd.com>
2008-09-04 00:19:33 +00:00
Maho Nakata
169bada7fd Fix alllang build, by removing "oc" language support.
http://www.openoffice.org/issues/show_bug.cgi?id=88955

Spotted by:	Kris Moore <kris@pcbsd.com>
2008-09-04 00:17:08 +00:00
Jung-uk Kim
513fae961c Add a workaround for amd64 and GCC 4.2.
Approved by:	maho (amd64 blanket)
2008-09-03 17:53:30 +00:00
Chin-San Huang
bff99b527a - Update to 1.0.6.15 2008-09-02 23:50:54 +00:00
Doug Barton
12eb058528 I knew I forgot something. :-/ Remove pine4 and pico from the build.
Reminded by:    marck
2008-09-02 07:22:15 +00:00
Doug Barton
2508679812 Remove the port for Pine, and the slave port for Pico. UW has discontinued
development on the Pine branch, and is instead focusing its efforts on the
successor, Alpine.    http://www.washington.edu/alpine/

Alpine has more features, much better localization, better organized
(and largely rewritten) code, is BSD licensed, and should be a drop-in
replacement in terms of configuration files.

Alpine version 1.00 was released on March 17, 2008 after over a year of
development and community testing, and has since had 2 releases for
bugfixes and new features, so it's safe to say that this is a mature
replacement.
2008-09-01 20:21:47 +00:00
Maho Nakata
6a229f8356 Removing editors/ooo-build: Has been broken for more than 6 months. 2008-09-01 20:08:49 +00:00
Chin-San Huang
687a561484 - Update to 0.4.1
- Take maintainership
2008-08-31 13:47:16 +00:00
Maho Nakata
cff69bb39a Update to OOO300_m4. 2008-08-30 03:24:20 +00:00
Martin Wilke
8d67f4a547 The KDE FreeBSD team is proud to announce the release
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.10.php

While not a very exciting release in terms of features,
3.5.10 brings a couple of nice bugfixes and translation
updates to those who choose to stay with KDE 3.5. The
fixes are thinly spread across KPDF with a number of crash
fixes, KGPG and probably most interesting various fixes
in kicker, KDE3's panel:

    * Improved visibility on transparent backgrounds
    * Themed arrow buttons in applets that were missing them
    * Layout and antialiasing fixes in various applets

Approved by:	portmgr (erwin/pav)
2008-08-29 11:30:04 +00:00
Maho Nakata
4afdafd62f Recognize diablo-jdk16 and bump PORTREVISION.
Submitted by:   jkim
2008-08-29 03:43:36 +00:00
Maho Nakata
55dbc42630 Opps, actual bump portrevision. 2008-08-29 03:42:20 +00:00
Maho Nakata
d53b3fc646 Recognize diablo-jdk16 and bump PORTREVISION.
Submitted by:   jkim
2008-08-29 03:42:19 +00:00
Maho Nakata
4517764f39 Recognize diablo-jdk16 and bump PORTREVISION.
Submitted by:   jkim
2008-08-29 03:19:30 +00:00
Maho Nakata
2af2104bb5 Recognize diablo-jdk16.
Submitted by:	jkim
2008-08-29 03:14:53 +00:00
Maho Nakata
b9b8896b37 Update to DEV300_m30. 2008-08-28 21:32:14 +00:00
Christian Weisgerber
bbc8912585 Update to 2.0.8, which incorporates some small bug fixes. 2008-08-25 17:59:01 +00:00
David E. O'Brien
8230564e1f Update Vim to version 7.2 (and patchlevel 6 at that). 2008-08-25 15:34:09 +00:00
Maho Nakata
2b608c5979 Build fix with jdk16, just catching up. 2008-08-23 22:00:20 +00:00
Maho Nakata
912b6ec4fb JDK16 support, just followup to openoffice.org-2 port. 2008-08-23 21:33:13 +00:00
Maho Nakata
449a4415bd Now buildable with JDK16. 2008-08-23 07:53:20 +00:00
Maho Nakata
c133029031 JDK 1.6 support. Builds were verified on FBSD6/i386. 2008-08-23 05:07:40 +00:00
Pietro Cerutti
15340e9a39 - Respect NOPORTDOCS
Reported by:	QA Tindie
2008-08-22 22:41:56 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Maho Nakata
978332447a Drop maintainership. Please feel free to take this over.
BTW: I don't change EXPIRATION_DATE=2008-09-19 line.
2008-08-20 22:30:27 +00:00
Maho Nakata
380c918f91 Update to OOO300_m3.
May not parallel build safe.
http://www.openoffice.org/issues/show_bug.cgi?id=92365
2008-08-20 13:13:42 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Pietro Cerutti
50bf071271 - Update to 3.4
- 'Yes to All' and 'No to All' buttons in dialogs asking to save or
    reload a file.
  - Better shell script syntax highlighting.
  - Bug fix: save did not report an error when saving a file with an
    incompatible encoding.
  - Bug fix: presentation of 'Find in files' result was broken since the
    introduction of the docked window.
  - Bug fix: GTK+: may crash when copying data (regression since unicode
    release).
2008-08-19 22:26:36 +00:00
Martin Wilke
e3e3464832 - Update to 1.13.8
PR:		126595
Submitted by:	Ports Fury
2008-08-18 22:08:03 +00:00
Martin Wilke
2c918e019a The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php

After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.

KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.

Of course Thanks to all Testers.
2008-08-18 09:22:07 +00:00
Maho Nakata
eeaaf3ac3d A build fix. 2008-08-16 13:00:22 +00:00
Martin Wilke
990b1a886b - Fix build when ImageMagic and GraphicsMagic installed is.
One solution proposed on the ports mailing list was to uninstall
	the ImageMagick port, rebuild editors/koffice-kde3 and then reinstall
	ImageMagick, while this works it is unacceptable to have to uninstall
	a port to get another port to build. The correct solution is to patch
	the source configure script to skip the detection of ImageMagick when
	GraphicsMagick is installed.

PR:		125526
Submitted by:	Scot W. Hetzel" <swhetzel@gmaill.com>
2008-08-15 09:25:28 +00:00
Edwin Groothuis
563e2f1a98 update editors/yui up to latest release
This port updates editors/yui up to latest release. Also
	it changes download location - from our corporate site to
	my hosting also as friendly sites. In source, yui takes one
	patch, which (as said their author) unbreaks build on 64-bit
	archs. This patch was done NOT by me.

PR:		ports/126401
Submitted by:	"Rashid N. \"CityCat\" Achilov" <citycat4@ngs.ru>
2008-08-15 00:03:17 +00:00
Christian Weisgerber
2e18770cbc Fix pkg-plist if WITHOUT_NLS is set (there are no french man pages).
PR:		126495
Submitted by:	mm
2008-08-14 19:50:27 +00:00
Martin Wilke
a8419716a0 - Update to 4.3.p15
PR:		126460
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
2008-08-13 07:36:24 +00:00
Alejandro Pulver
29c88948d1 - Always install docs and manpages (I'm not very familiar with qmake). 2008-08-13 01:01:10 +00:00
Martin Wilke
d86118a6aa - Update to 2.2.61
PR:		126421
Submitted by:	Ports Fury
2008-08-11 22:41:39 +00:00
Alejandro Pulver
00e2f2ca4d - For now, don't install manpage when NOPORTDOCS is defined (also it's a GUI
program).

Reported by:	QA Tindy
2008-08-11 03:19:47 +00:00
Alejandro Pulver
21e13209d6 - Fix handling of NOPORTDOCS.
Reported by:	QA Tindy
2008-08-10 14:55:48 +00:00
Maho Nakata
afb90fadfa Update to OOO300_m2. 2008-08-10 08:46:13 +00:00
Maho Nakata
011a2d205a Update to OOO300_m1. 2008-08-10 06:47:40 +00:00
Maho Nakata
8fb1d78ca3 Use stock gcc for FreeBSD 6. 2008-08-06 12:21:29 +00:00
Martin Wilke
e8dc67ddef - Unbreak and fix build
PR:		125747 (based on)
Reported by:	many
Submitted by:	Martin Neubauer <m.ne@gmx.net>
No response from: maintainer (obrien, 14 days)
2008-08-04 21:30:25 +00:00
Erwin Lansing
42ea94ba8e Mark BROKEN: does not build 2008-08-04 18:51:07 +00:00
Stanislav Sedov
2a2d02dc59 - Update slime to the latest snapshot. SLIME development team
stopped rolling out releases and it's recommended to use
  the CVS version. Bump PORTEPOCH as well.
- Install contrib modules.
- Add basic usage instructions.
- Take maintainership.
2008-08-03 09:59:10 +00:00
Martin Wilke
6e4003ece7 - Update to 4.4.8
PR:		126170
Submitted by:	Ports Fury
2008-08-02 22:34:45 +00:00
Martin Wilke
378d179cc9 - Update to 2.2.60
PR:		126171
Submitted by:	Ports Fury
2008-08-02 22:34:42 +00:00
Maho Nakata
bfbdcb56a3 Update to DEV300_m29. 2008-08-02 00:23:38 +00:00
Maho Nakata
c4fbc9f467 Update to DEV300_m28. 2008-08-01 22:12:34 +00:00
Pav Lucistnik
d4b2a52be7 - Update to 1.2.0
PR:		ports/126129
Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
2008-08-01 11:43:55 +00:00
Tilman Keskinoz
f6a3e314f0 Remove unneeded rundeps on qt4 buildtools
PR:		123362
Submitted by:	Max Brazhnikov
2008-08-01 09:46:54 +00:00
Nicola Vitale
73b2cfe472 - Update to 0.16
- Add gconf2 to USE_GNOME
- Add WITH_XULRUNNER option (JavaScript engine)
- Remove deprecated value (Application) for key "Categories" in DESKTOP_ENTRIES
2008-07-31 12:10:50 +00:00
Mark Linimon
189bb010c0 Reset sergei@ due to maintainer-timeouts and no response to email.
Hat:		portmgr
2008-07-27 04:30:53 +00:00
MANTANI Nobutaka
dc251d2e23 Correct pkg-plist.* for NOPORTDOCS=yes.
Reported by:      itetcu (QA Tindy)
2008-07-26 11:58:56 +00:00
Martin Wilke
453f8ad228 - Update maintainer mail address
PR:		125786
Submitted by:	Phillip N. <pneumann@gmail.com>
2008-07-25 22:46:15 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Maho Nakata
f2b900279a Update to DEV300_m27. 2008-07-25 10:06:48 +00:00
Pav Lucistnik
acacd0d015 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 09:38:45 +00:00
Pav Lucistnik
624890b9b7 - Really fix plist 2008-07-23 22:47:26 +00:00
Maho Nakata
954098bcd6 Update to DEV300_m27. 2008-07-23 09:20:41 +00:00
Philip M. Gollucci
b43083409f Update my ports to my freebsd address
Approved by:    araujo (mentor)
2008-07-23 02:43:55 +00:00
Pav Lucistnik
af7e7663c6 - Fix plist (%%PORTDOCS%% is not a directory)
Pointy hat to:	araujo
2008-07-23 00:47:38 +00:00
Florent Thoumie
e0e1bbb822 Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).
Approved by:	portmgr (self)
2008-07-22 20:10:21 +00:00
MANTANI Nobutaka
a1ebeaf716 Take maintainership. 2008-07-21 14:29:13 +00:00
MANTANI Nobutaka
a77c42a65b Correct pkg-plist.* for NOPORTDOCS=yes.
Reported by:	  itetcu (QA Tindy)
2008-07-21 13:49:14 +00:00
Maho Nakata
23be18693a Fix build on FreeBSD 6 using stock gcc.
Reported by: pav
Resource donated by: Nakamura Kazushi (partially)
2008-07-21 11:28:30 +00:00
Marcelo Araujo
85c0c8d352 - Fix a typo.
Reported by:	itetcu (QA Tindy)
2008-07-21 11:13:36 +00:00
Rong-En Fan
fd47512c4d - Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:		ports/125435
2008-07-21 04:49:09 +00:00
Maho Nakata
f5e0c389e0 Fix build on FreeBSD 6 using stock gcc.
Reported by: pav
Resource donated by: Nakamura Kazushi (partially)
2008-07-21 03:09:56 +00:00
Marcelo Araujo
27ba1bff40 - Fix plist when use NOPORTDOCS.
- Bump PORTREVISION.

Thanks to:	itetcu (QA Tindy)
2008-07-21 01:20:33 +00:00
Marcelo Araujo
02825d9609 - Update to 1.3.12.8.
- Pass maintainership to submitter.

PR:		ports/125533
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
2008-07-20 17:44:51 +00:00
Marcelo Araujo
cf47ccfacd - Pass maintainership to submitter.
- Make a little improve in PLIST_SUB.

PR:		ports/125643
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
2008-07-20 17:40:01 +00:00
Ion-Mihai Tetcu
6a31271e31 - fix plist with -DNOPORTDOCS
- bump PORTREVISION

Prompted by: QA Tindy run
2008-07-20 10:27:23 +00:00
Ion-Mihai Tetcu
65e0a412c0 - Create DOCSDIR only if NOPORTDOCS is not defined.
- bump PORTREVISION

This was missed in ports/124215 submitted by maintainer as a response to
QA Tindy BotMail so I consider this commit approved implicitly by maintainer.

Prompted by:	QA Tindy run
2008-07-20 10:03:42 +00:00
Maho Nakata
c0fc8a2d45 Fix build with devel/epm. Simply ignore devel/epm :(
PR:		111561
Submitted by:	Christoph<tutoren@physik.tu-berlin.de>
2008-07-20 09:16:37 +00:00
Maho Nakata
6bf2409225 Fix build with SYSTEM_FREETYPE when devel/icu is
installed.

PR:             121787
Submitted by:   jkim
2008-07-20 08:49:35 +00:00
Maho Nakata
3d116f0678 Fix build with SYSTEM_FREETYPE when devel/icu is
installed.

PR:		121787
Submitted by:	jkim
2008-07-20 06:31:25 +00:00
David E. O'Brien
01f916abb2 Update to Vim 7.1 patchlevel 330. 2008-07-17 17:32:32 +00:00
Pietro Cerutti
92608cd8ac - Update to 4.4.1 [1]
- Take over maintainship [2]

PR:		125696 [1]
Approved by:	arved (former maintainer) [1] [2]
2008-07-16 20:34:59 +00:00
Maho Nakata
db922ab29a Update to DEV300_m25. 2008-07-16 04:51:22 +00:00
Maho Nakata
805b979d88 Update to 3.0.0beta2.
3-RC port has been marked as IGNORE accordingly.
2008-07-12 22:56:44 +00:00
Maho Nakata
f4bd8b3722 Change snapdate appropreately.
Submitted by:	kris
2008-07-12 04:47:50 +00:00
Erwin Lansing
56a01077f8 Bump PORTREVISION as a workaround for INDEX while we have
two OOo's with the same version.
2008-07-11 16:07:01 +00:00
Maho Nakata
21b3f162ee Update to DEV300_m24. 2008-07-11 11:43:10 +00:00
Maho Nakata
66f76cea34 Update to BEB300_m3. This is 3.0.0Beta2. 2008-07-10 22:22:51 +00:00
Edwin Groothuis
f00a91843b From: "Rashid N. Achilov" <achilov-rn@askd.ru>
To: edwin@freebsd.org

Edwin, can you change for all my ports maintainer address from
achilov-rn@askd.ru to citycat4@ngs.ru?
2008-07-09 12:03:34 +00:00
Pietro Cerutti
b092ac8f7f - Fix "No suitable display found, exiting" problem
- Add dependecy on GCC34

PR:		124094
Submitted by:	Jan Henrik Sylvester <me@janh.de>
2008-07-09 00:07:41 +00:00
Pietro Cerutti
77cb5689ee - Fix install target not to touch other ports' files permissions
Submitted by:	QA Tindy
2008-07-08 13:54:38 +00:00
Pietro Cerutti
eaa2fb30aa - New port: omegaT - a free translation memory application
OmegaT is a free translation memory application used by professionals to
help them during the translation process.With the following features :

* Fuzzy matching (helps you to choose the right terms based on the project
  translation history)
* Dynamic view of the original text bellow the translated one external
  glossaries support.
* Several file formats : XHTML,HTML,MS Office XML, Open Office/ Star Office,
  XLIF, MediaWiki, and Plain Text.
* Unicode (UTF-8) support: can be used with non-Latin alphabets

This tool could be very helpful for the translation teams working on the
FreeBSD documentation project.

PR:		123614
Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net> (new maintainer)
2008-07-08 13:04:27 +00:00
Maho Nakata
d1943aa1e5 Update to DEV300_m23. 2008-07-08 05:19:45 +00:00
Maho Nakata
28c4d65510 Update to BEB300_m2. This is the OpenOffice.org 3
Beta2 RC1.
2008-07-05 06:38:14 +00:00
Maho Nakata
535649228a Update to BEB300_m1.
* [PATCH] Misc. openoffice.org-3-devel port patches [1].

Submitted by:	jkim [1]
2008-07-05 01:50:52 +00:00
Pietro Cerutti
e4f271edfe - Respect NOPORTDATA [1]
- Remove 5.x support

Reported by:	QA Tindy Curse [1]
2008-07-03 22:11:38 +00:00
Maho Nakata
48aa2672c4 Update to DEV300_m22. 2008-07-03 21:06:20 +00:00
Pietro Cerutti
babcb27da0 - Update to 1.13.7
PR:		125231
Submitted by:	Ports Fury
2008-07-03 18:52:33 +00:00
Pietro Cerutti
7704a99645 - Update to 1.0
See http://codelite.org/Main/NewsArchive
2008-07-03 18:40:53 +00:00
Maho Nakata
fb738210d0 Update to DEV300_m21. 2008-07-03 16:46:00 +00:00