Commit graph

39967 commits

Author SHA1 Message Date
Gary Jennejohn
1d7511e925 In the PATCH_SITES line add a `/'' to the end of `patches'' so that
fetch actually enters the directory.

Reported by:	Fenner's port survey
2001-03-29 11:02:52 +00:00
Dmitry Sivachenko
70923d54b4 Add to kde category. 2001-03-29 10:59:21 +00:00
Mario Sergio Fujikawa Ferreira
acaac63b55 Gracefully handle port versioning updates since Macromedia names
all versions the same.

PR:		26182
Submitted by:	maintainer
2001-03-29 10:08:24 +00:00
Mario Sergio Fujikawa Ferreira
e831b54602 Update to version 1.4 Build 106 2001-03-29 09:34:39 +00:00
Yukihiro Nakai
5be110617f Maintainer change. 2001-03-29 09:09:50 +00:00
Akinori MUSHA
fe50d2eafd Build and use libpython without threads support and make this work
fine on both 4-STABLE and 5-CURRENT.
2001-03-29 08:23:04 +00:00
Maxim Sobolev
84d049fc2b Allow MAINTAINER to be redefined in a slave port. 2001-03-29 08:13:31 +00:00
Ying-Chieh Liao
a93c68fe49 forgot INSTALLS_SHLIB 2001-03-29 07:43:51 +00:00
Joseph Koshy
d670f1eacf Revert portion of the previous commit that changed the MAN section. 2001-03-29 04:43:33 +00:00
Joseph Koshy
6c3fba5a01 Correct MASTER_SITES. 2001-03-29 03:48:13 +00:00
Andrey A. Chernov
b292717b6f Reorder @unexec lines to clean directory properly 2001-03-29 02:32:42 +00:00
Mario Sergio Fujikawa Ferreira
89b4eb4843 Add graceful creation/removal of global Skins dir.
Approved by:	maintainer
2001-03-29 02:32:02 +00:00
Mario Sergio Fujikawa Ferreira
a98b2dff5b Remote it from python category. It is an application not part of
the framework.

