summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to 4.42Andrey A. Chernov1998-09-153-11/+13
|
* Support ELF or AOUT PORTOBJFORMATsChris Timmons1998-09-1511-66/+66
|
* Make jbigkit build on a non-elf systemScott Mace1998-09-151-2/+6
|
* make tcp_wrapper build on a non-elf systemScott Mace1998-09-151-3/+7
|
* fix typo in previous commitScott Mace1998-09-151-1/+1
|
* Support building on non-elf machineScott Mace1998-09-151-0/+5
|
* Upgrade to 1.4.4.Vanilla I. Shu1998-09-152-5/+5
|
* Upgrade to 0.0.7, and change LIB_DEPENDS to gtk11.Vanilla I. Shu1998-09-152-5/+5
|
* libpng major is now 3. Also remove regexp support in preparation forSatoshi Asami1998-09-1533-66/+66
| | | | ELF conversion.
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-1590-180/+180
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* Upgrade to 0.74, and use gtk11 now.Vanilla I. Shu1998-09-159-249/+267
|
* Install info page now, and I move gtk(11) back to X11R6 now.Vanilla I. Shu1998-09-159-29/+150
|
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-15137-277/+276
| | | | ELF conversion.
* No need to use += for variable defined only once.Satoshi Asami1998-09-151-2/+2
|
* Ressurect RUN_DEPENDS.Satoshi Asami1998-09-152-2/+4
| | | | Reviewed by: maintainer
* 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. :)
* Checksum changed....Satoshi Asami1998-09-151-1/+1
|
* Remove empty line at end.Satoshi Asami1998-09-151-1/+0
|
* 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.
* 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)).
* Yes, but WTF is xbiff?Tim Vanderhoek1998-09-151-5/+5
| | | | Remove excess verbiage.
* Upgrade to ver 0.12.19David E. O'Brien1998-09-152-5/+6
|
* Remove category x11.Tim Vanderhoek1998-09-151-2/+2
|
* Update to work with Perl5.005.Jun Kuriyama1998-09-152-6/+9
| | | | | PR: ports/7836 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* Can't fetch....Satoshi Asami1998-09-151-1/+3
|
* Properly define BROKEN (only if DISPLAY is not set).Satoshi Asami1998-09-151-3/+5
| | | | Reminded by: maintainer
* Oops, one more thing.Satoshi Asami1998-09-151-3/+2
|
* 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.
* make ELF conversion comply with standard.Scott Mace1998-09-151-4/+3
|
* Make elf conversion comply with standardScott Mace1998-09-151-3/+3
| | | | round up shlib version to 8
* make ELF conversion comply with standardScott Mace1998-09-154-6/+6
|
* Update the documenation (DESCR and manpage) a little.David E. O'Brien1998-09-152-2/+292
|
* Changes for ELFJustin M. Seger1998-09-156-3/+45
|
* Convert to Elf.Scott Mace1998-09-143-6/+10
|
* Convert to Elf.Scott Mace1998-09-144-18/+26
|
* Add libwrap.soScott Mace1998-09-141-0/+1
|
* Convert to ELF.Scott Mace1998-09-141-1/+1
|
* Convert to Elf.Scott Mace1998-09-142-32/+34
|
* Convert to ELF.Mark Murray1998-09-144-40/+42
|
* Convert to ELF.Mark Murray1998-09-141-4/+4
|
* Convet to ELF.Mark Murray1998-09-144-8/+34
|
* Convert to ELF. A previous commit to Makefile blew up on a net.commit.Mark Murray1998-09-141-5/+4
|
* Convert to ELF.Mark Murray1998-09-141-2/+2
|
* Convert to ELF in accordance with Satoshi's instructions.Mark Murray1998-09-143-9/+9
|
* ELF conversions as per Satoshi's instructions.Mark Murray1998-09-144-10/+12
|
* Generalise the fetch process, and allow those outside the USA toMark Murray1998-09-144-32/+136
| | | | fetch as well.
* Upgrade to Apache 1.3.1 + mod_ssl 2.0.9Ralf S. Engelschall1998-09-142-3/+3
|
* Make this file match reality.Satoshi 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).Satoshi Asami1998-09-143-49/+47
|
* 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.