R. Imura
403c782e43
Fix incomplete PLIST.
2000-03-25 19:44:56 +00:00
R. Imura
544bec4012
Add share/applnk/Network
2000-03-25 19:42:59 +00:00
R. Imura
3daf5ca497
Doing KDE style mtree in kdelibs.
...
OK'd by: will
2000-03-25 16:14:50 +00:00
Will Andrews
4cf6f6a1c3
Whoops, forgot to re-add libkdecore.la to PLIST per previous Makefile
...
commit. I hope this doesn't break USE_LIBTOOL. Same pretense as said commit.
2000-03-24 22:24:27 +00:00
SADA Kenji
ba56b30731
Ldconfig would fail unless PREFIX/lib/aout dir exists.
...
PR: ports/17574
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-03-24 18:14:16 +00:00
Ade Lovett
94fa65b2c7
Update to 1.0.57 (more bugfixes)
2000-03-24 02:41:21 +00:00
Jean-Marc Zucconi
b5d8bf9cc8
Compile the mouse driver even if the user choose to not build the servers
...
with extended input devices. Otherwise the build will fail.
2000-03-24 01:11:55 +00:00
Will Andrews
add2ed7652
Emergency add ${PREFIX}/lib/libkdecore.la so kde ports install properly.
...
Once we have had time to discuss whether this is the best method to solve
the broken configure behavior on most KDE ports, we will decide whether
to keep this commit or not.
Complained about by: scrappy
2000-03-23 22:22:23 +00:00
Will Andrews
8a99d54a0d
Fix kdelibs11 port so it builds on 5.0-CURRENT.
...
Change MAINTAINER to myself.
Clean up pkg/PLIST, fix some of the unexec rmdir's and change some of the
@dirrm's to unexec rmdir.
Add USE_LIBTOOL + remove pkg/PLIST *.la.
Actually add WWW: to pkg/DESCR.
Reported by: asami
Approved by: asami
2000-03-23 02:54:30 +00:00
Satoshi Asami
54a5565d35
<machine/param.h> -> <sys/param.h>
2000-03-22 23:26:35 +00:00
Jean-Marc Zucconi
004bdf6c66
Remove support for building on a.out systems.
2000-03-22 21:56:13 +00:00
Will Andrews
af4a01863e
Finish moving MAINTAINER for my ports.
...
andrews@technologist.com -> will@FreeBSD.org . :-)
Reminded by: asami
2000-03-22 01:59:41 +00:00
Ade Lovett
55333a3655
libglade shared library version bump
2000-03-21 17:47:33 +00:00
Michael Haro
cb04a15e6d
remove extra : in MASTER_SITES
2000-03-21 08:37:15 +00:00
Justin M. Seger
7cc807dbea
Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade
2000-03-20 23:25:21 +00:00
Vanilla I. Shu
2eeb510dee
Rename zh_TW.big5 to zh_TW.Big5,
...
add some encoding map of Big5.
2000-03-20 00:08:15 +00:00
Chris Piazza
42245e3151
Re-enable PAM support, problems are fixed.
2000-03-19 02:44:09 +00:00
Chris Piazza
e142a5b9ef
Use /etc/pam.conf instead of /etc/pam.d/ (doesn't change pam.conf)
...
Remove patch-an which was a security hole and isn't needed any more
Submitted by: ume
2000-03-19 02:30:45 +00:00
Jean-Marc Zucconi
6ab40a3e04
Fix compilation problems on FreeBSD 5.0-CURRENT
...
Submitted by: ANAZAWA Akio <anazawa@hic-soft.co.jp>
2000-03-19 00:54:01 +00:00
Satoshi Asami
31efbc1fbd
Fix security hole. Packages are unaffected. The release tag will
...
be rolled forward.
Submitted by: kris
2000-03-16 08:42:10 +00:00
Satoshi Asami
d722a55168
xfree86.cdrom.com -> ftp.freesoftware.com
2000-03-13 08:29:51 +00:00
Satoshi Asami
d16c6e06e2
Comment out "IS_INTERACTIVE=no" -- that is the same as defining it "yes"!
2000-03-13 08:09:33 +00:00
Satoshi Asami
21f3a654ac
Fix typo (by me) and add manpage.
...
Submitted by: jmz (maintainer)
2000-03-12 04:21:24 +00:00
Satoshi Asami
5c6b186474
Add mouse driver.
...
Submitted by: jmz (maintainer)
2000-03-12 01:16:37 +00:00
SADA Kenji
b262f5384f
Enable warning message with compat22 libs for package users.
...
Maintainer admitted this on ports-ML.
(message-id: <20000309102434.P54218@shale.csir.co.za>)
# Sorry Jeremy, the tree would be frozen soon.
2000-03-11 17:52:08 +00:00
Chris D. Faulhaber
b0f8c785f0
- Remove obsolete sites from MASTER_SITES
...
- Add MAINTAINER line
PR: 17285
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-03-11 14:29:28 +00:00
Satoshi Asami
359ea69fed
(forgot to cvs add this file -- should have been committed with patch-bj)
...
Fix build error on extremely new -current caused by this:
===
src/sys/sys/socket.h:
----------------------------
revision 1.38
date: 2000/03/03 11:13:03; author: shin; state: Exp; lines: +8 -13
CMSG_XXX macros alignment fixes to follow RFC2292.
Approved by: jkh
Submitted by: Partly from tech@openbsd
Reviewed by: itojun
---------------------------
===
Basically you need to include <machine/param.h> before <signal.h>.
Problem diagnosed by: Ade Lovett <ade@FreeBSD.org>
2000-03-11 01:53:54 +00:00
Satoshi Asami
410e4dd70f
Fix build error on extremely new -current caused by this:
...
===
src/sys/sys/socket.h:
----------------------------
revision 1.38
date: 2000/03/03 11:13:03; author: shin; state: Exp; lines: +8 -13
CMSG_XXX macros alignment fixes to follow RFC2292.
Approved by: jkh
Submitted by: Partly from tech@openbsd
Reviewed by: itojun
---------------------------
===
Basically you need to include <machine/param.h> before <signal.h>.
Problem diagnosed by: Ade Lovett <ade@FreeBSD.org>
2000-03-11 01:52:48 +00:00
Jean-Marc Zucconi
101f035f69
Activate XFree86-4
2000-03-11 00:22:16 +00:00
Jean-Marc Zucconi
1ec0dc8225
Port of the latest XFree86 version (4.0). Not tested on alpha and pc98 (and
...
hence no corresponding PLISTs).
Use at your own risk :-)
2000-03-11 00:20:34 +00:00
Bill Fumerola
fa881b4992
x11/xsheep -> games/xsheep
...
Requested by: The Wraith
2000-03-10 23:41:09 +00:00
Jordan K. Hubbard
6885bd453e
Include libXThrStub.so on the Alpha package version.
2000-03-09 17:22:11 +00:00
Chris D. Faulhaber
999c378f96
Update port to 1.20
...
PR: 17252
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-03-08 17:12:29 +00:00
Bill Fenner
45555c1eed
Remove nkazushi@highway.or.jp as MAINTAINER; mail has been bouncing for
...
2 months.
2000-03-07 23:38:46 +00:00
Thomas Gellekum
e1b505174b
Add PAM support to wdm.
...
Submitted by: ume
Reviewed by: cpiazza
2000-03-07 11:52:41 +00:00
Jeremy Lea
66b16a684a
Mark this port as i386 only, and check for the presence of compat22.
2000-03-07 09:59:03 +00:00
Jeremy Lea
1cdfc9280d
Discourage the building of a.out libs in favour of the new XFree86-aoutlibs
...
port.
Minor PLIST fixes.
Approved by: maintainer
2000-03-07 06:44:47 +00:00
Jeremy Lea
afaf1edacc
Add XFree86-aoutlibs.
2000-03-07 06:42:01 +00:00
Jeremy Lea
64774cbcab
XFree86 3.3.3.1 a.out compatability libraries.
2000-03-07 06:40:23 +00:00
Bill Fumerola
10610b6921
xsheep, a moronic little sheep that trundles around the X desktop walking along
...
the top of windows and falling of the edges among other mildly amusing antics.
Dedicated to: Jordan "Love Ewe" Hubbard <jkh@FreeBSD.org>
2000-03-07 03:27:25 +00:00
Jean-Marc Zucconi
b86c8cd372
- Fix MASTER_SITES
...
- Fix usage of PREFIX/X11BASE
PR: ports/17171
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-03-03 23:34:11 +00:00
Steve Price
87b6bd7d7b
Minor tweaks so this will build again in -current.
2000-02-27 14:44:01 +00:00
Satoshi Asami
8cdbcbd8da
Bump shlib versions of kdelibs11 and kdesupport11.
2000-02-24 07:01:14 +00:00
Satoshi Asami
19a6a6739c
Bump shlib numbers. Add ".1" to end of PKGNAME to distinguish it from
...
the previous version.
Submitted by: Will Andrews <andrews@TECHNOLOGIST.COM>
2000-02-24 06:54:56 +00:00
John Baldwin
e7c7af0915
Activated imwheel.
2000-02-23 23:36:51 +00:00
John Baldwin
f97d64c503
The imwheel port maps mouse button events to X keyboard events. This
...
can be used to use the wheel on mice such as the Microsoft IntelliMouse
and the Logitech TrackMan+ in X.
2000-02-23 23:30:22 +00:00
Ade Lovett
39d583669b
Add MODULE_VERSION information to the installed run-time
...
configuration file.
ie: make "gnome-config --modversion applets" DTRT
2000-02-23 20:28:32 +00:00
Ade Lovett
7fc5b5b021
Squeeze another update (to 1.0.56) under the wire before 4.0-RELEASE
2000-02-23 18:38:28 +00:00
Ade Lovett
db5e2eb3b0
Update to reflect new gnomeprint share library revision
2000-02-23 00:09:38 +00:00
Kris Kennaway
7c05f640db
Respect CC and CFLAGS
2000-02-19 09:01:54 +00:00