Brian Feldman
2a84888391
I am not actually MAINTAINER.
1999-09-22 04:06:50 +00:00
Chris Piazza
5cb5d6fbb6
o Support CC/CXX
...
o Support CFLAGS/CXXFLAGS
o Make this actually build on my system (alfred had the same problem,
but, oddly enough, green didn't)
1999-09-20 01:56:08 +00:00
Brian Feldman
156a1aa3d9
Snes9X is updated to 1.25.
...
(And the villagers rejoiced!)
Snes9X actually builds now.
(And the villagers rejoiced!)
Snes9X should actually work on the Alpha now.
(And the villagers rejoiced!)
1999-09-20 00:04:34 +00:00
David E. O'Brien
0c0366b2e5
Upgrade to the 990907b version.
1999-09-19 04:22:55 +00:00
Tim Vanderhoek
9dbc794cb4
Enforce random pkg/COMMENT rules, including the one that states Emacs
...
should be spelled corrcetly, although I rather liked "Emasc".
1999-09-18 04:56:11 +00:00
Marcel Moolenaar
07f77bbcce
Linux needs a yp.conf file for NIS to work. Install a sample yp.conf so that
...
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
1999-09-17 19:24:39 +00:00
Satoshi Asami
68215d1840
pgcc compiler is called pgcc, not egcs. The port still doesn't build
...
("Internal compiler error"...probably pgcc's fault) but at least it will
start compiling.
1999-09-11 13:21:02 +00:00
Marcel Moolenaar
87692cee58
Add xpm by popular demand. libXpm is quite frequently used by glibc2 based X
...
binaries (or should I say X based glibc2 binaries), including Netscape.
Partially submitted by: CHOI, Junho <cjh@wdb.co.kr>
1999-09-08 09:45:02 +00:00
Jean-Marc Zucconi
b724e0bb5b
Use tk 8.2
...
Submitted by: jseger
1999-09-08 00:17:10 +00:00
Sheldon Hearn
4753381fbc
Fix packaging error introduced during last update (2.9.0 -> 2.9.1).
...
Reported by: asami
1999-09-07 15:31:59 +00:00
Justin M. Seger
bacdfe64cd
Upgrade to bsvc-2.1
...
Switch to tk8.2
Make myself MAINTAINER after no response from previous MAINTAINER.
1999-09-07 03:10:49 +00:00
David E. O'Brien
244bef6ca3
portlint
1999-09-05 22:15:15 +00:00
Michael Haro
2262dde3ac
gzip -> ${GZIP_CMD}
...
gzip -d -> ${GUNZIP_CMD}
gzip -dc -> ${GZCAT}
gunzip -> ${GUNZIP_CMD}
1999-09-04 23:39:29 +00:00
Chris Piazza
44dfea1a17
Update to version 0.36b3.1
...
PR: 13572
Submitted by: Jacob Hart <c9710216@atlas.newcastle.edu.au>
1999-09-04 20:22:36 +00:00
Marcel Moolenaar
6f9d7e09ad
Make sure an install can be restarted after a failure. While I'm here, update
...
DESCR and COMMENT so that they both contain the proper name of the port and
do not contain the word `emulation'.
1999-09-03 07:25:50 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
469c382bb0
$Id$ -> $FreeBSD$
1999-08-31 05:45:15 +00:00
Chris Piazza
d2f72bd182
USE_XLIB=yes
...
Also change a YES to a yes to be the same as the rest of the Makefile.
1999-08-31 03:10:19 +00:00
Sheldon Hearn
fa0fd44db7
Work around the build errors by updating: 2.9.0 -> 2.9.1
...
Submitted by: Damian Kuczynski <damian@tmp.iem.pw.edu.pl>
1999-08-30 12:06:50 +00:00
Sheldon Hearn
7587f6ae01
Mark this port broken, bison is barfing on at least monitor1.y .
1999-08-30 10:52:40 +00:00
Peter Wemm
9de5ac14c7
$Id$ -> $FreeBSD$
1999-08-29 11:32:39 +00:00
Donald Burr
7fcec2c928
Enable vMac.
1999-08-29 05:52:05 +00:00
Donald Burr
d5b0f28017
PR: ports/12597
...
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.)
1999-08-29 05:51:19 +00:00
Chris Piazza
881196a841
Unbreak this port by upgrading to 0.2.1
...
PR: 13416
Submitted by: Ade Lovett <ade@lovett.com>
1999-08-28 16:50:32 +00:00
Michael Haro
af5f314286
ln -> ${LN}
1999-08-28 01:58:05 +00:00
Michael Haro
58942bab6d
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
...
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 21:14:04 +00:00
David E. O'Brien
9a9ac6ba9d
Change Id->FreeBSD.
1999-08-25 05:57:29 +00:00
Michael Haro
235481b52a
awk -> ${AWK}
...
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Marcel Moolenaar
64354154c2
Fix the way the port figures out if linux support is present in the kernel.
...
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>
1999-08-18 12:49:53 +00:00
Marcel Moolenaar
1e62c19802
o Unbreak the port. It still installs fine. If ldconfig terminates
...
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 :-)
1999-08-08 11:40:53 +00:00
Bill Fumerola
26be6b1008
Mark BROKEN, ldconfig does not install properly.
...
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
1999-08-06 15:13:17 +00:00
Steve Price
73c2bda784
Update to version 990623a.
...
PR: 12709
Submitted by: John Baldwin <jobaldwi@vt.edu>
1999-08-01 02:33:07 +00:00
Jean-Marc Zucconi
1a0dbf5689
Upgrade to version 3.9.6
1999-07-21 23:43:56 +00:00
Marcel Moolenaar
9cad50d25a
Deactivate linux_lib
1999-07-21 15:38:47 +00:00
Marcel Moolenaar
2fd35d8c13
Activate linux_base
...
Deactivate linux-base
1999-07-21 11:21:59 +00:00
Marcel Moolenaar
8ef42e661a
linux_base is the reincarnation of linux_lib and obsoletes both linux_lib
...
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>
1999-07-21 10:41:39 +00:00
David E. O'Brien
e4a2640ab9
BROKEN='MD5 checksum mismatch. Also xf25.zip has an "End-of-central-directory signature not found" when unzipping problem.'
1999-07-15 01:13:28 +00:00
Marcel Moolenaar
8c3a2fe0ea
Changed linux-base-5.2 to linux-base.
1999-07-09 08:04:21 +00:00
Marcel Moolenaar
5d7381cf09
Activate linux-base-5.2
1999-07-08 15:02:54 +00:00
Steve Price
0defe1918f
This port requires X libs to build.
1999-07-04 21:36:08 +00:00
Steve Price
152faff973
Mark broken for Alpha, and don't require '.' to be in PATH in the
...
do-configure target.
1999-07-04 20:57:34 +00:00
Seiichirou Hiraoka
e8ed2dfbf4
Update to 119a
...
PR: ports/12485
Submitted by: nakai@maple.ocn.ne.jp
1999-07-02 05:27:37 +00:00
Tim Vanderhoek
e32f86f31b
Remove trailing spaces, and any periods that were hidden by them.
1999-06-28 00:45:20 +00:00
Tim Vanderhoek
4b7f92f936
Commit #2/4 to enforce Caps, no period. I ran this oe as
...
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`
Results to follow. :)
1999-06-26 17:55:58 +00:00
Sheldon Hearn
75d5290a29
Bump "Version required:", which I forgot in the previous commit.
1999-06-26 07:53:16 +00:00
Sheldon Hearn
a92faf39db
Update 2.8.1 -> 2.9.0:
...
Sports native FreeBSD joystick and audio support (both untested) and
bugfixes.
1999-06-23 13:19:35 +00:00
Satoshi Asami
cfd759c29a
Remove empty lines and version number.
1999-06-22 09:58:31 +00:00
Sheldon Hearn
fb42f6ed65
Update maintainer's e-mail address.
1999-06-21 11:07:15 +00:00
Steve Price
4c2d796162
Activate the quasi88 port.
1999-06-06 17:04:46 +00:00