Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I am not actually MAINTAINER. | Brian Feldman | 1999-09-22 | 1 | -1/+1 |
| | |||||
* | o Support CC/CXX | Chris Piazza | 1999-09-20 | 2 | -228/+294 |
| | | | | | | o Support CFLAGS/CXXFLAGS o Make this actually build on my system (alfred had the same problem, but, oddly enough, green didn't) | ||||
* | Snes9X is updated to 1.25. | Brian Feldman | 1999-09-20 | 6 | -81/+526 |
| | | | | | | | | (And the villagers rejoiced!) Snes9X actually builds now. (And the villagers rejoiced!) Snes9X should actually work on the Alpha now. (And the villagers rejoiced!) | ||||
* | Upgrade to the 990907b version. | David E. O'Brien | 1999-09-19 | 4 | -10/+10 |
| | |||||
* | Enforce random pkg/COMMENT rules, including the one that states Emacs | Tim Vanderhoek | 1999-09-18 | 1 | -1/+1 |
| | | | | should be spelled corrcetly, although I rather liked "Emasc". | ||||
* | Linux needs a yp.conf file for NIS to work. Install a sample yp.conf so that | Marcel Moolenaar | 1999-09-17 | 40 | -0/+192 |
| | | | | | | | | | | | | NIS users now what to do. Display a note after installation of the port/package to draw attention to it. Creating the proper yp.conf on the fly is being considered... PR: 12748 Originator: Palle Girgensohn <girgen@partitur.se> Solution by: Palle Thanks to: nsayer | ||||
* | pgcc compiler is called pgcc, not egcs. The port still doesn't build | Satoshi Asami | 1999-09-11 | 2 | -3/+3 |
| | | | | | ("Internal compiler error"...probably pgcc's fault) but at least it will start compiling. | ||||
* | Add xpm by popular demand. libXpm is quite frequently used by glibc2 based X | Marcel Moolenaar | 1999-09-08 | 32 | -8/+64 |
| | | | | | | binaries (or should I say X based glibc2 binaries), including Netscape. Partially submitted by: CHOI, Junho <cjh@wdb.co.kr> | ||||
* | Use tk 8.2 | Jean-Marc Zucconi | 1999-09-08 | 2 | -4/+4 |
| | | | | Submitted by: jseger | ||||
* | Fix packaging error introduced during last update (2.9.0 -> 2.9.1). | Sheldon Hearn | 1999-09-07 | 1 | -1/+0 |
| | | | | Reported by: asami | ||||
* | Upgrade to bsvc-2.1 | Justin M. Seger | 1999-09-07 | 8 | -37/+122 |
| | | | | | Switch to tk8.2 Make myself MAINTAINER after no response from previous MAINTAINER. | ||||
* | portlint | David E. O'Brien | 1999-09-05 | 1 | -2/+1 |
| | |||||
* | gzip -> ${GZIP_CMD} | Michael Haro | 1999-09-04 | 2 | -2/+2 |
| | | | | | | gzip -d -> ${GUNZIP_CMD} gzip -dc -> ${GZCAT} gunzip -> ${GUNZIP_CMD} | ||||
* | Update to version 0.36b3.1 | Chris Piazza | 1999-09-04 | 6 | -67/+95 |
| | | | | | PR: 13572 Submitted by: Jacob Hart <c9710216@atlas.newcastle.edu.au> | ||||
* | Make sure an install can be restarted after a failure. While I'm here, update | Marcel Moolenaar | 1999-09-03 | 24 | -24/+32 |
| | | | | | DESCR and COMMENT so that they both contain the proper name of the port and do not contain the word `emulation'. | ||||
* | FreeBSD.ORG -> FreeBSD.org | Michael Haro | 1999-08-31 | 9 | -11/+11 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | USE_XLIB=yes | Chris Piazza | 1999-08-31 | 1 | -2/+3 |
| | | | | Also change a YES to a yes to be the same as the rest of the Makefile. | ||||
* | Work around the build errors by updating: 2.9.0 -> 2.9.1 | Sheldon Hearn | 1999-08-30 | 3 | -9/+7 |
| | | | | Submitted by: Damian Kuczynski <damian@tmp.iem.pw.edu.pl> | ||||
* | Mark this port broken, bison is barfing on at least monitor1.y . | Sheldon Hearn | 1999-08-30 | 1 | -0/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 1 | -1/+1 |
| | |||||
* | Enable vMac. | Donald Burr | 1999-08-29 | 1 | -0/+1 |
| | |||||
* | PR: ports/12597 | Donald Burr | 1999-08-29 | 8 | -0/+584 |
| | | | | | | | | Submitted by: troll@digitalspark.net Reviewed by: dburr@FreeBSD.ORG Import of new port emulators/vMac, a software Macintosh emulator. (Requires an image of a MacPlus ROM to work, read the vMac website for more details.) | ||||
* | Unbreak this port by upgrading to 0.2.1 | Chris Piazza | 1999-08-28 | 4 | -111/+21 |
| | | | | | PR: 13416 Submitted by: Ade Lovett <ade@lovett.com> | ||||
* | ln -> ${LN} | Michael Haro | 1999-08-28 | 2 | -4/+4 |
| | |||||
* | echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff | Michael Haro | 1999-08-27 | 1 | -2/+2 |
| | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} | ||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 45 | -45/+45 |
| | |||||
* | awk -> ${AWK} | Michael Haro | 1999-08-22 | 2 | -5/+5 |
| | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} | ||||
* | chmod -> ${CHMOD} | Michael Haro | 1999-08-22 | 10 | -21/+21 |
| | | | | chown -> ${CHOWN} | ||||
* | Fix the way the port figures out if linux support is present in the kernel. | Marcel Moolenaar | 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 Moolenaar | 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. | Bill Fumerola | 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 Price | 1999-08-01 | 4 | -29/+31 |
| | | | | | PR: 12709 Submitted by: John Baldwin <jobaldwi@vt.edu> | ||||
* | Upgrade to version 3.9.6 | Jean-Marc Zucconi | 1999-07-21 | 3 | -23/+7 |
| | |||||
* | Deactivate linux_lib | Marcel Moolenaar | 1999-07-21 | 1 | -2/+1 |
| | |||||
* | Activate linux_base | Marcel Moolenaar | 1999-07-21 | 1 | -2/+2 |
| | | | | Deactivate linux-base | ||||
* | linux_base is the reincarnation of linux_lib and obsoletes both linux_lib | Marcel Moolenaar | 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 ↵ | David E. O'Brien | 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 Moolenaar | 1999-07-09 | 1 | -2/+2 |
| | |||||
* | Activate linux-base-5.2 | Marcel Moolenaar | 1999-07-08 | 1 | -1/+2 |
| | |||||
* | This port requires X libs to build. | Steve Price | 1999-07-04 | 1 | -1/+3 |
| | |||||
* | Mark broken for Alpha, and don't require '.' to be in PATH in the | Steve Price | 1999-07-04 | 1 | -2/+6 |
| | | | | do-configure target. | ||||
* | Update to 119a | Seiichirou Hiraoka | 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. | Tim Vanderhoek | 1999-06-28 | 1 | -1/+1 |
| | |||||
* | Commit #2/4 to enforce Caps, no period. I ran this oe as | Tim Vanderhoek | 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. | Sheldon Hearn | 1999-06-26 | 1 | -2/+2 |
| | |||||
* | Update 2.8.1 -> 2.9.0: | Sheldon Hearn | 1999-06-23 | 4 | -6/+23 |
| | | | | | Sports native FreeBSD joystick and audio support (both untested) and bugfixes. | ||||
* | Remove empty lines and version number. | Satoshi Asami | 1999-06-22 | 2 | -3/+1 |
| | |||||
* | Update maintainer's e-mail address. | Sheldon Hearn | 1999-06-21 | 1 | -2/+2 |
| | |||||
* | Activate the quasi88 port. | Steve Price | 1999-06-06 | 1 | -1/+2 |
| |