Commit graph

4217 commits

Author SHA1 Message Date
Edwin Groothuis
1e4010d52f Nuke x11-toolkits/gtk12-apireference and x11-toolkits/gtk20-apireference
now that they're obsoleted by x11-toolkits/gtk20-reference and
friends.
2006-06-07 01:26:16 +00:00
Erwin Lansing
e70e814306 - Update to 1.08 [1]
- Add WWW [1]
- Require perl from ports

PR:		98559
Submitted by:	Rong-En Fan <rafan@infor.org>
2006-06-06 07:19:10 +00:00
Erwin Lansing
2614d29e98 - Update to 1.22 [1]
- Require perl from ports

PR:		98557 [1]
Submitted by:	Rong-En Fan <rafan@infor.org>
2006-06-06 07:16:03 +00:00
Jeremy Messenger
0a2d3ad062 -Change from EG_DST_DIR to EXAMPLESDIR.
-Use DOCSDIR in Makefile and plist.
-Use EXAMPLESDIR in plist.
2006-06-06 03:20:24 +00:00
Jeremy Messenger
f235bb6de1 -Change from EG_DST_DIR to EXAMPLESDIR.
-Use EXAMPLESDIR in plist.
2006-06-06 03:13:38 +00:00
Ying-Chieh Liao
80376ccb8c - Update to 1.002
- portlint(1)
- use module dir, instead of author's

PR:		98567
Submitted by:	Rong-En Fan <rafan@infor.org>
2006-06-06 02:59:51 +00:00
Erwin Lansing
fc91339824 - Update to 0.21 [1]
- Require perl 5.8.0 or higher
- Assign to perl@

PR:		98556 [1]
Submitted by:	Rong-En Fan <rafan@infor.org>
2006-06-05 21:47:44 +00:00
Pav Lucistnik
1c5f5e01ba - This no longer conflicts with fltk2 2006-06-05 20:57:46 +00:00
Pav Lucistnik
903ddc6dad - Update to snapshot r5170
PR:		ports/98530
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2006-06-05 20:57:29 +00:00
Erwin Lansing
97162a9e5b Update to 0.45
PR:		98432
Submitted by:	miwi
Approved by:	maintainer
2006-06-05 14:06:23 +00:00
Jeremy Messenger
2047d5926f Get rid of FOO_DEPENDS=...:target and depend on parent build that should solve
with the failure in pointhat. Change the prefix from X11BASE to LOCALBASE.
Bump the PORTREVISION.

Reported by:	kris
Discussed with:	marcus
2006-06-05 03:32:29 +00:00
Thierry Thomas
3a91080529 - Upgrade to 8.4.13; (1)
- Fix man pages: the required macros were not sourced. (2)

Changelog at
<http://sourceforge.net/project/shownotes.php?release_id=399452%26group_id=10894>

PR:		ports/96622 (1)
Noticed by:     phk (2)
2006-06-04 22:02:14 +00:00
Cheng-Lung Sung
119cf373a4 - Update to 1.122
PR:		98305
Submitted by:	Rong-En Fan <rafan_AT_infor dot org>
2006-06-02 01:19:52 +00:00
Cheng-Lung Sung
479748a4b9 - Update to 0.12a
- bugfix release

