Commit Graph

2782 Commits

Author SHA1 Message Date
Joe Marcus Clarke
da8e6d4792 Add a patch to allow -lc_r to be linked in on -CURRENT. Not having this caused
gdm to lock up when started.

Special thanks goes to Glenn Johnson <gjohnson@srrc.ars.usda.gov> for
tracking this down.  Apparently, newer versions of libtool have code
to prevent -lc_r from being passed to the linker on _all_ versions of
FreeBSD.  Since ${PTHREAD_LIBS} is set to -lc_r for 5.x, this causes
massive problems with threaded applications.
2003-05-11 06:31:55 +00:00
Adam Weinberger
f903d995be Update to 1.1.
PR:		51901
Submitted by:	Franz Klammer <klammer@webonaut.com> (maintainer)
2003-05-11 00:25:26 +00:00
Thomas Gellekum
b8908f06f8 Upgrade to 5.07.1.
PR:		51428
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
2003-05-09 15:44:28 +00:00
Thomas Gellekum
fbda0ef9f9 Use REINPLACE_CMD.
PR:		50843
Submitted by:	Ulrich Spoerlein <q@uni.de>
2003-05-09 15:42:24 +00:00
Eric Anholt
c5df92d1ee Add a patch to work around a gcc/gas problem on sparc64. No revision bump
necessary as this is a build fix.

Submitted by:	tmm
2003-05-07 22:34:43 +00:00
Joe Marcus Clarke
cf59029f61 Add a missing dependency on scrollkeeper.
Reported by:	bento
2003-05-07 00:47:00 +00:00
Kris Kennaway
488b213183 BROKEN: Does not compile 2003-05-07 00:12:29 +00:00
Joe Marcus Clarke
fce65928b3 Update to 2.4.1.4. 2003-05-06 01:55:28 +00:00
Eric Anholt
411774cc41 Add a warning about disk space and not to expect building until you type
'make install'.

PR:		ports/50974 (partially)
Submitted by:	Yar Tikhiy <yar@comp.chem.msu.su>
2003-05-02 07:57:40 +00:00
Joe Marcus Clarke
c21a817c4c Re-roll checksum. A diff reports only some Debian rules were added.
Reported by:	Wade Majors <wade@ezri.org>
2003-04-30 15:58:21 +00:00
Eric Anholt
ff8b37ce7a Fix a small memory leak in XvQueryAdaptors()
PR:		ports/51579
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2003-04-30 00:15:06 +00:00
Joe Marcus Clarke
d6f1f8e6ce Run the pkg-install script even if BATCH is defined. These scripts are
not interactive.
2003-04-29 23:31:14 +00:00
Christian Weisgerber
1b68a54e1c Update to version 1.0.6.
PR:		51241
Submitted by:	Ports Fury
2003-04-28 01:21:18 +00:00
Eric Anholt
e5aa7d1091 Fix a memory leak in libX11.
Obtained from:	RedHat
2003-04-26 08:00:21 +00:00
Joe Marcus Clarke
2f07578ad3 Add gcompris2 per http://5toe.lyrical.net/?action=test&category=all. 2003-04-26 04:03:46 +00:00
Max Khon
72815f7770 Add missing dependency on gtk12.
Submitted by:	MAINTAINER
2003-04-23 15:11:46 +00:00
Tilman Keskinoz
12e44a71d2 Add dependency on gdkpixbuf
Reported by:	bento
2003-04-23 12:39:51 +00:00
Joe Marcus Clarke
5504e26b7b Convert to new GNOME infrastructure. 2003-04-22 05:02:24 +00:00
Joe Marcus Clarke
0874a46409 Convert to new GNOME infrastructure. 2003-04-22 04:46:36 +00:00
Kris Kennaway
b31b45d82b Don't install the wrapper binary setgid wheel. Bump PORTREVISION. 2003-04-21 10:00:58 +00:00
Joe Marcus Clarke
018ed0aff7 Actually commit these changes to convert to new GNOME infrastructure.
Spotted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-04-21 07:36:03 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Joe Marcus Clarke
b6db67fb66 Add a patch to make webcollage get along with Perl < 5.6. 2003-04-20 06:12:01 +00:00
Joe Marcus Clarke
39885d304b Borrow a patch from Doug to fix getimage with Perl < 5.6.
Obtained from:	x11/xscreensaver
2003-04-20 02:50:44 +00:00
Doug Barton
bcfe75acbc A small patch to get xscreensaver-getimage-file working with perl < 5.6 2003-04-19 06:04:29 +00:00
Edwin Groothuis
232aab0056 [patch] x11-wm/9menu rechange url in Makefile
PR:		ports/50916
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
2003-04-18 04:59:32 +00:00
Joe Marcus Clarke
4a0c8446cc Correct spelling of "bitstream." 2003-04-18 02:51:10 +00:00
Joe Marcus Clarke
6003401be0 Link in bitstream-vera as it fixes quite a few problems with the default
GNOME 2 fonts.
2003-04-17 03:08:37 +00:00
Joe Marcus Clarke
17b1ed0d93 Add gok and meld to the list.
Requested by:	Koop Mast <einekoai@chello.nl>
Obtained from:	http://5toe.lyrical.net/?action=test&category=all
2003-04-16 23:25:37 +00:00
Joe Marcus Clarke
66d69ab9d0 Correct a typo from a bad cut'n'paste.
Reported by:	Stacey Roberts <stacey@vickiandstacey.com>
2003-04-16 17:39:26 +00:00
Joe Marcus Clarke
17d6f7381e Add gnome-swallow, a meta-applet that allows one to swallow any X11
application into the GNOME 2 panel.
2003-04-16 07:18:26 +00:00
Joe Marcus Clarke
1189082976 Add a pkg-install check to see if xscreensaver is already installed. This
way, users won't end up with two versions of xscreensaver.

