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
Chris Piazza
d7a1207164
Clean up master sites/www
2000-08-07 17:27:54 +00:00
Ade Lovett
972ca4afab
Re-sobomize to use pre-patch instead of post-extract
...
Wrists slapped by: knu, sheldon
2000-08-04 16:11:37 +00:00
Maxim Sobolev
08266e2127
Add missed @dirrm.
2000-08-04 09:11:35 +00:00
Jean-Marc Zucconi
0cba6cf607
Move patch relative to FreeBSD.cf from patch-00 to patch-e.
...
Fix linker failures when libXThrStub.so.6 is not already installed. (PR
ports/20386)
PR: ports/20386
Submitted by: Peter Jeremy <peter.jeremy@ALCATEL.COM.AU>
2000-08-04 02:38:13 +00:00
Ade Lovett
38ae599271
Extensive patchfile cleanups using sobomax's wonderful
...
post-extract rule
2000-08-04 01:19:21 +00:00
MIHIRA Sanpei Yoshiro
060c56d87d
change my e-mail address
...
--> sanpei@FreeBSD.org
2000-08-03 14:28:33 +00:00
Satoshi Asami
c6bcad2436
(1) Add new variable, XFREE86_VERSION, to specify which version of
...
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
2000-08-03 09:28:57 +00:00
Ruslan Ermilov
b106bcd41c
Now that FreeBSD has native `agpgart' interface,
...
let X server run on the i810 hardware. Enjoy!!!
2000-08-01 16:28:26 +00:00
Maxim Sobolev
020d101565
Add stockticker_applet - a GNOME applet to retrieve and display Yahoo Finace
...
stock quiotes.
2000-08-01 12:16:30 +00:00
Neil Blakey-Milner
9e0c87ea9d
Add gbackground, a gnome panel applet that can change your background
...
randomly and other fun stuff.
PR: ports/18416
Submitted by: Scott A. Moberly <smoberly@xavier.dyndns.org>
2000-07-31 13:23:07 +00:00
Sheldon Hearn
c779ad377c
Rename the file that the interactive configure script produces
...
from ${WRKDIR}/.config to ${WRKDIR}/config .
Conditionalize the interactivity of the configure script on the
existence of ${FILESDIR}/config . If the file exists, copy it
to ${WRKDIR}/config and do not ask questions.
2000-07-31 12:30:45 +00:00
Will Andrews
ad0ed0dd04
Fix my not-tested-enough KDE2-related ports. :-(
...
After short discussion with Imura-san, back out GIF-by-default until I can
confirm whether or not there are license issues with Unisys. I will deal
with this later. I should note that I'd committed to qt2[12] previously
without conferring with him on the GIF issue first.
One big ouchie: I didn't even set MASTER_SITE/MASTER_SITE_SUBDIR on qt22
properly.. but oh well. Nobody's perfect. :-)
Things should be un-broken now.. please test these ports! I'll be trying
to update them to a new snap after a week or so.
Pointy hat: will
Patches graciously submitted by: nra
2000-07-30 02:00:50 +00:00
Will Andrews
9441275624
Update the KDE2 meta-port to 20000724A, and leave out the kdeutils
...
port so that attempts to use this will work.
2000-07-29 03:14:32 +00:00
Will Andrews
7c6b0a6ca6
Update to 20000724A (custom-rolled snapshot). Rejoice, because now
...
Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in
general seems less buggy. Only kdeutils was left out of this mega-update.
However, it should return soon. :-)
The massive reduction in patches is mostly the result of using perl
regex replacement. This reduces the amount of time it will take in the
future to upgrade these ports, and load on the repository.
QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express
purpose of allowing KDE2 to compile. It is available in the qt22 port.
Additionally, GIF support is re-enabled in both Qt2 ports, so that
people can now read GIF images. GIF support is enabled through an
internal GIF reader in Qt, and requires no patented libraries. Special
effort was made to ensure that people do not install both qt21 and qt22
ports at the same time.
I'd like to take a moment to thank the following people for their help:
Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri
Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier
<scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias
Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard
work, testing, etc. were put into this update. Another couple hundred of
hours were spent by CPUs trying to compile this behemoth. :->
Special thanks to: Physics Computer Network @ Purdue staff, especially
C. Stephen Gunn <csg@physics.purdue.edu>, for giving
me access to an extremely fast machine for doing
test builds (it performed 12 full builds of the
entire suite in the last 7 days).
PR: 18838
Submitted by: Arun Sharma <adsharma@sharmas.dhs.org>
Approved by: imura, asami
2000-07-29 02:44:58 +00:00
Maxim Sobolev
11e0dec2b5
Add gswitchit_applet - a keyboard layout state indicator and switcher for
...
Gnome Desktop.
Obtained from: http://www.gnome.org/
2000-07-28 15:42:31 +00:00
Maxim Sobolev
a22453092d
Add gtk-theme-switch - an command line utility to switch GTK+ themes.
2000-07-24 17:27:13 +00:00
Satoshi Asami
27198a9808
Mark these BROKEN, they don't compile/run properly.
...
Submitted by: maintainer
2000-07-19 17:50:47 +00:00
Kelly Yancey
3a5add1760
Make erun depend on the new libepplet port rather than the epplets
...
collection.
PR: 19396
Submitted by: kbyanc@posi.net
2000-07-18 07:02:57 +00:00
Vanilla I. Shu
263c18ffe4
Fix zh_TW.Big5/XLC_LOCALE.
2000-07-16 08:16:06 +00:00
Ade Lovett
cbe360036c
Update for new devel/libglade shlib version
2000-07-11 22:02:22 +00:00
Steve Price
2abf26ecde
Adding erun version 1.2.
...
A simple epplet for launching arbitrary programs.
PR: 19361
Submitted by: Kelly Yancey <kbyanc@posi.net>
2000-07-10 04:01:52 +00:00
Jean-Marc Zucconi
670b25f457
Fix a path (extra X11R6/)
...
Submitted by: Andreas Klemm <andreas@klemm.gtn.com>
2000-07-09 22:39:34 +00:00
Ade Lovett
4b145e6e8b
Fix typos
...
PR: 19800
Submitted by: Nishimura Takashi <takashi@ueda.info.waseda.ac.jp>
2000-07-09 18:55:38 +00:00
Steve Price
89b7d2a446
- Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-config
...
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly
PR: 19623
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:59:26 +00:00
Ade Lovett
e603275ae5
Update to 1.2.4
2000-07-06 15:31:56 +00:00
MIHIRA Sanpei Yoshiro
0e7b4e6020
fix typo in original source
...
Mod2Mask --> Mod4Mask
Submitted by: Sebastien Carlier <sebc@epita.fr>
2000-07-05 14:20:41 +00:00
Satoshi Asami
0c64df0800
@dirrm icons
...
Submitted by: bento
2000-07-05 06:59:22 +00:00
Maxim Sobolev
c0b163e792
Initial import of gvid - a little Gnome applet to quckly change X-server
...
resolution (moved from deskutils).
PR: 18413
Submitted by: Scott A. Moberly <smoberly@xavier.dyndns.org>
2000-07-04 08:11:56 +00:00
Maxim Sobolev
6db96c0500
Bump png shared library version.
...
Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Jean-Marc Zucconi
e909cf9c37
Add the cyrix driver.
...
Dont ask for enabling PAM. XFree86-4 does not support PAM.
2000-07-03 19:50:11 +00:00
Jean-Marc Zucconi
1ae3e40f12
Add the cyrix driver.
2000-07-03 19:48:52 +00:00
Jean-Marc Zucconi
da772e724b
The source directory in MASTER_SITES is 4.0.1 (not 4.01)
...
Set also the port version to 4.0.1
2000-07-03 19:40:43 +00:00
Jean-Marc Zucconi
733bf07408
Upgrade to version 4.01
2000-07-03 17:33:14 +00:00
Maxim Sobolev
1e5409c41b
Respect CC, CFLAGS and install missed manpage.
...
PR: 19645
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
2000-07-03 08:25:56 +00:00
Kris Kennaway
66d15f6e27
Remove extraneous file on deinstall
...
Noticed by: bento
2000-07-03 06:31:12 +00:00
Jim Mock
3e3ad67dc4
Update to version 0.4.0. Also add WITH_MENUBAR and WITH_NEXTSCROLL hooks
...
for those who prefer to use those features.
2000-07-03 03:14:54 +00:00
Jean-Marc Zucconi
8a2246219c
Those patches are no more necessar - the build completes without them.
2000-07-02 22:17:13 +00:00
Jean-Marc Zucconi
f204ec2da0
Remove info/ and info/dir. They are not created/installed by the port.
2000-06-30 19:14:16 +00:00
Will Andrews
7ba93e94b6
Add a patch that will hopefully prevent possible buffer overflow with
...
gethostbyname(); it uses a 25-character buffer which is insufficient for
some localhost domains; increase to 255 (plus terminating character), which
is XNS5 recommendation.
Obtained from: NetBSD
2000-06-29 20:35:30 +00:00
Kris Kennaway
a67fa2cae1
Prevent a DoS from an escape sequence that can cause the eterm to use up all
...
available memory and crash
Submitted by: Michael Jennings <mej@VALINUX.COM> via Bugtraq
2000-06-29 09:04:58 +00:00
David E. O'Brien
1228d352ee
Move the stragler's www.freebsd.org/~user distfiles to the offical
...
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Satoshi Asami
be6c01ee85
Use ${MASTER_SITE_LOCAL}.
2000-06-29 02:31:42 +00:00
Alexander Langer
2dcf43fbbb
Update to version 1.30 with mastersite/maintainer-email update.
...
PR: 19460
Submitted by: maintainer/author
2000-06-27 12:23:15 +00:00
Vanilla I. Shu
929e16c9f7
Update BIG5 to unicode map.
2000-06-24 17:11:39 +00:00
Bill Fenner
c1fe6ed468
Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .
2000-06-22 19:15:32 +00:00
Will Andrews
52978ffbfa
Re-assign MAINTAINER to Mario Sergio Fujikawa Ferriera <lioux@linf.unb.br>.
2000-06-22 10:07:15 +00:00
Will Andrews
f67050feec
Unleash all of these ports upon the people. I no longer have any interest
...
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Will Andrews
4b5068fa26
Ooops, removed a patch that wasn't supposed to be removed.
...
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-22 05:26:51 +00:00
Ade Lovett
a17c107c64
Update to 1.2.3
...
Submitted by: sobomax
2000-06-21 17:39:45 +00:00
Maxim Sobolev
16acbb5179
Forgot to add it in previous commit.
2000-06-21 12:21:36 +00:00
Maxim Sobolev
9b34d9e6ac
Make it PREFIX-clean.
...
PR: 19307
Submitted by: Trevor Johnson <trevor@jpj.net>
2000-06-21 12:19:25 +00:00
Ade Lovett
cd0398bf4b
Update to 1.2.2
2000-06-20 20:31:20 +00:00
Will Andrews
b8713e74a8
Use USE_AUTOMAKE; add missing EXTRACT_ONLY; remove some useless patches.
...
PR: 19382
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-20 07:39:02 +00:00
Satoshi Asami
dbb2b8a5bb
Back out LDCONFIG_DIRS change -- they don't work with a.out libs.
...
Reported by: bento
2000-06-18 09:26:54 +00:00
Satoshi Asami
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
2000-06-16 21:52:40 +00:00
Thomas Gellekum
99dc9a6134
Use MASTER_SITE_LOCAL.
2000-06-16 11:48:20 +00:00
Thomas Gellekum
3af5e9b8a2
Move distfile to ftp.freebsd.org.
2000-06-16 11:14:14 +00:00
Maxim Sobolev
5178b48938
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
...
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
dc1177a9a5
Fourth round of INSTALLS_SHLIBS conversion.
2000-06-16 08:48:22 +00:00
Maxim Sobolev
61ebd322a2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
...
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
5cb1434004
Second round of INSTALL_SHLIBS=yes fixes.
2000-06-15 17:12:51 +00:00
Jean-Marc Zucconi
4ce9e7d74e
Fix a xterm bug when displaying colors.
...
PR: ports/19119
Submitted by: Trevor Johnson <trevor@jpj.net>
2000-06-14 15:28:15 +00:00
Maxim Sobolev
a9f22cd584
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
2000-06-14 13:21:38 +00:00
Matthew Hunt
8fc36b393c
In accordance with the New World Order, move the distfiles that
...
I host from people.FreeBSD.org to MASTER_SITE_LOCAL.
2000-06-14 05:44:53 +00:00
Jean-Marc Zucconi
f977f44b8a
Unbreak 'make clean' and 'make readmes'
2000-06-13 21:54:07 +00:00
Jean-Marc Zucconi
11210192a5
Upgrade to version 2.46
...
Submitted by: Dag-Erling Smorgrav <des@yes.no>
2000-06-13 13:28:25 +00:00
Satoshi Asami
fe90a46320
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
...
area on the local ports tree.
2000-06-09 21:59:16 +00:00
Satoshi Asami
68b9360ed0
Make PLIST match BSD.x11.dist. Mostly cosmetic (added/deleted @dirrm
...
etc.) but I added five .o files to Server.
When we move to these ports as default, BSD.x11.dist will be changed so
we can get rid of all the @dirrm's.
Submitted by: bento
2000-06-09 20:49:12 +00:00
Ade Lovett
ec6f7294bb
Fix typo.
...
PR: 19152
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
2000-06-09 19:46:56 +00:00
Kris Kennaway
29372855a7
Fix USA_RESIDENT == NO case
2000-06-09 08:33:53 +00:00
Kris Kennaway
9f63d9346a
Remove FORBIDDEN tag and add a dialog box explaining the possible
...
continued insecurity of this port.
2000-06-09 06:36:26 +00:00
Kris Kennaway
ea98d5a80b
Fix the known root hole. This port is still dangerous.
...
Submitted by: Trevor Johnson <trevor@jpj.net> (patch-i)
Doug Rabson <dfr@freebsd.org> (patch-j)
2000-06-09 06:34:22 +00:00
Ruslan Ermilov
aed549fc82
Compile in i810 graphics driver support (without AGP kernel support).
...
You will need the I810_UNSUPPORTED_GTT_FALLBACK environment variable
for XF86_SVGA server to run.
2000-06-09 06:25:17 +00:00
Ade Lovett
eda38d0ae3
Explicitly mention a few more dependencies.
2000-06-08 21:50:51 +00:00
Satoshi Asami
3103ffad6e
Split up XFree86-4 into several pieces. Pretty green, please test with care.
...
Submitted by: taguchi@tohoku.iij.ad.jp
Approved (in spirit) by: jmz (XFree86 port maintainer)
2000-06-08 10:42:32 +00:00
Jim Mock
bfbee7b427
Add a site of my own to make this distfile fetchable again. The distfile
...
seems to have vanished from the original site even though the web pages
are still there.
Obtained from: fenner's distfile report
2000-06-07 21:36:01 +00:00
Ade Lovett
703f87fa95
Play "hunt the pea" with the new local distfile location.
2000-06-07 17:32:07 +00:00
Maxim Sobolev
b60bb312c8
Activate powershell.
2000-06-07 17:16:12 +00:00
Maxim Sobolev
e570b34d1a
Initial import of a powershell - a nice Gnome-based terminal emulator for the
...
X11 Window System.
PR: 18412
Submitted by: Scott A. Moberly <smoberly@xavier.dyndns.org>
2000-06-07 17:15:12 +00:00
Ade Lovett
e8f06c3479
Move distfile to new local-distfiles directory on ftp.FreeBSD.org
2000-06-07 15:00:07 +00:00
Ade Lovett
7e6117eb7a
Update to 1.2.1 (bugfixes)
2000-06-05 19:44:26 +00:00
Kris Kennaway
60a25a1b94
Mark FORBIDDEN due to local buffer overflow in kdesud yielding
...
gid nogroup (yeah, it's still a security hole)
Submitted by: Noir Sin <noir@gsu.linux.org.tr> (via Bugtraq)
2000-06-05 06:20:41 +00:00
Maxim Sobolev
fe111241d3
Add missed libxml dependency.
2000-06-02 14:43:08 +00:00
Will Andrews
9f24f8fdc5
Update MAINTAINER email address.
...
PR: 18956, 18957
Submitted by: maintainer
2000-06-02 01:09:59 +00:00
Ade Lovett
572e53984d
Forgot ldconfig's for packaging
2000-06-01 19:25:26 +00:00
Satoshi Asami
c3ba669ded
Remove three .kss files that aren't installed anymore.
...
Submitted by: bento
2000-06-01 16:45:20 +00:00
Satoshi Asami
cdbd8f2b09
Remove extra \ at end of line.
...
Reported by: bento
2000-06-01 16:43:22 +00:00
Ade Lovett
1ecc592d8c
Say hello to GNOME 1.2
...
audio/gnomemedia 1.2.0
deskutils/gnomepim 1.2.0
devel/bugbuddy 1.0
devel/glade 0.5.9
devel/libgtop 1.0.9
games/gnomegames 1.2.0
graphics/imlib 1.9.8.1
misc/gnomeusersguide 1.2
misc/gnomeutils 1.2.0
sysutils/gnomecontrolcenter 1.2.0
sysutils/gtop 1.0.8
x11-fm/gmomemc 4.5.50
x11/gnomecore 1.2.0
x11/gnomelibs 1.2.1
Along with cosmetic changes to other parts of the metaport
for the new shared library version numbers.
Plus. The metaport has been reworked to bring in a few more
often-requested items.
Please note that you absolutely need GTK/GLIB 1.2.8 or higher
for this release.
2000-06-01 16:10:38 +00:00
Ade Lovett
5df7ac46c1
Add gnomeapplets 1.2.0, part of GNOME 1.2
2000-06-01 16:03:56 +00:00
Satoshi Asami
b30a8cadf9
Mini typo fix.
...
Submitted by: bento
2000-06-01 08:10:00 +00:00
Satoshi Asami
9741d6da4d
Remove empty fonts.dir and fonts.alias files. (Note chinese/kcfonts still
...
leaves fonts.alias behind -- it is not removing any entries from that file.)
2000-06-01 06:46:32 +00:00
Will Andrews
b73338c5e4
Let's not take any risks and leave the *.kss files alone, even if it
...
doesn't allow normal users to run the KDE screensavers. It's quite
doubtful that the KDE people are going to do any audits of such code, so
"better safe than sorry" principle comes in play here.
PR: 17692
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-05-30 03:59:31 +00:00
Steve Price
13ae48cfbd
- Fix MASTER_SITES
...
- Support CC/CFLAGS/X11BASE properly
- Add WWW: line to pkg/DESCR
PR: 16670
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-30 00:00:01 +00:00
Steve Price
42bd26da5f
Update MASTER_SITES.
...
PR: 17170
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-29 23:42:00 +00:00
Will Andrews
c98e6c62ac
Okay, okay. Yet Another Silly Blunder by myself. I should try to get
...
more sleep before doing things like this.
Submitted by: a million people... :-)
2000-05-29 19:49:45 +00:00
Will Andrews
37399bab43
This should fix all the compile problems bento (and others probably) has
...
with missing .so's. I'm not sure how I left this out in the original
import since this stuff was in kdelibs11. :-(
Found by: bento
2000-05-29 01:01:22 +00:00
Will Andrews
c569d3f990
Fix for RELENG_3 systems. Also remove unnecessary USE_XLIB (because it's
...
included by qt2) and jpeg.9 dependencies.
2000-05-24 00:33:07 +00:00
Will Andrews
ee67eb0680
Fix stupid LIB_DEPENDS mistake (libsearch.3 vs. search.3).
2000-05-23 21:48:02 +00:00
Will Andrews
e67c4e71f8
Fix this to keep it from conflicting with KDE 1.x installations.
...
Submitted by: Scott Blachowicz <scott@sabmail.rresarch.com>
2000-05-23 04:38:09 +00:00
Will Andrews
b9be3eb6f2
Add a patch that adds some extra chinese support as well as fixes some
...
terminfo problems.
PR: 18406
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-05-22 05:09:19 +00:00
Thomas Gellekum
47bfd27456
Support Kerberos 5.
...
PR: 18660
Submitted by: wollman
2000-05-19 08:58:41 +00:00
Mike Smith
072b14dc80
If we have tcl/tk, build XF86Setup. This makes the package work.
2000-05-18 19:54:46 +00:00
Ade Lovett
628283982c
Move MASTER_SITE to people.FreeBSD.org/~ade
2000-05-18 15:26:38 +00:00
Maxim Sobolev
96ee266b23
Final 's|sobomax@altavista.net|sobomax@FreeBSD.org|'
2000-05-18 06:51:37 +00:00
Will Andrews
eafa6a8cbb
Update category Makefiles to add KDE2 ports.
2000-05-17 23:39:59 +00:00
Will Andrews
f9e20bb846
Oops, I forgot to add MOC to CONFIGURE_ENV, which should be what's causing
...
initial problems building kdelibs2.
Submitted by: Mohit Aron <aron@cs.rice.edu>
2000-05-17 23:15:07 +00:00
Jim Mock
0f25811285
Fix WWW location.
...
Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
2000-05-17 19:18:01 +00:00
Ade Lovett
a6ec2f630f
Chase new gnomeprint shared library version
2000-05-17 16:30:50 +00:00
Ade Lovett
02ccace5d1
Update to 1.0.62
2000-05-17 16:27:43 +00:00
Will Andrews
042e4bf173
Change MAINTAINER to myself, and clean these ports up a little.
...
Approved by: se (previous maintainer)
2000-05-17 11:37:43 +00:00
Will Andrews
2fc2dde59c
Update the KDE meta-port to KDE 1.90 (aka KDE2 beta) so people can use
...
it to install the basic KDE2 stuff. Also update kdetoys to finally
remove ImageMagick dependency and allow non-i18n people to use it.
And now, KDE2 is fully imported into the tree.
Repo-copies by: asami
2000-05-17 11:15:21 +00:00
Will Andrews
25b3cdb628
Update to KDEBASE 1.90 (aka KDE2 beta).
...
Repo-copy by: asami
2000-05-16 22:18:56 +00:00
Will Andrews
84d3c8bc75
Update to KDELIBS 1.90, aka KDE2 beta. Let the fun begin!
...
Repo-copy by: asami
2000-05-16 22:09:00 +00:00
Bill Fumerola
ad69d29be3
murray is now a committer, reflect this in MAINTAINER.
2000-05-14 05:21:53 +00:00
Tim Vanderhoek
f5a27b3b34
Comment clean-ups.
2000-05-12 20:00:17 +00:00
Justin M. Seger
d322c93e6c
Upgrade to xscreensaver 3.24
2000-05-09 11:40:44 +00:00
Akinori MUSHA
0b8ae52e97
Change MAINTAINER's address.
...
PR: ports/18300
Submitted by: MAINTAINER
2000-04-30 18:36:55 +00:00
Kris Kennaway
932a50a504
Mark FORBIDDEN due to the root hole in the X server reported on Bugtraq.
...
I've tried *multiple* times to talk to an XFree86 developer about the
problem, but they haven't deigned to respond to me.
2000-04-30 08:21:56 +00:00
Steve Price
c2715b053c
Update MASTER_SITES and WWW: line to pkg/DESCR.
...
PR: 18283
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-29 23:52:55 +00:00
Thomas Gellekum
9b1355794e
Upgrade to 4.16.1 (fixes a buffer overrun).
2000-04-27 08:31:22 +00:00
Chris Piazza
996343d863
Compile kdm with -O0 always so it actually works on freebsd 4.0+
...
PR: 17938
Submitted by: "Jeffrey S. Sharp" <jss@subatomix.com>
2000-04-26 20:42:09 +00:00
Kris Kennaway
39c06186fa
Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
...
for quite some time. If any non-committer wants to take over maintainership
please let me know.
Reviewed by: ports
No response from: erich
2000-04-23 22:59:51 +00:00
Chris Piazza
f19242cba4
Replace dead master site with a couple mirrors I found in japan
2000-04-23 04:06:56 +00:00
Michael Haro
d2ce71a278
portlint (whitespace and variable ordering)
2000-04-19 19:45:58 +00:00
Michael Haro
5213ec480e
portlint (whitespace)
2000-04-19 19:43:21 +00:00
Michael Haro
04346df06d
portlint
2000-04-19 19:42:34 +00:00
Ade Lovett
08df76d077
Update gnomeprint shared library revision
2000-04-19 15:07:06 +00:00
Jeremy Lea
b4455771cc
Standardize all user defined options to the booleans WITH_FOO and
...
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
2000-04-17 00:19:02 +00:00
Satoshi Asami
0401cfe3de
DISTNAME-related fixups.
2000-04-16 23:26:18 +00:00
Jean-Marc Zucconi
8e7574cc62
Set WRKSRC=${WRKDIR}/${DIST_SUBDIR}. Otherwise it will not build.
2000-04-16 03:30:37 +00:00
R. Imura
6f2674d86f
DISTNAMe -> DISTNAME
2000-04-15 12:57:39 +00:00
Jean-Marc Zucconi
aa82d74ce0
Fix installation when /usr/X11R6 is a symlink.
...
PR: ports/17946
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-04-14 18:55:43 +00:00
Chris Piazza
fe5426321a
Update to use PORTNAME/PORTVERSION
2000-04-13 19:19:05 +00:00
Chris Piazza
500b47f7ae
Update with the new PORTNAME/PORTVERSION variables
2000-04-10 19:50:46 +00:00
Ade Lovett
8d6ec105b7
Update to 1.0.58
2000-04-06 15:31:22 +00:00
Thomas Gellekum
2ce0a6acc5
Upgrade to 4.16.
2000-04-03 11:07:26 +00:00
Will Andrews
a0b12bb2ea
I forgot to remove GNU_CONFIGURE, as it is now implied by the newly-added
...
USE_LIBTOOL hook. This does not change anything.
Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
2000-04-03 07:12:36 +00:00
Will Andrews
a0b83061a7
Back in USE_LIBTOOL now that we have libtool 1.3.4 in the ports tree.
...
This should fix the build for 5.0-CURRENT (as tested on my -current
and -stable machines).
Submitted by: reg (parts of it)
2000-04-03 00:37:32 +00:00
Michael Haro
e6890b482f
- Fix MASTER_SITES
...
- Support CFLAGS/PREFIX properly
PR: 17169
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-01 01:45:51 +00:00
Michael Haro
9bff59abb9
portlint - ${MKDIR} doesn't need a -p flag after it
2000-03-31 20:45:29 +00:00
John Baldwin
c8d81995cd
Activated 'ebuttons', 'efancylauncher', and 'eweather'.
2000-03-31 18:40:04 +00:00
John Baldwin
72b978342c
E-Weather is an epplet used to display information about the current
...
weather similar to the wmWeather dockapp.
2000-03-31 18:31:32 +00:00
John Baldwin
5754f0ce52
E-FancyLauncher is an epplet that is an advanced button bar used to launch
...
other applications. It features tooltips and pixmaps for each button as
well as optional transparency.
2000-03-31 18:28:30 +00:00
John Baldwin
079dddae7a
E-Buttons is an epplet for Enlightenment that provides several buttons
...
that can be used to launch user applications simliar to the asbutton
utility for Afterstep.
Reviewed by: jim
2000-03-31 18:23:14 +00:00
Michael Haro
97a5376808
forgot a file
2000-03-31 08:02:48 +00:00
Michael Haro
5887d7af3e
update mastersites
...
PR: 17560
Submitted by: Trevor Johnson (trevor@jpj.net ) <trevor@jpj.net>
2000-03-31 08:02:00 +00:00
Ade Lovett
8466248889
gnomeprint shlib bump
2000-03-28 02:54:50 +00:00
Satoshi Asami
987d18f4bd
Add X symlink and file it points to (XF86_SVGA), some ports want to see if
...
the X server is there by doing a "test -f".
Requested by: imura
2000-03-27 19:30:32 +00:00
Will Andrews
263b30f8cd
Update to rxvt 2.7.3 per the rxvt-devel mailing list announcement.
...
I'll take care of other ports depending on this pending maint approval.
Changes:
1) Update rxvt website URL (badly needed).
2) Remove pkg/PLIST - Makefile inconsistency regarding chmod.
2000-03-27 07:00:09 +00:00
Will Andrews
246fe3cbb8
Back out USE_LIBTOOL. This thing isn't working. I'll have to do some more
...
work to ensure that LIBTOOL works properly next time I commit something to
fix this. :-(
Hopefully this will stop all the complaints that have flooded my mailbox.
2000-03-25 21:49:47 +00:00
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