summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert portion of the previous commit that changed the MAN section.jkoshy2001-03-291-2/+1
|
* Correct MASTER_SITES.jkoshy2001-03-291-1/+1
|
* Reorder @unexec lines to clean directory properlyache2001-03-291-2/+2
|
* Add graceful creation/removal of global Skins dir.lioux2001-03-294-0/+10
| | | | Approved by: maintainer
* Remote it from python category. It is an application not part oflioux2001-03-292-2/+2
| | | | | | the framework. Submitted by: knu
* pre-everything uses two colons, not one.asami2001-03-291-1/+1
| | | | Submitted by: bento
* Insert ${WRKDIRPREFIX} when looking for other ports' work dirs.fenner2001-03-291-2/+2
| | | | Found by: bento
* Add hx 0.7.14,murray2001-03-2811-0/+63
| | | | | | | | a text based Hotline (http://www.bigredh.com) client for Unix. PR: 26186 Submitted by: logo@blackened.com
* Update to 4131 virus definitionsjeh2001-03-282-2/+2
| | | | Approved by: kris (While he is AFK)
* Fix pkg-plist.olgeni2001-03-281-1/+1
| | | | Noticed by: fenner's reminder
* Upgrade to 2.7.32 (beta)se2001-03-282-12/+2
|
* Install documentation in a better place.trevor2001-03-2810-95/+63
| | | | | | | | | | | | | | | | | | | | | | | 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
* Bump PORTREVISION.jim2001-03-282-0/+2
| | | | Reminded by: kris
* Fix the following from the PR:jim2001-03-282-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* Update to version 1.3demon2001-03-283-17/+51
| | | | Submitted by: Andrey Novikov <andrey@novikov.com> (MAINTAINER)
* Revert last change. I now understand where the PORT prefixed variablesnsayer2001-03-283-26/+8
| | | | | come from. Pass the pointy hat. But I cleaned out RELENG_3 support in the patch before, so finish the job in Makefile.
* Respect CFLAGS, CXXFLAGS and PREFIXnsayer2001-03-282-7/+25
|
* Add VRRP implementation from Linux. Many people have wanted thiskeichii2001-03-286-0/+32
| | | | | | | and thanks to minosh, we finally have somewhat of one. PR: ports/25276 Submitted by: minosh@engineer.com
* Allow MAINTAINER to be redefined in slave ports.sobomax2001-03-282-2/+2
| | | | Submitted by: maintainer
* More patch housecleaning. patch-aa replaces the separate patches. It isnsayer2001-03-284-68/+219
| | | | | | | | 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}
* The KeLP author changed his distfile without bumping version.keichii2001-03-282-2/+2
| | | | Updating distinfo and bumping PORTVERSION.
* Author in the process of moving from the old to the new MASTER_SITE, sosobomax2001-03-282-4/+4
| | | | | | but backup site first in MASTER_SITES. Submitted by: bento
* Add xxkb 1.5.1, an XKB keyboard layout switcher and indicator.sobomax2001-03-2813-0/+153
| | | | | PR: 25558 Submitted by: Alexander Matey <matey@cis.ohio-state.edu>
* Add another kernel module: big5ntfs.kokeith2001-03-286-9/+23
| | | | | | | | | | 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).
* extra Whitespaces removeddinoex2001-03-284-4/+4
|
* Empty line removed to make portlint happydinoex2001-03-283-3/+0
|
* Update to 1.1.6.knu2001-03-282-7/+22
|
* add paraguiijliao2001-03-2811-0/+777
| | | | ParaGUI is a cross-platform high-level application framework and GUI library
* Update to version 1.7.1.jim2001-03-282-2/+2
|
* Fix typo.demon2001-03-283-6/+6
|
* Missed files!!jeh2001-03-282-0/+90
| | | | | | | | | | | | | - 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>
* Fix build on machines with rpm installed.demon2001-03-283-0/+30
| | | | PR: 26167
* Add py-omniorb 1.3, python bindings for omniORB, a CORBA 2.0 ORB.nbm2001-03-286-0/+167
| | | | | PR: 26140 Submitted by: Johann Visagie <johann@egenetics.com>
* Fix dependency problem: p5-Apache -> mod_perl.will2001-03-282-2/+2
| | | | | PR: 26170 Submitted by: maintainer
* Upgrade to 2.0.1.kuriyama2001-03-286-4246/+4348
| | | | | Submitted by: Ernst de Haan <ernst@heinz.jollem.com> (maintainer) PR: ports/25975
* Upgrade to 3.23.36.dirk2001-03-2818-18/+18
| | | | | | | | | | | | 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."
* Eliminate -ffast-math slightly better way.demon2001-03-284-4/+4
| | | | Submitted by: knu
* Update to version 1.1.1kevlo2001-03-284-5/+5
| | | | | PR: 26165 Submitted by: MAINTAINER
* Update to version 1.0.3kevlo2001-03-283-17/+8
| | | | | PR: 26164 Submitted by: MAINTAINER
* Update to alpha3.kuriyama2001-03-288-128/+88
| | | | | Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> (maintainer) PR: ports/26045
* D'oh, PORTREVISION doesn't work if you define the value of it afterknu2001-03-287-8/+1
| | | | bsd.port.pre.mk is read. Bump the version to 0.12a instead of 0.12_1.
* o Correct Ukrainian translation;sobomax2001-03-289-12/+1077
| | | | | | o add translations of user's nick from cp1251 into koi8 if needed in message. Submitted by: Olexander Kunytsa <kunia@wolf.istc.kiev.ua>
* Update to ruby-qt2 0.12 for qt 2.3.0.knu2001-03-288-8/+9
|
* Update to 0.5.knu2001-03-283-4/+8
|
* Update to the latest snapshot of the stable branch.knu2001-03-285-3/+7
| | | | Yes, 1.6.4 release will be released soon before 4.3-RELEASE.
* Do not depend on /usr/lib/libtelnet.a.ru2001-03-283-4/+33
| | | | Reviewed by: markm
* Place USE_BZIP2 before .include <bsd.port.pre.mk>demon2001-03-281-1/+2
|
* Use PTHREAD_CFLAGS and PTHREAD_LIBS.knu2001-03-281-2/+2
|
* New port: ktexshell.demon2001-03-286-0/+69
| | | | KDE frontend to the popular TeX/LaTeX typesetting system
* Add panda, a GPL'ed PDF generation library.knu2001-03-287-0/+137
|
OpenPOWER on IntegriCloud