summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* No need to use += for variable defined only once.Satoshi Asami1998-09-151-2/+2
| | | | Notes: svn path=/head/; revision=13143
* Ressurect RUN_DEPENDS.Satoshi Asami1998-09-152-2/+4
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=13142
* No need to use += for variable defined only once. (I know it's justSatoshi Asami1998-09-156-12/+12
| | | | | | | a comment, but a bad one nonetheless. :) Notes: svn path=/head/; revision=13141
* Checksum changed....Satoshi Asami1998-09-151-1/+1
| | | | Notes: svn path=/head/; revision=13140
* Remove empty line at end.Satoshi Asami1998-09-151-1/+0
| | | | Notes: svn path=/head/; revision=13139
* This port doesn't build:Satoshi Asami1998-09-151-2/+4
| | | | | | | | | | | | | | | | === : c++ -O2 -pipe -DHAVE_CONFIG_H -c -o html-table.o html-table.cc html-table.cc:19: declaration of C function `char * alloca(int)' conflicts with /usr/include/stdlib.h:133: previous declaration `void * alloca(unsigned int)' here gmake: *** [html-table.o] Error 1 *** Error code 2 === While I'm here, portlint. Notes: svn path=/head/; revision=13138
* Sync with lynx[^(-current)] pkg/COMMENT (ie. clarify, since allTim Vanderhoek1998-09-151-1/+1
| | | | | | | | web browsers are alphanumeric (not to mention the other problems with "alphanumeric" brought up in -list discussion before)). Notes: svn path=/head/; revision=13137
* Yes, but WTF is xbiff?Tim Vanderhoek1998-09-151-5/+5
| | | | | | | Remove excess verbiage. Notes: svn path=/head/; revision=13136
* Upgrade to ver 0.12.19David E. O'Brien1998-09-152-5/+6
| | | | Notes: svn path=/head/; revision=13135
* Remove category x11.Tim Vanderhoek1998-09-151-2/+2
| | | | Notes: svn path=/head/; revision=13134
* Update to work with Perl5.005.Jun Kuriyama1998-09-152-6/+9
| | | | | | | | PR: ports/7836 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=13133
* Can't fetch....Satoshi Asami1998-09-151-1/+3
| | | | Notes: svn path=/head/; revision=13132
* Properly define BROKEN (only if DISPLAY is not set).Satoshi Asami1998-09-151-3/+5
| | | | | | | Reminded by: maintainer Notes: svn path=/head/; revision=13131
* Oops, one more thing.Satoshi Asami1998-09-151-3/+2
| | | | Notes: svn path=/head/; revision=13130
* Portlint.Satoshi Asami1998-09-153-6/+5
| | | | | | | | | Also, you can't build depend on /usr/src. Please change it to something like a test and marking it BROKEN. Meanwhile, comment out BUILD_DEPENDS. Notes: svn path=/head/; revision=13129
* make ELF conversion comply with standard.Scott Mace1998-09-151-4/+3
| | | | Notes: svn path=/head/; revision=13128
* Make elf conversion comply with standardScott Mace1998-09-151-3/+3
| | | | | | | round up shlib version to 8 Notes: svn path=/head/; revision=13127
* make ELF conversion comply with standardScott Mace1998-09-154-6/+6
| | | | Notes: svn path=/head/; revision=13126
* Update the documenation (DESCR and manpage) a little.David E. O'Brien1998-09-152-2/+292
| | | | Notes: svn path=/head/; revision=13125
* Changes for ELFJustin M. Seger1998-09-156-3/+45
| | | | Notes: svn path=/head/; revision=13124
* Convert to Elf.Scott Mace1998-09-143-6/+10
| | | | Notes: svn path=/head/; revision=13123
* Convert to Elf.Scott Mace1998-09-144-18/+26
| | | | Notes: svn path=/head/; revision=13122
* Add libwrap.soScott Mace1998-09-141-0/+1
| | | | Notes: svn path=/head/; revision=13121
* Convert to ELF.Scott Mace1998-09-141-1/+1
| | | | Notes: svn path=/head/; revision=13120
* Convert to Elf.Scott Mace1998-09-142-32/+34
| | | | Notes: svn path=/head/; revision=13119
* Convert to ELF.Mark Murray1998-09-144-40/+42
| | | | Notes: svn path=/head/; revision=13118
* Convert to ELF.Mark Murray1998-09-141-4/+4
| | | | Notes: svn path=/head/; revision=13117
* Convet to ELF.Mark Murray1998-09-144-8/+34
| | | | Notes: svn path=/head/; revision=13116
* Convert to ELF. A previous commit to Makefile blew up on a net.commit.Mark Murray1998-09-141-5/+4
| | | | Notes: svn path=/head/; revision=13115
* Convert to ELF.Mark Murray1998-09-141-2/+2
| | | | Notes: svn path=/head/; revision=13114
* Convert to ELF in accordance with Satoshi's instructions.Mark Murray1998-09-143-9/+9
| | | | Notes: svn path=/head/; revision=13113
* ELF conversions as per Satoshi's instructions.Mark Murray1998-09-144-10/+12
| | | | Notes: svn path=/head/; revision=13112
* Generalise the fetch process, and allow those outside the USA toMark Murray1998-09-144-32/+136
| | | | | | | fetch as well. Notes: svn path=/head/; revision=13111
* Upgrade to Apache 1.3.1 + mod_ssl 2.0.9Ralf S. Engelschall1998-09-142-3/+3
| | | | Notes: svn path=/head/; revision=13110
* Make this file match reality.Satoshi Asami1998-09-141-1/+1
| | | | | | | | | Again. Untested commit by: jmacd :< Notes: svn path=/head/; revision=13109
* Upgrade to 2.2.7 (i.e., to about the level of 2.2.7R).Satoshi Asami1998-09-143-49/+47
| | | | Notes: svn path=/head/; revision=13108
* Don't use += for a variable defined only once. Doing so will suggestSatoshi Asami1998-09-144-8/+8
| | | | | | | | this Makefile is included from elsewhere, or is adding to a variable defined in the environment, or something like that. Notes: svn path=/head/; revision=13107
* Use PLIST_SUB to minimize changes to PLIST when version is changed.Satoshi Asami1998-09-148-3760/+3768
| | | | Notes: svn path=/head/; revision=13106
* Edit out CVS keywords so patches won't fail.Satoshi Asami1998-09-142-10/+1
| | | | Notes: svn path=/head/; revision=13105
* respect PREFIX.Jun-ichiro itojun Hagino1998-09-141-4/+2
| | | | | | | gzip xmindpath.1 unconditionally. (I believe we must do some more thing) Notes: svn path=/head/; revision=13104
* update to Version 0.002Peter Hawkins1998-09-144-733/+27
| | | | Notes: svn path=/head/; revision=13103
* upgrade to 0.4 AlphaDavid E. O'Brien1998-09-143-8/+11
| | | | Notes: svn path=/head/; revision=13102
* All the use of more ptys.David E. O'Brien1998-09-131-0/+11
| | | | Notes: svn path=/head/; revision=13101
* The fetchmail config script will automagically use Kerberos V5 if found.John Fieber1998-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> Notes: svn path=/head/; revision=13100
* Properly find Motif includes and libs.David E. O'Brien1998-09-131-0/+22
| | | | | | | Problem noticed by: BitS <bits@oldwarez.com> Notes: svn path=/head/; revision=13099
* Repair a linkage problem, whereis the ssh port was trying toChuck Robey1998-09-132-372/+242
| | | | | | | | specify the location of system libs. Reviewed by: Mark Murray, David O'Brien Notes: svn path=/head/; revision=13098
* link with -pthread = -nostdlib und -lc_rAndreas Klemm1998-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 Notes: svn path=/head/; revision=13097
* use patch-ak from apache3 port (erase pid file)Andreas Klemm1998-09-136-12/+36
| | | | | | | and freetype support Notes: svn path=/head/; revision=13096
* Unbreak and update to 2.4.1. Now builds (with stubbed out chio functions) ↵Chris Timmons1998-09-1355-187/+1133
| | | | | | | under CAM. Fixes for ELF and CAM RSN. Notes: svn path=/head/; revision=13095
* Fix to let ghostscript5 link dynamically with X11 elf libsAndreas Klemm1998-09-128-8/+16
| | | | | | | Submitted by: Zach Heilig <zach@gaffaneys.com> Notes: svn path=/head/; revision=13094