PR:		ports/98165
Submitted by:	Martin Wilke <freebsd_AT_unixfreunde dot de>
Approved by:	maintainer
2006-06-01 01:19:52 +00:00
Jeremy Messenger
a2be9a207e Looked at pango CVS history and it never has USE_X_PREFIX. 2006-06-01 00:49:24 +00:00
Jeremy Messenger
336ae3953d - Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
  USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
  for example:

  	Incorrect: (Without USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.local.dist <-- Here...
	================================

  	Correct: (With USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist <-- Here...
	================================

- Change a several of *-reference ports to install in LOCALBASE instead
  X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
  Bump the PORTREVISION for change prefix.

Discussed with:	marcus
2006-05-31 22:18:51 +00:00
Jeremy Messenger
68edd4952a Update to 2.8.8. 2006-05-31 03:20:04 +00:00
Joe Marcus Clarke
c33edafa15 Correct a potential symbol conflict between the xdgmime functions in gtk+
and those in gnome-vfs.  This problem would manifest itself by screwing
up MIME types for various files, and causing GTK+ filtered file choosers
not to display contents correctly.
2006-05-31 00:20:12 +00:00
Pav Lucistnik
e93b33373c - Fix fetch of pango-reference
Reported by:	krismail
2006-05-30 08:16:44 +00:00
Jeremy Messenger
4467962ed1 Update to 2.14.2. 2006-05-29 23:00:28 +00:00
Pav Lucistnik
07b732ce57 - Drop maintainership
PR:		ports/98102
Submitted by:	Ulrich Spoerlein <uspoerlein@gmail.com>
2006-05-29 20:45:48 +00:00
Jeremy Messenger
5e32716f8b x11-toolkits/gtk--2 -> x11-toolkits/gtkmm20
x11-toolkits/gtk--2-reference -> x11-toolkits/gtkmm20-reference

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.

PR:		ports/97985
Repocopy by:	marcus
2006-05-29 06:11:17 +00:00
Joe Marcus Clarke
d23ed23b93 Update to 2.8.5. 2006-05-29 06:04:33 +00:00
Jeremy Messenger
290698847b x11-toolkits/gtk-- -> x11-toolkits/gtkmm12
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.

PR:		ports/97985
Repocopy by:	marcus
2006-05-29 05:53:26 +00:00
Thierry Thomas
853e9efdda Fix two bad patches.
Submitted by:	Pedro F. Giffuni <giffunip (at) asme.org>
2006-05-28 20:23:16 +00:00
Pav Lucistnik
c4d35f2348 - Rename ports
textproc/gtkspell2 -> textproc/gtkspell
  textproc/gtkspell2-reference -> textproc/gtkspell-reference
2006-05-28 15:54:10 +00:00
Pav Lucistnik
5580b13f7d - Rename ports
security/gnomekeyring -> security/gnome-keyring
  security/gnomekeyringmanager -> security/gnome-keyring-manager
2006-05-28 15:22:13 +00:00
Pav Lucistnik
b47ad7a943 - Renamed port graphics/libart_lgpl2 -> graphics/libart_lgpl 2006-05-28 13:37:06 +00:00
Jeremy Messenger
1b81383f05 devel/py-orbit2 -> devel/py-orbit
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for x11-toolkits/py-gnome2, chase the rename.
2006-05-28 12:06:14 +00:00
Jeremy Messenger
c97b5b3ca3 devel/libgtop2 -> devel/libgtop
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.
2006-05-28 05:04:56 +00:00
Jeremy Messenger
f4e8f55aac audio/gnomemedia2 -> audio/gnome-media
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for audio/goobox, audio/rhythmbox, audio/sound-juicer, x11/gnome2,
x11/gnome2-lite and x11-toolkits/py-gnome-desktop chase the rename.

PR:		ports/97985
Repocopy by:	marcus
2006-05-28 02:41:15 +00:00
Joe Marcus Clarke
f57b9caee8 Update to 1.12.3. 2006-05-27 12:36:18 +00:00
Joe Marcus Clarke
8a841c7782 Update to 0.12.2. 2006-05-27 12:24:18 +00:00
Michael Johnson
10ff3b1471 - Update to 2.8.18 2006-05-27 00:10:18 +00:00
Jeremy Messenger
cf9f8b344b Fix the build with Jikes.
PR:		ports/97913
Submitted by:	hq
2006-05-26 21:09:43 +00:00
Pav Lucistnik
0b41041fdf - CONFLICTS with fltk-2.* 2006-05-26 16:23:46 +00:00
Pav Lucistnik
311ad5e06c FLTK is a cross-plattform C++ graphical user interface toolkit for X, OpenGL
and Microsoft Windows systems.

It is provided under the terms of the GNU Library Public License, Version 2.

This port supplies a snapshot of the current 2.0 development version.

WWW:	http://www.fltk.org/

PR:		ports/95223
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de>
2006-05-26 16:21:49 +00:00
Thierry Thomas
d3e597f062 Cleanup. The changes are mostly cosmetical but should help the build on
platforms different than i386.

Add a WWW link.

PR:		ports/94990
Submitted by:	Pedro F. Giffuni <giffunip (at) asme.org>
2006-05-25 20:51:32 +00:00
Pav Lucistnik
1e666cdba2 - Update to 0.1.7
PR:		ports/97140
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
Approved by:	maintainer timeout (14 days)
2006-05-25 20:02:03 +00:00
Pav Lucistnik
7600998fd7 - Update to 0.1.8
PR:		ports/97139
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
Approved by:	maintainer timeout (14 days)
2006-05-25 19:57:20 +00:00
Alexander Leidinger
3b614c5a6d Remove duplicate dependency on X11.
Submitted by:	Boris Samorodov <bsam@ipt.ru>
2006-05-21 17:35:19 +00:00
Tilman Keskinoz
a079f575e6 Fix build on amd64
use DOCSDIR
compress documentation with gzip.

PR:		97417
Submitted by:	Pedro F. Giffuni <gifufnip@asme.org>
2006-05-21 14:56:10 +00:00
Jeremy Messenger
99d106e8a6 Portlint:
-Correct the order by move CATEGORIES under PORTREVISION.
2006-05-20 05:07:44 +00:00
Stefan Walter
fc14cc324c Fix the sed(1) call introduced in the last commit by adding an empty string
argument to the '-i' parameter.

Approved by:	arved (mentor)
2006-05-18 19:28:35 +00:00
Michael Johnson
d3138e9a45 - Add pkg-descr
Requested by:	Dan Langille <dan@langille.org> for freshports.org
2006-05-17 20:56:56 +00:00
Mikhail Teterin
ddb5a7b884 Update the itcl/itk from 3.2 to 3.3 (released in April 2005). The
installed libraries are now named libitcl.so.3 & libitk.so.3 instead
of having the version be part of the libname (libitcl33.so.1). The
itclConfig.sh and itkConfig.sh are now also installed, which is required
by some software (such as the insight -- a gdb frontend).

Fix-up the (unchanged) iwidgets port to reflect the above and improve it
to not require its own copy of the itcl tree at install time.

Approved by:	maintainer

Fix-up the tkdesk port to reflect the itcl/itk changes, which required
updating it to the 2.0p2 (from 2.0). (This lovely piece of software
badly needs a caring maintainer, BTW.) While here, teach tkdesk to use
installed blt instead of building its own.

The only iwidget/itk/itcl consumer that remains broken is net/smm++ (a
MUD client). This should change as soon as the maintainer get back to
me.
2006-05-17 20:35:55 +00:00
Alexander Leidinger
593685d47e Fix plist.
Noticed by:	gohan (krismail)
2006-05-16 18:04:04 +00:00
Jeremy Messenger
ff012cbc4a portlint:
-Use DOCSDIR and EXAMPLESDIR in plist.
2006-05-16 05:44:08 +00:00
Jeremy Messenger
65de87e872 portlint:
-Use EXAMPLESDIR in plist.
2006-05-16 05:41:39 +00:00
Jeremy Messenger
90530b13ff portlint:
-Use DATADIR in plist.
2006-05-16 05:38:51 +00:00
Jeremy Messenger
25918f833d portlint:
-Use DOCSDIR in plist.
2006-05-16 05:37:28 +00:00
Jeremy Messenger
6486c7771f Add USE_GETTEXT to appease portlint. 2006-05-15 22:23:04 +00:00
Joe Marcus Clarke
0c9da6fd55 Update to 0.6.1. 2006-05-15 22:04:01 +00:00
Stefan Walter
cb8c9617bc Fix pkg-plist and unbreak.
PR:		97144
Submitted by:	Neal Nelson <neal@nelson.name> (maintainer)
Approved by:	arved (mentor)
2006-05-13 21:38:45 +00:00
Dirk Meyer
96d6eb5bd2 - make portlint happier 2006-05-13 08:27:06 +00:00
Edwin Groothuis
5b2fd8de70 Remove USE_REINPLACE from categories starting with X 2006-05-13 05:00:46 +00:00
Joe Marcus Clarke
1bab0ece0c Update to 2.8.7. 2006-05-12 23:36:14 +00:00
Joe Marcus Clarke
7abf6e9e88 Update to 2.8.6. 2006-05-12 23:31:41 +00:00
Volker Stolz
1fac3cf14f - Fix MASTER_SITES -> make fetchable
- portlint(1)
- Take maintainership

PR:		ports/97017
Submitted by:	Shaun Amott
2006-05-12 13:56:23 +00:00
Ion-Mihai Tetcu
ea291c6073 Change MASTER_SITES to MASTER_SITES_NETBSD [1]
Now we install .la libs [2]
Fix plist. [3]

PR:		ports/97141 [3]
Submitted by:	Martin Wilke <freebsd@unixfreunde.de> [3]
		lawrance [1], itetcu [2]
Approved by:	lawrance (mentor)
2006-05-12 12:44:01 +00:00
Jean-Yves Lefort
3c063d4c7e Move the gtkmm24 programming reference to the gtkmm24-reference port. 2006-05-11 21:35:25 +00:00
Jean-Yves Lefort
a90b258972 Move the gtk--2 programming reference to the gtk--2-reference port. 2006-05-11 19:59:09 +00:00
Jean-Yves Lefort
2629946a88 Move the gtksourceview programming reference to the
gtksourceview-reference port.
2006-05-11 18:18:28 +00:00
Jean-Yves Lefort
4efa0fd62e Move the gal2 programming reference to the gal2-reference port. 2006-05-10 19:21:57 +00:00
Jean-Yves Lefort
9cd34295be Move the vte programming reference to the vte-reference port. 2006-05-10 16:59:25 +00:00
Jean-Yves Lefort
c1672aedeb Move the libwnck programming reference to the libwnck-reference port. 2006-05-10 16:47:21 +00:00
Jean-Yves Lefort
5156c369f0 Move the libgnomeui programming reference to the libgnomeui-reference port. 2006-05-10 02:29:58 +00:00
Jean-Yves Lefort
ddc1f29a30 Move the libbonoboui programming reference to the libbonoboui-reference port. 2006-05-10 01:17:49 +00:00
Jean-Yves Lefort
2a2c67a93c - Add gtk20-reference.
- Add manpages which are not related to programming to the gtk20 port.
2006-05-09 23:45:35 +00:00
Jean-Yves Lefort
a23ac29a4c Move the pango programming reference to the pango-reference port. 2006-05-09 22:46:08 +00:00
Steve Price
5d0109a383 Fix MASTER_SITES and remove USE_REINPLACE.
PR:		96914
Submitted by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>
2006-05-08 14:49:10 +00:00
Tilman Keskinoz
ab575cac56 Update to 1.3.0
PR:		95880
Submitted by:	Martin Wilke
2006-05-06 15:13:04 +00:00
Alex Dupre
f12d3a0ccb Simplify PHP base ports infrastructure:
- remove all slave ports
- add the ability to build all SAPIs concurrently
- update php5 to 5.1.4

*Read* the UPDATING file *before* trying to update PHP
(or at least before mailing me).
2006-05-06 13:26:49 +00:00
Joe Marcus Clarke
f8db91e210 Use the new GTK2_VERSION macro. 2006-05-06 09:11:09 +00:00
Joe Marcus Clarke
38d5305aea Correct spelling of DOCSDIR, and unbreak. 2006-05-05 16:08:07 +00:00
Kris Kennaway
cedf38ea7d BROKEN: Incomplete pkg-plist 2006-05-05 03:52:02 +00:00
Kris Kennaway
f7c08f20db BROKEN: Tries to install into /api 2006-05-05 03:47:51 +00:00
Michael Johnson
ffec668cdf - Fix plist if WITHOUT_X11 is defined
PR:		96785
Submitted by:	sergei
2006-05-04 18:18:56 +00:00
Edwin Groothuis
56438efb05 Add x11-toolkits/fox16
PR: ports/95244
2006-05-03 02:54:18 +00:00
Edwin Groothuis
02c0e92bcb [repocopy] update x11-toolkits/fox12 to x11-toolkits/fox16
This shar is a replacement for x11-toolkits/fox12 so that
	it supports FOX 1.6. Please note the deleted files from
	fox16/files/

PR:		ports/95244
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2006-05-03 02:53:45 +00:00
Michael Johnson
4933c74094 - MAINTAINER -> ports@FreeBSD.org 2006-05-02 01:21:51 +00:00
Alexander Leidinger
c1eba2d83e - convert to use bsd.linux-rpm.mk (get rid of include of linux-gtk/Makefile) [1]
- use fixed plists [1]
- category "linux" added to those ports without it [1]
- update some ports to a recent FC3 one [1]

- remove plists/... for Alpha (there's no support since linux_base-8 for
  Alpha anymore)
- don't hardcode version numbers in some plists, use PLIST_SUB instead
  (any errors are mine, don't keep them, send them to me)

Regarding linux-ungif I declare a maintainer timeout (one month, Boris tried
to contact the maintainer) and also pull the "sweeping commit"-card (the
port which it uses as some kind of master port can not be used for this
anymore). Besides this, I don't think he will be upset when other people
do the work instead of adding an entry to his TODO list. :-)

This commit brings us just before the switch of the default linux base
port to the fc3 one, modulo some bugs which may appear. So:
	 Beta testers wanted!

To test:
sed -i.old -e 's:linux-XFree86-libs:linux-xorg-libs:' /usr/ports/Mk/bsd.port.mk
echo OVERRIDE_LINUX_BASE_PORT=fc3 >> /etc/make.conf
portupgrade -f -o emulators/linux_base-fc3 -f linux_base-8
portupgrade -o x11/linux-xorg-libs linux-XFree86-libs
portupgrade linux-\*

The first two steps are necessary to switch to fc3 as the new default linux
base port, the last 3 steps to upgrade to fc3.

And feel free to send a big "Thank you!" to Boris, he did a lot of the work!
I just provided some hints and answered some questions (besides from
committing all the necessary changes for FC3 and doing some minor
changes+comments/improvements to/of his work), even when he tries to tell
you something else. ;-)

Submitted by:	Boris Samorodov <bsam@ipt.ru> [1]
2006-05-01 17:28:17 +00:00
Thierry Thomas
8c90d7dde3 Update to 1.0.1.
PR:		ports/95874
Submitted by:	Martin Wilke <freebsd (at) unixfreunde.de>
2006-04-30 21:14:47 +00:00
Michael Johnson
83d43dd555 - Pet portlint
- Remove empty patch
2006-04-30 04:52:43 +00:00
Joe Marcus Clarke
2771464e16 Add an entry for py-gnome-destkop. 2006-04-30 01:22:08 +00:00
Joe Marcus Clarke
798e9bed2a Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release.  In particular, GNOME 2.14 focused
on performance, and they did not miss the mark.  There's some new eye candy,
but most of the big things are waiting until GNOME 2.16.  On the FreeBSD
side, we tried to clean up all the crashers we could.  In particular, we
really improved GNOME's 64-bit support.

The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.

The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).

Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
2006-04-30 00:47:21 +00:00
Michael Johnson
d8e1e16e64 - Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves

Repocopied by:  marcus [1]
2006-04-29 23:03:03 +00:00
Marcus Alves Grando
f90396456d - Update to snapshot 20060422 (unbreak)
- Mark as BROKEN on 4.x
- portlint(1)

PR:		96205
Submitted by:	maintainer
2006-04-24 18:30:48 +00:00
Marcus Alves Grando
2b413c5ebb - Update to 3.16
- portlint(1)

PR:		96204
Submitted by:	maintainer
2006-04-24 18:30:34 +00:00
Tom McLaughlin
ade3ef117f Add missing textproc/p5-XML-LibXML run dependency for
/usr/X11R6/lib/gtk-sharp-2.0/gapi2xml.pl

Notified by:	Andreas Kohn on Freenode's #BSD-Sharp
2006-04-23 21:01:48 +00:00
Hye-Shik Chang
cd8c2bb54d Update to 1.7 2006-04-22 02:54:07 +00:00
Jeremy Messenger
d0ba903fd7 - Update to 2.6.3.2. [1]
- Do not let py-wxPython26-common to touch wx.pth or it will ending up as
  empty by overwrite when you reinstall or update py-wxPython26-common. [2]

PR:		ports/96091 [1], ports/96092 [2]
Submitted by:	Neal Nelson <neal@nelson.name> (maintainer)
2006-04-20 17:04:04 +00:00
Joe Marcus Clarke
358efed78c Fix packaging with JDK 1.5.
Reported by:	pointyhat via kris
2006-04-17 20:38:52 +00:00
Cheng-Lung Sung
046682e450 - update to 1.121 2006-04-17 07:15:25 +00:00
Dirk Meyer
9411240072 - fix build of gnustep-xdps 2006-04-16 11:47:05 +00:00
Tilman Keskinoz
7ea83e4d6b Update to 1.040
PR:		95271
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2006-04-15 16:34:11 +00:00
Jeremy Messenger
760781fe62 Update to 2.8.5. 2006-04-15 01:45:36 +00:00
Jean-Yves Lefort
1c4b830bd4 Fix shared library versioning (our ldconfig wants a single version
number and therefore ignores libflu.so.2.14).
2006-04-10 07:46:56 +00:00
Dirk Meyer
cb96a48d14 - use @dirrmtry 2006-04-08 15:16:30 +00:00
Joe Marcus Clarke
6b00cfe139 Update to 2.8.17. 2006-04-08 04:50:38 +00:00
Jean-Yves Lefort
032f90019b Re-add flu.
FLU is a library containing extra widgets for the FLTK windowing toolkit.