Submitted by:	knu
2001-03-29 02:01:02 +00:00
Satoshi Asami
dc45743aba pre-everything uses two colons, not one.
Submitted by:	bento
2001-03-29 00:29:07 +00:00
Bill Fenner
6599f6dee5 Insert ${WRKDIRPREFIX} when looking for other ports' work dirs.
Found by:	bento
2001-03-29 00:17:47 +00:00
Murray Stokely
b590aae977 Add hx 0.7.14,
a text based Hotline (http://www.bigredh.com) client
for Unix.

PR:		26186
Submitted by:	logo@blackened.com
2001-03-28 23:33:22 +00:00
James E. Housley
6ea4df2d5f Update to 4131 virus definitions
Approved by:	kris (While he is AFK)
2001-03-28 23:26:33 +00:00
Jimmy Olgeni
438704b468 Fix pkg-plist.
Noticed by:	fenner's reminder
2001-03-28 23:04:20 +00:00
Stefan Eßer
749c335942 Upgrade to 2.7.32 (beta) 2001-03-28 22:51:42 +00:00
Trevor Johnson
8e5e9b8711 Install documentation in a better place.
Patch ogg123/Makefile.am because automake will be run even though
we do not need it.  Continue to patch ogg123/Makefile.in just the
same, so automake will not be required.

Effectively rename some patches, and change some:
	- patch-aa to patch-configure.in
	- patch-ab to patch-ogg123_buffer.c
	- patch-ac to patch-ogg123_Makefile.in
	- patch-ad to patch-ogg123_ogg123.c (with changes)
	- patch-ae to patch-aclocal.m4 (with changes)
	- patch-af to patch-ogg123_Makefile.am (with changes)
The maintainer requested this.  He said that the history of these
files is not worth keeping.

Add $FreeBSD$ tags to the patches.

Change pkg-comment.

Submitted by:	maintainer
PR:		26136
2001-03-28 21:55:31 +00:00
Jim Mock
3d1f807d47 Bump PORTREVISION.
Reminded by:	kris
2001-03-28 21:51:46 +00:00
Jim Mock
1096d5b2bd Fix the following from the PR:
First, teapop fails to authentificate user if he logs in without
   specifying his domain (pop_auth calls pop_string_find and tests its
   result against being NULL, while NULL is returned only upon malloc()
   failures. On empty domain logins pop_string_find returns empty
   string). This makes APOP login method to always fail as teapop
   erroneously interprets command APOP avn
   d41d8cd98f00b204e9800998ecf8427e as an attempt of login for user
   avn@d41d8cd98f00b204e9800998ecf8427e without supplying MD5 hash
   value. Instead, return value should be tested against being empty
   string, while positive test for NULL should cause pop3 server error
   message to be printed.

   Second, if configured with WITHOUT_APOP arguments to 'make install',
   teapop incorrectly handles QUIT command while in authentification
   state. It's because a part of switch statement became commented out
   and there will be no branch for return value from
   pop_wait_for_commands with command "QUIT" (it will return 3, not 4
   when configured without APOP).

PR:		26181
Submitted by:	Alexey V. Neyman <avn@any.ru>
2001-03-28 20:51:19 +00:00
Dmitry Sivachenko
2cb13ff9e9 Update to version 1.3
Submitted by:	Andrey Novikov <andrey@novikov.com>  (MAINTAINER)
2001-03-28 19:39:00 +00:00
Nick Sayer
a964287ef6 Revert last change. I now understand where the PORT prefixed variables
come from. Pass the pointy hat. But I cleaned out RELENG_3 support in
the patch before, so finish the job in Makefile.
2001-03-28 19:12:56 +00:00
Nick Sayer
2955a2ff24 Respect CFLAGS, CXXFLAGS and PREFIX 2001-03-28 18:55:46 +00:00
Michael C . Wu
a75f568c85 Add VRRP implementation from Linux. Many people have wanted this
and thanks to minosh, we finally have somewhat of one.

PR: ports/25276
Submitted by: minosh@engineer.com
2001-03-28 18:23:50 +00:00
Maxim Sobolev
25243e9c5f Allow MAINTAINER to be redefined in slave ports.
Submitted by:	maintainer
2001-03-28 18:23:41 +00:00
Nick Sayer
f842afba9d More patch housecleaning. patch-aa replaces the separate patches. It is
a version from the author that will be merged in a future version.
Putting it in a single file like this will make it easy to get rid of
in the next release.

Also, clean up the config file a bit, including respect for ${X11BASE}
2001-03-28 18:21:31 +00:00
Michael C . Wu
1bb99eefcd The KeLP author changed his distfile without bumping version.
Updating distinfo and bumping PORTVERSION.
2001-03-28 18:16:27 +00:00
Maxim Sobolev
d714666d7d Author in the process of moving from the old to the new MASTER_SITE, so
but backup site first in MASTER_SITES.

Submitted by:	bento
2001-03-28 18:10:45 +00:00
Maxim Sobolev
bf1669b751 Add xxkb 1.5.1, an XKB keyboard layout switcher and indicator.
PR:		25558
Submitted by:	Alexander Matey <matey@cis.ohio-state.edu>
2001-03-28 17:45:41 +00:00
Jing-Tang Keith Jang
e3e7c12ba9 Add another kernel module: big5ntfs.ko
This kernel module lets users read BIG5 filenames on an NTFS.  The author
is <huangant.bbs@bbs.cs.ntou.edu.tw>.  The original patch is located at:
http://www.cis.nctu.edu.tw/~gis89501/bsd/ntfs/chinese_ntfs-4.3b2-ro.patch
It is slightly modified to accomodate port building.

It was tested on 4.3-BETA with Windows 2000 by the author, and 5.0-CURRENT
by me (also with 2000).
2001-03-28 17:44:25 +00:00
Dirk Meyer
21dfb27757 extra Whitespaces removed 2001-03-28 17:28:38 +00:00
Dirk Meyer
ea6fbf2015 Empty line removed to make portlint happy 2001-03-28 17:26:27 +00:00
Akinori MUSHA
e0e828a1a8 Update to 1.1.6. 2001-03-28 17:03:41 +00:00
Ying-Chieh Liao
de5f3ad69d add paragui
ParaGUI is a cross-platform high-level application framework and GUI library
2001-03-28 15:35:42 +00:00
Jim Mock
2a5ac8d8a3 Update to version 1.7.1. 2001-03-28 15:24:08 +00:00
Dmitry Sivachenko
0df4aac7f0 Fix typo. 2001-03-28 14:51:51 +00:00
James E. Housley
f10057af63 Missed files!!
- changes MAINTAINER,
- fixes a bug in shared memory handling where SYSVSHM segments wouldn't
  be destroyed on program exit,
- prefers memory sharing by mmap() over SYSVSHM,
- bumps PORTREVISION due to the fix above,
- contains miscellaneous clean-ups and autoconf-related changes.

PR:		25942
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
Reviewed by:	Theo van Klaveren <t.vanklaveren@student.utwente.nl>
2001-03-28 14:50:09 +00:00
Dmitry Sivachenko
11126708d2 Fix build on machines with rpm installed.
PR:		26167
2001-03-28 14:46:25 +00:00
Neil Blakey-Milner
63001d7811 Add py-omniorb 1.3, python bindings for omniORB, a CORBA 2.0 ORB.
PR:		26140
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-03-28 14:38:51 +00:00
Will Andrews
6ffbb95b36 Fix dependency problem: p5-Apache -> mod_perl.
PR:		26170
Submitted by:	maintainer
2001-03-28 14:30:56 +00:00
Jun Kuriyama
de3b8cbdac Upgrade to 2.0.1.
Submitted by:	Ernst de Haan <ernst@heinz.jollem.com> (maintainer)
PR:		ports/25975
2001-03-28 14:08:46 +00:00
Dirk Froemberg
d7e6656197 Upgrade to 3.23.36.
From the announcement:

"This release should fix the final bugs we accidently got into 3.23.34
and a long security bug that has been in MySQL a long time!

The main fixed bugs are that UPDATE didn't always use keys when
updating on something not based on a primary key and that 'affected
rows' wasn't returned to the client if the mysqld server wasn't
compiled with support for transactions."
2001-03-28 13:43:06 +00:00
Dmitry Sivachenko
320ae2df69 Eliminate -ffast-math slightly better way.
Submitted by:	knu
2001-03-28 13:22:15 +00:00
Kevin Lo
2aa30208f8 Update to version 1.1.1
PR: 26165
Submitted by: MAINTAINER
2001-03-28 13:14:10 +00:00
Kevin Lo
28a661b2be Update to version 1.0.3
PR: 26164
Submitted by: MAINTAINER
2001-03-28 13:09:09 +00:00
Jun Kuriyama
f48b5a955a Update to alpha3.
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net> (maintainer)
PR:		ports/26045
2001-03-28 13:03:46 +00:00
Akinori MUSHA
c4c339ac2b D'oh, PORTREVISION doesn't work if you define the value of it after
bsd.port.pre.mk is read.  Bump the version to 0.12a instead of 0.12_1.
2001-03-28 12:33:17 +00:00
Maxim Sobolev
58c6948e7c o Correct Ukrainian translation;
o add translations of user's nick from cp1251 into koi8 if needed in message.

Submitted by:	Olexander Kunytsa <kunia@wolf.istc.kiev.ua>
2001-03-28 12:30:39 +00:00