Commit Graph

1841 Commits

Author SHA1 Message Date
Maxim Sobolev
d159fa08b2 Add missed gdk-pixbuf dependency.
Submitted by:	bento
2001-03-14 08:52:35 +00:00
FUJISHIMA Satsuki
8414fc6fb9 o copying files/Imakefile instead of Makefile to make USE_IMAKE working.
o making/installing html manpages.
o replace magic number with macro in DISTNAME.
o move post-extract to post-patch to get as-is distfile after make extract.
2001-03-13 22:46:51 +00:00
Jean-Marc Zucconi
9151486a1d Add the trailing slash to the master site for matrox driver. 2001-03-13 20:30:24 +00:00
Maxim Sobolev
0bc3b911f9 o Add missed USE_IMAKE;
o fix manpage problem with XFree86-4;
o add $FreeBSD$ into ${FILESDIR}/Makefile to make commitprep happy.

PR:		25670
Submitted by:	maintainer
2001-03-13 16:06:46 +00:00
Jean-Marc Zucconi
7196228100 Add the official Matrox driver for G200, G400 and G450 graphic adapters.
This is optional and enabled only if WITH_MATROX_GXX_DRIVER is defined.

Submitted by:	lioux
2001-03-13 16:02:00 +00:00
Will Andrews
3c4896e2d7 Bring in my KDE 2.1 + X 4.0.2 + threads "fixes". WARNING: Doesn't quite
work right yet.  This needs other eyes to look at in order for me to figure
out what's going on here.  Help, please?

Basically, the current situation is this:  You can hack the startkde
script to make KDE2 start all the way through, which basically consists of
simply replacing the kdeinit line with "kcminit".  However, at certain
points after KDE is done setting things up, processes named "kdeinit" that
are in charge of certain apps go crazy and hit infinite loops somewhere.  I
haven't been able to determine where exactly, and if this is related to
threads at all, or if a critical app or similar somehow doesn't get compiled
with threads.  Or something like that.  *sigh*

Konqueror can startup and seems to work okay in a different window manager,
but it seems to randomly set off a kdeinit proc as above.

Anyhow, this is 2 weeks' worth of debugging on a 4-month-old problem.  If
you're using XFree86 4.0.2, I caution against trying this stuff out unless
you're going to help me out and are willing to help me figure out exactly
where the heck things are going awry.  Things should still compile and work
just fine for those on XFree86 3.3.6.  I decided to leave out these hacks
in nonessential stuff (like kdenetwork et al) because kde2 itself needs to
work with threads first.  =)

I guess I can thank my lucky stars JKH's decided to stick with 3.3.6 until
some point in the future when 4.0.x becomes more stable...
2001-03-13 09:48:11 +00:00
Jean-Marc Zucconi
96d604fcb0 Use pre-configure instead of pre-fetch to test compiler flags. pre-fetch
is already used for the USA_RESIDENT test.
2001-03-13 03:58:51 +00:00
FUJISHIMA Satsuki
f9ddee3acd change unreachable MASTER_SITES.
PR:		25703
Submitted by:	maintainer
2001-03-12 17:52:32 +00:00
Will Andrews
1cc199213a Fix plist. Kevin!!!! ;-)
Prodded by:	fenner/obento
2001-03-11 01:24:10 +00:00
Maxim Sobolev
b88a789d55 Fix previous commit: LOCALBASE --> X11BASE. 2001-03-10 13:01:25 +00:00
Maxim Sobolev
451c717faf Use LOCALBASE instead of PREFIX in CONFIGURE_ENV. 2001-03-10 10:56:00 +00:00
Greg Lehey
3fa300b2f4 New port: xtset
xtset sets the title and icon name for xterms.

Obtained from:	Martin Smith <msmith@lssec.bt.co.uk>, decades ago.
2001-03-09 01:59:37 +00:00
Kevin Lo
7527c43abd Disable OpenLDAP support by default
Approved by: will
2001-03-08 07:06:51 +00:00
Kevin Lo
b412f93213 Fix pkg-plist
Approved by: will
2001-03-08 03:56:43 +00:00
Steve Price
a860f8a606 Add the kdebase11 directory. 2001-03-08 02:14:04 +00:00
FUJISHIMA Satsuki
1b8dc801cc resolve problem with XFree86-4.0.2.
PR:		25559
Submitted by:	maintainer
2001-03-06 17:23:38 +00:00
Will Andrews
a9664049c0 Fix build problem with kio_ldap where it was including <time.h> instead
of <sys/time.h> (for $DEITY knows why reason); fix kinfo_proc meddling in
ProcessList.c.