WWW: http://www.osc.edu/~jbryan/FLU/
2006-04-07 14:30:40 +00:00
Jeremy Messenger
48c53cbd77 x11-toolkits/py-wxPython26:
PORTREVISION= -> PORTREVISION?= for slave port.

x11-toolkits/py-wxPython26-common:
	Fix the plist to catch up with 2.6.3.0, bump the PORTREVISION.

Reported by:	krismail
Approved by:	Neal Nelson <neal@nelson.name> (maintainer)
2006-04-07 05:00:53 +00:00
Jeremy Messenger
5d33c49ea5 -Update to 2.6.3.0.
-Portlint:
	-Remove USE_REINPLACE.
	-Tweak the IGNORE.

PR:		ports/95301
Submitted by:	Neal Nelson <neal@nelson.name> (maintainer)
2006-04-04 19:34:39 +00:00
Max Khon
85ca8d91fc Remove commented out USE_GCC. 2006-04-02 11:09:03 +00:00
Max Khon
70be79bafd - Update to 2.6.3
- Get rid of USE_REINPLACE
- Make portlint happy with the IGNORE value

PR:		95149 (mostly)
Submitted by:	Vasil Dimov
2006-04-02 11:06:59 +00:00
Vanilla I. Shu
e2332edc62 Upgrade to 0.0.4.007. 2006-04-01 17:29:15 +00:00
Joe Marcus Clarke
d364efacbb Update to 2.8.4 which I forgot to commit when I did the previous GNOME/Java
updates.

