Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Elfify | brian | 1998-10-01 | 1 | -9/+7 |
| | |||||
* | Mark all KDE ports BROKEN for ELF. | jseger | 1998-09-30 | 1 | -1/+3 |
| | |||||
* | Remove regexp support for libtiff34 as it is now ELF'able. | steve | 1998-09-19 | 1 | -2/+2 |
| | |||||
* | giflib is now converted to ELF so remove regexp support. | steve | 1998-09-19 | 1 | -2/+2 |
| | |||||
* | Take the manpages out of pkg/PLIST and put them in MAN1. | steve | 1998-09-16 | 4 | -4/+6 |
| | |||||
* | jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. | asami | 1998-09-15 | 2 | -4/+4 |
| | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) | ||||
* | Upgrade to ver 0.12.19 | obrien | 1998-09-15 | 2 | -5/+6 |
| | |||||
* | Um, this isn't quite right.... | asami | 1998-08-31 | 1 | -1/+3 |
| | | | | | | | | | | ------- ===> Extracting for qpage-3.2 >> Checksum OK for qpage-3.2.tar.Z. /usr/bin/tar: archive /usr/ports/distfiles//qpage-3.2.tar.Z EOF not on block boundary *** Error code 1 Stop. | ||||
* | Unbreak this port. | steve | 1998-08-30 | 3 | -4/+4 |
| | |||||
* | Oops. Next time I add MANCOMPRESSED=maybe to a port, I should also | hoek | 1998-08-30 | 2 | -3/+4 |
| | | | | add the appropriate MANx variables. :) | ||||
* | Remove some left-over manpages. | hoek | 1998-08-30 | 1 | -17/+0 |
| | |||||
* | Set MANCOMPRESSED=maybe. This isn't the correct fix. The port should | hoek | 1998-08-28 | 1 | -1/+2 |
| | | | | | have its patches that stuff NOMANCOMPRESS support in the source Makefile removed, or submitted for inclusion with the next xceptd release. | ||||
* | BROKEN: | jseger | 1998-08-20 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | # make package >> qpage-3.2.tar.Z doesn't seem to exist on this system. >> Attempting to fetch from http://www.qpage.org/download/. Receiving qpage-3.2.tar.Z (149352 bytes): 100% 149357 bytes transfered in 24.5 seconds (5.95 Kbytes/s) >> Checksum mismatch for qpage-3.2.tar.Z. Make sure the Makefile and md5 file (/usr/ports/BROKEN/comms/qpage/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop. # | ||||
* | Wow. Deleting manpages is a lot faster on bento. | hoek | 1998-08-17 | 8 | -73/+1 |
| | |||||
* | upgrade original distribution to 980813. | itojun | 1998-08-13 | 2 | -4/+4 |
| | |||||
* | Replace qt dependencies with USE_QT. | asami | 1998-08-12 | 1 | -4/+3 |
| | | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE) | ||||
* | Upgrade to version 1.80. | obrien | 1998-08-11 | 9 | -51/+155 |
| | |||||
* | Fix up dependencies for ports that moved into the x11-toolkits category. | asami | 1998-08-07 | 2 | -5/+5 |
| | |||||
* | viewfax has been moved from x11 to comms. | asami | 1998-08-07 | 2 | -4/+6 |
| | | | | Reviewed by: the ports list | ||||
* | make the script compatible with perl5 | jmz | 1998-08-07 | 2 | -2/+2 |
| | |||||
* | Grammar, spelling, and usage police. This commit brought to you by | mph | 1998-08-05 | 4 | -13/+14 |
| | | | | the letters "B" and "C". And some Chinese symbols as well. | ||||
* | Making x11 category more useful project part 1: take out "x11" of | asami | 1998-07-27 | 1 | -2/+2 |
| | | | | | | ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net> | ||||
* | Another batch of "Add homepage." for benchmarks through converters. | hoek | 1998-07-25 | 3 | -0/+6 |
| | |||||
* | Change dependencies to accept Qt-1.33 if present, | se | 1998-07-23 | 1 | -3/+3 |
| | | | | but to build Qt-1.40 if no compiled Qt library can be found. | ||||
* | Upgrade to 1.1.16. | vanilla | 1998-07-16 | 6 | -18/+30 |
| | |||||
* | Upgrade to KDE Release 1.0 | se | 1998-07-14 | 3 | -27/+135 |
| | |||||
* | Mark as broken, will be upgraded to 1.0 within a few days. | se | 1998-07-13 | 1 | -1/+3 |
| | |||||
* | Change the default for autobauding from YES to NO. | jmz | 1998-07-12 | 3 | -2/+21 |
| | | | | | Give the user a chance to backup the config files before deinstalling the port (fixes PR ports/7175). | ||||
* | Sigh. Putting the non-modifyable value first in the condition might | peter | 1998-06-30 | 1 | -8/+1 |
| | | | | | prevent programming (== vs. =) errors, but it confused the hell out of me at least. | ||||
* | Another spin loop bug. On dropped network connections, console(8) can | peter | 1998-06-28 | 1 | -0/+7 |
| | | | | also spin getting a 0 return from write(). (it's only testing for -1). | ||||
* | Preserve CLOCAL and CRTSCTS rather than just attempting to clear them, | peter | 1998-06-28 | 1 | -0/+9 |
| | | | | based on a suggestion ages ago by: Tor Egge <Tor.Egge@idi.ntnu.no> | ||||
* | Attempt to catch another spin in the client on a zero return from read(). | peter | 1998-06-28 | 1 | -0/+7 |
| | |||||
* | Catch a 0 return from read() on carrier loss, otherwise it spins in an | peter | 1998-06-28 | 1 | -0/+9 |
| | | | | | | infinite loop. Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no> (ages ago) | ||||
* | Oops, missed another "shells/bash". | asami | 1998-06-27 | 1 | -2/+2 |
| | | | | Found by: make index | ||||
* | Remove NO_CONFIGURE and NO_PATCH, they never meant anything. | asami | 1998-06-27 | 1 | -2/+1 |
| | |||||
* | Rename "bash" to "bash1" (the actual port is already repository copied). | asami | 1998-06-25 | 1 | -2/+2 |
| | | | | Requested by: chet@ins.CWRU.Edu | ||||
* | Mission: move ports/comms/atp into ports/mail/atp. | dburr | 1998-06-11 | 1 | -2/+1 |
| | | | | Phase II: deactive atp in comms Makefile. | ||||
* | 1. Correct the config file path on qpage.1 | vanilla | 1998-06-04 | 4 | -15/+40 |
| | | | | 2. Add a rc file (etc/rc.d/qpage.sh) to start qpage daemon. | ||||
* | Change MASTER_SITES. | vanilla | 1998-06-03 | 1 | -2/+2 |
| | |||||
* | Active atp. | dburr | 1998-05-16 | 1 | -1/+2 |
| | |||||
* | Change JPEG shared library number to 9. This is to make sure that everyone | jseger | 1998-05-04 | 2 | -4/+4 |
| | | | | | | | | | installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami | ||||
* | Port is no longer broken: correct PLIST has been commited | se | 1998-05-02 | 1 | -3/+1 |
| | |||||
* | Update PLIST to match Beta4.1 | se | 1998-05-02 | 1 | -22/+68 |
| | |||||
* | ===> Building package for kdeutils-4.1b | asami | 1998-04-28 | 1 | -1/+3 |
| | | | | | | | | | | | | | Creating package /usr/ports/packages/All/kdeutils-4.1b.tgz Registering depends: giflib-3.0 jpeg-6b kdelibs-4.1b qt-1.31. Creating gzip'd tar ball in '/usr/ports/packages/All/kdeutils-4.1b.tgz' tar: can't add file share/applnk/Applications/kedit.kdelnk : No such file or directory tar: can't add file share/apps/kjots/toolbar/OpenBook.xpm : No such file or directory tar: can't add file share/apps/kjots/toolbar/filedel.xpm : No such file or directory tar: can't add file share/apps/kljettool/pics/kljetlogo.xpm : No such file or directory tar: can't add file share/doc/HTML/en/kjots/index.html : No such file or directory tar: can't add file share/icons/kjots.xpm : No such file or directory *** Error code 1 | ||||
* | Update to KDE Beta4. | se | 1998-04-27 | 2 | -10/+15 |
| | |||||
* | Upgrade to 1.1.14 | jmz | 1998-04-20 | 2 | -8/+8 |
| | | | | Submitted by: Richard Wackerbarth <rkw@Dataplex.Net> | ||||
* | FreeBSD has setsockopt(). | peter | 1998-04-20 | 1 | -2/+9 |
| | |||||
* | Argh; have I mentioned that I hate ttyslot() keyed utmp files yet? :-] | peter | 1998-04-18 | 1 | -4/+5 |
| | |||||
* | Tweak autologin to get it to the point where it appears to work.. | peter | 1998-04-18 | 5 | -3/+95 |
| | | | | | Move 'console' to /usr/local/bin rather than /usr/local/sbin since there's nothing about it that requires superuser access in any way. | ||||
* | Switch remaining ports to use jpeg lib version 8.0. | jseger | 1998-04-15 | 2 | -4/+4 |
| |