Commit graph

4675 commits

Author SHA1 Message Date
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Martin Wilke
76c5c40295 - Readd distfile for amd64 2007-08-03 21:57:53 +00:00
Martin Wilke
7a922e01bf - Fix JVM crashes
- Bump PORTREVISION

PR:		114819
Submitted by:	Dmitrij Tejblum <dt@yandex.ru>
Approved by:	Robert Noland <rnoland@2hip.net> (maintainer)
2007-08-03 21:53:45 +00:00
Tilman Keskinoz
b30403e798 Fix build on 64bit platforms 2007-08-03 14:24:41 +00:00
Tilman Keskinoz
e78c69cddf Fix build on 64bit platforms 2007-08-03 13:26:10 +00:00
Tilman Keskinoz
a724c87634 Fix build on 64bit platforms 2007-08-03 12:53:31 +00:00
Michael Nottebrock
e332496be5 - bsd.qt.mk:
QT_COMPONENTS can now be depended on at runtime or buildtime only by
specifiying them as <component>_build or <component>_run, respectively.
Specifying <component> without any suffix will depend on the component
at both build- and runtime just like before.

- Convert Qt core ports to use the new dependency switches.

- Add a patch to corelib to fix Qt4 on ARM, submitted by:
  Björn König <bkoenig@alpha-tierchen.de>
2007-08-02 22:37:40 +00:00
Pav Lucistnik
f23deae2e5 - Fix packaging with new python - track egg-info files properly 2007-08-02 09:46:18 +00:00
Michael Nottebrock
a3df7e8d97 Don't fail if ${PREFIX} is a symlink.
PR:		ports/114809
Reported by:	dhw
2007-08-01 12:41:43 +00:00
Andrew Pantyukhin
56704f7e73 Add port x11-toolkits/gtkimageview:
GtkImageView is a simple image viewer widget for GTK. Similar to the
image viewer panes in gThumb or Eye of Gnome. It makes writing image
viewing and editing applications easy. Among its features are:
* Mouse and keyboard zooming
* Scrolling and dragging
* Adjustable interpolation
* Fullscreen mode
* GIF animation support

WWW: http://trac.bjourne.webfactional.com/
Author: Bjorn Lindqvist <bjourne@gmail.com>
2007-08-01 08:31:50 +00:00
Tilman Keskinoz
1850d0780f Fix build on 64bit platforms 2007-07-31 20:34:39 +00:00
Joe Marcus Clarke
ff89f3b900 Update to 0.16.8. 2007-07-31 18:30:00 +00:00
Michael Nottebrock
a8f26cf252 Fix various format string vulnerabilities in Qt3 and Qt4.
Security:	http://trolltech.com/company/newsroom/announcements/press.2007-07-27.750375
Security:	CVE-2007-3388
2007-07-30 21:53:10 +00:00
Andrew Pantyukhin
4d521131bd - Depend on x11 and xext explicitly [1]
- Pet portlint
- Bump portrevision

PR:		ports/115044 [1]
Submitted by:	mm [1]
2007-07-30 21:04:31 +00:00
Andrew Pantyukhin
136284e83b - Depend on x11 and xext explicitly
- Bump portrevision

PR:		ports/115046
Submitted by:	mm
2007-07-30 19:07:21 +00:00
Tilman Keskinoz
d95db23a3c Update to 5.0.2
PR:		113741
Submitted by:	Max Brazhnikov <makc@issp.ac.ru>
2007-07-30 18:04:47 +00:00
Martin Matuska
f2a58877e5 - Unbreak with WITH_XORG= x11 xext
- Switch to USE_TK infrastructure (bsd.tcl.mk)

PR:		ports/115045
Approved by:	portmgr (pav), garga (mentor, implicit)
2007-07-30 16:46:51 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Joe Marcus Clarke
3216f64fb3 Update to 0.16.7. 2007-07-29 21:41:23 +00:00
Joe Marcus Clarke
6ad1704f4a Update to 1.16.5. 2007-07-29 21:15:49 +00:00
Kris Kennaway
781dd14cde Retire obsolete PARALLEL_PACKAGE_BUILD in favour of PACKAGE_BUILDING. 2007-07-29 19:16:39 +00:00
Martin Matuska
7c0838aa59 - Change USE_XLIB=yes to USE_XORG=x11
- Bump PORTREVISION

Suggested by:	miwi
Approved by:	garga (mentor, implicit)
2007-07-29 13:11:16 +00:00
Joe Marcus Clarke
8058e38205 * Fix build with seamonkey for the Gecko provider
* Add support for building with xulrunner