Based on patches that were

Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net>
2003-04-15 22:21:27 +00:00
Adam Weinberger
000bd6e12e Convert to new GNOME infrastructure.
PR:		50959
Submitted by:	Franz Klammer <klammer@webonaut.com>
2003-04-14 20:52:19 +00:00
Joe Marcus Clarke
02a11b7d22 Remove a patch that was causing fonts not to display correctly. 2003-04-14 14:12:34 +00:00
Edwin Groothuis
5ac350dec8 x11/wmdrawer
update to 0.10.0 version

PR:		ports/50897
Submitted by:	Josef El-Rayes <j.el-rayes@daemon.li>
2003-04-13 12:55:42 +00:00
Edwin Groothuis
418038d97f ix11/wdm project moved, update MASTER_SITES and WWW
The wdm project moved, so the distfile is no longer fetchable
	at the old MASTER_SITES. Update MASTER_SITES and WWW. The
	new author obviousle created a new tarball with a different
	md5. Both tarballs include the same files as checked by
	diff.

PR:		ports/47299
Submitted by:	Erwin Lansing <erwin@lansing.dk>
Approved by:	maintainer timeout
2003-04-13 12:33:30 +00:00
Edwin Groothuis
931ae0d4ab x11-wm/9menu change MASTER_SITES
PR:		ports/50878
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
2003-04-13 10:23:55 +00:00
Adam Weinberger
dddc6cb9c9 Update to new GNOME2 infrastructure. 2003-04-12 08:29:01 +00:00
Will Andrews
a4735ab5c0 Fix fetching. 2003-04-12 00:52:40 +00:00
Will Andrews
145f2547fa Upgrade to 3.1.1a to handle PS/PDF security advisory. There are additional
patches to kgv which are also included in this commit.

Submitted by:	Lauri Watts <lauri@kde.org>
2003-04-11 14:39:16 +00:00
Max Khon
9cdac8966d New port: cnslock
Cnslock is a dock application (dockapp) which provides a visual
indication of the states of the three "lock" buttons (caps, num, and
scroll).

It should be especially useful for people who own a wireless keyboard
with no leds on it, and thus have difficulty keeping track of "lock"
states.

Submitted by:	Alexey Dokuchaev
2003-04-10 14:29:39 +00:00
Ying-Chieh Liao
a2d562e1b6 upgrade to 1.6.4 2003-04-10 11:24:51 +00:00
Joe Marcus Clarke
0530dc76b7 Fix the checks when installing config files.
Obtained from:	x11/gdm2
2003-04-09 01:51:27 +00:00
Ying-Chieh Liao
fd3d892d40 add daemon xpm
pass maintainership to submitter

Submitted by:	Josef El-Rayes <j.el-rayes@daemon.li>
2003-04-08 15:49:56 +00:00
Adam Weinberger
f58a6b926a Fix checks in the pkg-plist.
Submitted by:	olgeni
2003-04-08 13:52:20 +00:00
Joe Marcus Clarke
5d8d5c7851 Update to 4.09.
Obtained from:	x11/xscreensaver
2003-04-08 00:35:43 +00:00
Tilman Keskinoz
379f7c9892 - Nuke obsolete PREV_I18N_VER from Makefile.kde
- Update korean/kde3-i18n 3.0.4 -> 3.0.5
- Update misc/kde3-i18n-is 3.0.4 -> 3.1.1
- Update misc/kde3-i18n-id 3.0.4 -> 3.0.5
- Update misc/kde3-i18n-lv 3.0.4 -> 3.0.5
- Update misc/kde3-i18n-az 3.0.4 -> 3.0.5

Reported by:	fenners distfile survey
2003-04-07 18:50:20 +00:00
Ying-Chieh Liao
52a77a6280 add missing lib depends
Submitted by:	Andy Harrison <ah54@httpsite.com>
2003-04-07 18:30:47 +00:00
Joe Marcus Clarke
11f9bac2a0 Add a forgotten port to the Fifth Toe: streamtuner.
Submitted by:	Koop Mast <einekoai@chello.nl>
2003-04-07 18:10:56 +00:00
Doug Barton
cc62e9ce24 Upgrade to version 4.09, which has the usual mix of a few new hacks, and
a few small improvements to existing ones.
2003-04-07 02:12:10 +00:00