Spotted by:	pointyhat via kris
2006-04-01 06:27:17 +00:00
Jeremy Messenger
e229b2e991 portlint:
-Remove USE_REINPLACE.
2006-03-31 22:21:37 +00:00
Michael Nottebrock
5f86d4f59a Update to KDE 3.5.2 2006-03-30 20:30:29 +00:00
Joe Marcus Clarke
9d8c931551 Update to 2.4.0. 2006-03-29 06:49:42 +00:00
Joe Marcus Clarke
6e79cdf959 Update to 2.3.18. 2006-03-27 03:19:09 +00:00
Marcus Alves Grando
b52b86da8e - Update MASTER_SITES
PR:		94787
Submitted by:	maintainer
2006-03-22 13:10:23 +00:00
Michael Nottebrock
4b1e2f0850 Fix plist *again*. This is not my day. 2006-03-22 02:55:10 +00:00
Michael Nottebrock
c4e50d0bfe Fix plist. 2006-03-22 02:50:37 +00:00
Michael Nottebrock
ac1a421c4b Remove the removed patches from EXTRA_PATCHES as well.
Noticed by: "Jack L." <xxjack12xx@gmail.com>
Pointyhat to: me
2006-03-22 02:32:36 +00:00
Michael Nottebrock
c6438da55e Update to 3.3.6 2006-03-21 20:29:51 +00:00
Tom McLaughlin
e29c0c3e9d Mark IGNORE on 4.x: Does not build and is useless without working Mono
Notified by:	krisbot
2006-03-21 05:22:08 +00:00
Pav Lucistnik
ad28210176 - Original master site is back
Submitted by:	Ron Scheckelhoff <rscheckelhoff@yahoo.com> (maintainer)
2006-03-19 11:50:01 +00:00
Dirk Meyer
ccd3e4a8d4 - add USE_GNUSTEP_PREFIX 2006-03-19 04:35:47 +00:00
Joe Marcus Clarke
c9459ede1c Correct a plist typo.
Reported by:	pointyhat via kris
2006-03-18 22:25:44 +00:00
Thierry Thomas
7e05100573 Fix MASTERSITES.
Approved by:	Danny Pansters <danny (at) ricin.com> (maintainer)
2006-03-18 16:36:47 +00:00
Pav Lucistnik
9ddfe5ceac - Unbreak: author's domain is not resolving, provide a copy of distfile
PR:		ports/94072
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by:	maintainer timeout (14 days)
2006-03-18 13:33:07 +00:00
Dirk Meyer
9d3b8fd43b - update to 0.10.3 2006-03-18 09:54:48 +00:00
Vanilla I. Shu
4659b6189b Upgrade to 0.4.0.006. 2006-03-18 04:28:28 +00:00
Alexey Dokuchaev
df81b39dfe - Convert to OPTIONS
- Adjust text slightly so it fits in dialog
- DRI -> DRI/GLX since nVidia GLX does not use DRI
- Style nit: s/ifdef/if defined/ in Makefile
- Kill EOL space in pkg-descr, americanize

