Commit graph

3506 commits

Author SHA1 Message Date
Joe Marcus Clarke
1324807549 Remove a leftover locale dir to fix the plist with GTK+ 2.6.
Submitted by:	ade
2005-03-05 02:05:38 +00:00
Mario Sergio Fujikawa Ferreira
b5c2cbf3a5 Drop maintainership 2005-03-05 01:17:09 +00:00
Joe Marcus Clarke
aee14a6ed1 Update to 0.11.12. 2005-03-03 08:53:11 +00:00
Pav Lucistnik
bbcf3d70be - Fix fetch
- Make this build a little further
2005-03-03 00:44:41 +00:00
Trevor Johnson
e66743b7d5 Respect the user's USE_LINUX setting. 2005-03-01 21:51:48 +00:00
Volker Stolz
6efc6eeafb Remove some patches in favour of USE_LIBTOOL_VER=15 2005-03-01 19:23:04 +00:00
Koop Mast
768a6d843c Update to 1.1.93. 2005-03-01 16:35:23 +00:00
Michael Johnson
daf4cc81e4 - split multimedia/gstreamer-plugins in to individual ports per
gstreamer plugin (52 new ports).
- Chase changes to ports that used USE_GNOME=gstreamerplugisn
   to use new USE_GSTREAMER= macro, Bump PORTREVISION's

--

Examples of new USE_GSTREAMER macro:

 USE_GSTREAMER=        dvd lame flac
 .include <bsd.port.mk>

 If you want to use USE_GSTREAMER after <bsd.port.pre.mk>
 you must follow one of the examples listed below

       WANT_GSTREAMER= yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_VORBIS)
       USE_GSTREAMER+= vorbis
       .endif

 or
       USE_GSTREAMER=  yes
       .include <bsd.port.pre.mk>
       .if defined(WITH_FAAD)
       USE_GSTREAMER+= faad
       .endif

Note: USE_GSTREAMER=yes will always add a dependency to
               ports/multimedia/gstreamer-plugins

--

Thanks to krion for runing this on pointyhat

Thanks to kwm for helping with this, and many bug fixes , and updates.
2005-02-28 22:16:10 +00:00
Kirill Ponomarev
8b4f44fd86 BROKEN: Does not build with current fox-devel version. 2005-02-28 09:54:16 +00:00
Kris Kennaway
70886c1846 BROKEN: Incomplete pkg-plist 2005-02-28 01:50:22 +00:00
Kris Kennaway
68a652c62b BROKEN: Incomplete pkg-plist 2005-02-28 01:08:02 +00:00
Kris Kennaway
1c32e4e1de BROKEN: Incomplete pkg-plist 2005-02-28 00:31:05 +00:00
Pav Lucistnik
b65bb97bbf - Use INFO
Requested by:	krion
2005-02-27 15:40:26 +00:00
Jeremy Messenger
f77b32bbf9 Update to 1.0.6, see details: http://www.go-mono.com/archive/1.0.6/
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by:	BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
2005-02-27 04:27:54 +00:00
Kenjiro Cho
96140e80d7 do not install manpages for now to avoid conflicts.
update the maintainer's e-mail address while I'm here.
2005-02-26 16:04:30 +00:00
Kirill Ponomarev
9db5e8f8c5 Update to version 1.5
PR:		ports/77978
Submitted by:	Ports Fury
2005-02-25 14:30:37 +00:00
Kirill Ponomarev
22937b6c0a Bump library version number due to last x11-toolkits/fox-devel
update.
2005-02-25 14:12:29 +00:00
Kirill Ponomarev
d8d33fdfca Update to version 1.4.6
PR:		ports/77977
Submitted by:	Ports Fury
2005-02-25 14:02:40 +00:00
Joe Marcus Clarke
3516bc56fe Update to 2.8.1. 2005-02-21 22:02:09 +00:00
Max Khon
66d65bab60 - Prevent endless loop in wxString::PrintV.
- Bump PORTREVISION.
2005-02-21 19:58:30 +00:00
Volker Stolz
75affae654 Unbreak by not creating empty directories. Note that this patch will be
applied after the initial xview-build and relies on correctly detecting
that the Makefile must be regenerated.
2005-02-21 18:30:51 +00:00
Michael Johnson
281f5c6e43 - Update to 1.004
Submitted by:	maintainer
2005-02-21 08:09:06 +00:00
Dag-Erling Smørgrav
598691b344 Upgrade to 1.8.4 2005-02-20 20:26:57 +00:00
Max Khon
96e6f6d7ec - This port conflicts with wxgtk2-unicode-contrib-devel-2.5.2
(common file lib/libwx_gtk2u_xrc-2.5.so).
- Bump PORTREVISION.
2005-02-20 19:09:19 +00:00
Max Khon
9bfa447eec Adjust CONFLICTS so that it matches all PORTREVISION's of
wxgtk2-contrib-devel-2.5.2.
2005-02-20 19:08:03 +00:00
Max Khon
a03a7893cb - This port conflicts with wxgtk2-contrib-devel-2.5.2
(common file lib/libwx_gtk2_xrc-2.5.so).
- Bump PORTREVISION.

PR:		76692
2005-02-20 19:04:45 +00:00
Max Khon
3c74fb363f Remove CONFLICTS on wxgtk-* ports. This is no longer true.
Submitted by:	Christopher Nehren
2005-02-20 11:01:42 +00:00
David Schultz
3e878728b6 Remove more copies of Tcl's SunOS shared library hack.
It's worth pointing out that the Tcl project used to
*recommend* that application writers copy this kludge.
These ports work fine with Tcl 8.3, which provided a fake
matherr() even if the OS didn't, but here's what the
Tcl 8.4 changelog has to say:

  2002-05-31 (dead code)[474335,555635] removed all use of matherr() (english)
          *** POTENTIAL INCOMPATIBILITY ***

