1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
Commit Graph

650 Commits

Author SHA1 Message Date
Gary Jennejohn
c81c40c7b4 Change the get_nfsstat routine to use sysctlbyname for -current, i.e.
__FreeBSD_version >= 400001. Thanks to Doug Rabson for the idea.

Reviewed by:	Lars Koeller, the maintainer
1999-03-03 21:55:24 +00:00
Shigeyuki Fukushima
1f2aad2de5 Changed my e-mail address. 1999-03-02 10:12:10 +00:00
Shigeyuki Fukushima
a3e290df88 MAINTAINER changed, because I was a committer. 1999-03-01 09:38:29 +00:00
Satoshi Asami
a547df0ed0 Add mkisofs112. 1999-02-28 21:49:09 +00:00
Satoshi Asami
3d45976da3 Portlint. 1999-02-28 21:48:09 +00:00
Jun Kuriyama
22007c3c25 Add windowmaker and afterstep virtual category. 1999-02-28 15:24:16 +00:00
Jun Kuriyama
7a0289c4f5 Activate wmmount. 1999-02-28 11:18:20 +00:00
Jun Kuriyama
baf061d994 The freespace for Window Maker.
PR:		ports/9314
Submitted by:	Osokin Sergey aka oZZ <ozz@freebsd.org.ru>
1999-02-28 11:17:14 +00:00
David E. O'Brien
732390dac1 MASTER_SITE_SUBDIR was broken. My choices in fixing were either go with
GZIP or BZIP2 distfiles.  I went with BZIP2.
1999-02-28 06:06:25 +00:00
David E. O'Brien
254a0b2b0f MASTER_SITE_SUBDIR changed. I had to pick between GZ or BZIP2 -- I went
with BZIP2.
1999-02-28 05:56:15 +00:00
Bill Fumerola
fdc680e681 Welcome ascpu, graphically see how much CPU your machine is using. 1999-02-28 04:32:35 +00:00
Bill Fumerola
ef0847710a This is an Afterstep look & feel CPU statistics monitor tool.
http://bewoner.dma.be/Albert/afterstep/

PR:		ports/10144
Submitted By:	Dima Sivachenko <dima@Chg.RU>
1999-02-28 04:30:59 +00:00
David E. O'Brien
280905ed74 Upgrade to 4.41. 1999-02-28 03:37:19 +00:00
David E. O'Brien
fa4dfcfedc BROKEN= "kvm_nlist: Symbol '_swaplist' not found" for 4-CURRENT. 1999-02-25 10:40:42 +00:00
Dirk Froemberg
c613991178 Save this port from rotting: overtake maintainership. 1999-02-23 16:18:44 +00:00
Kris Kennaway
2f1ad59ee3 The wmmon port likes to install itself setuid root. Unfortunately, it has a
major security hole (and at least one minor one) resulting in a local root
exploit. Until a better fix is available, this patch installs the binary
chmod go-s, meaning you must be root to run it. If anyone is using this in
a multi-user environment they are strongly advised to remove the setuid bit.

Submitted by: Steve Reid <sreid@alpha.sea-to-sky.net>
1999-02-23 11:21:09 +00:00
Steve Price
249faedcf5 Something bizarre going on, so I'm reverting the checksum until I
can figure it out.
1999-02-22 21:23:46 +00:00
Dirk Froemberg
b36d9ffd01 MAINTAINER= ports@FreeBSD.ORG to make portlint happy.
Add another MASTER_SITE.
1999-02-22 16:09:52 +00:00
Steve Price
7d3ed01d62 New checksum. 1999-02-22 02:52:04 +00:00
David E. O'Brien
236c534211 "update" to 4.40H.
(Vic Abell was hard pressed for time, but managed to fix squeeze in support
for our 16-char user names.  BUT the patch rev, accidently went backwards).
1999-02-19 10:39:14 +00:00
David E. O'Brien
561b8c343b Upgrade to version 4.40i.
This fixes the bug refered to in the HERT advisory on lsof.
Note, that LSOF assumes 8 char login names.  Vic Abell is looking at getting
this information from headers so our 16 char login names will be supported.

