Chris Piazza
74f8e30622
Fix for NEWGCC (sigh).
2000-01-22 04:00:57 +00:00
Chris D. Faulhaber
22676bade8
- Use MASTER_SITE_SUNSITE to MASTER_SITES
...
- Fix pkg/PLIST
PR: 16276
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-22 03:27:14 +00:00
Chris Piazza
f4b7a21b98
MASTER_SITES are broken, so add a workaround
...
PR: 16177
Submitted by: Alexander Langer <alex@cichlids.com>
2000-01-22 03:26:52 +00:00
Chris Piazza
ecb784b428
Unbreak for NEWGCC
...
PR: 16255
Submitted by: Alexander Langer <alex@cichlids.com>
2000-01-22 03:23:29 +00:00
Chris Piazza
949e9af83e
Update to ver 4.1.26
...
PR: 16241
Submitted by: maintainer
2000-01-22 03:16:01 +00:00
Chris D. Faulhaber
6171fe7924
Activate cronolog
2000-01-22 03:11:00 +00:00
Chris D. Faulhaber
61d7daff10
cronolog is a simple program that reads log messages from its input
...
and writes them to a set of output files, the names of which are
constructed using template and the current date and time. The
template uses the same format specifiers as the Unix date command
(which are the same as the standard C strftime library function).
PR: 16254
Submitted by: Mark Blackman <tmb_ports@maddog.u-net.com>
2000-01-22 03:10:03 +00:00
Chris Piazza
f98adc4112
Fix WWW
...
PR: 16228
Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
2000-01-22 02:52:44 +00:00
Chris D. Faulhaber
e8241cc711
* Update port to 0.3
...
* Add support for Winbond 83781 and 83782 chips
PR: 16242
Submitted by: Maintainer
2000-01-22 02:47:34 +00:00
Satoshi Asami
039bbe50a8
Should use USE_BISON instead of BUILD_DEPENDS.
2000-01-22 02:36:01 +00:00
Chris Piazza
b089d59e6a
Add mfm.
...
MFM is a mtools frontend filemanager written in GTK.
PR: 16080
Submitted by: Michael Vasilenko <acid@stu.cn.ua>
2000-01-22 02:31:50 +00:00
Chris Piazza
98ba52ccac
Update to version 2.0.1
...
PR: 16082
Submitted by: maintainer
2000-01-22 02:19:39 +00:00
Chris Piazza
7d75dfc4e8
Update to 8.13d
...
PR: 16092
Submitted by: maintainer
2000-01-22 02:10:00 +00:00
Chris Piazza
e6569620df
Respect CC
...
PR: 16213
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
2000-01-22 02:09:05 +00:00
David E. O'Brien
709c61ed8e
Use YACC, not bison.
2000-01-21 23:24:07 +00:00
Chuck Robey
9fc2108828
Upgrade gnuplot to 3.7.1
...
PR: 15505
Submitted by: Ade Lovett.
2000-01-21 23:18:04 +00:00
Chuck Robey
8be69f435d
Unbreak moscow_ml.
...
Obtained from: partially, from Jens Gerlach Christensen (vepjan@image.dk )
2000-01-21 22:32:29 +00:00
Matthew Hunt
7e0b07342b
Missed in (much) earlier commit: Upgrade to 0.9907.
2000-01-21 22:23:57 +00:00
Chuck Robey
1ce742e211
Bring Octave up to version 2.0.15.
...
Obtained from: Bill Fenner's Distfiles listing.
2000-01-21 21:26:52 +00:00
Bill Fenner
a34a18a770
Upgrade to 5.2.1.
...
Use byacc instead of bison.
2000-01-21 20:45:08 +00:00
David E. O'Brien
afd34cdc6c
Depend on Bison.
2000-01-21 19:29:02 +00:00
Chris Piazza
cb50798463
Fix MASTER_SITES
2000-01-21 19:03:08 +00:00
Gary Palmer
c0b6dfb66b
Add the RSS ( http://www.mail-abuse.org/rss ) to rblcheck
...
OK'd by: MAINTAINER
2000-01-21 18:58:38 +00:00
David E. O'Brien
285a211e45
Use YACC rather than Bison.
2000-01-21 18:08:16 +00:00
Bill Fenner
575ffed720
Forgot to fix CHANGES.html in last update.
2000-01-21 17:48:15 +00:00
Shigeyuki Fukushima
3f7810240e
Activate psgml-xemacs21-mule.
...
Delete psgml-xemacs-mule.
2000-01-21 15:47:08 +00:00
Satoshi Asami
b4fb9ac91b
Add missing slash to fix install error (that shows up as a packaging error).
...
PR: 16253
Submitted by: Alexander Langer <alex@cichlids.com>
2000-01-21 14:39:37 +00:00
Satoshi Asami
afeecf593d
Add USE_BISON.
...
Submitted by: maintainer
2000-01-21 14:09:26 +00:00
Shigeyuki Fukushima
8ff864acb9
Enable slave variables: MAINTAINER?= and EMACS_CMD?=,
...
when building at slave port.
2000-01-21 12:40:01 +00:00
Shigeyuki Fukushima
a38f789ad1
Depend on editors/xemacs21-mule.
...
Approved by: maintainer
2000-01-21 12:36:48 +00:00
Satoshi Asami
f682f47599
(1) Add new USE_BISON directive, which will expand to BUILD_DEPENDS on
...
4-current post bison-removal and to a no-op otherwise. Note this
should only be used when the software in question uses a feature
in bison that is not in byacc -- otherwise it should be patched to
use byacc (or detect the absense of bison correctly). [bsd.port.mk]
(2) Do not assume all category names are lowercase. In particular,
remove package links by removing them one by one, instead of doing
a "rm [a-z]*/${PKGNAME}.tgz". [bsd.port.mk]
(3) Do not assume the category name doesn't include a path separator
(/). Make links accordingly. [bsd.port.mk,README.category,README.port]
(4) Do not assume all category makefiles are directly under
${PORTSDIR}. [bsd.port.mk,README.category]
(5) Add new "package-name" target which prints out the directory name
to be used in the parent README.html. [bsd.port.subdir.mk]
(2) through (5) are in preparation for going to multi-level
categories. They shouldn't make any difference yet, but are committed
first so people can start testing.
2000-01-21 11:08:23 +00:00
David E. O'Brien
fdf822da8c
Use YACC rather than bison.
2000-01-21 09:43:22 +00:00
Kris Kennaway
9f29f5a57e
Respect CC
2000-01-21 09:01:10 +00:00
Satoshi Asami
27596d33f2
bento says USE_XLIB.
...
Submitted by: bento
2000-01-21 07:19:02 +00:00
Chris Piazza
f9021427c6
Add WWW
...
PR: 16236
Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
2000-01-21 05:40:02 +00:00
Chris Piazza
e951b8012d
Add WWW
...
PR: 16235
Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
2000-01-21 05:39:13 +00:00
John Polstra
fe7fa4a89d
Use byacc instead of bison.
2000-01-21 05:14:21 +00:00
Ade Lovett
850941fe1e
Fix bogus secure-keyboard startup mode for gnome-terminal.
...
PR: 16219
Submitted by: Andrew J. Korty <ajk@waterspout.com>
2000-01-21 03:55:13 +00:00
Ade Lovett
dbe4b24a7f
Fix a number of gnome-terminal issues.
...
PR: 16218
Submitted by: Andrew J. Korty <ajk@waterspout.com>
2000-01-21 03:53:38 +00:00
Chris D. Faulhaber
3253c03e13
Add WWW
...
PR: 16233
Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
2000-01-21 00:51:06 +00:00
Chris D. Faulhaber
bd47f60d7b
* Small cleanup of the Makefile
...
* Add WWW
PR: 16232
Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
2000-01-21 00:46:23 +00:00
Jim Mock
78ed608e64
Add a WWW link
...
PR: 16237
Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
2000-01-21 00:15:58 +00:00
David E. O'Brien
fe6f05c34f
Make this compile under -CURRENT with the sigset_t changes.
...
Submitted by: Alexander Langer <alex@big.endian.de>
2000-01-20 22:08:54 +00:00
Jim Mock
7fbdd0a5b0
Add WWW link
...
PR: 16227
Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
2000-01-20 20:02:27 +00:00
Jim Mock
a7d9eed991
Update the WWW link
...
PR: 16222
Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
2000-01-20 20:00:04 +00:00
Kris Kennaway
9daf266e5e
Respect CC and CFLAGS
2000-01-20 17:16:07 +00:00
Satoshi Asami
dbddd321ba
Fix for sigset_t changes in -current.
...
PR: 16174
Submitted by: Alexander Langer <alex@cichlids.com>
2000-01-20 03:38:25 +00:00
David E. O'Brien
bf298f5bdd
Update to version 1.0.1.
2000-01-20 03:22:02 +00:00
Jim Mock
2d5a95c75a
Update to version 1.3.11.
...
Reviewed by: unfurl
2000-01-20 02:23:12 +00:00
Chris Piazza
b53c978076
Remove empty lines in PLIST and fix WWW syntax
2000-01-20 00:22:47 +00:00