Commit graph

3932 commits

Author SHA1 Message Date
Dirk Meyer
3b6641a158 - new option GNUSTEP_PREFIX
allow user defined location of all files
2006-01-19 12:06:14 +00:00
Max Khon
6b4280bb0a Specify PORTREVISION in the right place. 2006-01-18 08:27:03 +00:00
Thomas Gellekum
195141bd3b Bump PORTREVISION, setup.h and lib/libwx_gtk2u_media-2.6.so will
change when wxMediaCtrl is enabled.

Approved by:	fjoe
2006-01-18 08:01:42 +00:00
Thomas Gellekum
3f2f786876 Enable building of wxMediaCtrl class. Bump PORTREVISION.
Reviewed by:	fjoe
2006-01-18 07:39:33 +00:00
Pav Lucistnik
090c538f86 - Make extconf look for specially named libraries for japanesed version 2006-01-17 12:26:51 +00:00
Joe Marcus Clarke
a0ffc96a67 Add CONFLICTS on py-gobject. 2006-01-17 03:40:30 +00:00
Dirk Meyer
1d306ef3e3 - enable fake-main support again
so packages can be build without procfs
- new option WITHOUT_GNUSTEP_FAKEMAIN
2006-01-16 13:11:15 +00:00
Dirk Meyer
2db0544fb6 - add support for cups
- new option WITHOUT_CUPS
2006-01-16 11:37:29 +00:00
Dirk Meyer
8c84852af2 - Fix build for cairo backend 2006-01-16 11:35:22 +00:00
Pav Lucistnik
8341fbe6a4 - Move freeglut from x11-toolkits to graphics, where libglut already is
PR:		ports/91711
Submitted by:	Sangwoo Shim <sangwoos@gmail.com>
Repocopied by:	marcus
2006-01-16 00:07:03 +00:00
Tom McLaughlin
6354efb669 Fix pkg-plist after Mono 1.1.12.1 update. 2006-01-14 22:00:26 +00:00
Tom McLaughlin
66b0916823 Update to 2.4.0 2006-01-14 21:47:45 +00:00
Vanilla I. Shu
3e5b9ba687 1: upgrade to latest version.
2: remove BROKEN on x11-toolkits/ewl.
2006-01-14 18:33:28 +00:00
Pav Lucistnik
95fca50a38 - Build and install tkutil extension too 2006-01-14 15:50:47 +00:00
Pav Lucistnik
d1db046d61 - Update for 1.8.4
Submitted by:	Alexander Wittig <alexander@wittig.name>
2006-01-14 14:51:16 +00:00
Sergey Matveychuk
b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00
Michael Johnson
98c0885b38 - Update to 2.8.10 2006-01-12 00:20:10 +00:00
Pav Lucistnik
6350f403ba - Normalize shlib installation
PR:		ports/91535
Submitted by:	Soeren Straarup <xride@x12.dk>
2006-01-09 23:02:17 +00:00
Michael Nottebrock
7710b55bc3 Update to KDE 3.5.0 2006-01-08 19:32:36 +00:00
Trevor Johnson
f449b89dca Hash with SHA-256. 2006-01-07 20:00:08 +00:00
Sergey Matveychuk
c4f745b93d - Work around a pkg-plist problem: turn all options on by default. 2006-01-06 17:40:56 +00:00
Alexander Leidinger
7c5b1b9734 Catch up with distfile rename/update.
Submitted by:	 Jerzy Gurycz <Jerzy.Gurycz@enarxe.com>
2006-01-04 17:18:03 +00:00
Mario Sergio Fujikawa Ferreira
42887a30c5 Uphold C{C,XX,FLAGS}
Approved by:	Panagiotis Astithas past at ebs.gr (maintainer)
2006-01-04 14:31:28 +00:00
Edwin Groothuis
b6e4f5c348 New port: x11-toolkits/swt31 Standard Widget Toolkit for Java
This is a new port for SWT. SWT is the software component
	that delivers native widget functionality for the Eclipse
	platform in an operating system independent manner. This
	port provides SWT without requiring a full download and
	build of Eclipse. Other ports (like net/azureus) that need
	SWT but not eclipse, can be subsequently changed to depend
	on this, much lighter, port.

	I tested it on i386, but am unable to verify whether it
	works on amd64 or not, although all the necessary bits from
	eclipse have been kept AFAICT. If someone later steps up
	to the task, ONLY_FOR_ARCHS can be modified accordingly.

PR:		ports/91083
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2006-01-04 09:39:36 +00:00
Jeremy Messenger
3e46e58f0b Fix the vte.pc, they have backed up the change of vte.pc that caused break the
apps' build such as gtksharp and etc. Bump the PORTREVISION.

Before:
	# pkg-config --cflags vte
	-I/usr/X11R6/include -I/usr/local/include/freetype2
	-I/usr/local/include

After:
	# pkg-config --cflags vte
	-DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0
	-I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0
	-I/usr/local/include/cairo -I/usr/X11R6/include
	-I/usr/local/include/freetype2 -I/usr/local/include
	-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/pango-1.0
	-I/usr/X11R6/lib/gtk-2.0/include

