Brian Feldman
0de16cac26
Fix several (of course, root-exploitable) buffer overflows.
2000-08-21 23:12:28 +00:00
Maxim Sobolev
cc121d9794
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
2000-08-21 10:07:35 +00:00
Dirk Froemberg
fa627dd957
Replace every occurance of scsi_mode_page_header with
...
scg_scsi_mode_page_header in order to resolve a conflict with
scsi_mode_page_header defined /usr/include/scsi/scsi_all.h.
2000-08-19 21:26:05 +00:00
Ade Lovett
b021babcfb
Medusa is software that allows you to quickly search your system for
...
particular types of files, using an index, aimed for the GNOME
environment in general, and Nautilus in particular.
2000-08-18 15:09:37 +00:00
Akinori MUSHA
b08fe99025
Make all these Ruby related ports belong also in the newly-added
...
"ruby" virtual category.
Make textproc/eruby belong also in www.
2000-08-16 12:21:24 +00:00
Akinori MUSHA
597e8a3a90
Add ruby-syslog, a Ruby module to access syslog(3) interface.
2000-08-15 02:28:40 +00:00
Chris D. Faulhaber
789408fc48
Add directories missing in PLIST
...
PR: 20378
Submitted by: Maintainer
2000-08-12 12:00:47 +00:00
Kevin Lo
c882dd7d13
- Support CFLAGS properly
...
- Remove USE_GMAKE
- Exclude GPL doc from package
- WindowMaker -> Window Maker
PR: 20548
Submitted by: Ports Fury
2000-08-12 08:17:43 +00:00
Kevin Lo
7b226a1249
- Support PREFIX/X11BASE properly
...
- WindowMaker -> Window Maker
PR: 20549
Submitted by: Ports Fury
2000-08-12 08:07:37 +00:00
Kevin Lo
59603a0f7f
- Support X11BASE properly
...
- WindowMaker -> Window Maker
PR: 20550
Submitted by: Ports Fury
2000-08-12 08:00:10 +00:00
Will Andrews
7d7a9a2180
Make these COMMENT files conform to Handbook standard.
...
PR: 20269
Submitted by: Ports Fury
2000-08-11 11:50:37 +00:00
Will Andrews
dcb4cb482a
Add startup script.
...
PR: 20458
Submitted by: James Howard <howardjp@wam.umd.edu>
2000-08-11 01:34:09 +00:00
Satoshi Asami
7909bb4d49
@dirrm include/gkrellm
...
Submitted by: bento
2000-08-10 15:34:09 +00:00
Jim Mock
98ab2dc134
Activate battstat-applet
2000-08-09 23:30:51 +00:00
Jim Mock
a174d1cd5f
Import of battstat-applet.
...
Battstat is a laptop battery checker for the GNOME panel. It displays
different icons depending on the status of the battery.
2000-08-09 23:29:47 +00:00
Chris D. Faulhaber
7b2d813540
Respect CFLAGS properly
...
Approved by: Maintainer
2000-08-09 18:38:27 +00:00
Nick Sayer
c7e5dc01a3
Move distfile to MASTER_SITE_LOCAL/nsayer
2000-08-08 17:16:59 +00:00
Steve Price
9770c8f157
Use gd.1 in the LIB_DEPENDS so this port doesn't accidently pickup the
...
presence of the wrong library (e.g. libgdk_pixbuf).
2000-08-08 03:15:52 +00:00
Steve Price
6660eb6390
Add 'LDFLAGS+=-lio' on the Alpha for the implementations of inb/outb.
2000-08-08 03:07:38 +00:00
Steve Price
a4d704c094
Add 'LDFLAGS+=-lio' on the Alpha for the inb/outb implementations.
2000-08-08 03:01:28 +00:00
Steve Price
3ec55c71e5
Don't try to use fpresetsticky(3) on the Alpha as it doesn't exist there.
2000-08-08 02:51:55 +00:00
Steve Price
f58923d258
Add 'LDFLAGS+=-lio' for the implementations of inb/outb on the Alpha.
2000-08-08 02:42:53 +00:00
Hajimu UMEMOTO
0f7000aedb
Update to 0.10.5.
2000-08-07 08:50:22 +00:00
Ade Lovett
972ca4afab
Re-sobomize to use pre-patch instead of post-extract
...
Wrists slapped by: knu, sheldon
2000-08-04 16:11:37 +00:00
Maxim Sobolev
980135e8e5
Sobomized.
2000-08-04 15:29:09 +00:00
Ade Lovett
38ae599271
Extensive patchfile cleanups using sobomax's wonderful
...
post-extract rule
2000-08-04 01:19:21 +00:00
Ade Lovett
1a811e0989
Update to 1.2.1
2000-08-04 01:17:03 +00:00
Satoshi Asami
c6bcad2436
(1) Add new variable, XFREE86_VERSION, to specify which version of
...
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
2000-08-03 09:28:57 +00:00
Satoshi Asami
fbd121eee9
USE_X_PREFIX should be before bsd.port.pre.mk include.
2000-08-03 07:59:31 +00:00
Neil Blakey-Milner
e7047f6949
Re-add grub in sysutils, it having previously removed from misc..
...
Original port PR: ports/20168
Originally submitted by: R Joseph Wright <rjoseph@mammalia.org>
2000-08-02 08:30:07 +00:00
Kevin Lo
00e6888813
Update to version 1.31
...
PR: 20350
Submitted by: MAINTAINER
2000-08-02 07:51:46 +00:00
Dirk Froemberg
607764c7bd
Upgrade to 1.9.
...
cdda2wav-ATAPI-Reviewed-by: reg
2000-07-31 09:02:00 +00:00
Dirk Froemberg
4669e89833
Upgrade to 1.13:
...
- mkisofs has it own distribution
- mkhybrid was integrated into mkisofs
- apple_driver builds out of the box
2000-07-30 17:43:27 +00:00
Kevin Lo
d3409de7aa
Add secondary site to MASTER_SITES.
...
PR: 20268
Submitted by: Ports Fury
2000-07-30 15:11:14 +00:00
Kevin Lo
bad1f52518
Update to version 1.3
...
PR: 20271
Submitted by: MAINTAINER
2000-07-30 14:58:45 +00:00
Neil Blakey-Milner
98193c263c
Fix the MASTER_SITE to the canonical locations.
...
PR: ports/20283
Submitted by: Andreas Schulz <ats@first.gmd.de>
2000-07-29 16:32:34 +00:00
Neil Blakey-Milner
eba8075a32
Add the ftp version of the MASTER_SITE, since it is available.
2000-07-29 16:27:31 +00:00
Kevin Lo
1746229975
Update to version 1.4.5
...
PR: 20160
Submitted by: MAINTAINER
2000-07-25 00:56:00 +00:00
Alexander Langer
2ed841ede0
Add pwgen 1.15, a password generator with various options which influence
...
the security of the password.
2000-07-22 16:37:35 +00:00
Matthew Dillon
e097de9613
Correct broken master site for cpdup
2000-07-21 18:44:31 +00:00
Satoshi Asami
27198a9808
Mark these BROKEN, they don't compile/run properly.
...
Submitted by: maintainer
2000-07-19 17:50:47 +00:00
Daniel Harris
f0b36c7d13
Change my address in MAINTAINER.
2000-07-19 15:41:50 +00:00
Alexander Langer
a8dbb77421
Add memtest 2.93.1, a utility to test for faulty memory subsystem.
...
PR: 20023
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-07-19 10:27:53 +00:00
Alexander Langer
ca68c777ef
This finally is the version which is in the base system.
...
Mark BROKEN, if truncate(1) is in the base-system.
I misused OSVERSION 500011 (kqueue API changes) for decision,
if truncate(1) is in the base-system (small time-span).
2000-07-18 21:49:52 +00:00
Chris D. Faulhaber
aa869ccfbe
Update port to 0.0.6
...
PR: 20006
Submitted by: Mike Buchanon <buchanon@mlss15.cl.msu.edu>
2000-07-18 19:44:14 +00:00
Alexander Langer
5a6229b44f
Update to work with 4.x's new VM system.
...
PR: 19990
Submitted by: maintainer
2000-07-18 16:14:58 +00:00
Kevin Lo
a0ce692f90
- Update to 0.5.4
...
- Update the Makefile so the healthd.sh for the port is installed
instead the one in the files directory, which is out-of-date.
PR: 19984, 19993
Submitted by: maintainer
2000-07-18 12:06:02 +00:00
Boris Popov
41fa24ec09
Upgrade to version 0.44.0
2000-07-18 04:56:46 +00:00
Maxim Sobolev
5f6b71a82d
Update to 1.0.
2000-07-17 07:08:19 +00:00
David E. O'Brien
b4a1de3263
Update to support 4.1-RELEASE.
...
Submitted by: Vic Abell <abe@purdue.edu>
2000-07-16 21:14:48 +00:00