Approved by:	gnome (marcus)
2006-03-16 20:26:20 +00:00
Joe Marcus Clarke
8d252e4fca Update to 2.8.16. 2006-03-16 04:32:55 +00:00
Joe Marcus Clarke
e2a7e42e4f Update to 0.41. 2006-03-15 05:53:28 +00:00
Joe Marcus Clarke
de30ffce6b Update to 2.12.4. 2006-03-15 05:52:44 +00:00
Joe Marcus Clarke
4738d993b1 Update to 0.11.21. 2006-03-15 05:51:26 +00:00
Joe Marcus Clarke
15c461fbfb Update to 2.8.15. 2006-03-15 05:50:51 +00:00
Joe Marcus Clarke
7039f858e0 * Update to 1.10.4
* Fix build when WITHOUT_X11 is specified [1]

PR:		94067 [1]
2006-03-15 05:49:53 +00:00
Pav Lucistnik
140d1db59e - Unbreak on 5.X
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
Approved by:	portmgr (marcus)
2006-03-11 10:12:57 +00:00
Pav Lucistnik
5e71641772 - Update to 1.90
- Unbreak

PR:		ports/94063
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
Approved by:	portmgr (erwin)
2006-03-07 08:41:19 +00:00
Ade Lovett
fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00
Ade Lovett
cf8d8a5599 Put libtool back in, the GNOME 'ltverhack' component requires it.
Submitted by:	pointyhat
Approved by:	portmgr (implicit)
2006-02-28 23:09:10 +00:00
Kris Kennaway
d1fe89de4b No need to build all of xview again, we only need to patch it. Add missing
USE_IMAKE dependency to allow this.  This also fixes the package build.