Reported by:	tmclaugh (for puzzled gtksharp broke w/out change)
GNOME Bugzilla:	http://bugzilla.gnome.org/show_bug.cgi?id=322240
Obtained from:	GNOME CVS (vte module)
2006-01-03 04:49:14 +00:00
Edwin Groothuis
5e7f0b0e5a x11-toolkits/iwidgets minor cleanup of the Makefile
Removed the PORT_SUBDIR so the port can use the existing
	itcl distfile if there is one.  Removed the tcl and tk
	dependencies since both are dependencies of itk anyway

PR:		ports/91243
Submitted by:	Paul Schmehl <pauls@utdallas.edu>
2006-01-03 01:31:48 +00:00
Alexander Leidinger
9c85164dbe Add master site to quiten the distfile survey.
PR:		90751
Submitted by:	John E. Hein <jhein@timing.com>
2005-12-29 16:36:00 +00:00
Alexander Leidinger
01650d2142 Fix excessive RUN_DEPENDS.
PR:		90345
Submitted by:	Ulrich Spoerlein <q@galgenberg.net>
2005-12-29 16:32:34 +00:00
Alexander Leidinger
1ec2c9b38a Fix RUN_DEPENDS.
PR:		90345
Submitted by:	Ulrich Spoerlein <q@galgenberg.net>
2005-12-29 16:29:17 +00:00
Joe Marcus Clarke
c46400c309 Use the nspr.pc from devel/npsr instead of looking for one installed by
Mozilla.  This fixes the build with the new Gecko World Order.
2005-12-29 07:21:02 +00:00
Andrey Slusar
498cb57f79 - Add SHA256 checksum
- Add $FreeBSD$ tag in patch files

PR:		ports/91008
Submitted by:	maintainer
2005-12-28 10:41:16 +00:00
Pav Lucistnik
8c3821097b - Change encodings dependency line on file which will not go away in Xorg
6.9/7.0

Submitted by:	lesi
2005-12-27 20:15:15 +00:00
Erwin Lansing
beb3708f09 - Update to 1.030
- Hand maintainership to submmitter

PR:		90942
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2005-12-27 13:44:48 +00:00
Thierry Thomas
40f8e4e347 Fix a problem with wish and update to 4.0.1.
Now depends on tk84, thus change CATEGORIES.

PR:		84369
Submitted by:	Paul Schmehl <pauls (at) utdallas.edu> (maintainer)
2005-12-26 14:20:35 +00:00
Thierry Thomas
bb3de385d2 Updates to use tk84.
Bump PORTREVISION and add tk84 to CATEGORIES.

PR:		N/A (direct mail)
Submitted by:	Pedro F. Giffuni <giffunip (at) yahoo.com>
2005-12-26 14:19:51 +00:00
Dirk Meyer
0012eaac3a - update to 0.10.2 2005-12-24 21:41:18 +00:00
Joe Marcus Clarke
091942d871 Update to 2.12.3. 2005-12-23 17:11:51 +00:00
Joe Marcus Clarke
94b4fa89ba Fix up IGNORE message to appease portlint. 2005-12-18 18:13:53 +00:00
Joe Marcus Clarke
43ed686947 Add USE_GECKO to fix packaging.
Reported by:	pointyhat via kris
2005-12-18 18:13:00 +00:00
Jean-Yves Lefort
2587bf29cb Back in -fPIC. On some platforms, its absence causes the build to fail
for ports which link (although statically) against plib.

Reported by:	pointyhat via kris
2005-12-18 14:47:42 +00:00
Jeremy Messenger
60b59b167c -Update to 2.8.2.
-Using --disable-demos instead of patch to disable it.
-NOPORTDOCS no longer need a hack, using --disable-docs instead.
2005-12-17 21:33:36 +00:00
Kris Kennaway
db8863cd23 BROKEN: Does not build 2005-12-17 18:36:00 +00:00
Jeremy Messenger
be7c38b4a9 -Update to 0.11.16.
-Remove patch-08_multiscreen_safe; it doesn't apply clean anymore.
2005-12-13 07:55:05 +00:00
Sam Lawrance
0d8276be25 Update to 1.0.2
PR:		ports/90242
Submitted by:	Ron Scheckelhoff <rscheckelhoff@yahoo.com> (maintainer)
2005-12-12 00:41:15 +00:00
Sam Lawrance
2cb8b80f53 Unbreak and fix build.
PR:		ports/90249
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2005-12-11 23:47:06 +00:00
Mario Sergio Fujikawa Ferreira
76c184acf6 Update to 2.6.0 2005-12-11 01:57:19 +00:00
Joe Marcus Clarke
fdd6c0bbc1 Update to 2.8.9. 2005-12-10 01:41:35 +00:00
Pav Lucistnik
a46fcd52a4 - Fix fetching. It seems duplicate listing of single file in distinfo breaks
-S argument creation for fetch

Reported by:	krismail
2005-12-08 16:00:17 +00:00
Jean-Yves Lefort
9bc41d5dde - PC joystick fixes:
- support joysticks having only one axis
    - filter out bogus values
    - warn if the calibration files cannot be read
    - provide a calibration utility
- Makefile cleanup
2005-12-07 10:07:28 +00:00
Edwin Groothuis
62c8d2d440 Properly fix it, same as wxgtk24_doc, with a LATEST_LINK 2005-12-05 12:11:17 +00:00