Commit Graph

2086 Commits

Author SHA1 Message Date
Pete Fritchman
61a3a66271 Fix a problem with auto{conf,make}: some build magic was introduced to
make sure that the "autoconf" and "automake" binaries KDE looked for were
found and were autoconf213 and automake14 (as there are issues with the
latest versions), but the logic in setting $PATH was wrong.  This puts
${WRKSRC}/auto-bin before the rest of the users $PATH.  This fixes KDE
auto* problems if automake14 and automake-1.5 are both installed.

PR:		32512
Submitted by:	Alan Eldridge <alane@geeksrus.net>
Approved by:	will
2001-12-07 15:43:46 +00:00
Mario Sergio Fujikawa Ferreira
905999f032 o Update to 2.7.8
o USE_GMAKE is no longer necessary
o Add knobs WITHOUT_BACKSPACE_KEY, WITHOUT_DELETE_KEY, WITH_GRAPHICS,
  WITH_SMART_RESIZE
o Change message target from pre-fetch to pre-everything
o Re-indent the echo messages to visually align them

Prompted by:	statue <statue@cnpa.adsldns.org>
2001-12-05 18:05:04 +00:00
Maxim Sobolev
49dfdf4210 Update gtkhtml library version number. 2001-12-05 13:20:51 +00:00
Patrick Li
44a00563fe Add additional master sites.
Submitted by:	maintainer
2001-12-04 22:19:30 +00:00
Will Andrews
1d206a3483 Upgrade KDE to 2.2.2:
* General:
 	- Support for objprelink.
 	- Hack for autoconf 2.13/automake 1.4.  Note that we can't use
	  the standard USE_AUTO* because they change things in work/*;
	  KDE has its own way of doing that.
 	- Light cleanup of extra dirs in the PLISTs provided by
	   my mkplistpkg[1] script.
 	- Speedups of both compile and runtime through the usage of
	  --disable-debug and --enable-final.  The latter did not work
	  with the kdemultimedia package, unfortunately.
	- Patch updates.
 * audio/kdemultimedia2:
	- Patch to fix KSCD on FreeBSD[2].  It works very well now.
 * deskutils/kdepim:
 	- Enable kpilot[3].  Pull in the latest pilot-link stuff.
 * devel/kdesdk,
 * devel/kdevelop:
 	- No specific changes.
 * devel/qt-designer:
 	- Make this port depend almost entirely on qt23 to make it more
	  maintainable, so I don't have to keep hacking the patches to
	  get them to apply.
 * editors/koffice,
 * games/kdegames,
 * graphics/kdegraphics:
 	- No specific changes.
 * misc/kdeaddons:
	- SDL is required now.  Cull SDL PLIST_SUB and such.
	- Fix breakage from hardcoding "sdl-config".
 * misc/kdeutils2:
	- Fix problem with klaptopdaemon[4] where it didn't properly
	  display the battery time.  This patch is untested, but applied.
 * net/kdenetwork2:
	- Fix DCC for KSIRC[5].
	- Remove ktalkd from the build.  It requires some weird thing
	  in the configure script that I don't have time to look at.
 * sysutils/kdeadmin:
	- No specific changes.
 * textproc/kdoc:
	- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
	  seems to operate fine with >= 5.005.  But I'll let time tell.
 * www/quanta:
	- No specific changes (--disable-debug support only).
 * x11/kde2:
	- No specific changes.
 * x11/kdebase2:
	- Fix ksysguard compile by merging the files from the HEAD branch
	  of KDE CVS that were missing at release time for FreeBSD[6].  :\
 * x11/kdelibs2:
	- Recognize CUPS' spinoff[7].
	- Add libxslt dependency since it was removed from kdelibs.
	- Fix libxml compile problems[8] (accomplished by upgrading).
	- Remove libkformula from port Makefile; this library has been
	  spun off into koffice.
	- Fix mode problems with DCOP[9].  This allows you to save files
	  properly.  It also seems to be a FreeBSD specific problem.
	- Fix bashisms in kdeprint/imagetops script[10].
 * x11-clocks/kdetoys2:
 	- No specific changes.
 * x11-toolkits/qt23:
	- Do NOT upgrade to QT 2.3.2[11].
	- Allow devel/qt-designer to depend on this port entirely for the
	  patches by adding a perlre to accomplish this.
 * x11-wm/kdeartwork:
	- No specific changes.

Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!

[1]  http://freebsd.kde.org/;
     http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2]  Submitted by:	Matthew Holmes <matt@speakeasy.net>
[3]  PR:		31914
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[4]  PR:		28475
     Submitted by:	Arun Sharma <arun@sharmas.dhs.org>
[5]  Submitted by:	Luc Morin <luc_m@videotron.ca>
[6]  Found at:	http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7]  PR:		32321
     Reported by:	gad
     Submitted by:	James A. Halstead <jah4007@cs.rit.edu>
[8]  PR:		32055
     Reported by:	William Richard <wrichard@trivalley.com>, others
[9]  PR:		31629
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[10] PR:		32358
     Submitted by:	Alexander N. Kabaev <ak03@gte.com>
[11] PR:		31809
     Requested by:	Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
     http://lists.csociety.org/pipermail/kde-freebsd;
     http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 03:47:18 +00:00
Steve Price
9459051ab8 Update to version 0.9.
PR:		31978
Submitted by:	maintainer
2001-12-03 03:11:27 +00:00
Patrick Li
96cdc05fc3 Add x11-wm/bbrun a run box for Blackbox
PR:	29462
Submitted by:	Adam Weinberger <monkey@crackula.com>
2001-12-02 02:28:11 +00:00
Pete Fritchman
5cabf05e66 Specify DEF_SERVER explicitly in case the user is buildling with just the X
libraries installed.

PR:		32355
Submitted by:	Norikatsu Shigemura <nork@ninth-nine.com>
2001-11-29 18:10:59 +00:00
Maxim Sobolev
63906fdc28 Update to 2.2.5.2. 2001-11-26 16:22:25 +00:00
Mario Sergio Fujikawa Ferreira
f975e9d13f Fix missed the lib version bump on the packaging list when the port
was updated to version 2.7.7

Submitted by:	bento
2001-11-26 16:08:32 +00:00
Pete Fritchman
c63c691482 Add keylaunch-1.3.0, an X utility for binding commands to a hot key
PR:		32061
Submitted by:	Mike Meyer <mwm@mired.org>
2001-11-25 08:51:49 +00:00
Mario Sergio Fujikawa Ferreira
72dab870f3 Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:49:34 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Akinori MUSHA
786a71b712 Update graphics/ruby-gdk_imlib, graphics/ruby-gdk_pixbuf,
x11/ruby-gnome and x11-toolkits/ruby-gtk to ruby-gnome 0.26.
2001-11-20 16:35:43 +00:00
Maxim Sobolev
e1dc354541 Tech gnome-session how to set-up a LD_LIBRARY_PATH, so that mozilla
component of nautilus Just Works[tm], without the need to customize
environment. Remove appropriate comment from post-install section
of nautilus' Makefile.
2001-11-20 13:07:45 +00:00
Mario Sergio Fujikawa Ferreira
ef28dd30a2 bump PORTREVISION due to patch file patch-src::command.c rev 1.3 2001-11-20 05:57:36 +00:00
Mario Sergio Fujikawa Ferreira
b5d41c297c Remove the (char *) from the sizeof the vsnprintf line since this
restricts the buffer size to 4 bytes rather than the 256 bytes
intended

PR:		32100
Submitted by:	Christopher Hall <hsw@acm.org>
2001-11-19 15:48:31 +00:00
Patrick Li
8ca16eda55 Maintainer is now committer so change to new email address.
Approved by:	lioux
2001-11-15 03:59:42 +00:00
Ying-Chieh Liao
930f14e70d s/malloc.h/stdlib.h/ 2001-11-09 18:33:41 +00:00
Maxim Sobolev
6aadd792ef Update version number of the gtkhtml shared library. 2001-11-09 16:42:20 +00:00
Mario Sergio Fujikawa Ferreira
0bb1a7f54d o update to 2.6.4
o add WITH_HALF_SHADOW
2001-11-07 20:41:28 +00:00
Mario Sergio Fujikawa Ferreira
6fadcecae4 Update to 2.7.7 2001-11-07 20:38:01 +00:00
Satoshi Taoka
49dc563ec0 RPM of gnome-libs 2001-11-07 17:35:52 +00:00
Akinori MUSHA
c62170784a Set LATEST_LINK to `XFree86-4'.
Approved by:	jmz (MAINTAINER)
2001-11-07 05:34:30 +00:00
Jimmy Olgeni
f39fd62866 wdm also depends on libPropList, but WindowMaker 0.70 no longer includes it. 2001-11-06 12:22:11 +00:00
Christian Weisgerber
4fbb2f66a7 Update my MAINTAINER address.
Approved by:	trevor
2001-11-03 22:22:34 +00:00
Jimmy Olgeni
19c422e029 Remove stale files from share/config/kdm.
PR:		31595
Submitted by:	Alan Eldridge <alane@geeksrus.net>
2001-11-03 13:27:16 +00:00
Jim Mock
c2b064ca8a Update to version 0.4.2.
PR:		31437
Submitted by:	Jon Olsson <jon@joshua.haninge.kth.se>
2001-11-03 11:28:43 +00:00
Will Andrews
af8ba09bbb Bite the bullet and make kcheckpass setuid root by default so the lock
and screensaver functions work by default (i.e. they let you back in if
you type the right password).  This will also avoid the caveat that quite
often people install KDE using the metaport and usually leave it runnning
and by the time it's done, the not-so-helpful message is long gone.

Usability police:	~20 emails from users...
Won't mind releasing a security advisory for this if needed:	kris
2001-11-01 00:55:05 +00:00
Maxim Sobolev
9909a6bc17 Don't link in libc - FreeBSD doesn't need this.
PRs:		31601, 31602, 31603, ...
Submitted by:	Ports Fury
2001-10-31 08:32:30 +00:00
Maxim Sobolev
b0790e4238 Don't link in libc - FreeBSD doesn't need this.
Submitted by:	Ports Fury
2001-10-31 08:20:45 +00:00
Maxim Sobolev
3428db513a Prepare ground for gdk-pixbuf update to 0.13.0 - its include files have been
moved aroud, so all ports that don't pay attention to an output of
`gdk-pixbuf-config --cflags' need to be fixed.
2001-10-30 12:42:02 +00:00
FUJISHIMA Satsuki
cbda03d0ac o sync with x11/XFree86-4
- startx -nolisten tcp by default.
 - set login.conf environment for xdm.
2001-10-28 02:41:04 +00:00
Jean-Marc Zucconi
11bfaab414 Patch startx so that X is started with the "-nolisten tcp" by default and
add a "-listen_tcp" option to run X in non-secure mode.

Submitted by:	Jochem Kossen <j.kossen@home.nl>
2001-10-27 12:18:10 +00:00
Dmitry Sivachenko
c96b4198d0 Upgrade to 2.2.1.
Submitted by:		SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
(with slight modifications)
2001-10-27 08:50:18 +00:00
Jean-Marc Zucconi
58af756a70 Re-enable the WITH_MATROX_GXX_DRIVER option.
Submitted by:	lioux
2001-10-25 20:37:00 +00:00
Thomas Gellekum
f2ac1a1b0d Upgrade to 5.02. 2001-10-25 11:29:46 +00:00
Jean-Marc Zucconi
a46bd99227 Patcch to xdm to set environment from login.conf
PR:		ports/13614
Submitted by:	Max Khon <fjoe@iclub.nsu.ru>
Obtained from:	wdm distribution
2001-10-24 20:05:14 +00:00
Maxim Sobolev
6db6a4a2f9 Guppi binary now called guppi-gnumeric. 2001-10-23 13:39:13 +00:00
Akinori MUSHA
0dcfe80a35 Replace a tab with a space. 2001-10-21 19:42:31 +00:00
FUJISHIMA Satsuki
fe3c793e06 o sync with x11/XFree86-4
- re-enable DRI support.
 - fix radeon DRI module.

o add support for Matrox MGA GXX drivers and G550 identifier.
2001-10-20 05:25:20 +00:00
Kevin Lo
518c436286 Fix pkg-plist 2001-10-19 17:12:06 +00:00
Maxim Sobolev
809513ef1b Apply some black cvs magick to readd patch-ar properly. 2001-10-16 07:28:25 +00:00
Maxim Sobolev
9975b86c2c Apply some black cvs magick to readd patch-ar properly. 2001-10-16 07:27:36 +00:00
Maxim Sobolev
68257a672e Fix several incompatibilities with FreeBSD. This makes gdm working, at least
on my 5-CURRENT with XFree86-3.3.6.

PR:		31309
Submitted by:	Heath Nielson <heath@cs.byu.edu>
2001-10-16 07:25:04 +00:00
Ying-Chieh Liao
56f377d4af for slave ports 2001-10-11 11:56:51 +00:00
Thomas Gellekum
c9c6cac879 The --with{,out}-mesagl' option to configure is spelled --with{,out}-mesa'.
PR:		31141
Submitted by:	Markus Holmberg <markush+freebsd@acc.umu.se>
2001-10-09 11:24:56 +00:00
Maxim Sobolev
ed32c6b096 Some of the GNOME components now install their include files into
${PREFIX}/include/gnome-1.0 instead of plain ${PREFIX}/include, so make
gnome-config return appropriate cpp(1) flags necessary to find those
headers. Bump PORTREVISION accordingly.
2001-10-09 07:40:18 +00:00
Maxim Sobolev
c3506f236c Update version number of gtkhtml shared library. 2001-10-09 07:30:11 +00:00
Jean-Marc Zucconi
f61bf08510 Set PREFIX so that pkg-install works well when the port is not installed in
/usr/local/.

Submitted by:	Mike Meyer <mwm@mired.org>
2001-10-08 20:02:22 +00:00
Trevor Johnson
cedea2d858 Update URLs. Thanks to Paul Collins <sneakums@eircom.net>, the
author, for the information.
2001-10-07 13:04:40 +00:00
Dmitry Sivachenko
3ceecc667a Update to 2.2.4.2 2001-10-07 12:47:53 +00:00
Jean-Marc Zucconi
48bcbda354 re-enable DRI
Submitted by:	Eric Anholt <eanholt@gladstone.uoregon.edu>
2001-10-06 21:20:26 +00:00
Mario Sergio Fujikawa Ferreira
5fd6c06733 typo fix: libtoo -> libtool 2001-10-06 16:47:36 +00:00
Mario Sergio Fujikawa Ferreira
2d56df646f o style fix, use PKGNAMESUFFIX instead of PORTNAME for -devel
o don't install .*\.la files (based on an idea from sobomax)
2001-10-06 16:43:09 +00:00
Maxim Sobolev
fe1bd7a63e Update to 2.2.4.1.
PR:		30955
Submitted by:	Stijn Hoop <stjin@win.tue.nl>
2001-10-02 12:18:33 +00:00
Maxim Sobolev
aaafb953e2 Chase gtkhtml shared library version bump. 2001-10-01 06:40:47 +00:00
Jean-Marc Zucconi
3e0bdb766e Bump PORTREVISION after patch-xdm addition. 2001-09-28 22:30:12 +00:00
Jean-Marc Zucconi
fe2187b759 Fix to set environment login.conf
PR:		ports/13614
Submitted by:	fjoe
2001-09-28 22:27:11 +00:00
Thomas Gellekum
a2921c23ea Add ${KRB5_HOME}/include to $CFLAGS and ${KRB5_HOME}/lib to
$XLOCKLIBS for people using kerberos5.

Suggested by:	Niels Kroon <niels@fundum.net>
2001-09-27 11:44:51 +00:00
Max Khon
16c0a513a1 this patch is no longer needed.
wdm 1.20 is able to set environment variables using stock setusercontext().

Reviewed by:	jmz
Approved by:	jdp
2001-09-24 17:23:46 +00:00
David W. Chapman Jr.
479a523af4 Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR:		30497
Submitted by:	Dan Larsson
Approved by:	will
2001-09-23 19:50:42 +00:00
Jimmy Olgeni
0f6186d0db Use the "xterm-color" termcap entry rather than "Eterm" (missing from
termcap), and revert the default color scheme to the plain old "white on
black".

Submitted by:	kris
2001-09-23 11:00:36 +00:00
Jean-Marc Zucconi
933fe67cd2 Staticise an inline in order to avoid a conflict between libXt.a and libXp.a.
PR:		ports/30652
Submitted by:	bsd
2001-09-19 23:54:27 +00:00
Mikhail Teterin
89d4534a9b This little utility is rather usefull on X11-less servers -- you
may with to modify xterm's title  or something after you login to
one. It does not use X11 at all, except to build its Makefile.

Use the simple  Makefile of our own, to  drop build-dependency on
X11.  As a  side effect,  it  will be  installed into  LOCALBASE,
rather than X11BASE/bin. Bump up PORTREVISION.
2001-09-19 15:05:26 +00:00
Akinori MUSHA
37f0f0aa36 Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
2001-09-17 17:54:27 +00:00
David W. Chapman Jr.
5872a89c3b Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will
2001-09-17 17:40:31 +00:00
Jimmy Olgeni
1f440692f2 Let other ports override MAINTAINER and CONFIGURE_ARGS.
PR:		30628
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
2001-09-17 15:08:15 +00:00
Maxim Sobolev
0b4dd8b6e5 Sync PORTVERSION with gnome-fifth-toe.
Submitted by:	demon
2001-09-13 07:47:43 +00:00
Akinori MUSHA
da947bc75f Allow japanese/gnomelibs to add LIB_DEPENDS:
-LIB_DEPENDS=   xml.5:${PORTSDIR}/textproc/libxml \
	+LIB_DEPENDS+=  xml.5:${PORTSDIR}/textproc/libxml \
2001-09-12 15:39:01 +00:00
Akinori MUSHA
8cb369449a Replace the ghostscript55 dependencies with ghostscript-gnu. 2001-09-11 20:52:33 +00:00
Maxim Sobolev
99621b14fe Agg gnomoku and bump version to 1.4.1b2 to be in sync with GNOME folks. 2001-09-11 16:30:08 +00:00
Maxim Sobolev
b3b1995574 Update to 1.4.0.4. 2001-09-11 14:41:17 +00:00
Maxim Sobolev
1dac972c1f Update to 1.4.1.2. 2001-09-11 14:40:33 +00:00
Maxim Sobolev
a4751df979 Update version number of gtkhtml shared library. 2001-09-11 07:42:37 +00:00
Andrey A. Chernov
b51951bf31 Bump png major 2001-09-11 02:30:09 +00:00
Dmitry Sivachenko
6845ee0376 Set DIST_SUBDIR=KDE 2001-09-10 20:22:28 +00:00
Jimmy Olgeni
b9106bee89 Update port to version 0.9.1, plus a couple of patches from CVS to fix some
bugs.

Submitted by:   Jeremy Norris <ishmael27@home.com>
2001-09-07 19:59:57 +00:00
John Baldwin
ccccf88c48 Add a patch to fix up the build-bindist script to not use the extract
binary but to just use tar.
2001-09-06 23:10:35 +00:00
John Baldwin
be5469597d The 3.3.6 to 3.3.6a (3.3.7?) patch changed the name of the DGUX docs from
DGux.* to DGUX.* w/o the accompanying rename of the sgml source file.
To workaround, just rename the file in post-extract in the BUILD_XDIST
case.
2001-09-06 23:09:36 +00:00
David E. O'Brien
5ed04974ce People, if you want X11 bits with the releases, you need to leave the
checksum for xc/X336src-2.tgz in here!!
2001-09-06 21:55:53 +00:00
Maxim Sobolev
3f26dfdd7b Update to 1.1. 2001-09-05 08:22:11 +00:00
Maxim Sobolev
14316a67bc Fix gdkxft_sysinstall script on systems with perl 5.005 and earlier (4.4 and
downward).

Reported by:	JR Boyens <jboyens@iastate.edu>
2001-09-04 11:32:27 +00:00
Will Andrews
369fcbb329 Add a message to the port/package warning users about kcheckpass's
setuid root bit, which is off by default.  The purpose is to avoid
having users who don't use kcheckpass become vulnerable to a root
exploit.  For more details see the actual pkg-message.  Bump PORTREVISION
to reflect this change in the package.

As a side note, I'm a little wary about adding something like this so
close to the ports freeze for 4.4-RELEASE.  However, I decided that it
was a minimal risk and went ahead with it in the hopes of avoiding the
need for users to run into this "problem" themselves...
2001-09-03 17:48:23 +00:00
Maxim Sobolev
b327724009 Add gdkxft 1.0, an package that adds anti-aliased font support for gtk+
(XFree86-4.x required).
2001-09-03 16:54:28 +00:00
Jimmy Olgeni
5419cb66df Remove bogus file that I introduced in revision 1.40 (pointy hat).
Submitted by:	bento
2001-09-02 15:53:22 +00:00
FUJISHIMA Satsuki
72ab35fd4d sync with x11/XFree86-4. 2001-09-01 12:05:00 +00:00
Maxim Sobolev
810fcd34d2 USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate. 2001-08-31 14:20:29 +00:00
Maxim Sobolev
1eff704054 Fix the port (put back several lines accidentally removed by Ade few months
ago).

Submitted by:	bento
2001-08-31 12:48:10 +00:00
Jimmy Olgeni
2f546fc008 Support the Motif-dependent files in pkg-plist, add some missing @dirrm
entries, and move the @exec/@unexec entries to make the other @dirrms
actually work.
2001-08-31 11:27:34 +00:00
David W. Chapman Jr.
029c20540c Add bit about XFREE86_VERSION=4 in /etc/make.conf
PR:		28380
Submitted by:	edwin@mavetju.org
2001-08-31 02:25:18 +00:00
Jimmy Olgeni
38c90110d0 Add some missing @dirrm entries. 2001-08-30 20:08:48 +00:00
Akinori MUSHA
23a999b22b Make CATEGORIES and MAINTAINER overridable for japanese/kde*.
Approved by:	kde (will), demon (MAINTAINERs)
2001-08-30 18:56:50 +00:00
Jimmy Olgeni
2809677451 Fix typo: radAll -> readAll. 2001-08-30 10:59:09 +00:00
Will Andrews
174743bd5d Add patch for kdoctools/xml2man.cpp, similar to xslt.cpp patch.
Bump PORTREVISION just in case this is needed.

From Mikhail Teterin:
> Well, for  the same reason the  xslt.cpp sometimes works --  in fact, it
> worked for everyone, until someone tried it on current.
>
> In essence, the code  reads the whole file into a  buffer. It then tries
> to  turn that  buffer into  one of  qt's string-objects  (QCString). The
> class'  constructor  they chose  assumes,  it  is  passed a  valid  (aka
> \0-terminated) string and goes through  the buffer looking for the first
> 0-byte. The  file itself  does not  contain any,  so it  happily wonders
> behind the real end of the buffer  until it either finds a stray 0-byte,
> or seg-faults, trying to read a wrong page.
>
> Apparently,  more often  than  not, some  stray 0-byte  is  there --  no
> surprise. But  it will usually  create a  string that's longer  than the
> file size -- unless  the 0-byte happens to be right there  at the end of
> the  buffer.  Apparently, the  lamer, who  wrote it,  noticed  something
> strange, so he/she  explicitly truncates the created  QCString object to
> the known size of the file after instantiation:
>
>       contents.truncate(xmlFile.size())
>
> My patch  modifies the code to  use the correct QCString  constructor --
> the one,  that accepts  the maximum  size of the  string. This  does the
> right  thing  -- once  it  reaches  the end  of  the  buffer, it  stops,
> allocates the private storage (I hate  C++ for all this buffer copying),
> appends  the 0-byte  and creates  the object  of the  expected size.  No
> truncation is needed....

Thanks to Mikhail for his debugging on this problem; this patch further
removes the hazard of meinproc coredumps.

Submitted by:	mi
2001-08-29 23:16:13 +00:00
Andrew Gallatin
7148fe93a4 Allow the tga driver to load the "fb" module; without this, the driver
gets unresolved symbols when accessing fb routines at server startup.

Note, this is apparently already in the mainline XFree86 sources,
so this patch may need to be removed when the port is updated for
the next release of XFree86

Tested by: "Eric S. Van Gyzen" <eric@stat.Duke.EDU>
2001-08-29 19:20:13 +00:00
Will Andrews
d3762340a3 Fix problem with meinproc coredumping on -CURRENT. Basically what the
problem is is that there are a few sloppy pieces of code in xslt.cpp.
Bump PORTREVISION to account for recent changes (I had intended to do this
much earlier, but wanted to include these patches first, and there was
a problem getting them together correctly).

Submitted by:	mi
Tested by:	dwcjr, petef
2001-08-29 01:53:47 +00:00
Will Andrews
c2ca15ccb1 Fix problem where kdelibs.sh isn't chmod 755.. this causes some filters
and other stuff to fail.  *sigh*
2001-08-28 23:23:59 +00:00
Will Andrews
93c87329b0 Move code designed to prevent people from compiling/installing KDE N.x
when KDE (N+1).x (N = radix 2, shift 1, order 1) is installed to
pre-extract so one can still download the distfiles for (N+1).x.

PR:		30167
Submitted by:	Thierry Thomas <thierry@thomas.as>
2001-08-28 23:08:12 +00:00
Pete Fritchman
02bb9957d9 add xmotd 1.16
A message-of-the-day browser for X11 and dumb-terminals

PR:		24713
Submitted by:	Matthew West <mwest@uct.ac.za>
2001-08-28 07:13:10 +00:00
SADA Kenji
989251c4f7 - bump PORTREVISION for new patch-ab file.
- shorten pkg-comment to follow portlint's advice.
2001-08-25 06:33:07 +00:00
Will Andrews
fe68eec3e2 Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically to
maintain and improve QT/KDE on FreeBSD.  This group (at this time)
consists of:  demon, olgeni, kevlo, lauri@kde.org, rwatson, and will.

While I'm here, fail build of kdelibs11 if kdelibs2 is installed.  This
was originally supposed to be committed with the 2.2 update, but...
2001-08-25 02:17:59 +00:00
Akinori MUSHA
3d74bebb83 Conditionalize the dependency on bzip2. 2001-08-24 15:33:50 +00:00
Jean-Marc Zucconi
e6e8cc0c83 Fix a local DoS against xfs.
Submitted by:	kris
Obtained from:	XFree86 CVS repository
2001-08-23 23:43:09 +00:00
Jean-Marc Zucconi
11377e20a2 Fix a race condition in mouse device.
PR:		ports/29982
Submitted by:	Michael Robinson <robinson@netrinsics.com>
2001-08-23 22:36:49 +00:00
Mario Sergio Fujikawa Ferreira
9b9abd8ec3 o Add a buffer overflow patch in sync with rxvt port Makefile rev
1.49
o Bump PORTREVISION

Obtained from:	OpenBSD
2001-08-23 21:24:06 +00:00
Mario Sergio Fujikawa Ferreira
512dfab14f Add a buffer overflow fix
Submitted by:	kris
Obtained from:	OpenBSD
2001-08-23 21:09:26 +00:00
Kris Kennaway
3157ad19e8 Remove giffunip@asme.org as the maintainer: he no longer has the ability
to maintain these ports.  Any non-committer who wants to grab one let me
know.

Approved by:	old maintainer
2001-08-23 20:21:52 +00:00
Will Andrews
68e5f6a09c Argh! Get this plist right, for the last time...
Found by:	bento
2001-08-23 03:15:42 +00:00
John Baldwin
4645d1e48f Sigh, fix a fat-finger: epplet -> epplets. 2001-08-23 00:15:19 +00:00
John Baldwin
ffd569eb4a Bah, revert the previous change for now. There are work directories
shared among all epplets that should be created and "owned" by the
libepplet port, but they aren't.  They are created and owned by the
epplets port, so depend on epplets again until that is fixed.
2001-08-23 00:11:45 +00:00
John Baldwin
73285d263f Depend on the x11-wm/libepplet port for libepplet rather than the
x11-wm/epplets port.
2001-08-22 23:04:00 +00:00
Maxim Sobolev
71c7818b12 Update to 1.4.1.1. 2001-08-22 18:06:36 +00:00
SADA Kenji
57166f93bf Cope with Xvnc.
Submitted by:	Christophe GIAUME <christophe@giaume.com>
2001-08-22 15:29:53 +00:00
Jimmy Olgeni
d192fdb08a Remove the extra Worm.desktop screensaver entry. Leave only the screensaver
entries related to KDE's own applications.

Spotted by:	Kent Stewart <kstewart@urx.com>
2001-08-20 19:20:03 +00:00
Maxim Sobolev
d862eac50a Add launch.app 0.6.5, an application launcher for WindowMaker dock. 2001-08-20 15:58:53 +00:00
Jimmy Olgeni
22945cd44b Add @exec/@unexec lines to pkg-plist, to handle the "emptydir" template.
Being an empty directory, it is not automatically included in the binary
package.
2001-08-20 11:59:17 +00:00
Kris Kennaway
809d2c1b6d Remove a dead MASTER_SITE 2001-08-20 05:54:11 +00:00
Mike Heffner
72369c1b07 Chase checksum; trivial makefile change.
Noticed by:	bento
2001-08-20 03:03:59 +00:00
Jimmy Olgeni
15f5990532 Add a simple post-extract target: it overwrites ${WRKSRC}/mkpamserv with a
no-op script. This prevents the port from appending content to
/etc/pam.conf, which is known to break kscreensaver's password
verification, without asking first. Binary packages already left
/etc/pam.conf alone.
2001-08-19 13:34:26 +00:00
Jimmy Olgeni
e2b6e5584d Disable kappfinder_install execution at install time. This will avoid the
installation of some ".desktop" files that make packaging fail for some
users: some desktop shortcuts are not created if you don't have the
corresponding application already installed.

Users may still get the shortcuts in their local configurations by running
kappfinder as usual.
2001-08-18 23:54:35 +00:00
Jimmy Olgeni
0d80776d04 Add dependency on devel/pcre, it is required by Konqueror to implement
regular expressions in javascript.
2001-08-18 23:49:50 +00:00
Maxim Sobolev
c7ed021023 Correct RUN_DEPENDS: AbiWord binary is called AbiWord', not abiword'.
Submitted by:	Mike Harding <mvh@ix.netcom.com>
2001-08-18 15:30:03 +00:00
Ying-Chieh Liao
505ecaca2e add xcmd
Xcmd is a front-end for starting programs under X11

PR:		29326
Submitted by:	Oliver Breuninger <ob@breuninger.org>
2001-08-18 08:57:54 +00:00
Will Andrews
caf76db679 Bump PORTREVISION for SSL fix.
Submitted by:	Tadayuki OKADA <tadayuki@mediaone.net>
2001-08-17 18:07:26 +00:00
Will Andrews
cc02a4b33c Add forgotten emptydir which is required to create new directories
in Konqueror and such.  Bump PORTREVISION.  The PR below advised making
the directory too, but a little grep'ing in the source tree shows that
KDE does this for you.

PR:		26802
Submitted by:	Carl True <seetru@bellsouth.net>
2001-08-17 17:58:48 +00:00
Will Andrews
391f2c5251 Add patch to fix SSL-related problems in KDE 2.2.
Worked on with:		nsayer
Previous assistance:	George Staikos <staikos@kde.org>
2001-08-17 01:32:24 +00:00
Dmitry Sivachenko
c1fce1cc6a Upgrade to 2.2.3.2 2001-08-16 12:12:16 +00:00
Will Andrews
b4a7c57e95 *sigh* They changed the path to the tarballs again. This was verified
on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/.  :\

Submitted by:	scottl
2001-08-15 16:25:13 +00:00
Will Andrews
0549fd575f (Forced commit.)
Update to KDE 2.2:

 * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 13:36:01 +00:00
Maxim Sobolev
7197c79979 - Unbroke on alpha;
- don't try to link with nonexistent libdl;
- respect CFLAGS.

Submitted by:	gallatin (alpha bits), sobomax
Some help from:	jdp (thanks Jonh!)
2001-08-15 13:01:35 +00:00
Will Andrews
3901adbb04 Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 12:43:08 +00:00
Maxim Sobolev
7d6aa4f835 Unbroke on alpha.
Submitted by:	Andrew Gallatin <gallatin@cs.duke.edu>
2001-08-14 18:41:16 +00:00
Trevor Johnson
8537c9dd2f The distfile disappeared from its master site. I attempted to
contact the author, Paul Collins, via sneakums@eircom.net and
sneakums@zork.net.  My messages were accepted but there has been
no response.
2001-08-14 09:10:04 +00:00
Satoshi Asami
1d78070523 Remove three files:
bin/kmorph3d.kss
  bin/kpipes.kss
  bin/kspace.kss

to at least make this package.  We need this package for the
release candidate.

Submitted by: bento via steve
2001-08-11 22:22:36 +00:00
Maxim Sobolev
8d79de5cf9 Update to 1.4.0.3. 2001-08-09 10:05:26 +00:00
Jean-Marc Zucconi
f2037d77ce Unbreak the build for XFree86-4 (rman bug)
Submitted by:	 Ken McGlothlen <mcglk@artlogix.com>
2001-08-09 00:47:14 +00:00
Maxim Sobolev
9260af5d27 Update to 1.4.0.2. 2001-08-03 12:45:54 +00:00
Maxim Sobolev
68bd669459 Update version number of gtkhtml shared library. 2001-08-03 07:27:39 +00:00
Maxim Sobolev
9190868cca Move `@dirrm share/gnome/apps/Applications' from gnomecore to gnomedb,
because this directory is actually created by gnomedb.
2001-08-03 06:48:45 +00:00
Jean-Marc Zucconi
0c4e85c8df Always enable extended input devices. Disabling this feature breaks the build. 2001-07-28 15:29:48 +00:00
Mario Sergio Fujikawa Ferreira
339579afc6 New port wmcliphist version 0.2, Clipboard history management
dockapp for Window Maker

PR:		28745
Submitted by:	Patrick Li <pat@databits.net>
2001-07-27 20:02:32 +00:00
Dima Dorfman
bc37fe6092 The value of FORBIDDEN shouldn't have a period at the end: bsd.port.mk
does that automatically.
2001-07-27 15:46:24 +00:00
Jean-Marc Zucconi
37aeddeb41 Add USE_XLIB.
Portlint.
2001-07-27 02:36:26 +00:00
Steve Price
9e4b618ba0 Remove src/*.o so that they all get rebuilt for the current architecture. 2001-07-25 17:39:03 +00:00
Jean-Marc Zucconi
07bb0f1215 Upgrade to version 4.1.9
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-07-24 01:09:12 +00:00
Maxim Sobolev
632a81b501 Update version number of libgtkhtml. 2001-07-23 10:19:27 +00:00
David W. Chapman Jr.
df546c2e75 Update to 1.3
Fix PORTDOC compliance

PR:		28615
Submitted by:	pat@databits.net
No Response:	maintainer
2001-07-22 05:39:28 +00:00
Thomas Gellekum
dda149dcce Link against ${PTHREAD_LIBS} if we want MESAGL. Mesa is now compiled
with thread support also on XFree86-3 systems.
2001-07-18 10:46:13 +00:00
Mark Pulford
96551fbd11 Updated to 2.0.3
PR:		28924
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-07-13 05:39:52 +00:00
Dmitry Sivachenko
c26ff2f45b Correct MASTER_SITE_SUBDIR 2001-07-13 03:36:33 +00:00
Thomas Gellekum
e6c86c634a Add a knob to disable the `allow-root' functionality, which lets root
unlock the screensaver regardless of the current owner.

Submitted by:	Anders Nordby <anders@fix.no>
2001-07-12 11:41:06 +00:00
Maxim Sobolev
495daa29cc Update version number of freetype2 shared library. 2001-07-12 10:10:30 +00:00
Bill Fenner
93d4289d65 Oliver Breuninger sent me an updated email address, so put him back
as MAINTAINER.
2001-07-11 16:33:46 +00:00
Akinori MUSHA
05b8acf699 Update to 0.5. 2001-07-10 19:33:12 +00:00
Maxim Sobolev
ec7b561464 ${PREFIX}/share/${PORTNAME} --> ${DATADIR} 2001-07-10 13:54:22 +00:00
David W. Chapman Jr.
d277aa0da9 Update MASTER_SITE_SUBDIR for new location
PR:		28207
Submitted by:	joseph@randomnetworks.com <joseph@randomnetworks.com>
2001-07-10 01:47:35 +00:00
Ying-Chieh Liao
742bffcd27 upgrade to 2.0.2 build 4 2001-07-06 08:27:11 +00:00
Will Andrews
94dd96a7db Please bento some more. 2001-07-03 01:37:05 +00:00
Mario Sergio Fujikawa Ferreira
5c60488f87 Deploy NOPORTDOCS PLIST support
PR:		28499
Submitted by:	Patrick Li <pat@databits.net>
Approved by:	maintainer override as per Makefile rev 1.5
2001-06-29 03:56:40 +00:00
Sheldon Hearn
15be3d1062 Update to imwheel-0.9.9, which fixes a root exploit in the case where
imwheel is setuid root.

Note that the port doesn't install imwheel setuid root, so the
problem would not have affected users of the port / package.

Regardless, it's bad PR to make mouse wheel support so visible
in the FAQ and then keep a known-bad version of the supporting
software in the ports tree.

This update is derived from broken patches received by way of the
maintainer, who no longer has time to maintain the port.  This port is
now looking for a maintainer.

Submitted by:	Jeremy Norris <ishmael27@home.com>
2001-06-28 23:48:48 +00:00
Akinori MUSHA
6fe5bfb1cb Update to 0.4. 2001-06-27 13:30:53 +00:00
Mario Sergio Fujikawa Ferreira
7f68893597 - Add NOPORTDOCS support
- Update to version 0.8

PR:		28235
Submitted by:	Patrick Li <pat@databits.net>
Approved by:	maintainer
2001-06-26 16:22:36 +00:00
Jean-Marc Zucconi
54d9746182 FIx a bug with the -tile option.
PR:		ports/28245
Submitted by:	Rémi Guyomarch <rguyom@pobox.com>
2001-06-23 00:03:24 +00:00
Akinori MUSHA
a9c69b9972 Update to 0.3. 2001-06-20 06:47:23 +00:00
Ade Lovett
08524ceacc Bump PORTREVISION of the metaport to indicate the structural changes below. 2001-06-19 11:35:46 +00:00
Ade Lovett
4f5620349f Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
2001-06-19 09:43:08 +00:00
Ade Lovett
b5271952f0 Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecore
(adding some extra functionality).
2001-06-19 09:37:36 +00:00
FUJISHIMA Satsuki
a98a478fc6 Get rid of 'X11R6.4' from pkg-comment.
XFree86-4.1.0 is based on X11R6.5.1.
2001-06-16 20:17:49 +00:00
Jean-Marc Zucconi
0447fa785e Add a test to instruct the user to rename ${PREFIX}/lib/libXft.so.1
if it is an incompatible version.
2001-06-13 19:51:00 +00:00
Mark Pulford
b66f9785ca Unbroke port.
Maintainer change ports -> kkonstan@daemon.fr

Extra testing:	Konstantinos Konstantinidis <kkonstan@duth.gr>
2001-06-13 15:52:17 +00:00
FUJISHIMA Satsuki
5b1a452134 update to 4.1.0.
get rid of version number from comments in Makefile, pkg-comment and pkg-descr.

Reviewed by:	maintainer
2001-06-12 14:59:53 +00:00
Jean-Marc Zucconi
6a1a3e0143 Suppress MLINKS and put all man pages in the MANx sections. The MLINKS
list was too long and broke 'make readme'

Submitted by:	sf
2001-06-12 02:35:20 +00:00
Mark Pulford
632f9b06b3 Wterm distfile cannot be found anymore, moved into my public_distfiles.
PR:		27741
Approved by:	maintainer
2001-06-11 15:59:09 +00:00
Andrew Gallatin
a2aa9f9d73 Don't try to build AgpGartDrivers on alpha, doing so leads to a
build failure very early on.

Approved by: jmz
2001-06-09 21:59:53 +00:00
David W. Chapman Jr.
1027e1d75c Please bento
PR:		27587
Reviewed by:	will
Approved by:	will
2001-06-07 20:25:04 +00:00
Jean-Marc Zucconi
f79970c695 Remove DRI modules. They are not build in 4.1.0. 2001-06-07 19:20:48 +00:00
Jean-Marc Zucconi
af9866c360 Fix the VT switching consoles bug with the i810 driver.
Submitted by:	Andrew Hesford <ajh3@usrlib.org>
2001-06-07 14:19:35 +00:00
Kevin Lo
4112f27cd2 - Update to version 2.3i
- Add WWW
2001-06-07 07:16:48 +00:00
Jean-Marc Zucconi
28a6b2d95f Update the port to 4.1.6, based on the Debian version; use installed jpeg
and tiff libraries and add png support.

Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-06-07 00:15:42 +00:00
Jean-Marc Zucconi
be4b0c1efe Complete Makefile.man for 4.1.0 - I forgot to commit this file when I
upgraded the port.
2001-06-05 19:51:46 +00:00
Jean-Marc Zucconi
2ae65f953c The vmware driver must be in the i386Architecture section, not in the
non-i386Architecture section!

Noticed by:  Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2001-06-05 14:47:22 +00:00
Doug Barton
0f84574ebb Upgrade to 3.33, and include the GLE library as a dependency. The extrusion
lib gives us one new screensaver, which is really a combination of several
objects that get twisted and re-shaped. The update adds two new screensavers,
and several improvements to existing ones. Also added is a memory limit
parameter, and some more gnome integration.

patch-ac is removed due to its being integrated into the source.

The suggestion to add the GLE lib comes from the PR. I'm not sure that the
cost::benefit justifies it, but the library is small so probably no harm done.

PR:		ports/27626
Submitted by:	David Gilbert <dgilbert@velocet.ca>
2001-06-05 10:52:29 +00:00
Ade Lovett
396956632b Update to 2.2.2.1
PR:		27855 (in part)
Submitted by:	Anders Nordby <anders@fix.no>
2001-06-05 05:00:54 +00:00
Jean-Marc Zucconi
189ef38fec Disable the build with WITH_MATROX_GXX_DRIVER. It does not work with 4.1.0
Reported by: Goran Runfeldt <goranrunfeldt@home.se>
2001-06-05 01:14:14 +00:00
Dirk Froemberg
d284a66d69 POSIX syntax for chown. 2001-06-04 09:33:50 +00:00
Jean-Marc Zucconi
40324b07a0 Upgrade to version 4.1.0 2001-06-04 02:26:41 +00:00
Nick Sayer
11bee9ac91 Add port for MGA Powerdesk. A X11 configurator / helper app for Matrox cards. 2001-06-02 20:36:28 +00:00
MIHIRA Sanpei Yoshiro
5c0c602beb Update MASTER_SITES 2001-06-02 06:45:44 +00:00
Jean-Marc Zucconi
1d837a5149 Move manpages from pkg-plist to Makefile.man.
PR:		ports/27405
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
With improvements by: Cyrille Lefevre <clefevre@poboxes.com>
2001-06-02 01:59:16 +00:00
Mario Sergio Fujikawa Ferreira
8be40ddf83 Add missing file
Submitted by:	bento
2001-06-01 20:58:58 +00:00
Trevor Johnson
7a1045a215 Use MASTER_SITE_LOCAL because the author seems to have taken the
distfile offline when he moved his Web pages.  I've dropped him a
note about it, but judging from http://www.advogato.org/person/khazad/
he seems to feel this project is complete.
2001-06-01 15:39:23 +00:00
Mario Sergio Fujikawa Ferreira
1cc511da50 Add USE_GMAKE to avoid rebuild at install time
PR:		27795
Submitted by:	Michael Harnois <mdharnois@home.com>
2001-06-01 13:13:37 +00:00
David E. O'Brien
90eb686abd Use proper POSIX syntax for `chown'. 2001-06-01 06:05:18 +00:00
Jean-Marc Zucconi
a34c570051 Update the checksum for xc/mga-1_2_0beta.tgz. There are no changes in
the sources: a readme file has been updated and CVS directories removed.

PR:		ports/27802
Submitted by:	Mark Knight <markk@knigma.org>
2001-06-01 01:40:43 +00:00
Ade Lovett
2515626212 Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk
2001-05-31 22:22:59 +00:00
Ade Lovett
3d8a10b50a Add textproc/libxml as an explicit dependency, as well as the implicit
dependency through textproc/scrollkeeper.  Something strange is going on
here, and this is a reasonable temporary fix.
2001-05-31 16:02:52 +00:00
Akinori MUSHA
a11b14c2da Add ruby-X11, a fully reflective X11 client library for ruby. 2001-05-30 15:47:57 +00:00
FUJISHIMA Satsuki
d91f32644b describe this port is for XFree86-4 only. 2001-05-30 15:33:02 +00:00
FUJISHIMA Satsuki
a634081665 mark as FORBIDDEN if ${XFREE86_VERSION} == 3.
add dummy MASTER_SITES and DISTFILES to make portlint happy.
2001-05-30 15:23:57 +00:00
Mario Sergio Fujikawa Ferreira
2e59db1da0 Fix typo
PR:		27763
Submitted by:	Kevin Way <kevin.way@overtone.org>
2001-05-30 11:37:05 +00:00
Ying-Chieh Liao
57da95e32a Add logic to delete .conf file if not modified
PR:		27551
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-29 13:30:07 +00:00
Andrew Gallatin
66be593256 The DRI module breaks building of XF86-4 on alpha because drmP.h
contains x86 specific assembly.  Disable it on alpha.

Approved by: jmz
2001-05-28 22:00:52 +00:00
Bill Fenner
4065e97f1f Remove ob@seicom.NET as MAINTAINER; mail has been bouncing for 12 weeks. 2001-05-28 19:45:48 +00:00
Maxim Sobolev
de90d93ab1 Add temperature.app 1.0, a dockable WindowMaker applet which
displays the local temperature.

PR:		27162
Submitted by:	Per Otterstr=F6m <pelle@fukt.bth.se>
2001-05-27 19:03:50 +00:00
Ying-Chieh Liao
0f5fcc7f8d add xkbset
Manage various XKB features of X Window

PR:		27295
Submitted by:	Stephen Montgomery-Smith <stephen@math.missouri.edu>
2001-05-27 14:34:55 +00:00
Mario Sergio Fujikawa Ferreira
08e6306b25 - Update port to version 2.7.6
- Remove extra spaces at end of lines
- Use MASTER_SITE_SUBDIR so that when the version of this is
  outdated, it will have a good chance of fetching the distfiles
2001-05-26 13:32:07 +00:00
Mario Sergio Fujikawa Ferreira
f42d7482c7 - Remove extra spaces at end of lines
- Add WITH_NEXT_SCROLLBAR
- Use MASTER_SITE_SUBDIR so that when the version of this is
  outdated, it will have a good change of fetching the distfiles
2001-05-26 13:29:04 +00:00
Akinori MUSHA
98b3ac1c1f Update ruby-gnome, ruby-gtk, ruby-gdkimlib and ruby-gdkpixbuf to 0.25. 2001-05-24 01:43:54 +00:00
Ade Lovett
ff4f18ab92 Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2
to make transitioning to GNOME/GTK+/GLIB a little easier.
2001-05-23 00:49:11 +00:00
Ade Lovett
b7f95094b5 Oops. Switch maintainer to myself, since I did the work, reg is
unavailable for a while, and any breakage is my fault :)
2001-05-22 20:23:56 +00:00
Ade Lovett
b7b9c014a7 Update to 3.3.6 - these libraries were generated on a 2.2.8-STABLE box,
from x11/XFree86 and have all known security issues fixed.

Approved by:	security-officer
2001-05-22 20:15:49 +00:00
Maxim Sobolev
166c5cc361 Fix another fennerism. MASTER_SITE (http://wm.current.nu/) has been cracked
and all information on it erased, so put distfiles temporarly at
MASTER_SITE_LOCAL.
2001-05-22 19:18:56 +00:00
Maxim Sobolev
bb53f3ecee Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
would be able to insert their own entries (usually language category)
upfront.
2001-05-22 18:16:59 +00:00
Ying-Chieh Liao
a711bb2356 upgrade to 2.0.2 2001-05-22 07:04:17 +00:00
Ade Lovett
d24f52d4dc Remove empty patchfile that got left around sometime. 2001-05-22 03:58:17 +00:00
Ying-Chieh Liao
661d389b09 upgrade to 2.0.1
drop maintainership
2001-05-21 18:16:45 +00:00
Ade Lovett
d03692c58f Move gnomecanvas dependency from x11/gnomecore to
sysutils/gnomecontrolcenter.  Wierd stuff[tm] was happening
with the nightly build after the change that I missed.
2001-05-21 15:02:58 +00:00
Maxim Sobolev
3fae839551 Add guppi. 2001-05-21 12:42:22 +00:00
Maxim Sobolev
750cab7ec8 Unbroke: add missed gnomecanvas into LIB_DEPENDS. 2001-05-21 09:28:11 +00:00
Ade Lovett
bf774b0f98 Split gdk-pixbuf into the non-GNOME part (gdk-pixbuf) and the
GNOME part (gnomecanvas) to allow for other ports to access
the lower level parts of gdk-pixbuf without the "excess baggage"
of even a minimal GNOME environment.

Submitted by:	sobomax (with extensive patches - complain to me)
2001-05-21 02:29:52 +00:00
Ade Lovett
0c69238095 Bring anjuta into the gnome-fifth-toe port, and adjust
maintainership accordingly.

Submitted by:	demon
2001-05-18 15:07:46 +00:00
Maxim Sobolev
5b2a2a372e Update version number of wmraster shared library. 2001-05-14 19:00:07 +00:00
Ying-Chieh Liao
2548c0baee upgrade to 2.0.0 2001-05-13 13:55:12 +00:00
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00
Maxim Sobolev
51894f5bd4 Install binary and a manual page as a "gtk-theme-switch", not just "switch"
to avoid clashing with sh(1) builtin.

Submitted by:	Tobias Reifenberger <treif@mayn.de>
2001-05-10 20:51:51 +00:00
Ade Lovett
de8ee05a56 Update to 1.4.0.4 2001-05-10 19:34:29 +00:00
Dan Moschuk
8c59641236 This file makes reference to ${PORTSDIR}/x11/gnome/pkg/DESCR, which of course
doesn't exist anymore.  Correct it.
2001-05-10 19:17:44 +00:00
Thomas Gellekum
3ae3e09f6d Upgrade to 5.01. 2001-05-10 12:18:10 +00:00
Ade Lovett
00c852fe3f Update to 2.2.1 2001-05-08 16:39:49 +00:00
Ade Lovett
47c65a959e Update to 0.12 2001-05-08 16:39:18 +00:00
Will Andrews
3d31c33e2e Upgrade to 2.1.2 (kdelibs only): fix security issues (already fixed in the
port, but now we remove a patch :), remove a lot of obsolete patches.  I'm
not sure why I didn't notice that coolo@kde.org fixed the midfile.cc one
about six months ago... ;)

Submitted by:	many people
2001-05-08 06:57:26 +00:00
Ade Lovett
89b3916cd1 Missed patch from the update causing an mtree failure.
Submitted by:	bento
2001-05-07 11:26:26 +00:00
Dmitry Sivachenko
44e31a08b7 Actually put some info here (these files were empty) 2001-05-07 07:54:01 +00:00
Ade Lovett
a2964de99b The primary MASTER_SITE has now been unavailable for over 24 hours.
Temporarily host the distfile on my colo box.
2001-05-06 16:19:47 +00:00
Ade Lovett
03317a1a44 Fix typo
Submitted by:	Tadayuki OKADA <tadayuki@mediaone.net>
2001-05-05 17:47:43 +00:00
Ade Lovett
8aa6194f98 Add in the "old releases" directory so that this port continues to
be fetchable every time a new release is made.
2001-05-05 14:16:40 +00:00
Ade Lovett
48d56577d5 The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.

Applications include:

mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 21:51:17 +00:00
Ade Lovett
bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00
Ade Lovett
03af2187bd Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.

  graphics/imlib		1.9.9  -> 1.9.10
  textproc/xml-i18n-tools	0.8    -> 0.8.1
  x11/gnomelibs			1.2.11 -> 1.2.13
  devel/oaf			0.6.2  -> 0.6.5
  devel/gconf			0.12   -> 1.0.0
  devel/gnomevfs		0.5    -> 1.0
  graphics/gdk-pixbuf		0.9.0  -> 0.11.0
  sysutils/gnomecontrolcenter	1.2.2  -> 1.4.0.1
  print/gnomeprint		0.25   -> 0.28
  devel/bonobo			0.37   -> 1.0.3
  audio/gnomeaudio		1.0.0  -> 1.4.0
  x11/gnomecore			1.2.4  -> 1.4.0.3
  devel/libgtop			1.0.11 -> 1.0.12
  x11/gnomeapplets		1.2.4  -> 1.4.0.1
  misc/gnomeuserdocs		          NEW 1.4.1
  misc/gnomeutils		1.2.1  -> 1.4.0
  deskutils/gnomepim		1.2.0  -> 1.4.0
  games/gnomegames		1.2.0  -> 1.4.0.1
  print/ggv			0.95   -> 1.0
  editors/ghex			1.1.4  -> 1.2
  devel/bugbuddy		1.2    -> 2.0.1
  devel/glade			0.5.11 -> 0.6.2
  sysutils/gtop			1.0.12 -> 1.0.13
  x11/xalf			          NEW 0.11
  x11-toolkits/py-gtk		0.6.6  -> 0.6.7
  x11-toolkits/py-gnome		1.0.53 -> 1.4.0
  x11-toolkits/guile-gtk	0.19   -> 0.20
  x11-toolkits/guile-gnome	0.10   -> 0.20
  devel/libsigc++		1.0.1  -> 1.0.3
  x11-toolkits/gnome--		1.1.15 -> 1.1.17
  x11-toolkits/panel--		          NEW 0.1
  x11-fm/gnomemc		4.5.51 -> 4.5.54
2001-05-04 21:39:58 +00:00
Michael Haro
c6dd68d22f freebsd-ports@freebsd.org -> ports@FreeBSD.org 2001-05-01 10:27:59 +00:00
Michael Haro
f7c8c39886 Update port: x11/xkeywrap to version 1.1
PR:		27007
Submitted by:	    maintainer
2001-05-01 09:43:26 +00:00
Kevin Lo
989cd52b9c Upgrade to version 0.02
PR: 26966
Submitted by: MAINTAINER
2001-04-30 15:28:53 +00:00
Kris Kennaway
df75b2664f Don't hard-code -O2. Instead use whatever the imake default is. 2001-04-30 00:56:47 +00:00
Jean-Marc Zucconi
cfe7f69020 Add most recent patches from the XFree86 cvs repository. 2001-04-26 20:27:20 +00:00
Doug Barton
6dd7116d23 Mark this port broken and revert maintainership to ports. Previous
maintainer regrets that he is unable to help at this time.
2001-04-25 16:22:43 +00:00
Jimmy Olgeni
43c6c7c39d Typo fixes:
serurity -> security
enviroment -> environment
2001-04-22 20:53:33 +00:00
Akinori MUSHA
11fbf7f8b2 Prepare for the forthcoming slave port.
Approved by:	jim (MAINTAINER)
2001-04-22 05:10:50 +00:00
Yukihiro Nakai
42be20122e Update to 2.2.0
- Now it needs to make gdm user and gdm group.
2001-04-22 00:20:31 +00:00
Doug Barton
b20d7844c0 Chase the checksum. The only changes were Makefile niceties and
dates in the man pages, so no portrevision bump is needed.

PR:		ports/26716
Submitted by:	Patrick Li pat@databits.net
2001-04-21 06:52:30 +00:00