Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 45 | -45/+45 |
| | |||||
* | awk -> ${AWK} | mharo | 1999-08-22 | 2 | -5/+5 |
| | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} | ||||
* | chmod -> ${CHMOD} | mharo | 1999-08-22 | 10 | -21/+21 |
| | | | | chown -> ${CHOWN} | ||||
* | Fix the way the port figures out if linux support is present in the kernel. | marcel | 1999-08-18 | 8 | -56/+56 |
| | | | | | | | | | It now also works when the linuxulator is compiled into the kernel (using options COMPAT_LINUX). Due to my misunderstanding, PR/12918 has been closed for the wrong reasons. My apologies to the originator. PR: 12918 Originator: Dean Lombardo <dlombardo@excite.com> | ||||
* | o Unbreak the port. It still installs fine. If ldconfig terminates | marcel | 1999-08-08 | 8 | -192/+216 |
| | | | | | | | with a signal 11, then blame the emulator not the port. o Apply some cosmetic changes. The port now doesn't generate errors on a successful install. Installing the port isn't confusing anymore :-) | ||||
* | Mark BROKEN, ldconfig does not install properly. | billf | 1999-08-06 | 8 | -8/+24 |
| | | | | | | | ldconfig-1.9.5-8.i386.rpm ELF binary type not known. Use "brandelf" to brand it. execution of script failed error: /home/billf/cvswork/rpm/ldconfig-1.9.5-8.i386.rpm cannot be installed | ||||
* | Update to version 990623a. | steve | 1999-08-01 | 4 | -29/+31 |
| | | | | | PR: 12709 Submitted by: John Baldwin <jobaldwi@vt.edu> | ||||
* | Upgrade to version 3.9.6 | jmz | 1999-07-21 | 3 | -23/+7 |
| | |||||
* | Deactivate linux_lib | marcel | 1999-07-21 | 1 | -2/+1 |
| | |||||
* | Activate linux_base | marcel | 1999-07-21 | 1 | -2/+2 |
| | | | | Deactivate linux-base | ||||
* | linux_base is the reincarnation of linux_lib and obsoletes both linux_lib | marcel | 1999-07-21 | 56 | -448/+78072 |
| | | | | | | | | | | | | and linux-base. Both will be removed from the ports collection at the proper time. linux_base uses a subset of packages from a Red Hat 5.2 release to populate /compat/linux. There's no functional difference between linux-base and linux_base. The name of the latter is preferred over the name of the former. Reviewed by: Tim <hoek@FreeBSD.org> Supervised by: Satoshi <asami@FreeBSD.org> | ||||
* | BROKEN='MD5 checksum mismatch. Also xf25.zip has an ↵ | obrien | 1999-07-15 | 1 | -1/+3 |
| | | | | "End-of-central-directory signature not found" when unzipping problem.' | ||||
* | Changed linux-base-5.2 to linux-base. | marcel | 1999-07-09 | 1 | -2/+2 |
| | |||||
* | Activate linux-base-5.2 | marcel | 1999-07-08 | 1 | -1/+2 |
| | |||||
* | This port requires X libs to build. | steve | 1999-07-04 | 1 | -1/+3 |
| | |||||
* | Mark broken for Alpha, and don't require '.' to be in PATH in the | steve | 1999-07-04 | 1 | -2/+6 |
| | | | | do-configure target. | ||||
* | Update to 119a | flathill | 1999-07-02 | 3 | -13/+22 |
| | | | | | PR: ports/12485 Submitted by: nakai@maple.ocn.ne.jp | ||||
* | Remove trailing spaces, and any periods that were hidden by them. | hoek | 1999-06-28 | 1 | -1/+1 |
| | |||||
* | Commit #2/4 to enforce Caps, no period. I ran this oe as | hoek | 1999-06-26 | 26 | -26/+26 |
| | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) | ||||
* | Bump "Version required:", which I forgot in the previous commit. | sheldonh | 1999-06-26 | 1 | -2/+2 |
| | |||||
* | Update 2.8.1 -> 2.9.0: | sheldonh | 1999-06-23 | 4 | -6/+23 |
| | | | | | Sports native FreeBSD joystick and audio support (both untested) and bugfixes. | ||||
* | Remove empty lines and version number. | asami | 1999-06-22 | 2 | -3/+1 |
| | |||||
* | Update maintainer's e-mail address. | sheldonh | 1999-06-21 | 1 | -2/+2 |
| | |||||
* | Activate the quasi88 port. | steve | 1999-06-06 | 1 | -1/+2 |
| | |||||
* | Initial import of quasi88 version 0.2.4. | steve | 1999-06-06 | 5 | -0/+44 |
| | | | | | | | A PC-8801 emulator for X. PR: 11994 Submitted by: Nishika <nishika@cheerful.com> | ||||
* | Update to version 1.0. | steve | 1999-06-06 | 10 | -261/+159 |
| | | | | | PR: 11938 Submitted by: maintainer | ||||
* | Just in case someone wants to turn on floppyd support, fixup the | steve | 1999-06-06 | 1 | -0/+20 |
| | | | | | | | compilation errors in floppyd.c. PR: 11962 Submitted by: Dann Lunsford <dann@greycat.com> | ||||
* | Remove the test to create ${PREFIX}/share/info/dir as it is now | mharo | 1999-06-05 | 2 | -5/+1 |
| | | | | in bsd.port.mk and this helps to unify the check and install. | ||||
* | Update to use gtk version 1.2.3. | steve | 1999-05-29 | 1 | -2/+2 |
| | | | | | PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Man page fix. | jmz | 1999-05-17 | 1 | -0/+11 |
| | | | | | PR: ports/11748 Submitted by: Lowell Gilbert <lowell@world.std.com> | ||||
* | add WWW | mharo | 1999-05-10 | 1 | -0/+2 |
| | | | | | PR: 11621 Submitted by: maintainer | ||||
* | Update to 2.8.1 | flathill | 1999-05-09 | 2 | -4/+4 |
| | | | | Fix 'make fetch error problem' | ||||
* | LIB_DEPENDS on the new unified xview port. | steve | 1999-05-04 | 1 | -2/+2 |
| | |||||
* | Upgrade to 99.04.26 version of Wine. | se | 1999-05-03 | 6 | -62/+28 |
| | |||||
* | Add a couple of devices so we can use Linux X servers too. Also cleanup | steve | 1999-05-03 | 8 | -16/+80 |
| | | | | | | | pkg/PLIST so this port packages and deinstalls cleanly again. PR: 11045 Inspired by: MIHIRA Yoshiro <sanpei@sanpei.org> | ||||
* | WWWWWWWWWWWWWWWWWWWWWWWWWWWhhhhhhhhhheeeeeeeeeeeeeee!!!!!!!!! | hoek | 1999-05-02 | 7 | -11/+10 |
| | | | | That was fun! Can we do it again? Pleeeeeeaaaase! | ||||
* | Switch to using USE_ZIP along with minor cleanups to some ports. | jseger | 1999-05-01 | 1 | -7/+3 |
| | |||||
* | If wish is installed the configuration dialog doesn't get called. | steve | 1999-05-01 | 2 | -23/+25 |
| | | | | | PR: 11346 Submitted by: maintainer | ||||
* | Update to version 1.0.7. | steve | 1999-05-01 | 2 | -3/+3 |
| | | | | | PR: 11384 Submitted by: maintainer | ||||
* | update to 1.0.6. | mharo | 1999-04-26 | 2 | -4/+3 |
| | | | | | PR: 11320 Submitted by: maintainer | ||||
* | Upgrade to version 3.9.4. | jmz | 1999-04-18 | 4 | -21/+12 |
| | | | | | PR: ports/11192 Submitted by: Chris Piazza <cpiazza@home.net> | ||||
* | Removed dead mastersite | mharo | 1999-04-16 | 1 | -3/+2 |
| | |||||
* | Removed bad master site | mharo | 1999-04-16 | 1 | -3/+2 |
| | |||||
* | update ines from 0.7 to 1.0 | mharo | 1999-04-15 | 3 | -7/+7 |
| | |||||
* | Add USE_XLIB | nectar | 1999-04-07 | 1 | -1/+3 |
| | |||||
* | update to version 1.0.5: | flathill | 1999-04-05 | 3 | -11/+7 |
| | | | | | | | newly depends on gtk12 instead of gtk11. remove 'strip' from Makefile because INSTALL_PROGRAM does it. PR: ports/10962 Submitted by: k5@respo.or.jp | ||||
* | Update to 118e | flathill | 1999-03-31 | 5 | -80/+44 |
| | | | | | | | Now it comes with sound! But disabled the joystick PR: ports/10852 Submitted by: nakai@internetsolutions.co.jp | ||||
* | Use 'ONLY_FOR_ARCHS= i386'. | billf | 1999-03-30 | 2 | -2/+4 |
| | |||||
* | Updated to version 0.8.6 after I modified several problems | taoka | 1999-03-30 | 10 | -298/+150 |
| | | | | | PR: ports/7734 Submitted by: Joel Sutton (maintainer) | ||||
* | Update to version 1.2. | steve | 1999-03-15 | 3 | -7/+11 |
| | | | | | PR: 10213 Submitted by: Michael Haro <mharo@area51.fremont.ca.us> |