summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-1776-377/+319
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-17115-852/+702
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Replace AWOL maintainer with an active one (Assar Westerlund ↵kris2000-04-161-1/+1
| | | | | | <assar@stacken.kth.se>) No response from: thepish (previous maintainer)
* Fix to make this work in new PORTNAME/PORTVERSION scheme. This portasami2000-04-161-10/+11
| | | | | | | uses PKGNAME as part of the directory structure so the "pre" -> "p" change screwed up a whole bunch of stuff. Reported and reviewed by: Scott Allendorf <scott-allendorf@uiowa.edu>
* DISTNAME-related fixups.asami2000-04-163-3/+5
|
* portlint - mostly moving around variables.mharo2000-04-169-15/+11
|
* Update to 2.2.1mharo2000-04-164-40/+52
| | | | | | | | | Fixes: * fix some portname/version checking bugs * put EXTRACT_ONLY in section 1 checking * fix multi comment sections at top of Makefile regex * make portlint pass perl -w (this found a few bugs) No new features in this version
* netpbm is installed in ${LOCALBASE] now.asami2000-04-162-2/+2
|
* Finally update to bidwatcher 1.0.5.will2000-04-163-6/+4
| | | | | | | | | | | | | | | | | Changes include: 1) Original author no longer had time to work on bidwatcher. So someone else took up the code and put it on sourceforge. 2) Bandwidth load taken off people.FreeBSD.org now that we can get the distfiles off sourceforge instead. 3) Fix URI fennerism. Note: I'm aware of another bidwatcher fork, particularly the one by Wayne Schlitt (www.midwestcs.com/bidwatcher), which is at version 1.1.4; however I've decided to go with the sourceforge version since it actually does compile on FreeBSD (Wayne's version has some sort of Linux-specific timezone code, or at least it conflicts with our timezone() function). I can just hear the eBay freaks cheering this commit on..
* Fix URI fennerism; since the author still has a mainpage, set the URI towill2000-04-161-1/+1
| | | | that, so people going there might someday find something related to Hex.
* Update to battleball 2.1. Since the author's original site is gone, andwill2000-04-164-14/+39
| | | | | | | since the tarball seems to be available on tucows, we'll move it there instead of putting it on my people.FreeBSD.org space. This also fixes the distfile fennerism, and finally we can remove USE_IMAKE! The patches that have been removed are obsolete due to newer compilers.
* Add missing ldconfig.dirk2000-04-162-0/+4
|
* portlintmharo2000-04-162-3/+3
|
* add = after MASTER_SITESmharo2000-04-162-2/+2
|
* Update portlint so it supports PORTNAME/PORTVERSION. This versionmharo2000-04-164-452/+644
| | | | | | | | | | | | | | | | | | | | | | | | | | isn't 100% ready for prime time, but it works well enough that it should be fine to use for most things. I'm not sure if I'll have time to fix the few minor bugs that I know of and give it a good testing today. Parts of the PORTNAME/PORTVERSION changes were submitted by knu. Other changes in this version: * add "-V", version flag * use getopts instead of parsing @ARGV - this fixes a bug where you could only specify one flag after the dash (ie. -c -N would work and -cN wouldn't) * change some warnings to fatals * ignore dot directives in Makefile - this usually reduces the number of warnings displayed when a Makefile contains .include or .if foo * don't blame just emacs for leaving around temporary editor files * don't warn about installing files into /compat * correct counting of number of chars in pkg/COMMENT * understand multiple rcsid tags in the comments section - this allows us to have both $FreeBSD$ and $NetBSD$, for example without getting funky warning messages * scope variables with my instead of local so we can use strict to help us find bugs in portlint
* remove a.out supportmharo2000-04-161-2/+2
|
* Update to use ${WRKDIRPREFIX}${PORTSDIR} when refering to the working ↵roger2000-04-162-4/+4
| | | | directory of other ports.
* Upgrade to mod_ssl 2.6.3.dirk2000-04-166-12/+6
|
* Close PRandreas2000-04-1642-28/+2422
| | | | | | | | Postgresql port now can be packaged. User and group will be created automatically PR: 17744 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* Fix fennerism; store distfile on my people.FreeBSD.org space. The pyWeatherwill2000-04-161-1/+1
| | | | | homepage has apparently disappeared of the face of the earth, so for the time being, I'll store it here. Maybe they'll pop up later this year.
* xface support for knewsandreas2000-04-162-4/+7
| | | | | PR: 17985 Submitted by: misha
* update port to version 1.13andreas2000-04-164-4/+4
| | | | PR: 17894
* Upgrade GNU Pth scratch port to version 1.4a1.rse2000-04-163-4/+4
|
* Update WWWjedgar2000-04-161-1/+1
| | | | | PR: 18022 Submitted by: Maintainer
* Update MD5 checksum:jedgar2000-04-163-10/+9
| | | | | | | | | | | * Author rearranged the Makefile (and recompiled the linked objects contained within the DISTFILE) Update Makefile patch (patch-aa) to reflect the above changes Add 'clean' to ALL_TARGET so we do not link with the author's precompiled objects in the DISTFILE (FreeBSD's linker doesn't like Linux object files).
* Update port to 2.21jedgar2000-04-162-2/+2
|
* Update port to 0.0.6jedgar2000-04-163-2/+13
|
* Upgrade to 0.9.5a.dirk2000-04-1610-140/+162
|
* Fix typo: `=' -> `+=' to have correct LIB_DEPENDS.knu2000-04-161-1/+1
| | | | | PR: 17825 Submitted by: Goblin <root@ws14.bu.spb.ru>
* (1) Do not accept old-style ports anymore. PORTNAME/PORTVERSION isasami2000-04-161-11/+9
| | | | | | | | now required. (2) Check whether a distfile is in files/md5 before fetching instead of after. Also print out a distinct message so we can easily catch someone screwing up the distfile list (usually via DISTNAME).
* ''rse2000-04-162-2/+2
|
* Upgrade to version 1.22paul2000-04-162-2/+2
|
* Change MAINTAINER mail address.knu2000-04-161-1/+1
|
* Upgrade to GNU Portable Shell Tool (shtool), version 1.4.9rse2000-04-162-2/+2
|
* Upgrade to Apache 1.3.12 + mod_ssl 2.6.3rse2000-04-162-2/+2
|
* WRKSRC-related fixes.asami2000-04-1612-8/+14
|
* Add back DISTNAME.asami2000-04-161-2/+2
|
* Add patch.kris2000-04-161-0/+130
|
* Upgrade to 3.50.9, which fixes the local root compromise.kris2000-04-162-4/+3
| | | | Submitted by: Tony Maher <Tony.Maher@eBioinformatics.com> (Maintainer)
* Remove the FORBIDDEN tag on lynx-current. Everyone is encouraged tokris2000-04-161-2/+0
| | | | | | | | upgrade to this version, which fixes all of the known problems with previous lynx versions. My thanks to the Lynx developer, T.E.Dickey <dickey@clark.net>, for working with me so patiently to fix the problems.
* Update the vc package to version 1.22.gj2000-04-1621-21/+952
| | | | | | | Fix PLIST to delete the psgml and sgml packages. The error was hidden by the way @unexec rmdir is done. Bump PORTVERSION to 1.2.
* DISTNAME fixes.asami2000-04-162-2/+2
|
* use ghostscript 6.01 port consistently,andreas2000-04-164-4/+4
| | | | not version 5.50
* Update to 1.2.0nakai2000-04-1618-414/+162
|
* Add mudix to net category, moved from games. Also upgrade to version 3.2.will2000-04-167-0/+54
| | | | | | | | | And fix building on 4.0+, which have ncurses in the base, but unfortunately base ncurses is useless. Noted by; "Oleg V. Volkov" <rover@lglobus.ru> Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (fix for -current) Approved by: asami (in regards to no repo-copy)
* Start move of mudix from games to net category. mudix will be fixed forwill2000-04-161-1/+0
| | | | | | | 4-CURRENT and later in the net-imported port. Noted by: "Oleg V. Volkov" <rover@lglobus.ru> Approved by: asami (in regards to no repo-copy)
* Add AMCL, which is a GTK-based MUD client.will2000-04-1611-0/+81
|
* DISTNAMe-related cleanups.asami2000-04-168-6/+8
|
* Update to 1.0.3nakai2000-04-162-2/+2
|
* Update to 3.3.3nakai2000-04-164-2/+4
| | | | | PR: ports/17502 Submitted by: Maxim Sobolev <sobomax@altavista.net>
OpenPOWER on IntegriCloud