Joe Marcus Clarke
44f6bc170c
Add support for the new Mozilla ports.
2002-10-22 03:45:03 +00:00
Garrett Wollman
557373aae3
Don't use union wait. (The remaining utility of this program is,
...
however, doubtful -- if anyone still needs the functionality,
ssh -XC or lbxproxy would be better alternatives.)
2002-10-21 22:26:40 +00:00
Adam Weinberger
daa8493eeb
Fix *alloc definition clash.
...
PR: 43643
Approved by: pat
2002-10-21 21:25:48 +00:00
John Baldwin
be1a5a30f1
Update URL.
2002-10-21 20:17:48 +00:00
John Baldwin
4e935709bb
Update MASTER_SITE.
...
Reported by: fenner's script a long time ago
2002-10-21 20:12:44 +00:00
Nick Sayer
2c8802aec6
Release all my ports.
...
kris made it clear that by his measure I'm not doing my job as a port
maintainer. Far be it from me to be an obstruction to the project.
2002-10-21 02:31:08 +00:00
Kris Kennaway
4229e128ad
Don't try and obtain a value from a void function (fix build on -current)
2002-10-20 09:43:59 +00:00
Joe Marcus Clarke
7f1ed94ab9
Fix install on -CURRENT.
...
Submitted by: bento
Obtained from: gdm2
2002-10-19 18:03:15 +00:00
Oliver Braun
52637525cc
Changed MD5 sum. Developer has just changed some lines in configure.in and
...
rerunned auto{configure|make|...}. No functionality has changed, so no need to
bump PORTREVISION.
PR: 44210
Submitted by: Volker Stolz <vs@foldr.org>
2002-10-19 10:57:05 +00:00
Alan Eldridge
b8d868d97e
removed redundant PACKAGE_BUILDING test
2002-10-19 01:53:10 +00:00
Alan Eldridge
33c4981f3a
Bump PORTREVISION to force the last change out, as bugs were severe according
...
to reports.
2002-10-19 01:37:14 +00:00
Alan Eldridge
2f693d1c09
Undefault keramik due to bugs.
2002-10-19 01:35:48 +00:00
Adam Weinberger
fa2867e981
Change maintainership on all my ports.
...
adam@vectors.cx -> adam@FreeBSD.org
Approved by: pat (mentor)
2002-10-18 07:58:00 +00:00
Eric Anholt
a5c92775a7
Fix distfiles after the last commit (bad copy'n'pasting).
...
PR: 44184
2002-10-18 00:21:42 +00:00
MANTANI Nobutaka
e42d95c0f5
Correct CONFIGURE_ARGS.
...
Submitted by: IWAMOTO, Kouichi <sue@cds.ne.jp>
2002-10-17 13:28:39 +00:00
Eric Anholt
d0cc39f7c8
[1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch.
...
[2] Make the ports respect CFLAGS better. Now CFLAGS (and CC/CXX) are set for
the build during the configure stage.
PR: [2] 40271, 43369
2002-10-17 07:20:03 +00:00
Joe Marcus Clarke
7142033f1c
Update to 2.0.8.
2002-10-14 04:13:02 +00:00
Joe Marcus Clarke
b38330bda5
Update to 2.0.10.
2002-10-14 04:12:41 +00:00
Joe Marcus Clarke
d0958053f3
Update to 2.0.9.
2002-10-14 04:12:20 +00:00
MANTANI Nobutaka
44d2c6c842
Update to 2.6.2.
2002-10-14 04:00:13 +00:00
Joe Marcus Clarke
78551cc5e8
Fix build on -CURRENT.
2002-10-14 02:06:35 +00:00
Joe Marcus Clarke
3553ac4fdd
Add a missing INSTALLS_SHLIB.
2002-10-14 00:23:12 +00:00
Joe Marcus Clarke
163ebbcb83
When shutting down from gdm, try to power down the machine instead of just
...
halting it.
PR: 44018
Submitted by: Keith Jones <kmjones@blueyonder.co.uk>
2002-10-13 18:46:57 +00:00
Joe Marcus Clarke
608d07abf7
Add a bit I forgot in my last commit.
2002-10-13 16:49:51 +00:00
Joe Marcus Clarke
0729bb92bd
Disable automatic vty allocation. This only works on Linux, and breaks
...
GDM out-of-the-box.
PR: 44012
Submitted by: Keith Jones <kmjones@blueyonder.co.uk>
2002-10-13 15:56:40 +00:00
Ying-Chieh Liao
aa127bd79a
upgrade to 1.0.R.3
...
PR: 43990
Submitted by: maintainer
2002-10-13 09:21:06 +00:00
Alan Eldridge
4dfb5a1013
If defined(PACKAGE_BUILDING) then do not build with keramik/kwin backport.
2002-10-13 02:31:56 +00:00
Kris Kennaway
bf2954f580
BROKEN: Distfile no longer on MASTER_SITES
2002-10-13 01:47:30 +00:00
Alan Eldridge
fdca50560d
Move <sys/types.h> higher up in the include list to fix build on current.
...
Submitted by: Alfred Perlstein (via kde list)
2002-10-12 05:47:57 +00:00
Alan Eldridge
732adb9c15
add warning about backported keramik
2002-10-11 07:46:42 +00:00
Alan Eldridge
960877aec7
kdebase3
2002-10-11 07:45:44 +00:00
Alan Eldridge
f62b4deba3
1. Removed comments from pkg-plist files per will's request.
...
2. This completes the KDE 3.0.4 commit. It's here, folks! Now /. those
cvsup servers (in about an hour or so)!
2002-10-11 07:42:22 +00:00
Alan Eldridge
53fa9783e9
1. Remove QT warning from kde3. It's been there long enough.
...
2. This is 3.0.4, folks.
3. Added extra patch files for backport of keramik.
2002-10-11 00:00:00 +00:00
Ying-Chieh Liao
ed491dbaef
automatic install process
...
add a wrapper
PR: 42348
Submitted by: maintainer
2002-10-10 19:44:38 +00:00
Akinori MUSHA
744ecfac33
CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' in
...
them when using a non-default compiler/linker, so do not use `/' as
delimiter for s///. (I picked `|' instead)
2002-10-10 12:59:36 +00:00
Patrick Li
37b0e0142c
Fix build
...
PR: ports/43686
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2002-10-09 01:41:07 +00:00
Oliver Braun
8ed6e33db9
Add gmrun 0.8.1,
...
a customizable program to run programs, with
tab-completion.
PR: 43391
Submitted by: Adam Weinberger <adam@vectors.cx>
2002-10-08 07:24:51 +00:00
Kris Kennaway
f1794c8878
Oops, I accidentally committed the version of the pam config file I was
...
using to test it.
2002-10-07 07:15:50 +00:00
Eric Anholt
00ecf842f6
Fix XFree86-4-clients build on alpha by disabling SharedLibXdmGreet.
...
No difference on non-alpha, and gets alpha building with this version, so
no PORTREVISION bump.
PR: 43663
2002-10-07 02:13:29 +00:00
Ying-Chieh Liao
821072c449
upgrade to 0.8.1
...
PR: 43710
Submitted by: Ports Fury
2002-10-07 01:23:05 +00:00
Akinori MUSHA
ea4cef3e92
Use RUBY_MOD*.
2002-10-06 21:38:34 +00:00
Kris Kennaway
6dfd35841b
* Take over maintainership of this port.
...
* Take a shot at fixing the broken PAM support, which could never possibly
have worked under FreeBSD because it was using the Linux/Solaris
PAM module path. Enable PAM by default on 5.0 and install a config
file derived from /etc/pam.d/xdm.
2002-10-06 08:12:06 +00:00
Joe Marcus Clarke
8d259d0eac
Fix build on versions of FreeBSD that do not have langinfo.h.
...
PR: 43157
2002-10-05 17:55:52 +00:00
Ying-Chieh Liao
6082ca2e05
find->${FIND},xargs->${XARGS}
...
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2002-09-29 08:07:47 +00:00
Kris Kennaway
08f994036f
This no longer compiles after the open-motif upgrade
...
HTML.c:62: Xm/ManagerI.h: No such file or directory
HTML.c:63: Xm/TravActI.h: No such file or directory
These two open-motif headers appear to have been removed.
2002-09-29 05:50:37 +00:00
Joe Marcus Clarke
c186e4dae4
Add missing dependency on libglade.
...
Submitted by: bento
2002-09-25 03:02:09 +00:00
Alexander Langer
b52bded1d8
Don't declare malloc(), it's already in stdlib.h
...
Submitted by: bento
2002-09-24 11:54:26 +00:00
Patrick Li
5623c4a25e
Fix fetching distfile: move download site to maintainer's
...
PR: ports/43250
Submitted by: maintainer
2002-09-22 15:56:55 +00:00
Trevor Johnson
e47e0f59bf
Remove QNX support.
2002-09-21 22:40:17 +00:00
Akinori MUSHA
b6f523b05b
Fix pkg-plist.
2002-09-21 10:49:27 +00:00