Commit Graph

1608 Commits

Author SHA1 Message Date
Jimmy Olgeni
d82eb1f666 Preserve wdm-config at install/deinstall time. 2001-03-27 10:03:22 +00:00
Will Andrews
a471e363f8 Thought I removed these PTHREAD_* things from the Makefile. FWIW, the
reason it worked for me is because PTHREAD_* weren't in bsd.port.mk at
the time testing was done.
2001-03-27 04:10:03 +00:00
FUJISHIMA Satsuki
469addae1f install freetype-config.
This should solve build problem of freetype2 apprications.
2001-03-26 17:34:37 +00:00
Maxim Sobolev
d81379c851 Unbroke if USA_RESIDENT isn't defined. 2001-03-26 11:31:19 +00:00
FUJISHIMA Satsuki
984a75e189 update to 4.0.3.
o use internal freetype2 for consistency with x11/XFree86-4.
o added xthreads obtained from x11/XFree86-4.
o install "ws" type config sample for xdm.
o build DRI only if kernel source installed in /sys.
o fix Riva128/SGRAM driver(patch-riva_hw.c).

PR:		24338(4.0.2)
Submitted by:	maintainer, keith
2001-03-25 23:04:52 +00:00
Will Andrews
cd5ac27b08 Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, what
this involves is this:  Cull GL from Qt by default, but still provide a
Qt+GL library that may or may not have threads.  Then also provide a Qt
library that has threads but not GL.  This allows us to make KDE2 depend
on a library that will *not* have threads, ever.  Threads will be
revisited at a later date.  Ports that require GL support need to be
updated to use the hacked library, libqtgl.so.4.  The net result is that
we bloat our qt2 package by 1.5-2.5MB for compatability.  Also, static
qt will not have GL support.

Introduce bsd.kde.mk, which will be tested on bento before becoming
fully activated.

Replace qt22-static with qt2-static, since it's just a proxy.  Update
qt-designer to depend on qt23.  Also make the old hack to package the
correct lib obsolete by using PLIST_SUB instead.

Miscellaneous changes:  remove LIBQTFILE from CONFIGURE_ENV, it's not
used anymore.  Solve namespace pollution problems with the devel/pth and
devel/libgnugetopt ports.  Hopefully.

Suggested by:	ade, asami, sobomax (bsd.kde.mk)
Repocopied by:	asami (qt22-static --> qt2-static)
2001-03-24 22:15:59 +00:00
John Baldwin
7c8cef665b Make these into actual patches against XFree86 instead of patches against
the XFree86 port directory.  Before these would generate the files
files/patch-r0[1234] (some of them multiple times), now they will actually
patch the X sources to achieve the desired results.
2001-03-22 01:45:11 +00:00
John Baldwin
185bd300eb Actually name the configure script 'configure' in the BUILD_XDIST case so
that it will actually get executed.
2001-03-22 01:30:35 +00:00
Jim Mock
8b2381c2e0 Remove WWW from pkg-plist. The site hasn't existed for quite some time
now, and I've been hosting the tarball.

Submitted by:	fenner's distfile survey
2001-03-21 20:23:39 +00:00
Jean-Marc Zucconi
7093eef090 Add the possibility to disable support for TrueType fonts. 2001-03-20 15:55:00 +00:00
Ying-Chieh Liao
7020cc7014 upgrade to 1.5.3 2001-03-19 17:39:55 +00:00
Jean-Marc Zucconi
ca569b4d58 set MASTER_SITE_SUBDIR to 4.0.2
Submitted by:	cpiazza
2001-03-18 14:07:50 +00:00
Jean-Marc Zucconi
36c1a70954 Those files should have been removed in my previous commit :-/ 2001-03-18 03:44:09 +00:00
Jean-Marc Zucconi
502fe521bd Upgrade to version 4.0.3
- patch-0 replaced by 'MAKE_ARGS=' in Makefile
- XF86Setup is no more supported in XFree-4, so patch-8 is removed as well
  as corresponding stuff in scripts/configure
- patch-config_cf_Server_tmpl replaced by the setting of InstallXserverSetUID
  in scripts/configure
other removed patches are no more necessary.

Note that freetype2 is now part of the base 4.0.3 distribution. The
freetype2 include and libs files are always installed.
2001-03-18 03:20:57 +00:00
Vanilla I. Shu
2a80c2c568 Ecore is a core event (X11) abstraction library.
PR:		ports/25862
Submitted by:	Jeremy Norris <ishmael27@home.com>
2001-03-17 16:31:30 +00:00
Akinori MUSHA
82843eab94 Update to 0.15 and unbreak. KDE 1.x _is_ still in the tree! 2001-03-17 11:47:02 +00:00
Peter Pentchev
c32ff6afe0 Update MASTER_SITES.
PR:		25821
Submitted by:	maintainer
2001-03-15 09:27:11 +00:00
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