Reported by:	MANY (ldap problem), mi, msmith (kinfo_proc)
Submitted by:	Sven Petai <hadara@online.ee> (partial patch for kinfo_proc,
		I added __FreeBSD_version #ifdefs and cleaned it up a bit)
2001-03-05 14:11:17 +00:00
Will Andrews
34849535be Attempt to fix conflicts with a local getopt.h (specifically, the fix is
for libgnugetopt's getopt.h).  Not tested, but should work.
2001-03-05 12:17:08 +00:00
Doug Barton
8405d736a6 Update the list of installed stuff 2001-03-05 11:23:02 +00:00
Doug Barton
d33199033b * Assume maintainership. Mail to jseger went unanswered, and this port
has been periodically maintained by others for 9 months in any case.
* Upgrade 3.26 -> 3.29
* Specify full path to fortune, since many of the screen saver programs
  could not find it on their own.
* Fix the -lpthread -> -pthread problem.
* Re-generate patch files.
* Eliminate patch-ae, whose only purpose in life was to prevent the
  building and installation of the xscreensaver-demo program which, in
  addition to being the method used to configure the server and
  all the little screensaver programs; works just fine, and doesn't
  actually hurt anything.

The report in the PR is a little out of date with reference to the latest
xscreensaver version, but all parts of the thing are working for me now
in any case.

PR:		ports/23619
Submitted by:	Lars Eggert <larse@isi.edu>
2001-03-03 01:49:13 +00:00
Jimmy Olgeni
99471cdde5 Make backspace generate ^H, not ^?.
This was the default Eterm behavior in version 0.8.

Submitted by:	Jonathan Chen <jonathan.chen@itouch.co.nz>
2001-03-01 12:26:36 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Akinori MUSHA
e6cc215bad Add ruby-gnome, a set of Ruby bindings for GNOME which includes gnome,
gtk, gdk_imlib, and gdk_pixbuf modules.  The last three modules will
be provided as separate ports.
2001-02-28 12:52:25 +00:00
David E. O'Brien
ec355984be Add patches needed in building a release X11 distribution that matches
the ones we used to get from XFree86.

Submitted by:	jhb
Approved by:	jmz
2001-02-27 23:07:59 +00:00
Jean-Marc Zucconi
8711c56540 Spelling fix.
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
2001-02-27 16:35:51 +00:00
Will Andrews
46bf532fac Remove KDE 1.x metaport. 2001-02-27 03:43:05 +00:00
Will Andrews
7781dc431d Put kdebase 1.x back to fix broken ports I'd overlooked. 2001-02-27 03:30:24 +00:00
Akinori MUSHA
64d371698f Let this port sleep until it is updated to support KDE2.1. 2001-02-27 03:30:02 +00:00
Will Andrews
26121d15ae Lo and behold, welcome KDE 2.1 to our ports tree. As a direct result of
the KDE team's excellent work, I am initiating burn sequence for KDE
1.x.  All base KDE1 ports are hereby nuked.  I am also reluctantly
reassuming maintainership of the KDE2 ports.  Official KDE 2.1 packages
built for FreeBSD 4.2-STABLE w/ XFree86 4.0.2 are available on KDE's
official ftp mirrors now.  Enjoy!

Note:  It seems that the KDE people rerolled their kdelibs and kdebase
packages, and a quick examination of diffs reveal minor changes, but the
port should still work.  I'll fix the packaging problems that bento runs
into.

Approved by:	kevlo
2001-02-26 19:24:49 +00:00
Peter Pentchev
2a6a2671d8 Update to 1.2 2001-02-23 15:52:38 +00:00
David E. O'Brien
2586f662eb Add needed support for building an X distribution that mirrors the
XFree86's own distribution layout.  To use, define "BUILD_XDIST".
2001-02-18 04:47:55 +00:00
Jimmy Olgeni
b91acc0bdd Update to version 0.9. 2001-02-17 22:28:10 +00:00
Mario Sergio Fujikawa Ferreira
c4e85efd6f typo clean up police: \s -> \t 2001-02-14 04:12:50 +00:00
Jean-Marc Zucconi
97025c83a6 Add include/X11/Xft/XftFreetype.h 2001-02-10 23:35:12 +00:00
Akinori MUSHA
8b18ca2b49 Add %%PORTDOCS%%. 2001-02-10 12:39:31 +00:00
Jean-Marc Zucconi
ec63b7e90f Add an option to install config files in /usr/X11R6/lib/X11 instead of /etc/X11 2001-02-08 16:40:08 +00:00
Jean-Marc Zucconi
8b3511a23f Add a pre-fetch target to check CFLAGS. XFree won't compile with -O3 or above
with xthreads.
Bump PORTREVISION.
2001-02-08 16:38:51 +00:00
Jimmy Olgeni
5ac2fa74f4 Layout fixes in x11-wm. 2001-02-05 21:05:58 +00:00
Jimmy Olgeni
1b610ad073 Style fixes for ports category x11. 2001-02-05 20:58:33 +00:00
Jimmy Olgeni
2cac1647f9 Style fixes for ports/x11. 2001-02-05 16:18:54 +00:00
Jeremy Lea
4261a15695 Relax the requirements script when in BATCH mode, so that this works from
sysinstall.

PR:		ports/23907
Submitted by:	olgeni
2001-02-05 08:08:31 +00:00
Jimmy Olgeni
e1beb7e5c7 Take over port maintainership with Murray's permission. 2001-02-01 23:19:05 +00:00
Jimmy Olgeni
dc3bd37f79 Following portlint's suggestion, use MASTER_SITE_SOURCEFORGE. 2001-02-01 20:11:02 +00:00
Jimmy Olgeni
4673ae7efd Merged changes from ports/23182.
* Add BUILD_DEPENDS: textproc/man2html
* Install Eterm.1.html
* Support PORTDOCS in pkg-plist

PR: 23182
2001-02-01 19:56:25 +00:00
Jimmy Olgeni
351df03427 Fix typos in comment and description. 2001-02-01 11:28:54 +00:00
Jimmy Olgeni
79c05b9c01 Enforce X(1) recommendation about X11 naming in some pkg-{descr,comment}
files.
2001-01-31 23:28:05 +00:00
Daniel Harris
745a22c0d4 Actually commit the new distinfo.
Pointy hat to:	dannyboy
2001-01-28 19:34:21 +00:00
Daniel Harris
e5620a0f21 Fix unfetchable distfile and chase checksum.
Diff says tarball's contents haven't changed.

PR:		24538
Submitted by:	joseph@randomnetworks.com
2001-01-28 19:19:14 +00:00
Daniel Harris
9b60920789 Fix unfetchable distfile.
PR:		24537
Submitted by:	joseph@randomnetworks.com
2001-01-28 19:05:27 +00:00
Coleman Kane
8fdc4ba31e Update to allow ksysguard to compile from KDE 2.0 using -CURRENT
500015+. The kinfo_proc struct changed, and this accomidates that
change on -current. KDE 2.0 now compiles again.

Approved by: kevlo
2001-01-28 08:46:22 +00:00
Alexander Langer
a73c13ef5d Update to 0.4.
PR:		24375
Submitted by:	Jeremy Karlson <karlj000@unbc.ca> (maintainer)
2001-01-27 11:43:18 +00:00
Maxim Sobolev
06b2cca941 Unbroke for newest WMaker (location of WINGs includes has been changed).
Submitted by:	Tobias Reifenberger <treif@mayn.de>
2001-01-27 06:48:03 +00:00
Jean-Marc Zucconi
df038663e3 Fix a small bug in the MouseKeysAccel feature. See
http://www.math.missouri.edu/~stephen/software/bugfix-for-mousekeys
for a complete description.

Submitted by:	Stephen Montgomery-Smith <stephen@math.missouri.edu>
2001-01-27 03:21:24 +00:00
Ade Lovett
4b06a6b98c It's another day. Update to 1.2.11 2001-01-25 17:00:26 +00:00
Ade Lovett
c0bf4310df Another day. Another GNOME release. 1.2.10 here 2001-01-25 02:38:01 +00:00
Ade Lovett
bf3d4efb9c Allow CATEGORIES to be overriden by the respective japanese/* ports
(and others, should they ever be born)

Still don't understand why practically all of this can't be merged
into the main GNOME source tree, but hey ho.

Requsted by:	knu
2001-01-24 16:03:49 +00:00
Ade Lovett
3c40e20d43 *sigh* missed a relatvely important patch, at least from a packaging PoV
Bump PORTREVISION accordingly.
2001-01-24 05:25:53 +00:00
Ade Lovett
77b07c735b Update to 1.2.9 -- bring in a few pieces of documentation here
which slightly change a few other ports.
2001-01-24 05:07:19 +00:00
Vanilla I. Shu
5eb6f93aa0 1: Upgrade to latest version.
2: Use the right way of PORTDOCS variable.
3: Change maintainer's email address to @FreeBSD.org.
2001-01-21 02:42:28 +00:00
Kris Kennaway
b2b5f246a9 Correct manpage examples, and fix build warnings.
Submitted by:	Dirk Froemberg <dirk@freebsd.org>
2001-01-20 10:32:55 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Maxim Sobolev
e4401aa534 - Fix breakage under new location where WINGs headers are installed
(after Window Maker 0.63.1)

PR:		24289
Submitted by:	Ports Fury
2001-01-12 20:29:10 +00:00
Jean-Marc Zucconi
8400046413 Dont make 'World' with the -k flag. I want the compilation to stop as soon
as an error is encountered rather than at the make install phase.
2001-01-11 23:18:44 +00:00
Vanilla I. Shu
9734113c4f Fix logic problem.
Submitted by:	maintainer
2001-01-09 20:41:40 +00:00
FUJISHIMA Satsuki
7289769388 fix X manpage error with XFree86-4
PR:		23441
2001-01-09 19:36:05 +00:00
Maxim Sobolev
517dd2ae7f Update to 6.2.8a2.
Approved by:	maintainer
2001-01-09 16:06:56 +00:00
Jean-Marc Zucconi
2530eb5439 Add the savage driver. 2001-01-09 15:16:07 +00:00
Akinori MUSHA
8940d3c747 Update to 0.14b. 2001-01-09 10:17:17 +00:00
Akinori MUSHA
d8c7d9d59f Update to 0.14a. 2001-01-08 23:46:30 +00:00
Vanilla I. Shu
e5020479d7 A drop in replacement for the "dialog" or "cdialog" programs.
PR:		ports/24145
Submitted by:	Ying-Chieh Liao
2001-01-08 23:26:48 +00:00
Jean-Marc Zucconi
c668c529d8 Don't build freetype2 from the XFree sources and add a dependency on
print/freetype2.
I only got negative feedback with the previous version.
2001-01-08 14:29:08 +00:00
Will Andrews
e40046b15d Clean up inefficient perl invocations; use multiple REs in the same call. 2001-01-07 17:49:52 +00:00
Tim Vanderhoek
28a9f82697 WWW: http://www.jwz.org/xkeycaps/ 2001-01-07 15:17:11 +00:00
Kevin Lo
a03c488a18 kio8-* encoding improvement
Submitted by: mi@aldan.algebra.com
2001-01-05 06:20:31 +00:00
Will Andrews
9ba048d6a0 Add p5-X11-Protocol 0.04, perl module that provides an interface roughly
equivalent to Xlib.
2001-01-03 23:47:57 +00:00
Andreas Klemm
a0c10a572f Changed maintainer to ports, I want to reduce my personal workload.
Maybe I take over again in the future if I have more time for this.
2001-01-03 22:26:04 +00:00
FUJISHIMA Satsuki
ea6fb038dd use ComplexProgramTarget NoMan to avoid making html manpage with XFree86-4.
PR:		23471
Submitted by:	myself
Approved by:	maintainer
2000-12-30 18:45:24 +00:00
FUJISHIMA Satsuki
43a2aac35f use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
pre-install -> post-build to make reinstall target working.
change maintainer to ports@ due to maintainer does not have FreeBSD box
anymore.

PR:		23444
Submitted by:	myself
2000-12-30 18:37:03 +00:00
Jean-Marc Zucconi
9d0f3f17f6 Compile and install the freetype extension. 2000-12-29 18:48:31 +00:00
Jean-Marc Zucconi
2248dbe1b7 Add info about the availability of the complete distribution in one port.
PR:		ports/23330
Submitted by:	Marc van Woerkom <Marc.vanWoerkom@science-factory.com>
2000-12-25 22:12:10 +00:00
Jean-Marc Zucconi
da6267feb6 This is the complete XFRee86 distribution. Add a note telling that
the distribution is also available in parts.

PR:		ports/23330
Submitted by:	Marc van Woerkom <Marc.vanWoerkom@science-factory.com>
2000-12-25 22:07:43 +00:00
Jean-Marc Zucconi
6c25a2b7b1 Add 2 extra files.
Sort plist.
2000-12-25 22:02:12 +00:00
Jean-Marc Zucconi
54dcb34544 Use /etc/mtree/BSD.x11-4.dist, not /etc/mtree/BSD.x11dist! 2000-12-25 04:02:55 +00:00
Jeremy Lea
18e9ce9143 Add a security alert dialog and remove FORBIDDEN. 2000-12-24 10:55:36 +00:00
Peter Pentchev
f145f58277 Better Perl inline substitution - only one invocation of perl. 2000-12-23 16:58:17 +00:00
Peter Pentchev
3803b2c364 Update to 1.1. 2000-12-23 16:34:03 +00:00
Jean-Marc Zucconi
e7053e9782 Add X threads support.
Submitted by:	Carlos A M dos Santos <casantos@cpmet.ufpel.tche.br>
2000-12-22 23:07:36 +00:00
Kevin Lo
f4acc5c7e9 Add PORTREVISION bump.
Thanks kris@
2000-12-22 06:01:07 +00:00
Kevin Lo
14e601f8d1 Fix logout issue.
Thanks Rahul Siddharthan <rsidd@physics.iisc.ernet.in>
2000-12-22 03:34:48 +00:00
Jean-Marc Zucconi
8c27400ee0 One more patch is needed to ensure the X11 build uses centrally
specified  CFLAGS all over.  Without this, no  optimization is used AT ALL
for some files (libraries).

Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-12-21 21:03:38 +00:00
Kris Kennaway
024a663e1a Mark FORBIDDEN: All released XFree86 3.x versions have remote denial of
service and code execution vulnerabilities in some of the libraries.
2000-12-21 03:19:14 +00:00
Jean-Marc Zucconi
401267971f Update for XFree86-4.0.2 2000-12-20 01:20:15 +00:00
Jean-Marc Zucconi
d29de0709a Upgrade to 4.0.2 2000-12-20 01:16:08 +00:00
Thomas Gellekum
cb8895c30e Upgrade to 5.00. 2000-12-19 12:26:26 +00:00
Kevin Lo
7103bd0985 Fix CATEGORIES.
Noticed by Vivek Khera <khera@kciLink.com>
2000-12-18 02:23:12 +00:00
Trevor Johnson
abc03967ee new port of ButtonBox 0.03, an Xlib-based application launcher 2000-12-17 09:52:13 +00:00
Maxim Sobolev
add40d262c Add additional theme distributed by the author along with login.app itself and
make it default theme.
2000-12-14 09:27:27 +00:00
Maxim Sobolev
072be54a75 - Update to 2.0.0.a7;
- make it PREFIX, X11BASE and LOCALBASE clean;
- adjust default font, so login.app should work OOB;
- new MASTER_SITE and WWW;
- make GNUstep theme default theme instead of Linux one (it's nasty to see
  big `LINUX' letters on FreeBSD login screen ;);
- adjust scripts, so `Restart' and `Power-off' buttons work just OOB.

Update prompted by:	Thomas Spreng <spreng@iamexwi.unibe.ch>
2000-12-14 09:01:23 +00:00
Jean-Marc Zucconi
9fa59ff156 Fix typos in one of the XFree86 header files which corrupted the return
from getpwuid, causing the GetRootDirName function to segfault during
initialization of the screen database.

PR:		ports/23500
Submitted by:	Brian McDonald <brianmcd@columbus.rr.com>
2000-12-12 22:38:58 +00:00
Jean-Marc Zucconi
d2aadade77 Use /etc/mtree/BSD.x11-4.dist as mtree file and remove all corresponding
'@dirrm ...' in plists.
2000-12-12 16:36:32 +00:00
Kevin Lo
cef8910eaa Upgrade to 2.0.1 2000-12-12 03:02:24 +00:00
Steve Price
c02f0954c3 - Support CC/CFLAGS/X11BASE properly
PR:		23279
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-11 03:00:45 +00:00
Ade Lovett
71a99964bd It's high time that the GNOME metaport got cleaned up to actually
USE_GNOME :)
2000-12-08 21:13:11 +00:00
Maxim Sobolev
df8b5d44ed Update to 0.80.4. 2000-12-07 15:10:16 +00:00
Jean-Marc Zucconi
88f9a9e1d6 Compilation fixes for changes in machine/console.h and machine/mouse.h in
-current. patch-r and patch-s come from the XFRee86-4 port, another patch is
required here for scanpci.c (patch-q, submitted by Donald J. Maddox
<dmaddox@sc.rr.com>)
2000-12-05 15:57:00 +00:00
Jean-Marc Zucconi
6827c53e9d Increment PORTVERSION 2000-12-05 15:53:24 +00:00
Maxim Sobolev
06be6dc38c Update to 0.80.3. 2000-12-04 08:29:57 +00:00
SADA Kenji
ca82746f02 Unbroke.
My last fix for XF86-4 causes build problem now (I'm not sure why),
then apply Fujishima-san's proper fix.

PR: ports/22477
Submitted by: FUJISHIMA Satsuki <k5@cheerful.com>
2000-12-02 19:38:20 +00:00
Mario Sergio Fujikawa Ferreira
fa83952930 Add several WITH_* configure time options to the ports.
Also, enable rxvt-devel shared lib build.

PR:		ports/23201
Submitted by:	Jay Sachs <jay@avacet.com>
2000-12-01 14:46:28 +00:00
Kevin Lo
54fa8c1be3 Fix eject device.
Submitted by: Vivek Khera <khera@kciLink.com>
2000-12-01 07:36:07 +00:00
SADA Kenji
55072611a2 Fix a typo.
Pointed out by:	PF at [ports-jp 10470]
2000-11-30 18:32:11 +00:00
Jean-Marc Zucconi
d5467efb32 Fix compilation problems caused by recent changes in machine/console.h and
machine/mouse.h

Submitted by:	taguchi@tohoku.iij.ad.jp
2000-11-28 02:44:58 +00:00
SADA Kenji
ce4e8d74a7 Temporarily unbroke for XFree86-4.
Problem was that XF86-4 forces to make html mans unless
this port has no man pages.
Probably this should be fixed under $X11BASE/lib/X11/config.

Submitted by:	bento (gohan?)
2000-11-26 15:07:46 +00:00
Peter Pentchev
38cd93d7c8 xvkbd is a virtual keyboard for X applications.
PR:		22662
Reviewed by:	kris
2000-11-26 14:03:56 +00:00
Jean-Marc Zucconi
e9a816195f There's a bug in XFree86-4's XCreateFontSet(), revealed by 5-current's
default AJ /etc/malloc.conf behaviour.  It can't auto-match CJK fontnames
specified in its fontset argument, but only explicit fontnames are accepted.

Submitted by:	keith
Tested by:	Clive Lin <clive@CirX.ORG>, Michael C. Wu <keichii@iteration.net>
2000-11-23 13:36:01 +00:00
Jean-Marc Zucconi
13a65206f3 Fix a problem with the PAM support in xdm that prevents pam_start_session()
from ever being called

PR:		ports/22615
Submitted by:	Takanori Saneto <sanewo@ba2.so-net.ne.jp>
Reviewed by:	David Dawes
2000-11-23 01:58:25 +00:00
Kevin Lo
0f4468ea64 - Fix tmpnam() issue
- Fix typo. mkstemps() -> mkstemp()
2000-11-22 07:53:56 +00:00
Doug Barton
c6e9c24058 Add wmmenu, "A dockapp for WindowMaker that provides a popup menu of
icons that launch applications." I made a few changes to the
originator's submission in order to make the example files work
out of the box with our default icon directory arrangement.

PR:		ports/22907
Submitted by:	Jeremy Karlson, karlj000@unbc.ca
2000-11-21 06:53:17 +00:00
Kevin Lo
35eaf549b2 - Fix Big5 encoding. Konqueror displays Chinese with no problems :)
- Fix tempnam() warnings
2000-11-21 04:51:25 +00:00
Jean-Marc Zucconi
067c83a25a Fix a bug introduced in revision 1.64: empty answers were always replaced
by "YES" independently of the value proposed by default.
2000-11-19 01:41:36 +00:00
Will Andrews
183f2a3017 Resign as maintainer of KDE2 ports, having brought them up from inception
to the final release of KDE 2.0.  Kevin Lo <kevlo@FreeBSD.org> will continue
as the new maintainer.  He has commit privileges on the KDE tree, making him
an excellent candidate for this job.  I'll be behind the scenes for awhile,
since there are some structural changes I'd like to make but I'd rather have
Kevin do the work.  Please, people, direct your patches at Kevin and watch
his "freetime deprivation process" _really_ start.  :-P
2000-11-17 18:24:40 +00:00
Ade Lovett
0c73d558e2 Conditionally set MAINTAINER, so that the japanese slave ports DTRT
Submitted by:	nakai
2000-11-17 16:23:09 +00:00
Ade Lovett
95ed239305 Update to 1.2.4 2000-11-16 00:19:02 +00:00
Ade Lovett
c0a31816d5 Chase new print/gnomeprint shlib version 2000-11-14 14:10:15 +00:00
Jean-Marc Zucconi
f09eacc563 Enable PAM in xdm if it was requested in the configure phase. PAM support
was broken in previous revisions.
2000-11-14 00:21:22 +00:00
Jean-Marc Zucconi
f58a7aa345 Add a patch to fix the build when Xinerama is not required.
Problem noticed by: jdp
2000-11-13 18:45:31 +00:00
Maxim Sobolev
26b0292aff Remove redundant "\" followed by empty line. 2000-11-13 16:24:55 +00:00
Vanilla I. Shu
063163509d Upgrade to 3.26. 2000-11-12 03:52:13 +00:00
Jean-Marc Zucconi
17fd2ab3db Fix my previous commit. One can't use OSVERSION before including bsd.port.pre.mk 2000-11-09 05:42:27 +00:00
Jean-Marc Zucconi
b3cb04ce75 Mark BROKEN for FreeBSD < 4.1. Compilation requires <sys/agpio.h> which
does not exist. Furthermore `as' does not grok one assembly source
(xc/lib/GL/mesa/src/X86/common_x86asm.S)
2000-11-09 04:33:13 +00:00
Satoshi Asami
7112ba2b40 Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As
before, it implies USE_XPM (and therefore USE_XLIB).  Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.

Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF.  ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined.  I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.

I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
Jean-Marc Zucconi
ba0f5724a5 PORTREVISION=6 2000-11-07 01:05:49 +00:00
Jean-Marc Zucconi
e6e5a41cb7 Fix for japanized tk.
Use ${PREFIX} instead of /usr/X11R6

Submitted by:	NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
2000-11-07 01:05:17 +00:00
Jean-Marc Zucconi
ea61222e40 Add missing links to directories and remove duplicate entries.
Add a few @dirrm
Move stuff relatine to /etc/X11 at the end of the file
Add plist for PC98 architecture

Submitted by:	NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
2000-11-07 01:03:22 +00:00
Ade Lovett
e771675997 Update to 1.2.3.1 2000-11-06 22:31:59 +00:00
Doug Barton
05af13c54d * Bump version
* Fix master site
* Tune up compile options

PR:		ports/22587
Submitted by:	Dominik Rothert, <dr@astorit.com> (maintainer)
2000-11-05 18:42:19 +00:00
Trevor Johnson
caebe807ed Increment PORTREVISION, because of the change to pkg-deinstall. 2000-11-03 22:03:31 +00:00
Trevor Johnson
bb8d36603d On deinstallation, do not apply an SUID bit to the X server, since
neither the XFree86-4 nor XFree86-4-Server ports install privileged
X servers any longer.
2000-11-03 21:55:50 +00:00
Akinori MUSHA
2e7e8d407f Update to 2.0.1, which fixes a segfault problem.
Submitted by:	Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
2000-11-03 17:07:32 +00:00
Jean-Marc Zucconi
524cbcbb57 Fix crashes of 'XFree86-4 -configure' on systems with i810 video
PR:		ports/22386
Submitted by:	Jay Krell <jay.krell@cornell.edu>
2000-11-03 16:36:14 +00:00
Satoshi Asami
08882f6b5f Change wrapper dependency -- depend on wrapper from XFree86-4-Server. Don't
install server with setuid bit.  Various fixed from XFree86-4 port.

Submitted by:	taguchi@tohoku.iij.ad.jp (XFree86-4-* maintainer)
2000-11-03 11:08:12 +00:00
Will Andrews
07be7e6d9d Add patch to fix mount checking. Already in KDE bugs database.
PR:		22551
Submitted by:	nsayer
2000-11-02 23:00:33 +00:00
Will Andrews
a5f9327eda Add patch to fix konsole crashes. Has been submitted to the KDE team.
PR:		22555
Submitted by:	nsayer
2000-11-02 22:54:02 +00:00
Will Andrews
e789936433 Use binaries made available by kdegraphics2 + kdemultimedia2.
Submitted by:	asami
2000-11-02 01:45:03 +00:00
Will Andrews
e7346f246c Use a binary from kdeutils that exists. 2000-11-01 21:58:32 +00:00
Satoshi Asami
c9460e4587 Remove 8 files that aren't build on everyone's systems.
Submitted by:	bento
2000-11-01 21:40:49 +00:00
Maxim Sobolev
10e2f8893d Whitespace-only:
Make indentation uniform across my ports.
2000-11-01 15:51:11 +00:00
Maxim Sobolev
6353bea9ca Bump PORTREVISION as a result of my previous commit (sound fix).
Reminded by:	alex
2000-11-01 15:44:50 +00:00
Maxim Sobolev
57b351c609 Use USE_GNOME. I just wonder why this port escaped massive gnomefication
performed by reg.
2000-10-31 15:50:24 +00:00
Will Andrews
3a2ccdfafe Update MASTER_SITES and add NO_LATEST_LINK=yes to facilitate KDE2.
Submitted by:	steve
2000-10-30 01:42:12 +00:00
Will Andrews
ef4e39b482 Update MASTER_SITES to reflect reorganization of ${MASTER_SITE_KDE} since
they moved 1.1.2 into the attic to discourage use of it.

Submitted by:	Carl Johan Madestrand <cj@vallcom.net>
2000-10-30 01:33:54 +00:00
Will Andrews
4495b47121 Add NO_LATEST_LINK=yes to facilitate use of KDE 2.0 instead of 1.1.2.
Submitted by:	imura, steve
2000-10-30 01:28:59 +00:00
Will Andrews
8a3f152680 Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow people
to compile on X4.0.1.

Submitted by:	Andrzej Tobola <san@tmp.iem.pw.edu.pl>
2000-10-29 03:09:49 +00:00
Will Andrews
a05e34d946 Oops, forgot bsd.port.pre.mk/bsd.port.post.mk (the previous commit was
obviously untested, sorry).

Submitted by:	FreshPorts (via Dan Langille <dan@langille.org>)
2000-10-29 00:21:14 +00:00
Will Andrews
afb8e1a19d Take a shot at mentioning what kind of OpenSSL support we have, since KDE2
does not support OpenSSL <= 0.9.4.  Also add USE_OPENSSL, to keep people
who don't have it installed from using the port.  Perhaps that should be a
knob, in case people have some legitimate reason not to have OpenSSL.
2000-10-28 23:43:04 +00:00
Will Andrews
93d5d50b4c Implement fix for configure scripts in regards to finding X libs on
XFree86 4.0.1.

Submitted by:	PW (thanks)
2000-10-28 23:22:16 +00:00
Will Andrews
618f8e2ca7 Fix KDE2 PLISTs and build for kdelibs. 2000-10-28 23:11:35 +00:00
Jean-Marc Zucconi
01cd481a6f Install the X server without the SUID bit, remove the warning about the
possible insecurity of this, and inform users about the x11/wrapper port.

PR:		ports/22380
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-10-28 23:11:09 +00:00
Alexander Langer
96c6fa0824 USE_IMLIB
Submitted by:	bento
2000-10-28 10:17:57 +00:00
Jean-Marc Zucconi
56b68f52de This patch solves several problem to Korean users:
- it enables XIM in Netscape 4.x correctly.
 - it makes -ksc5601.1987-1 fonts to be not mandatory in XIM in
   Netscape 4.x, without this patch, Netscape tries to use
   -ksc5601.1987-1 fonts in HTML form. But -ksc5601.1987-1 fonts is
   not standard in Korea.
 - it eliminates dirty hack in Korean IMs, korean/{ami,hanIM,byeoroo}.

Submitted by:	CHOI Junho <cjh@kr.FreeBSD.org>
2000-10-27 22:47:11 +00:00
Jean-Marc Zucconi
520c6c9e11 Back out previous commit. The path in the patch file is incorrect. I will
fix it later. (never commit an untested patch, even a 1 line patch!)
2000-10-27 21:23:27 +00:00
Jean-Marc Zucconi
a8fccd063c This patch solves several problem to Korean users:
- it enables XIM in Netscape 4.x correctly.
 - it makes -ksc5601.1987-1 fonts to be not mandatory in XIM in
   Netscape 4.x, without this patch, Netscape tries to use
   -ksc5601.1987-1 fonts in HTML form. But -ksc5601.1987-1 fonts is
   not standard in Korea.
 - it eliminates dirty hack in Korean IMs, korean/{ami,hanIM,byeoroo}.

Submitted by: CHOI Junho <cjh@kr.FreeBSD.org>
2000-10-27 21:18:12 +00:00
Jean-Marc Zucconi
85623af509 PORTREVISION=4 2000-10-27 21:16:58 +00:00
R. Imura
123c013543 Create $PREFIX/share/applnk/Settings/Network with kdelibs11,
for this directory is shared by kdebase11 and kdenetwork11.
2000-10-27 16:42:06 +00:00
Satoshi Asami
483fad4de4 Add PORTREVISION for PAM support.
Reminded by:	kris
2000-10-26 06:03:45 +00:00
Satoshi Asami
8086f52b78 Enable PAM support.
Submitted by:	Carlos A M dos Santos <casantos@cpmet.ufpel.tche.br>
Reviewed by:	maintainer
2000-10-26 01:46:50 +00:00
Jean-Marc Zucconi
d19b12356c Fix compilation problems in -current
Submitted by:	marcel
2000-10-25 18:03:54 +00:00
Will Andrews
a80e044100 Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...
All KDE2 ports now use default USE_QT2.  Still todo: Merge in MTREE stuff.
2000-10-25 03:33:54 +00:00
Jean-Marc Zucconi
18eb8b0d2a Fix bugs introduced in last commit which had to effect to always define
ForceNormalLib and HasSecureRPC
Remove more "if [ $answ = YES ] ..." unnecessary tests.
Ask for building with PAM support. It does not work for now: the #define HasPam
is strangely ignored in xdm's Imakefile.
2000-10-25 01:39:01 +00:00
Ade Lovett
e2cbe64a78 Update to 1.2.3 2000-10-24 16:43:02 +00:00
Ade Lovett
39c7384d53 Update to 1.2.8 2000-10-24 16:42:25 +00:00
R. Imura
7cf23183ac Move
kdetoys11-i18n to kdetoys11
  ja-kebook-i18n to ja-kebook
becuase they are not i18n specific now.
(repo-copied by asami)
2000-10-24 14:08:05 +00:00
Akinori MUSHA
ccb5ec051a Detach the WITH_I18N knob and always configure for the int'lized
version of Qt/KDE.
2000-10-23 19:38:27 +00:00
R. Imura
9fbd04e5bf Make it PREFIX-safe.
Submitted by:	will
2000-10-23 16:09:07 +00:00
R. Imura
49bb590077 Remove ruby-[qt/kde]-i18n, because kde-i18n is no longer exist. 2000-10-23 15:38:13 +00:00
R. Imura
48acbbff2d Merge kde11-i18n into kde11, and remove my *-i18n ports.
There is no so-version bump, because of compatibility.

Approved by:	will (kde11 maintainer)
2000-10-23 15:24:23 +00:00
Trevor Johnson
b70abec40c Put the source for this into the port skeleton.
Obtained from:	XFree86 3.3.6, with some minor changes by me
2000-10-23 12:54:03 +00:00
Jean-Marc Zucconi
d07363fedb Fix entry for zh_TW.Big5 XLC_LOCALE
PR:		ports/22207
Submitted by:	Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
2000-10-23 12:38:57 +00:00
Jean-Marc Zucconi
7ace052cba Add support for the Savage IX/MV chipset.
Submitted by: Andreas Klemm <andreas@klemm.gtn.com>
2000-10-23 12:32:03 +00:00
Jean-Marc Zucconi
74cdc8314e PORTREVISION=3 2000-10-23 12:31:23 +00:00
Trevor Johnson
90822f14d1 Add dependency on x11-servers/Xfree86-4-Server.
Add pkg-install.

Submitted by:	Kato Tsuguru <tkato@prontomail.ne.jp
Reviewed by:	will
2000-10-23 12:03:46 +00:00
Mario Sergio Fujikawa Ferreira
453a10ea35 Update to version 2.7.5
Added language support as of chinese/rxvt
2000-10-22 02:54:50 +00:00
Kevin Lo
f9d1199015 Fix Imakefile breakage under XFree86 4.x
PR: 22165
Submitted by: Ports Fury
2000-10-21 13:10:50 +00:00
Ade Lovett
53bf26cc3e Fix breakage cause by the destruction of python-1.6 2000-10-19 03:41:34 +00:00
Ade Lovett
cc689d5ce7 Update to 1.2.7 2000-10-18 22:23:52 +00:00
Jean-Marc Zucconi
cde2c108b3 Make configure a little smarter about already installed config files and
merge the yesno() noyes() functions.
Remove a few "if [ $answ = YES ] ..." unnecessary tests.

Submitted by:	eivind
2000-10-18 02:30:53 +00:00
Ade Lovett
bc4749ff34 Update to 1.2.6 2000-10-17 18:51:53 +00:00
Jim Mock
64e746914c Teach aterm about ptys above f.
Submitted by:	Phil Regnauld <regnauld@rh.dk>
2000-10-17 17:01:55 +00:00
Yukihiro Nakai
1a02a3d3ac Add pkg-message
Submitted by:	Stijn Hoop <stijn@win.tue.nl>
2000-10-17 09:13:37 +00:00
Trevor Johnson
d737861d77 Add USE_XPM. 2000-10-17 02:49:05 +00:00
Steve Price
ad73d2dc58 Remove a MASTER_SITE that has local mods noone else has. 2000-10-16 03:54:51 +00:00
Trevor Johnson
66d26208e2 Fix misplaced README and share/doc/portoseguro directory. 2000-10-15 14:33:04 +00:00
Ade Lovett
1df5b097f1 Support X11BASE properly
PR:		21619
Submitted by:	Ports Fury (no response from maintainer)
2000-10-13 20:29:53 +00:00
Ade Lovett
d1eb913e24 Update to 1.2.5 2000-10-13 15:33:18 +00:00
Jean-Marc Zucconi
0681ddfed6 Set PORTREVISION=3 (patch-l) 2000-10-13 12:15:43 +00:00
Jeremy Lea
7fbb0db06e Move man pages from manm to mann. Fix the missing install autoconf bug in a
more normal way.
2000-10-13 09:37:27 +00:00
David E. Cross
252bdaff13 Submitted by: <dec@freebsd.org>
Reviewed by:	<jmz@freebsd.org>
Approved by:	<jmz@freebsd.org>
Obtained from:	XFree86
XFree86-4.0.1 has a driver error with a large number of Mach64 based cards
that will cause errors of the form "unsupported XCLK 7".  This patch,
posted to the XPERT and newbies lists on XFree86.org by La france from
ualberta.ca fixes this issue.
2000-10-13 03:48:23 +00:00
Jean-Marc Zucconi
b746bc4c23 Add the latest fixes to PATCHFILES (all related to the s3 driver)
PATCH_DIST_ARGS had to be changed because one of the patchfiles has an
incorrect path. This is ok as long as all patches touch files in xc/programs/
2000-10-10 10:40:08 +00:00
Trevor Johnson
41a7eda481 Add ALL_TARGET to stop imake from trying to build dynamag.man.
Thanks again to Mike Meyer, for further testing.
2000-10-09 13:08:01 +00:00
Trevor Johnson
1bd430337d Add PortoSeguro, Felipe Bergo's dock. 2000-10-08 21:47:23 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
41a1051858 ${PKGDIR}/INSTALL -> ${PKGINSTALL}. I'm also giving it PRE-INSTALL as
the second argument.
2000-10-08 09:23:53 +00:00
Satoshi Asami
d5b54d0869 Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
2000-10-08 07:21:03 +00:00
Satoshi Asami
faf48efeec Rename PLIST.nodocs to pkg-plist.nodocs. 2000-10-08 06:38:42 +00:00
Satoshi Asami
43ac09adeb Rename PLIST.alpha to pkg-plist.alpha. (By the way, PLIST.pc98 is in
the Makefile but doesn't exist.)
2000-10-08 06:37:24 +00:00
Satoshi Asami
d7330b8ed2 Rename PLIST.* to pkg-plist.*. 2000-10-08 06:35:13 +00:00
Satoshi Asami
2f204c7727 Rewrite the rule that was copying patch-kanji into ${PATCHDIR} when
KANJI is defined (bad eterm, no cookie ;) to use EXTRA_PATCHES=
extra-patch-kanji.

(Actually, I'm not sure why KANJI is even needed when there exists a
japanese/eterm which appears to be a newer version, but anyway.)
2000-10-07 22:58:08 +00:00
Trevor Johnson
81d0db62d0 Add NO_INSTALL_MANPAGES. Thanks to Mike Meyer for his report. 2000-10-06 21:05:24 +00:00
Trevor Johnson
256ca0ab0a NO_INSTALL_MANPAGE -> NO_INSTALL_MANPAGES 2000-10-06 21:00:01 +00:00
Jeremy Lea
c76cf46929 Implement USE_GNOME, part 2. 2000-10-05 07:17:31 +00:00
Jeremy Lea
bebd89314e Implement WANT_IMLIB and USE_IMLIB. 2000-10-05 06:57:56 +00:00
Jeremy Lea
3707e5b740 Implment WANT_GTK. 2000-10-05 06:47:41 +00:00
Jeremy Lea
99290b0d61 Implement USE_GTK, part 2. 2000-10-05 06:42:57 +00:00
Jeremy Lea
d0cdca8bc3 Implement USE_GLIB. 2000-10-05 06:23:01 +00:00
Maxim Sobolev
55a61bb102 Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
2000-10-04 06:40:08 +00:00
Trevor Johnson
1452e5f02e Add x11/dynamag, a magnifier which follows the pointer.
PR:	21474
Approved by:	will
2000-10-04 04:45:22 +00:00
Murray Stokely
6661cc8a1b Requested-by: Greg Sutter
Update description
2000-10-03 11:55:17 +00:00
Murray Stokely
c71aa22d91 Update MASTER_SITES 2000-10-03 11:54:47 +00:00
Mario Sergio Fujikawa Ferreira
b327e9c777 Maintainer is now a committer, update email accordingly
Approved by: will
2000-10-03 05:12:49 +00:00
Trevor Johnson
14111407e3 Change MAINTAINER for my ports.
Approved by:	will
2000-10-02 05:39:35 +00:00
Jean-Marc Zucconi
ae8c79547a Remove extra directory in the name of files to patch. 2000-10-01 16:28:38 +00:00
Jean-Marc Zucconi
adfa9e2a0a A better patch for the mouse locking problem. The previous patch broke some
of the other mouse protocols.

Submitted by:	 Sascha Blank <sblank@addcom.de>
2000-09-30 22:13:04 +00:00
Satoshi Asami
db626527f3 Don't try to package libOSMesa for FreeBSD versions < 4.1, since they
are skipped in the build.  We can package XFree86-4-lib in 3-stable again!

Reviewed by:	maintainer
2000-09-29 01:39:58 +00:00
Satoshi Asami
e9af94f3e7 FreeBSD specific hack -- prefer OSREL from the environment over what
uname(3) says.  This is necessary for cross-version chroot builds.

Requested by:	PW
Submitted by:	maintainer
2000-09-29 00:21:49 +00:00
Ade Lovett
8bda462858 Chase new gnomeprint 2000-09-28 18:04:46 +00:00
Akinori MUSHA
5ef8043286 Update to 0.13 which supports Ruby 1.6.
Sort PLIST.
2000-09-28 10:50:35 +00:00
Ade Lovett
03d5df4f57 Update to 1.2.2.1 2000-09-26 18:33:08 +00:00
Akinori MUSHA
c68548820c Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
2000-09-26 08:02:17 +00:00
Maxim Sobolev
10deb1ffb6 Remove ports/x11/gtik - it's now included into gnomeapplets.
Submitted by:	ade
2000-09-26 06:34:03 +00:00
Ade Lovett
74d1d7510c Remove scsh from "known shells".. it's not an interactive shell.
Submitted by:	nectar
2000-09-25 21:40:20 +00:00
Jean-Marc Zucconi
6f43b3ae89 Add PORTREVISION= 1 2000-09-25 21:18:26 +00:00
Jean-Marc Zucconi
79d3b56432 This fixes the nasty problem of the mouse locking if you toggle between X
and a virtual terminal.

Submitted by:	Sean O'Connell <sean@stat.Duke.EDU>
2000-09-25 21:16:16 +00:00
Ade Lovett
06116bab68 Update to 1.2.2 2000-09-25 21:02:34 +00:00
Ade Lovett
d78d6a0392 Allow gnomelibs to DTRT in the case where ${LOCALBASE} is not /usr/local
Original suggestion by:	nectar
Rewritten patch by:	ade (so don't blame nectar for this!)
2000-09-25 21:01:47 +00:00
Jean-Marc Zucconi
a53dbace20 Add PORTREVISION=1 2000-09-25 19:01:21 +00:00
Jean-Marc Zucconi
35f28f3783 Fix compilation. There was an undefined variable. 2000-09-25 19:00:49 +00:00
Jean-Marc Zucconi
4690c1697a Some problems were discovered in X11 libraries which can cause DoS in
libICE and xdm. Also some potiential buffer overflow may occur in XKB
options parsing (although they can't be exploited in OpenBSD's default
setup where the X servers are not setuid). This patch fixes all these
problems.

Submitted by:	kris
2000-09-24 23:12:07 +00:00
Will Andrews
72115b5926 Fix PLIST bogons.
Submitted by:	onigiri
2000-09-23 00:38:50 +00:00
Satoshi Asami
e5f324718d Depend on right file for py-gnome (version change).
Submitted by:	bento
2000-09-22 23:52:40 +00:00
Maxim Sobolev
5f7840f9c1 Make life of maintainers of various XFree ports a bit easier by moving
MASTER_SITES into bsd.sites.mk (MASTER_SITE_XFREE). Also add officially
announced by xfree http mirror. Following is the announcement.

[20 September 2000]

   XFree86 nows offers http download access! This is a big story for those
   who cannot download via ftp access because of proxy/firewall concerns.
   This has been generously donated by the Computing Center of the University
   of Applied Sciences in Esslingen, Germany. This is a full ftp mirror
   repository which is updated hourly with a connection speed of 20 MegaBit.
2000-09-21 08:36:28 +00:00
Satoshi Asami
7305826747 ComplexProgramTarget() -> ComplexProgramTargetNoMan().
Submitted by:	onigiri
2000-09-19 21:18:46 +00:00
Ade Lovett
32f6a2767b Add wrapper, a program that runs an X server after sanity-checking
the environment and any options passed to it.  It is meant to
enhance security on multi-user systems running XFree86 4.x, where
the ability to use a startx script is needed.

If you have XFree86 3.x, do not install this, you do not need it
and it will not work.

PR:		21352
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-09-19 16:45:40 +00:00
Maxim Sobolev
13ed950b08 Split rxvt port into two ports - rxvt and rxvt-devel. Quoting maintainer:
I created a rxvt-devel port. This will contain the devel version
        2.7.3 which used to be carried as rxvt. The rxvt port will now
        contain the stable version 2.6.3.

        Besides, I added some MASTER_SITES so as to fix the unavailable
        distfile message I got from the automated scripts.

PR:             20768
Submitted by:   maintainer
Repo-copy by:   asami (AFAIK this was a fastest served repo-copy I ever seen -
                it took about 5 minutes from the moment when I fired a request
                to PW and the moment when I received his reply ;).
2000-09-19 16:07:04 +00:00
Maxim Sobolev
d6eac32219 *** empty log message *** 2000-09-19 15:50:15 +00:00
Kris Kennaway
801e621d6c Fix PLIST
Submitted by:	bento
2000-09-17 12:34:31 +00:00
Ade Lovett
d63ba47bd2 Add fix for GNOME forcibly trying to set the locale to en_US
under certain circumstances.

PORTREVISION bumped to 1 to reflect this
2000-09-16 18:24:39 +00:00
Yukihiro Nakai
f3f320f454 Increment PORTREVISION
Submitted by:	Kris Kennaway <kris@FreeBSD.org>
2000-09-16 13:26:29 +00:00
Yukihiro Nakai
163d0e1dc1 Remove locale description 2000-09-16 12:12:28 +00:00
Yukihiro Nakai
fba6cfa882 Add patch for disable LC_CTYPE.
So now we can use Japanese locale from GDM.
(also some other language.)
2000-09-16 10:08:15 +00:00
Will Andrews
c70c66363e Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If you
have not tried KDE 2.0 or haven't done so in awhile (i.e. since July or
before), you should try this.  This version is extremely stable and offers
better functionality than before.  This update also introduces the KDE2
modules kdegraphics and kdemultimedia to our ports tree.  Additionally,
this marks the first time FreeBSD packages were announced as part of the
KDE2 beta release announcement!  :-)

Most (if not all) of the remaining modules in KDE2 will be added for the
update WRT the final release.

A hack was added to fix building with SSL in kdelibs; this has been merged
in the main tree and will go away with 2.0 release update.  Thanks to David
Faure <david@mandrakesoft.com> for his help regarding this.

Also, building the docs should now succeed because I've added a build
dependency on jade and linuxdoc (should be enough).

People can get my precompiled packages from the usual location on the KDE
FTP server (should spread to the mirrors Real Soon Now (tm)):

	http://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/FreeBSD/

Have fun!  Remember to reports bugs through http://bugs.kde.org/.
2000-09-15 21:40:47 +00:00
Maxim Sobolev
f7d1f7ef24 Update to 0.4. 2000-09-14 07:17:08 +00:00
Will Andrews
47c9d931a6 Fix CATEGORIES and change the libkmid shlib symlink to 0.
Submitted by:	Valeriy E. Ushakov <uwe@ptc.spbu.ru> (CATEGORIES)
2000-09-14 01:18:54 +00:00
Yukihiro Nakai
10cc764522 Add dialog to warn security issue to users. 2000-09-13 16:36:15 +00:00
Yukihiro Nakai
f34333e580 Add gdm port. 2000-09-13 15:13:09 +00:00
Yukihiro Nakai
8e217384f3 Initial release.
GNOME version of xdm display manager.

This gdm has been a headache for us, the GNOME
binary maintainer for FreeBSD. Half of patches are from
NetBSD pkgsrc system.

Thanks for NetBSD and TAKANO Yuji <takachan@running-dog.net>!
2000-09-13 15:12:29 +00:00
Satoshi Asami
d9fbf62bdc Remove HTML manpages, this is done from bsd.port.mk now.
Approved by:	maintainer
2000-09-13 10:54:21 +00:00
Satoshi Asami
3405e8106b Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and
RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.

Submitted by:	bento
2000-09-12 13:04:00 +00:00
Akinori MUSHA
c67d2ab950 Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME. 2000-09-10 07:57:05 +00:00
Kevin Lo
5d60aa5284 Fix MASTER_SITES.
PR: 21125
Submitted by: MAINTAINER
2000-09-09 09:14:33 +00:00
Jean-Marc Zucconi
bbe942032c Never build a.out libraries. Support for a.out was removed in
Makefile some time ago and there is a port for XFree86-3 a.out libs.
2000-09-08 20:14:57 +00:00
Jean-Marc Zucconi
0e4e6dc452 The default command to call Xwilling in xdm-config doesn't work.
"su nobody -c ..." will only return "This account is currently not
available."  This should really be "su -fm nobody -c ..." instead.

Submitted by:	Christian Weisgerber <naddy@unix-ag.uni-kl.de>
2000-09-08 16:09:46 +00:00
Jean-Marc Zucconi
7fcff7f4dc Fix a bug that causes HTML manpages to be generated with wrong suffixes.
Submitted by:	taguchi@tohoku.iij.ad.jp via asami
2000-09-08 12:51:17 +00:00
Akinori MUSHA
720bb06891 Turn USE_GMAKE on, since our make(1) (sys.mk) doesn't use CPPFLAGS.
This is just a workaround and should soon be fixed by changing
mkmf.rb.
2000-09-07 12:13:53 +00:00
Akinori MUSHA
65ff91142e Update with bsd.ruby.mk. 2000-09-07 07:44:38 +00:00
Satoshi Asami
e9c8b285ce Both of the below are
Submitted by:	maintainer

(1) Respect CFLAGS when compiling shared libraries and servers.
    (imake-4, XFree86-4-libraries)
Reported by:	asami

(2) Do not redefine list of supported cards, and support architectures
    other than i386 better.
    (imake-4, XFree86-4-Server)
2000-09-07 00:03:49 +00:00
Akinori MUSHA
6b1e337abf Update PLIST, which I forgot to update in the previous commit. 2000-09-06 20:47:11 +00:00
Satoshi Asami
56c6e47356 Work around bug (?) in BSD make that causes HTML manpages to be generated
with wrong suffix when MANSUFFIX is defined.

Submitted by:	maintainer
2000-09-06 09:41:47 +00:00
Akinori MUSHA
10199b5dbd Update to 0.12.
Remove patch-aa. (merged :)
2000-09-06 09:35:46 +00:00
Satoshi Asami
1b21980287 Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these ports
work with both XFree86-3 and XFree86-4.
2000-09-05 18:34:52 +00:00
Maxim Sobolev
ed45b7b130 Add finder. Finder is a small program that creates a finder bar on your Gnome
desktop. It can be used to switch tasks and launch applications.
2000-09-05 13:11:31 +00:00
Kris Kennaway
bf747c48d4 Use USE_IMAKE
Submitted by:	dirk
2000-09-02 11:25:09 +00:00
Kris Kennaway
c2e8bd928c xwatchwin allows you to peek at a window on another X server.
To use it, you must specify the display name of the machine you want
to watch, then the name of the window on that machine.
Xwatchwin will attempt to connect with the X server
hostname:0.0, and if successful, will try to retrieve a copy of
the window in which you specified interest.

Obtained from:	NetBSD
2000-09-02 08:27:24 +00:00
Will Andrews
90307f6d47 Oops, I didn't realize that ksearch library is no longer provided by
kdenetwork; so fix the kdenetwork dependency in the meta-port.

Submitted by:	Dmitry Valdov <dv@dv.ru>
2000-08-30 21:06:09 +00:00
Will Andrews
b9fa1c08fd Finish updating to KDE2 snapshot 20000829A. Re-add kdenetwork and kdeutils
dependencies to kde2, and add koffice to kde2, because it's part of the
2.0 release.  Fix my bogon in forgetting to remove obsolete qt22 patches.

The current state of the ports as far as building and installing is quite
good, but I expect minor problems with PLISTs other than for the ones I've
fixed here.  I'm going to let bento figure it out.  :-)

Please, test these ports and report bugs to submit@bugs.kde.org, and send
me problems with the ports themselves.  I've found that KDE2 seems to have
stabilized significantly since the last snapshot.

And now, I am removing the last patch remaining in the KDE2 ports, except
for the QT 2.2 snapshot.
2000-08-30 03:50:06 +00:00
Will Andrews
763de026f3 Update to 20000829A snapshot. Disable kdenetwork2 for the time being so
I can address some of its issues (should see it marked un-broken in about
3 hours, if they're trivial enough).  It took too long to get this update
out the door... :-(

This is a rather stable version of KDE2.  Release is hoped for sometime
next month, so I'm going to try to reroll snapshots this weekend.

Also decide policy by removing the interactive requirement in qt22's
configure script.  I don't know why they bothered adding it there..

Bugged by:	*many* bug-reports, requests, etc.
2000-08-29 23:44:32 +00:00
Thomas Gellekum
e41137cc1d Use new variable XFREE86_VERSION.
Submitted by:	asami

Upgrade to 4.17.2, while I'm here:

* coredump fix for GL modes cage, moebius, rubik, skewb, and stairs
*   and Mesa3.1 thanks to Tom Schmidt <tschmidt@micron.com>.
* solitare.cc update for disable-interactive.
* xlock -resources crashes on Solaris thanks to Alexander Elgert
*   <elgert@rbg.informatik.tu-darmstadt.de>.
2000-08-29 10:48:35 +00:00
Chris Piazza
b0a5972274 Pass off maintainership to Tobias Reifenberger <treif@mayn.de> 2000-08-28 21:39:17 +00:00
Maxim Sobolev
983f628784 Add gtik - a Scrolling Stock ticker Applet for the Gnome Panel. 2000-08-28 16:18:05 +00:00
Maxim Sobolev
81604dd7d3 Update to 0.2.2. 2000-08-28 15:32:06 +00:00
Chris Piazza
f69cd6f97c Update to 6.2.7a1
Submitted by:	Tobias Reifenberger <treif@mayn.de>
2000-08-28 06:49:13 +00:00
Satoshi Asami
036dd8c105 Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs.  Other miscellaneous bug fixes.

Submitted by:	maintainer
2000-08-25 10:35:22 +00:00
Maxim Sobolev
b1477c2ea2 Add gnomeres_applet - a GNOME applet for changing XFree display modes. 2000-08-24 12:06:41 +00:00
Bruce A. Mah
891441a353 Update my address in the Makefile MAINTAINER field. 2000-08-23 20:07:56 +00:00
Thomas Gellekum
810a317ae9 Upgrade to 4.17.1. This release contains the security fix in patch-sec1. 2000-08-22 11:08:18 +00:00
Steve Price
acbe31a208 Welcome XFree86-4 into the world of FreeBSD/Alpha. 2000-08-21 00:51:26 +00:00
Thomas Gellekum
2045a198a1 Make this at least compile for XFree86-4.0.1.
Reviewed by:	Josef Karthauser <joe@pavilion.net>
2000-08-18 10:56:22 +00:00
Akinori MUSHA
51b786ab79 Improve configure scripts so that they take configure arguments from
the command line.

Feedback status:	Already sent to the author
2000-08-17 15:21:00 +00:00
Akinori MUSHA
b08fe99025 Make all these Ruby related ports belong also in the newly-added
"ruby" virtual category.

Make textproc/eruby belong also in www.
2000-08-16 12:21:24 +00:00
Thomas Gellekum
c426029ced Upgrade to 4.17.
XFree86-4 users: please test this port. According to the docs, xlock should
compile now. (I can't try it, I'm still running XFree86-3.3.6.)
2000-08-15 14:07:24 +00:00
Maxim Sobolev
47c5acbf00 Update to 0.2.0. 2000-08-15 05:55:51 +00:00
Akinori MUSHA
da698127d3 Add ruby-kde and ruby-kde-i18n, KDE extension for Ruby.
(for kde11 and kde11-i18n, respectively)
2000-08-13 17:55:52 +00:00
Will Andrews
f38ad5ed93 Ooops, forgot to remove this too, in moving backfract from x11 to graphics.
Requested by:	asami
2000-08-11 21:41:49 +00:00
Maxim Sobolev
8e634aac21 Fix yet another linuxism: /usr/bin/shutdown --> /sbin/shutdown. 2000-08-11 12:17:06 +00:00
Will Andrews
7d7a9a2180 Make these COMMENT files conform to Handbook standard.
PR:		20269
Submitted by:	Ports Fury
2000-08-11 11:50:37 +00:00
Will Andrews
a4c038c0c8 Add backfract, a fractal image "animated" wallpaper program.
PR:		20493
Submitted by:	patrick
2000-08-11 10:41:28 +00:00
Satoshi Asami
e81bc4da0b Apply the gcc bug workaround to 4.* and 5.* instead of 4.0.0 and 5.0.0 --
apparently the bug is still here.
2000-08-10 00:44:28 +00:00
Jim Mock
f5d467b4cb Host this distfile myself. The original MASTER_SITE has gone missing.
Submitted by:	fenner's distfile survey
2000-08-09 23:06:41 +00:00
Chris Piazza
5fcfcc307e Update MASTER_SITES
PR:		20494
Submitted by:	maintainer
2000-08-09 16:57:23 +00:00
Jean-Marc Zucconi
4556aca903 Add 3 files. 2000-08-08 00:33:28 +00:00
Paul Traina
2c70234e9e Remove MASTER_SITES, no longer there. Remove myself as maintainer. 2000-08-08 00:10:04 +00:00