The following lines can be safely removed from any application that
has them, unless compatibility with SunOS 4.X is desired.

  extern int matherr();
  int *tclDummyMathPtr = (int *) matherr;

The build problems were pointed out by Kris, as usual.  ;-)
2005-02-20 00:29:40 +00:00
Kris Kennaway
11ea174ccb As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
2005-02-18 23:44:49 +00:00
Adam Weinberger
c6824b51d1 Update to 2.2.5. 2005-02-18 20:53:33 +00:00
Kris Kennaway
3794da9687 BROKEN: Incomplete pkg-plist 2005-02-18 19:45:55 +00:00
Kris Kennaway
7c554678fa BROKEN: Incorrect pkg-plist 2005-02-18 19:27:42 +00:00
Dirk Meyer
88c28cdd3a - catch up autoconf changes 2005-02-18 14:35:54 +00:00
Kirill Ponomarev
f4b4b13d3d Update to version 0.5.18
PR:		ports/76867
Submitted by:	maintainer
2005-02-18 12:39:51 +00:00
Kirill Ponomarev
91a31a2cc2 Update to version 4.2.0
PR:		ports/76850
Submitted by:	Kay Lehmann <kay_lehmann at web.de>
2005-02-18 12:36:34 +00:00
Jeremy Messenger
24f56f80a0 BSD# Project is taking the maintainership, as for lang/mono, tmclaugh wants
to ask someone first before let BSD# Project to take the maintainership. The
reason is that we are lacking on C programming, threads knowledge and etc.

BSD# Project: http://forge.novell.com/modules/xfmod/project/?bsd-sharp
2005-02-16 21:05:55 +00:00
David E. O'Brien
3da3b5a456 1. uses "ARCH" instead of "MACHINE_ARCH"
2. allow "ARCH" to be over-ridable.
3. fix ordering to better follow Mk/bsd.port.mk guidelines

XXX, I don't like setting "--ignorearch", but some ports just would not
install on amd64 w/o it.  Even with the 'ARCH' override, installing these
RPM's would complain about the system being the wrong architecture.
2005-02-16 17:51:23 +00:00
Kris Kennaway
714464e394 BROKEN: Incomplete pkg-plist 2005-02-15 13:02:52 +00:00
Dejan Lesjak
19fae4d1f7 Fix MASTER_SITES. 2005-02-14 21:40:00 +00:00
Joe Marcus Clarke
be9fbfd6ab In order to use gnomeprefix, you must use USE_X_PREFIX. This fixes a problem
with leftover directories during package building.

Reported by:	pointyhat via kris
2005-02-14 06:04:18 +00:00
Jeremy Messenger
92e1965fa1 Add DISTNAME to fix it.
Reported by:	pointyhat via kris
2005-02-13 20:40:19 +00:00
Mark Linimon
09721c15a9 With portmgr hat on, reset maintainership of these ports. Maintainer's
old email address bounces, and he has not been responsive to email on the
only other one we have for him.

These ports are now available for adoption.

Come back coop, we miss ya ...
2005-02-13 18:28:23 +00:00
Kris Kennaway
221c7c12d8 BROKEN: Incomplete pkg-plist 2005-02-13 00:33:17 +00:00
Jeremy Messenger
41fa3a98c4 - QtPixmap -> qtpixmap in PORTNAME.
- Fix the plist, do not try to remove gtk's directory. [1]
- Change the libtool from 1.3 to 1.5.
- Few other small clean up such as remove GNU_CONFIGURE, since the
  USE_LIBTOOL_VER will taking care of it. Also, make it bit easier to read.
- Bump the PORTREVISION.

Reported by:	pointyhat via kris [1]
2005-02-12 23:51:19 +00:00
Pav Lucistnik
33d889b7fa wxRuby is a library to allow Ruby programs to use wxWindows (also
known as wxWidgets), which is a mature, cross-platform, GUI toolkit
that uses native widgets where possible.

PR:		ports/77283
Submitted by:	Ulrich Spoerlein <q@uni.de>
2005-02-10 23:53:43 +00:00
Thierry Thomas
baa4d589a9 Remove patch-fltk-config.in: fltk-config --ldflags should not return
-L/usr/local/lib, but this breaks audio/spiralsynthmodular and
graphics/quat-gui which rely on it.

Reported by:	Kris via pointyhat.
2005-02-09 21:12:31 +00:00
Jeremy Messenger
bb21ceec9b Fix the plist by remove zu locale directories.
Reported by:	pointyhat via kris
2005-02-09 08:12:31 +00:00
Joe Marcus Clarke
feee2466ac Update to 1.1.92. 2005-02-09 03:51:06 +00:00
Thierry Thomas
66d1aa84e2 Add a new slave port, to build FLTK with threads support
(required by math/freefemm++).
2005-02-07 21:17:20 +00:00
Thierry Thomas
df997bbf4f - prepare for a new slave port x11-toolkits/fltk-threads;
- remove -L/usr/local/lib from `fltk-config --ldflags`;

- mark IGNORE if threading is enable on 4.x (if someone had a
  a clue to fix it, it would be great!).

Approved by:	demon (maintainer)
2005-02-07 21:16:05 +00:00