summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make this file match reality.asami1998-09-141-1/+1
| | | | | | Again. Untested commit by: jmacd :<
* Upgrade to 2.2.7 (i.e., to about the level of 2.2.7R).asami1998-09-143-49/+47
|
* Don't use += for a variable defined only once. Doing so will suggestasami1998-09-144-8/+8
| | | | | this Makefile is included from elsewhere, or is adding to a variable defined in the environment, or something like that.
* Use PLIST_SUB to minimize changes to PLIST when version is changed.asami1998-09-148-3760/+3768
|
* Edit out CVS keywords so patches won't fail.asami1998-09-142-10/+1
|
* respect PREFIX.itojun1998-09-141-4/+2
| | | | gzip xmindpath.1 unconditionally. (I believe we must do some more thing)
* update to Version 0.002thepish1998-09-144-733/+27
|
* upgrade to 0.4 Alphaobrien1998-09-143-8/+11
|
* All the use of more ptys.obrien1998-09-131-0/+11
|
* The fetchmail config script will automagically use Kerberos V5 if found.jfieber1998-09-131-1/+5
| | | | | | | This patch helps it find Kerberos V5 if you installed the port in a non-standard place. Reviewed by: Ville Eerola <Ville.Eerola@sci.fi>
* Properly find Motif includes and libs.obrien1998-09-131-0/+22
| | | | Problem noticed by: BitS <bits@oldwarez.com>
* Repair a linkage problem, whereis the ssh port was trying tochuckr1998-09-132-372/+242
| | | | | specify the location of system libs. Reviewed by: Mark Murray, David O'Brien
* link with -pthread = -nostdlib und -lc_randreas1998-09-1310-0/+110
| | | | | | not only using -lc_r what would result in linking in libc and libc_r Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> Obtained from: John Birrell
* use patch-ak from apache3 port (erase pid file)andreas1998-09-136-12/+36
| | | | and freetype support
* Unbreak and update to 2.4.1. Now builds (with stubbed out chio functions) ↵cwt1998-09-1355-187/+1133
| | | | under CAM. Fixes for ELF and CAM RSN.
* Fix to let ghostscript5 link dynamically with X11 elf libsandreas1998-09-128-8/+16
| | | | Submitted by: Zach Heilig <zach@gaffaneys.com>
* Upgrade to Apache 1.3.1 + mod_ssl 2.0.8rse1998-09-122-3/+3
|
* Remove man page entries from PLIST and let MAN1 and MLINKS handlemax1998-09-112-8/+2
| | | | | | | things properly. (And of course, remove the part where symbolic link for the man page is created.)
* w/ Japanese Kanji patch.kuriyama1998-09-112-2/+2
|
* Changed MASTER_SITES to ftp.bochs.com.alex1998-09-111-2/+2
|
* Activate pysol.tg1998-09-111-1/+2
|
* New port pysol, yet another solitaire clone. Most prominent feature:tg1998-09-115-0/+129
| | | | demo mode for the uninitiated. :-)
* Upgrade to 0.90.tg1998-09-114-24/+29
|
* New version; 2.1beta -> 2.2.0peter1998-09-113-14/+13
| | | | Nagged by: distfile checker (old master site had gone)
* Upgrade to 0.19.3.tg1998-09-117-44/+39
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* Activate ja-gd.kuriyama1998-09-101-1/+2
|
* A graphics library for fast GIF creationkuriyama1998-09-1010-0/+196
| | | | Submitted by: Ichiro Fukuhara <ichiro@ichiro.org>
* Use MLINKS to create manpage link.asami1998-09-102-12/+4
|
* Use MLINKS for manpage link.asami1998-09-101-3/+3
|
* (1) Add MLINKS support.asami1998-09-101-13/+96
| | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: hoek (2) ELF support. 2a. Variable PORTOBJFORMAT specifies the object format of the system. It is passed down to configure/make via CONFIGURE_ENV/MAKE_ENV, and is given to generate-plist via PLIST_SUB. 2b. In PLIST, substitute lines that end with "/libFOO.so.X" with "/libFOO.so.X.0". (This means PLISTs should only list ELF libraries.) Reviewed by: jb, jdp, hoek, jseger, steve (3) Perl5-in-system support. Basically turns USE_PERL5 into a no-op if there exists a "/usr/bin/perl5". Also fix prior breakage by dima (${PREFIX} => ${LOCALBASE} in perl5 path). Reviewed by: markm (sort of) (4) Install requirement file as "+REQUIRE" so it will be executed correctly by pkg_delete. Reported by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> (5) Do not disable checksum and makesum when NO_EXTRACT is set. Pointed out by: hoek and kiri, among other people
* Upgrade to 1.1b.obrien1998-09-1040-140/+140
| | | | | Since there has been announced a to-be ver 1.1.1, change my versioning to a 4th "." to avoid "a"/"b" to avoid being mistaken for an alpha/beta vers.
* fix reading variables with multiple '='ache1998-09-101-2/+19
|
* add missing \ to eval exprache1998-09-091-0/+19
|
* enable abacus portandreas1998-09-091-1/+2
|
* new port abacusandreas1998-09-099-0/+250
| | | | | | | | | | spreadsheet for Tcl/Tk Abacus is a small, light and easy to use spreadsheet being developed as graduation project under the tutorship of Prof. Arlindo Oliveira, and the spreadsheet is being developed using the Tcl/Tk toolkit, as well as plain old C/C++ for all the "number-crunching" tasks. PR: 7674 Submitted by: Andrey V. Zakhvatov <andy@icc.surw.chel.su>
* Back out part of my previous commit.max1998-09-091-2/+2
| | | | | | (When doing something like VAR != ${ECHO} string | sed cmd, you can't use ${SED} as it doesn't get expanded.) Pointed out by: maintainer
* Upgrade SSL-aware Apache to: Apache 1.3.1 + mod_ssl 2.0.7rse1998-09-093-13/+33
|
* Remove the minor version number from the LIB_DEPENDS definition so thatmax1998-09-091-2/+2
| | | | it won't install libraries already exist on ELF system.
* ttmkfdir moved from x11 to x11-fonts.tg1998-09-092-3/+3
|
* Re-import to x11-fonts, as requested by Satoshi.tg1998-09-095-0/+32
|
* Activate ttmkfdir.tg1998-09-091-1/+2
|
* Upgrade to 3.1.0.tg1998-09-094-93/+109
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* Upgrade to 0.19.2.tg1998-09-095-57/+109
| | | | Reviewed by: Brian Handy <handy@physics.montana.edu>
* Obtained from: The Arla Project http://www.stacken.kth.se/projekt/arla/thepish1998-09-096-0/+92
| | | | Import of arla (free clone of AFS client)
* Use PLIST_SUB to avoid changing a few hundred lines in PLIST every timeasami1998-09-094-938/+942
| | | | | | there's an upgrade. Approved by: maintainer
* Add Kenneth Merry by prior arrangementjkh1998-09-092-4/+4
|
* remove meganm by own request.jkh1998-09-092-4/+4
|
* The three libraries are installed in a subdirectory, not under /usr/local/lib.asami1998-09-092-6/+14
| | | | | | | | Also, three files were missing from the PLIST. Note, I'm not sure if the former is right but I'm just making this file match reality. If it really has to go under /usr/local/lib, the maintainer should feel free to fix the install process. :)
* Minor additions and fix-ups:stb1998-09-0918-262/+406
| | | | | | | - filenames of Custom Icons for folders ("Icon^M") are properly escaped - Honors CFLAGS - package can actually be installed elswhere (pkg_add -p) - man pages are compressed and properly linked
* Fix MASTER_SITE.jkoshy1998-09-093-6/+6
| | | | Submitted by: Eiji-usagi-Matsumoto <usagi@clave.gr.jp> (maintainer)
OpenPOWER on IntegriCloud