Approved by:	portmgr (implicit)
2006-02-28 21:47:16 +00:00
Renato Botelho
dcc1724c81 UNBREAK: Fix PLIST
Approved by:	portmgr (linimon)
2006-02-28 10:34:14 +00:00
Ade Lovett
ebb25053d3 Fix typo in pkg-plist
Submitted by:	pointyhat
Approved by:	portmgr (implicit)
2006-02-27 16:08:48 +00:00
Joe Marcus Clarke
c2a52f4528 Put up my own local mirror to fix fetching. This port will be upgraded to
0.41 after the freeze which will be a permanent fix for this problem.

Approved by:	portmgr (implicit)
2006-02-26 19:07:18 +00:00
Ade Lovett
0d2889621e Post libtool-conversion fixups
Submitted by:	pointyhat
Approved by:	portmgr (implicit)
2006-02-25 19:08:56 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Jeremy Messenger
d16d6237ec Add WITHOUT_DEBUG to support more standard flag, same behavior as with
WITH_DEBUG=no.

Submitted by:	"Babak Farrokhi" <babak@farrokhi.net>
2006-02-20 18:20:48 +00:00
Tom McLaughlin
40c7451230 Add gtksourceview-sharp
- gtksourview bindings for Mono
2006-02-19 08:23:42 +00:00
Tom McLaughlin
0f5f09ee5d Add libgdiplus
- GDI+ API for System.Windows.Forms in Mono
2006-02-19 08:09:44 +00:00
Tom McLaughlin
9a15bfb50e Update to 2.8.0
- patch-gtkhtml_gtkhtml-sharp.dll.config.in,
  patch-vte_vte-sharp.dll.config.in:
    Remove unnecessary patching now that libraries use ltverhack

Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
2006-02-19 06:24:51 +00:00
Joe Marcus Clarke
40e8d0df79 Mark BROKEN on 4.X.
Reported by:	pointyhat via kris
2006-02-14 18:32:57 +00:00
Kris Kennaway
df28a111da BROKEN: Incomplete pkg-plist 2006-02-12 22:15:18 +00:00
Michael Johnson
5d00704eda - Remove unneeded post-patch 2006-02-11 23:26:27 +00:00
Michael Johnson
653726b6c3 - Update to 0.11.18 2006-02-11 23:03:49 +00:00
Alexander Leidinger
d16f7bfb92 Reset maintainership to ports@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:	portmgr (explicit: krion; silence: rest)
Maintainer timeout:	~4 months
Submitted by:		Sangwoo Shim <sangwoos@gmail.com> [1]
PR:			87985 [1]
2006-02-11 21:03:14 +00:00