Submitted by:	"Vic Abell" <abe@purdue.edu>
1999-02-18 19:06:15 +00:00
Bill Fumerola
2c742ab87b Roll a new distfile.
Caught By: 	Satoshi's Package-O-Matic.
1999-02-11 19:32:39 +00:00
David E. O'Brien
85d3eb073d upgrade to 4.40h
(this includes jdp's patch-ae)
1999-02-11 12:53:04 +00:00
Jean-Marc Zucconi
509b4c7f9c Upgrade to version 1.4.1. Portlint. 1999-02-11 01:44:27 +00:00
Stefan Eßer
87bf3684b2 Remove extra argument to "configure" that had been committed by accident. 1999-02-08 22:30:01 +00:00
Stefan Eßer
dd6fe9e879 Upgrade to KDE 1.1 RELEASE. 1999-02-08 22:25:54 +00:00
Stefan Eßer
523f3928b7 Upgrade to KDE-1.1pre2 ... 1999-02-06 23:22:08 +00:00
Gary Jennejohn
1d955cfe68 Add xperfmon3 1999-02-04 05:12:53 +00:00
Gary Jennejohn
091207b6c2 Update to version 3.0. This version only works for FreeBSD 3.0R or
higher.
Submitted from: Lars Koeller (the maintainer)
1999-02-04 05:10:54 +00:00
Bill Fenner
f35a5950ab MASTER_SITE_SUBDIR doesn't get a trailing slash. 1999-02-04 02:17:35 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
Vanilla I. Shu
a162387e41 Fix libtool for 4.0c.
PR:		ports/9827
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-02-02 14:19:19 +00:00
David E. O'Brien
2578df6dfa Upgrade to 4.40 "G" -- a special FreeBSD version to fix minor problems with
the 4.40 distribution.
1999-02-02 06:44:19 +00:00
Satoshi Asami
d077950392 portlint. 1999-02-01 23:47:45 +00:00
Satoshi Asami
1e807174e0 portlint. 1999-02-01 22:16:12 +00:00
Vanilla I. Shu
9291392cde Upgrade to 0.99.3.1.
PR:		ports/9816
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-01-31 20:48:02 +00:00
Bill Fenner
dc90d64404 Use ${MASTER_SITE_GNOME} 1999-01-27 08:31:54 +00:00
Bill Fenner
5261958626 ${MASTER_SITE_GNU} got rearranged in December; let's catch up. 1999-01-27 07:41:29 +00:00
Bill Fenner
76eca5a3a5 Fix MASTER_SITES.
PR:		ports/9693
Submitted by:	Chris Piazza <norn@home.net>
1999-01-26 19:53:03 +00:00
David E. O'Brien
b8eefe1697 upgrade to 4.40 1999-01-26 09:42:58 +00:00
Steve Price
d4ae319ba7 Update to version 2.4.
PR:		9605
Submitted by:	maintainer
1999-01-26 02:30:54 +00:00
Gary Jennejohn
b0f9942875 Update to use kvm_getswapinfo for 4.0-current.
Reviewed by:	the maintainer
1999-01-25 22:10:30 +00:00
Seiichirou Hiraoka
028d6a6f16 to use MASTER_SITE_COMP_SOURCES 1999-01-21 03:55:19 +00:00
Satoshi Asami
4eab2ea329 Add virtual category "windowmaker". 1999-01-18 06:43:04 +00:00
Steve Price
5afe9e7c4b Activate the npadmin port. 1999-01-18 03:42:59 +00:00
Steve Price
f2286b5691 Initial import of npadmin version 0.7.
An SNMP based command line network printer management tool.

PR:		8839
Submitted by:	Dominic Mitchell <dom@phmit.demon.co.uk>
1999-01-18 03:41:26 +00:00
Steve Price
5c7bf31b40 Fix build for -current.
PR:		9461
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1999-01-18 03:00:39 +00:00
Steve Price
ccbfd46357 Update to version 3.7.7.
PR:		9462
Submitted by:	maintainer
1999-01-18 02:58:58 +00:00
Steve Price
13e93cd996 Get this to build in -current.
PR:		9401
Submitted by:	Allan Saddi <asaddi@philosophysw.com>
1999-01-18 02:29:37 +00:00
Vanilla I. Shu
e28b279267 Upgrade to 0.99.1. 1999-01-17 12:49:48 +00:00
Vanilla I. Shu
db341fa61b Upgrade to 0.99.2. 1999-01-15 18:12:25 +00:00
Vanilla I. Shu
0797ec2744 Add more MASTER_SITES & RUN_DEPENDS to gnomecore.
And it can't work fine with gnomelibs-0.99.3, BROKEN it.
1999-01-14 20:57:30 +00:00
Bill Fumerola
7592e932d6 activate bchunk
PR:		ports/9420
1999-01-13 23:10:30 +00:00
Bill Fumerola
5d4492fa8d bchunk is a Unix/C rewrite of the fine BinChunker software for some
non-Unix systems.

binchunker converts a CD image in a ".bin / .cue" format
(sometimes ".raw / .cue") to a set of .iso and .cdr tracks. The
bin/cue format is used by some non-Unix cd-writing software, but
is not supported on most other cd-writing programs.

The .iso track contains an ISO file system, which can be mounted
through a vn device on FreeBSD systems, or written on a CD-R
using cdrecord. The .cdr tracks are in the native CD audio format. (pcm)
They can be either written on a CD-R using cdrecord -audio, or
converted to WAV (or any other sound format for that matter)
using sox.
PR:		ports/9420
Submitted By:	Adam McDougall <bsdx@spawnet.com>
1999-01-13 23:08:52 +00:00
Vanilla I. Shu
edecf3c4f0 Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
1999-01-12 16:51:33 +00:00
Steve Price
82436abc4f Avoid installing libTkSteal.so if it exists. 1999-01-10 17:58:47 +00:00
Satoshi Asami
a949ff1e14 Make dependency lines point to right directories -- they were still
using the old names (without "11").
1999-01-08 09:54:21 +00:00
Andreas Klemm
a3cc32a1b9 update to webmin v 0.65
New in this version
        - Added Solaris 7 support
        - Better support for Redhat 5.2
        - Squid NOVM and 2.1 support
        - FreeBSD group quotas support
        - Apache module bugfixes and support for dynamic modules
        - BIND module bugfixes
        - Other assorted bugfixes
1999-01-07 19:44:19 +00:00
Stefan Eßer
8f11472006 Upgrade to the first pre-release of KDE 1.1.
This port requireat least s version 1.41 of the Qt library.
There will be an error reported by configure, if only an earlier
version is found, but no automatic port dependency exists (i.e.
the x11-toolkits/qt141 port has to be manually built and installed).

There may still be a problem with a missing -lXext in the kdesupport
port. This will be taken care of during the next few days, if the
problem still exists ...
1999-01-07 00:52:05 +00:00
Matthew Hunt
909aa73b66 Honor CFLAGS.
PR:		9330
Submitted by:	Sheldon Hearn <axl@iafrica.com>
1999-01-06 18:57:37 +00:00
Satoshi Asami
afaa25f0cc Mark these broken while Stefan works on an upgrade. 1999-01-06 05:42:38 +00:00
Hidetoshi Shimokawa
149aebcb58 Add 'ONLY_FOR_ARCHS=i386' to APM dependent ports.
Advanced Power Management is only for i386.
1999-01-06 05:16:30 +00:00
Vanilla I. Shu
c8bc1bebc7 Activate gnomecontrolcenter. 1999-01-05 13:13:04 +00:00
Vanilla I. Shu
6e95724e2a It's gnome control center. 1999-01-05 13:12:01 +00:00
Hidetoshi Shimokawa
c78a647d72 remove -m486 option for alpha. 1999-01-05 08:21:25 +00:00
Steve Price
67eaf87ab5 Update to version 1.6.2.a.
PR:		9306
Submitted by:	maintainer
1999-01-05 01:06:04 +00:00
Mike Smith
1b35d26302 Distfile changed (minor patch) 1999-01-04 09:25:54 +00:00
David E. O'Brien
ccdd87cbc6 * Obey our CFLAGS
* Allow override of gcc as compiler used

Submitted by:	Kris Kennaway <kkennawa@physics.adelaide.edu.au>
                (with changes by me)
1999-01-04 05:43:31 +00:00
Steve Price
05f9ee8b64 Fix for monitoring of disk I/O in -current.
PR:		9262
Submitted by:	maintainer
1999-01-04 03:40:06 +00:00
Vanilla I. Shu
9a1ff4293b Upgrade to 0.99.0 1999-01-01 06:44:36 +00:00
Andrey A. Chernov
9c1c24df71 upgrade to 3.7.6 1998-12-30 00:16:43 +00:00
David E. O'Brien
c19a5f6dd6 upgrade to 4.39 1998-12-29 21:40:01 +00:00
Satoshi Asami
9e9d3b0ee3 Include bsd.port.pre.mk before using OSVERSION.
Reported by:	Leif Neland <root@swimsuit.internet.dk>
1998-12-29 00:15:34 +00:00
SADA Kenji
49e93e39fa Activate comconsole. 1998-12-27 18:06:51 +00:00
SADA Kenji
77e31f46a7 Moved from `misc' category.
--
This package will setup your PC to use serial port COM1 as its console
device.
Note that this is a special package and you should pkg_add this on a newly
installed system. This is intended to install from installer floppy disk
on a system without its own display nor keyboard.
1998-12-27 18:04:33 +00:00
David E. O'Brien
433fec397c Is broken for all of 3.0, not just ELF. 1998-12-27 08:28:01 +00:00
Satoshi Asami
da78791fe1 Create info/dir before trying to use it. Also, add install-info lines
to PLIST.
1998-12-24 19:19:29 +00:00
Dirk Froemberg
6e54458fa2 - Upgrade to 1.2
- add ${MASTER_SITE_SUNSITE} to ${MASTER_SITES}

Requested by:	Andreas Klemm <andreas@FreeBSD.ORG>
1998-12-24 13:15:23 +00:00
Justin M. Seger
f45af63c1f Activate sysutils/copytape 1998-12-20 21:15:22 +00:00
Justin M. Seger
6299cff8f6 Import of copytape 1.0
Copytape duplicates magtapes. It is intended for duplication of
bootable or other non-file-structured (non-tar-structured) magtapes
on systems with only one tape drive. Copytape is blissfully ignorant
of tape formats. It merely makes a bit-for-bit copy of its input.

PR:		ports/8454
Submitted by:	sjr@home.net
1998-12-20 21:14:43 +00:00
Vanilla I. Shu
0715b0c448 Add "\" on the first MASTER_SITES line. My fault, sorry.
Submitted by:	John Hay
1998-12-20 14:18:48 +00:00
Justin M. Seger
3642505d21 Activate sysutils/psmisc 1998-12-20 03:57:10 +00:00
Justin M. Seger
2fca8778da Import of psmisc-17.
A port of the Linux pstree, killall and pidof commands.
Does not include the 'fuser' command.

PR:		ports/5970
Submitted by:	rantapaa@uswest.net
1998-12-20 03:55:54 +00:00
Vanilla I. Shu
c9e69a1e3b Change MASTER_SITES. 1998-12-20 01:22:58 +00:00
Bill Fumerola
6565960bb8 Correct the installation of the lsof man page
PR:		ports/9106
1998-12-16 19:50:40 +00:00
Seiichirou Hiraoka
da21c7760c Fix error 'make clean' 1998-12-16 04:51:54 +00:00
Seiichirou Hiraoka
f4572b18b7 Add SUBDIR += wmmon 1998-12-11 15:24:02 +00:00
Seiichirou Hiraoka
2b5e20df2d PR: ports/8874
Submitted by:	kkennawa@physics.adelaide.edu.au
WMMon monitors the realtime CPU load as well
the average system load and gives you some nice additional features too...
1998-12-11 15:22:46 +00:00
Justin M. Seger
f2dcbb2476 Add dependency on tcp_wrappers if PACKAGE_BUILDING is defined. 1998-12-10 02:18:15 +00:00
Vanilla I. Shu
bee44e01df Upgrade to 2.3. 1998-12-08 18:49:04 +00:00
Vanilla I. Shu
690975d0f3 Upgrade to 2.4.5. 1998-12-08 18:43:04 +00:00
Joerg Wunsch
ff83786f29 There are apparently different SmartUPS models that accept different
possible values for the wakeup-batteries-capacity register.  Add a
few more values i've obtained from my SmartUPS 1400.

Also, make apc.c print out the name of the register in case some
`tune' operation for an APC_TOGGLE type register failed, so the
operator gets a clue about what went wrong.

Maybe i'll someday even find the time to write up a short man page
for all this...
1998-12-08 16:22:59 +00:00
Vanilla I. Shu
2e27eb7403 Change gtk to gtk11. 1998-12-08 16:21:12 +00:00
Vanilla I. Shu
46fc1e05f9 Upgrade to 0.4.0. 1998-12-08 16:07:34 +00:00
David E. O'Brien
132475efa3 Install in sbin vs. bin. Manpage is already a .8 and non-root users can't
run rdate.  Thus it is a system utility.
1998-12-08 08:13:32 +00:00
David E. O'Brien
07924f122a Opps. Forgot to remove the distpatch applying.
Noticed by:	John-Mark Gurney <gurney_j@efn.org>
1998-12-07 20:04:01 +00:00
Vanilla I. Shu
5412d63a4d Correct the MASTER_SITES (my fault, sorry), and add my page as second SITE.
Remind by:	david
1998-12-07 09:23:48 +00:00
David E. O'Brien
f39f928657 BROKEN='the single MASTER_SITE gives: "Alert!: HTTP/1.1 404 File Not Found"'
Bad MASTER_SITE by:	vanilla
(I really need this new file fetching protocol vanilla has.  It appears to be
quite magical as it can pull distfiles out of thin air)
1998-12-07 09:07:01 +00:00
Vanilla I. Shu
9072268762 Activate glload. 1998-12-06 14:07:25 +00:00
Vanilla I. Shu
d6f0fcea1f Opengl load monitor. 1998-12-06 14:06:05 +00:00
Seiichirou Hiraoka
e7a552d09f Add SUBDIR += pkg_version 1998-12-06 07:26:35 +00:00
SADA Kenji
dfcd2b4b8d Update of ports/sysutils/ucspi-tcp's version: 0.80 -> 0.84
PR:	ports/8927
Submitted by:	Yarema <yds@dppl.com>
1998-12-05 20:26:46 +00:00
Seiichirou Hiraoka
032cbc959c Add SUBDIR+=libretto-config 1998-12-05 05:37:07 +00:00
Seiichirou Hiraoka
d99d5adf37 PR: ports/8934
Submitted by:	shige@kuis.kyoto-u.ac.jp
Initial Import libretto-config.
The utility program to configure the BIOS setting
of the mini notebook computer, Toshiba Libretto.
1998-12-05 05:35:47 +00:00
Martin Cracauer
066d2e3865 More MASTER_SITES
Make portlint happy
1998-12-02 23:42:14 +00:00
David E. O'Brien
e079a11417 Force /usr/src/sys to be available when PACKAGE_BUILDING. 1998-12-02 07:01:08 +00:00
David E. O'Brien
6dda0fcb76 Move manpage from sect 1 to sect 8. 1998-12-01 09:41:59 +00:00
David E. O'Brien
1322ad7a6a Upgrade to ver 4.38. 1998-12-01 09:40:48 +00:00
Satoshi Asami
5e0762a956 More missing dependencies. 1998-11-29 12:43:13 +00:00
Bill Fumerola
e8835815f8 Typo "sbin/upsmon" -> "sbin/upsmond"
Submitted by:	Igor Vinokurov
1998-11-25 22:04:29 +00:00
Bill Fumerola
0845a23f6a Activate upsmon
PR:		ports/8157
1998-11-24 22:46:14 +00:00
Bill Fumerola
4a23f30b9f Initial import of ports/sysutils/upsmon
Designed specifically for the APC SmartUPS devices, the
software is dependent on the SmartUPS interface and will
only function with SmartUPS devices.

Essentially, this is a simpler version of upsd.
1998-11-24 22:43:40 +00:00
Steve Price
6c450aae0f Remove extraneous x11 from CATEGORIES.
Submitted by:	Josh Gilliam <josh@quick.net>
1998-11-21 07:27:41 +00:00
Andreas Klemm
8d17459076 Check if webserver is installed
Warn user if no webserver is installed
Recommend apache13-php or apache13-modssl. the php version can
be configured to use the modssl module as well ...
1998-11-19 21:59:54 +00:00
Andreas Klemm
458cae5dda define USE_PERL5 in Makefile 1998-11-19 21:41:15 +00:00
Andreas Klemm
a47818df2e activate webmin 1998-11-19 21:39:23 +00:00
Andreas Klemm
09d517ab11 new port webmin v0.64
Webmin is a web-based interface for system administration for Unix.
Using any browser that supports tables and forms, you can setup
user accounts, Apache, DNS, file sharing and so on.

Webmin consists of a simple web server, and a number of CGI programs
which directly update system files like /etc/inetd.conf and
/etc/passwd. The web server and all CGI programs are written in
Perl version 5, and use no external modules. This means that you
only need a Perl binary to run Webmin.

More infos:
http://www.webmin.com/webmin/
1998-11-19 21:38:24 +00:00
Satoshi Asami
58bbd86d53 Add dependency to xpm.
Submitted by:	Roger Hardiman <roger@cs.strath.ac.uk>
1998-11-17 03:22:07 +00:00
Satoshi Asami
2bfd465a56 Forgot to (cvs) add back patch I just deleted. My bad.
PR:		8652
Submitted by:	Glenn Johnson <gljohns@bellsouth.net>
1998-11-11 23:38:00 +00:00
Satoshi Asami
119ddd36d9 Upgrade to 0.7.0. It's not from the maintainer but it's a simple
upgrade with only minor patch changes so I'm just going to commit it,
especially since the original was marked broken (can't fetch anymore).

PR:		8652
Submitted by:	Glenn Johnson <gljohns@bellsouth.net>
1998-11-11 20:59:31 +00:00
Satoshi Asami
dbc8aa6cc1 Use bsd.port.{pre,post}.mk. Either use them to avoid having to define
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.

(This is not by any means the complete list but just the ones I've noticed
recently.)
1998-11-11 05:37:39 +00:00
Satoshi Asami
24528efcc0 Mark this broken, original not available on master site and new version
fails in patch.
1998-11-10 23:11:21 +00:00
Satoshi Asami
efffd53c19 No need to put name in front. 1998-11-10 23:10:44 +00:00
Jun Kuriyama
cca45053c3 wmavgload - Another WindowMaker load gauge
PR:		ports/7344
Submitted by:	Vladimir Kushnir <kushn@mail.kar.net>
1998-11-10 15:43:48 +00:00
Jun Kuriyama
bcc5aa3f92 Activate wmavgload. 1998-11-10 15:40:12 +00:00
Steve Price
e53252cb35 Change location of MASTER_SITE.
Requested by:	maintainer
1998-11-09 01:12:08 +00:00
Steve Price
864b42859e Update to version 2.2.
PR:		8342
Submitted by:	maintainer
1998-11-02 03:45:00 +00:00
David E. O'Brien
a0f1927f79 Add homepage. 1998-10-31 07:25:58 +00:00
David E. O'Brien
5b01056a23 Upgrade to version 1.6.1. 1998-10-31 07:00:21 +00:00
David E. O'Brien
36145bd251 Fix bug related to multi-session burning.
PR:				posted to ports@freebsd.org
Submitted by:	Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de>
1998-10-31 06:42:02 +00:00
Jean-Marc Zucconi
348f3f4636 Remove the run dependency on mkisofs.
PR:		ports/7004, ports/7818
1998-10-30 03:33:20 +00:00
Steve Price
9ff4c86d27 Update to version 3.7.6.
PR:		8478
Submitted by:	maintainer
1998-10-28 22:48:39 +00:00
David E. O'Brien
b092c91c5e Add to security category.
Portlint while I'm here.
1998-10-27 07:52:30 +00:00
Bill Fenner
66545edc0c Update MASTER_SITES
Submitted by:	Lars.Koeller@post.uni-bielefeld.de
1998-10-23 16:47:00 +00:00
Steve Price
3028b5f13c Remove empty directories on deinstall. 1998-10-21 01:07:33 +00:00
Steve Price
0b3931097a No need to supply a minor number for shared libraries if it is zero. 1998-10-21 01:06:56 +00:00
Steve Price
2646e845ff Move manpages from pkg/PLIST to Makefile. 1998-10-21 00:57:42 +00:00
Vanilla I. Shu
d618ff5265 Activate gnomeadmin again.
Remind by:	asami
1998-10-20 16:32:16 +00:00
Vanilla I. Shu
e1a7bd5fad Add a patch from maintainer.
PR:		ports/8273
Submitted by:	maintainer
1998-10-19 14:42:14 +00:00
Justin M. Seger
5a1fb165ba Mark BROKEN for ELF. 1998-10-14 18:01:49 +00:00
Justin M. Seger
f505ad36f8 Mark BROKEN for current.
scsi.c
1998-10-14 10:41:59 +00:00
Justin M. Seger
c0accd93e7 Unbreak for current.
Submitted by:	Gary Jennejohn <garyj@muc.de>
1998-10-14 00:05:44 +00:00
Justin M. Seger
d9133a8d65 Unbreak for current.
Suvbmitted by:	Gary Jennejohn <garyj@muc.de>
1998-10-13 23:52:47 +00:00
Justin M. Seger
ebc2e927f0 Unbreak.
Submitted by steve
1998-10-13 03:59:13 +00:00
Justin M. Seger
7829f7c2e2 mkhybrid11->mkhybrid
Submitted by:	steve
1998-10-13 03:40:13 +00:00
Vanilla I. Shu
3bfa1fa969 Typo error.
Submitted by:	maintainer.
1998-10-12 06:13:47 +00:00
Vanilla I. Shu
68a7bf4041 Activate gtop. 1998-10-10 13:45:03 +00:00
Vanilla I. Shu
7a57987224 GNOME system monitor.
PR:		ports/8228
Submitted by:	Yukihiro Nakai <nakai@technologist.com>
1998-10-10 13:44:01 +00:00
Gary Jennejohn
9e35fc88b9 Add patch-ae to change MNT_NFS to MOUNT_NFS. Don't know how I managed
to screw that up.

This should now work for -stable.

Reported by: Satoshi
1998-10-10 11:50:09 +00:00
Gary Jennejohn
f84ea39c43 Fix a slip of the fingers in freebsd_system.c. MNT_NFS should have been
MOUNT_NFS for -stable.

Now I'm not certain whether MNT_EXPORTED is correct for -current :( I can't
test it because I don't use NFS.

Pointed out by: Satoshi
1998-10-10 11:41:31 +00:00
Satoshi Asami
bbba9fc4cc Remove all the remaining regexps from LIB_DEPENDS. There are some
ports that are not ELFized yet but it's getting too late in the game
and I need to commit the new bsd.port.mk that doesn't use regexps.
1998-10-09 10:05:56 +00:00
David E. O'Brien
fe351d408c Make this build on a.out 3.0-CURRENT systems. 1998-10-09 10:01:32 +00:00
Jean-Marc Zucconi
b0f531ef90 Upgrade to version 1.6.1a4 1998-10-07 14:46:33 +00:00
Gary Jennejohn
cf3fc455de Update to version 1.4a.
The patches are now part of the tarball and have been deleted from the
patch directory.

Version 1.4a now includes the libdevstat patches, which were formerly
patch-ad.

Tested under -current (with CAM) successfully.

PR:		ports/8167
Submitted by:	Jian-Da Li (the maintainer)
1998-10-06 23:56:21 +00:00
Brian Somers
66bbf9dad0 Elfify 1998-10-01 18:35:41 +00:00
Gary Jennejohn
4913bc44ef Update to version 2.0 and add support for libdevstat so that this works
with CAM.

I don't run NFS so I was unable to test whether xperfmon++ still shows
reasonable values for nfclient and nfsserver.

Obtained from: the update came from Lars Koeller, the libdevstat support
was added by me.
1998-09-30 19:32:44 +00:00
Gary Jennejohn
d2c4a6e3ba Update xsysinfo to use libdevstat for CAM.
Unfortunately, the maintainer is currently doing his compulsory military
service, so I'm committing this change without his OK.
1998-09-30 19:24:49 +00:00
Justin M. Seger
c94a576e69 Mark all KDE ports BROKEN for ELF. 1998-09-30 02:07:28 +00:00
Satoshi Asami
39475894a9 devel/libslang has been ELFized. 1998-09-25 10:18:41 +00:00
Satoshi Asami
457679eee3 gtk and gtk11 are now ELFized. 1998-09-22 22:55:56 +00:00
Steve Price
a198154cf2 Remove regexp support for libxview not that it builds ELF too. 1998-09-21 22:15:59 +00:00
Steve Price
009ee5803a Update to version 1.2.1.
PR:		7893
Submitted by:	maintainer
1998-09-19 22:41:10 +00:00
Vanilla I. Shu
013a4a7172 Fix gtk11 config proglem.
PR:		ports/7985
Submitted by:	maintainer
1998-09-19 10:55:11 +00:00
Steve Price
9f5ed4e44d Fixup checksum and add a new manpage or two.
PR:		7824
Submitted by:	Bruce A. Mah <bmah@ca.sandia.gov>
1998-09-19 05:48:10 +00:00
Steve Price
dcf1287e4d giflib is now converted to ELF so remove regexp support. 1998-09-19 01:33:49 +00:00
Steve Price
26ebf6897c Activate mergemaster. 1998-09-17 22:38:47 +00:00
David E. O'Brien
0db36ee0bc Upgrade to ver 4.37 + 3.0 patches by Vic Abell
Submitted by:	Vic Abell <abe@vic.cc.purdue.edu>
1998-09-16 04:14:27 +00:00
Vanilla I. Shu
faa36925ca Upgrade to 1.4.4. 1998-09-15 12:06:45 +00:00
Satoshi Asami
4dc064b0c5 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)
1998-09-15 11:46:15 +00:00
Satoshi Asami
6784e6a3df Ressurect RUN_DEPENDS.
Reviewed by:	maintainer
1998-09-15 09:48:22 +00:00
David E. O'Brien
ff64c2d6d7 why have a patch, when we have a nob for this in bsd.port.mk 1998-09-04 00:15:45 +00:00
David E. O'Brien
7be2304f42 upgrade to 1.11.3 1998-09-03 18:51:24 +00:00
Mike Smith
f3ab164825 BUILD_DEPENDS on Tk, as we need Tk headers to build the TkSteal module.
Submitted by:	Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
1998-09-03 16:02:35 +00:00
Vanilla I. Shu
57dd177cd2 Upgrade to 1.4.3
PR:		ports/7787
Submitted by:	maintainer.
1998-08-31 14:20:41 +00:00
Matthew Hunt
b2defd26b6 Add "USE_XLIB=yes". 1998-08-26 18:32:47 +00:00
Steve Price
bfb42db106 Locate the secondary master site again.
PR:		7661
Submitted by:	maintainer
1998-08-24 01:13:55 +00:00
Satoshi Asami
27c35668b6 Remove bogus tab at the beginning of (or at the end of) an empty line.
Found by:	portlint
1998-08-20 09:45:01 +00:00
Tim Vanderhoek
1980dcdff7 These manpages removed by Tim Vanderhoek. 1998-08-19 20:43:24 +00:00
Justin M. Seger
1e7506ff6b Upgrade to cfengine-1.4.12. 1998-08-19 11:28:24 +00:00
Tim Vanderhoek
39448a6b27 Remove miscellaneous manpages. 1998-08-18 19:04:15 +00:00
Satoshi Asami
c0702d86b7 Um, nothing is broken here. If a PLIST becomes empty (because of
manpage removal in this case, but it applies to any empty PLIST), an
*empty PLIST* should be added.  It has always been this way (see
x11/kde, for example).
1998-08-17 20:54:51 +00:00
David E. O'Brien
8c55de5295 * Remove manpages from PLIST.
* mark BROKEN (due to bsd.port.mk rev 1.227.2.46).
1998-08-17 16:27:40 +00:00
Steve Price
50e80f3ec2 Update to version 2.0.
PR:		7570
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1998-08-17 00:36:30 +00:00
Satoshi Asami
65edaaa1f5 Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
 GNU_CONFIGURE)