PR:		114796
Submitted by:	thierry
2007-07-28 18:16:19 +00:00
Oliver Braun
f7da88b861 * Update to 0.9.12.
* Make xulrunner standard dependency.
2007-07-28 16:35:39 +00:00
Ade Lovett
3b3128196e Update to the autotools new world order.
Tested by:	numerous package build runs
Approved by:	portmgr
Thanks to:	des, kris, linimon, pav
2007-07-28 06:33:59 +00:00
Michael Nottebrock
902b1b5d70 The bug that makes gcc 3.4 choke on some amd64 inline assembler does not
only affect the Qt4 core ports but ports depending on them as well, so
try a more sweeping approach for a workaround.
2007-07-27 10:31:45 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Dirk Meyer
58fb45a3b3 - fix comment 2007-07-22 21:01:14 +00:00
Michael Nottebrock
e4cf5b355b Fix build on amd64.
PR: ports/114734
2007-07-21 13:46:37 +00:00
Pav Lucistnik
9bd098932e - Update to 3.3
PR:		ports/114635
Submitted by:	Robert Noland <rnoland@2hip.net> (maintainer)
2007-07-20 23:47:37 +00:00
Pav Lucistnik
5f1016d756 - The port was patching /usr/lib --> /usr/X11R6/lib and then replacing all
occurrences of X11BASE to PREFIX. It's a lot cleaner to remove all prefix
  changing patches and directly change /usr/lib to $PREFIX/lib with reinplace.

PR:		ports/114507
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2007-07-20 12:41:02 +00:00
Joe Marcus Clarke
e7c705ea71 Update to 2.10.14. 2007-07-17 04:30:08 +00:00
Michael Nottebrock
8bd00266dc Update to Qt 4.3.0, introduce bsd.qt.mk.
Approved by: portmgr (bsd.port.mk changes)
2007-07-16 10:12:15 +00:00
Pav Lucistnik
8439bce381 - Fix after objformat removal 2007-07-15 00:11:46 +00:00
Rong-En Fan
28606cc8dc - Update to 0.10
- Switch to wx 2.8
- Use BROKEN instead of NOT_FOR_ARCHS for failed compliation
- Remove check for 4.x

PR:		ports/114393
Submitted by:	Jona Joachim <jaj at hcl-club.lu> (maintainer)
2007-07-14 06:36:53 +00:00
Edward Tomasz Napierala
627cb575f7 - Use proper capitalization in my email address.
Approved by:	miwi (mentor)
Suggested by:	sat
2007-07-11 22:06:16 +00:00
Michael Nottebrock
2ef567fc67 Add the latest KDE patches for Qt plus a patch for Konsole in kdebase.
Together, they fix a regression in Kicker's taskbar applet which would
no longer group Konsole windows in 3.5.7.

Reported by: Dwayne MacKinnon <dmk@ncf.ca>
2007-07-11 20:53:41 +00:00
Jeremy Messenger
eadd1cb03a Update to 2.10.6. 2007-07-10 21:31:06 +00:00
Joe Marcus Clarke
8b2bbaae6b Fix a segfault when running anjuta.
Reported by:	Leszek Lach <leszeklach@gmail.com>
2007-07-10 04:38:08 +00:00
Jean-Marc Zucconi
353f1bc4b5 Do a `make clean' before the extract target.
PR:		ports/97053
2007-07-06 10:38:56 +00:00
Joe Marcus Clarke
58435cb9e7 Update to 2.10.5. 2007-07-04 21:34:30 +00:00
Simon Barner
ff9f11c4da - Bump boost shared library version to 4
- Bump PORTREVISION
2007-07-04 15:10:58 +00:00
Edward Tomasz Napierala
61dbb9e16d - Update to 0.4.1.
Approved by:	miwi (mentor)
2007-07-04 14:42:54 +00:00
Michael Nottebrock
861cd95341 Undo accidental PORTREVISION decrease. 2007-07-04 10:36:44 +00:00
Michael Nottebrock
961141fb14 Update to KDE 3.5.7 / KOffice 1.6.3 2007-07-04 10:25:00 +00:00
Jeremy Messenger
d0544ca7e9 Update to 2.18.3. 2007-07-03 17:08:19 +00:00
Jeremy Messenger
42013d95b7 Update to 2.18.3. 2007-07-03 16:51:41 +00:00
Martin Wilke
0ebefee173 - Fix build after objformat removal 2007-07-03 10:47:34 +00:00
Pav Lucistnik
737b8faa1b - Mark BROKEN on CURRENT: does not build with GCC 4.2 2007-07-03 09:32:56 +00:00
Dejan Lesjak
e99a33e545 Update to 1.0.3.
PR:		ports/113593
Submitted by:	chinsan
2007-07-02 17:29:04 +00:00