1998-08-12 06:29:36 +00:00
Steve Price
2fc54a8138 Turn on asapm. 1998-08-10 00:38:09 +00:00
Steve Price
3905852f37 Initial import of asapm version 1.4.
A laptopo battery status display for X11.

PR:		7512
Submitted by:	Brian Handy <handy@physics.montana.edu>
1998-08-10 00:36:58 +00:00
Steve Price
c8632066bc Update to version 1.4.1
PR:		7465
Submitted by:	maintainer
1998-08-09 00:21:01 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
David E. O'Brien
0cbfd6dc89 version 4.36 1998-08-07 16:28:09 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Jacques Vidrine
c8e89e08f1 Activate doconfig. 1998-08-03 06:28:56 +00:00
Jacques Vidrine
5fc47fd085 Kernel `config' wrapper ala Digital Unix's doconfig
PR:		bin/3386
Submitted by:	Brandon Gillespie <brandon@roguetrader.com>
1998-08-03 06:28:04 +00:00
David E. O'Brien
ed56b976a7 Add a pointer to fstat(1) which is very simular and in the base system. 1998-07-30 16:40:28 +00:00
David E. O'Brien
c0d931c973 Upgrade to version 4.35. 1998-07-28 22:04:07 +00:00
Steve Price
5078491e94 Fix a couple of minor nits.
PR:		7332
Submitted by:	maintainer
1998-07-27 00:08:20 +00:00
David E. O'Brien
54bcddda82 Add "net" to CATEGORIES. Seems TCP utils belongs there to me. 1998-07-26 18:33:16 +00:00
Satoshi Asami
0a8ad27eaa Um, you can't build a port without a Makefile or a do-build target. 1998-07-25 12:37:36 +00:00
Stefan Eßer
84377cc5f9 Change dependencies to accept Qt-1.33 if present,
but to build Qt-1.40 if no compiled Qt library can be found.
1998-07-23 20:52:04 +00:00
Adam David
8b7d03189a also check /usr/lib/aout for -current 1998-07-23 20:45:26 +00:00
Donald Burr
96d661c1fa Remove mkhybrid, and enable entries for mkhybrid1[12]. 1998-07-20 22:23:04 +00:00