1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

31609 Commits

Author SHA1 Message Date
Satoshi Asami
c867f8186d Change find command line to find potential security hazards (ports
that install setupd binaries etc.)

Submitted by:	kris
2000-08-29 08:22:39 +00:00
Satoshi Asami
04694e8990 Run build on three branches. Check the status file filled out by
dopackages and abort build if there were any errors.  It intentionally
leaves lock files behind in that case because it usually requires my
manual intervention to fix whatever's wrong (usually a botched INDEX
build due to someone forgetting to update dependency lines) and we
don't want subsequent failed tries to wipe out all the good packages
and distfiles we have accumulated.
2000-08-29 08:21:47 +00:00
Satoshi Asami
a88f6b297c Handle arbitrary number of log directories instead of just two. 2000-08-29 08:18:44 +00:00
Satoshi Asami
c0a421c34b Ignore empty loads files -- it seems scp in OpenSSH sometimes leaves
files empty even if the original target and the new source are both
non-empty.  (Old ssh1 never did that, but whether this is a bug is not
obvious.)
2000-08-29 08:17:08 +00:00
Satoshi Asami
abc8a78dc9 Handle three branches instead of two. Use a for loop instead of just
listing calls to comparelogs etc., so we can expand it into the future
(no, not 4 branches, but maybe another architecture).
2000-08-29 08:14:52 +00:00
Satoshi Asami
fd7f4efa48 Add -f to forcefully umount /usr/src and /usr/obj before reboot. 2000-08-29 08:13:18 +00:00
Satoshi Asami
ccaef40b74 Add branch=5 case and update some variables. Don't set NO_RESTRICTED,
this will be passed down by calling scripts if necessary.

Remove extra spaces in dependency list -- this sometimes confuses make
for some reason.
2000-08-29 08:12:16 +00:00
Satoshi Asami
199691e133 Add branch=5 case and update some variables. Don't set NO_RESTRICTED,
this will be passed down by calling scripts if necessary.
2000-08-29 08:04:13 +00:00
Satoshi Asami
e8c4933e13 Print uptime after the number of jobs running. This has no functional
effect since the job scheduler will only look at the first field, but
will give humans looking at the load reports some idea about the
machines (especially crashes).
2000-08-29 08:03:13 +00:00
Satoshi Asami
a3e9efec50 A little script that tries to "undo" a package build. Basically just renames
a bunch of directories back.  Use it when you want to void a botched build.
2000-08-29 08:00:51 +00:00
Satoshi Asami
f4528a378f A small script to copy packages over to the ftp site. It is not integrated
into the main build scripts yet so you need to call this one manually.
2000-08-29 07:58:44 +00:00
Satoshi Asami
0a59f74d84 A small script to copy distfiles from per-port directory to central
location.

This is done to avoid write-on-write race conditions, when two package
builds try to write the same distfile back into the server.  To avoid
this, the distfiles are first copied over to
distfiles/.pbtmp/${PKGNAME}, and then a .done file is created in that

directory.  This script runs on the server periodically to copy the
files to the central location.  Since this script copies one distfile
at a time, the race mentioned above doesn't exist.  Also, it will only
copy files from directories where the .done file exists to avoid
read-before-write race conditions.
2000-08-29 07:57:09 +00:00
Satoshi Asami
8dc4353d1b Remove bak/distfiles after it's done -- this script is now called in
the background with bak/distfiles to work with (so that the new
package build can run in parallel).
2000-08-29 07:52:55 +00:00
Satoshi Asami
7173c62988 (1) Use timestamp file to make log processing lazier -- only process
logs when there are logs newer than the .stamp file.

(2) Print time cvs update is done for reference.

(3) Print number of affected ports (the "aff." field).  Basically the
    number of times the port appears in INDEX minus one (itself), so
    it won't take care of all chained build dependencies, but it will
    give you some idea how critical a port is when looking at the long
    list.

(4) Catch a few more error cases.
2000-08-29 07:50:12 +00:00
Satoshi Asami
dd7b8f01ce Read package build log files and compile a list of "extra" files in an
HTML table format.
2000-08-29 07:45:02 +00:00
David E. O'Brien
05a27887d2 Pass the maintainer hat to Steve who agreed to take it over. 2000-08-29 02:02:17 +00:00
David E. O'Brien
7da0be31ba Fix DISTNAME so that language-specific satellite ports will work. 2000-08-29 01:32:15 +00:00
David E. O'Brien
8f7ba5aeb3 String paranoia and security fixes from OpenBSD: prevent a remote buffer
overflow and remote syslog() exploits.

Obtained from:	OpenBSD
2000-08-29 00:49:08 +00:00
David E. O'Brien
a0463a386b Look for the correct shared version of Xaw3d. 2000-08-28 23:57:34 +00:00
Chris Piazza
b0a5972274 Pass off maintainership to Tobias Reifenberger <treif@mayn.de> 2000-08-28 21:39:17 +00:00
Bill Fenner
12846e1021 Remove kchowksey@hss.hns.com as MAINTAINER; email has been
bouncing for 4 months.
2000-08-28 21:12:44 +00:00
Akinori MUSHA
5f86e48296 Install Eterm.1.html.
PR:		ports/20568
Submitted by:	MANTANI Nobutaka <nobutaka@mail.nobutaka.com> (MAINTAINER)
2000-08-28 19:01:32 +00:00
Akinori MUSHA
5d94f8741a Update to 1.4.
PR:		ports/20726
Submitted by:	Daichi T.GOTO <daichi@ongs.net> (MAINTAINER)
2000-08-28 18:45:29 +00:00
Bill Fenner
092afd002c Move to MASTER_SITE_LOCAL 2000-08-28 18:44:06 +00:00
Akinori MUSHA
6f09d336d5 Furify.
- Fix MASTER_SITES
  - Support CC/CFLAGS properly
  - Add WWW: line into pkg/DESCR

PR:		ports/20746
Submitted by:	Ports Fury
2000-08-28 18:42:02 +00:00
Akinori MUSHA
4b927259dc Add patches for Perl 5.6.0.
PR:		ports/20129
Submitted by:	Sugimoto Sadahiro <ixtl@utmc.or.jp> (MAINTAINER)
2000-08-28 18:26:55 +00:00
Akinori MUSHA
4b7f9c06ec Update to 1.2.5i-jp0.
PR:		ports/20871
Submitted by:	IWASHITA Yoji <shuna@pop16.odn.ne.jp> (MAINTAINER)
2000-08-28 18:21:02 +00:00
Ade Lovett
f45284bcf6 Update to 0.9.0 2000-08-28 18:10:39 +00:00
Maxim Sobolev
26eb5b145e Fix the port for CURRENT/STABLE.
PR:		20901
Submitted by:	Ports Furry
2000-08-28 18:03:07 +00:00
Maxim Sobolev
95ef3fd698 Update to 1.3.2.
PR:		20853
Submitted by:	Ports Furry
2000-08-28 17:53:04 +00:00
Andreas Klemm
3c430db627 update after make release. 2000-08-28 17:35:37 +00:00
Andreas Klemm
4fc9f35a91 Michael Lossin <losse@germanymail.com>:
* ASCII_STYLE is gone; use PS_NUP and LANDSCAPE now (class
  options: 1pps, 2pps, 4pps, 8pps, landscape, portrait)
* new config option: HARDWARE_DUPLEX; set this for printers
  that can handle duplex printing by themselves
* new function: ps_postprocessing() handles all PS_UTILS etc.
* tray selection for duplex printers (as a shell function)
* more class options: shortbind, longbind, tray0...tray9,
  book; related config options: BINDING, PAPERTRAY, PS_BOOK
* give some more info on how to manually flip sheets
* SETUP: fix SMB_FLAGS line for smbclient.conf
* use "-r" option for many read operations
* small fixes here and there
2000-08-28 17:33:43 +00:00
Maxim Sobolev
983f628784 Add gtik - a Scrolling Stock ticker Applet for the Gnome Panel. 2000-08-28 16:18:05 +00:00
Maxim Sobolev
fbdc7da2bd Update to 0.9.12. 2000-08-28 15:33:59 +00:00
Maxim Sobolev
81604dd7d3 Update to 0.2.2. 2000-08-28 15:32:06 +00:00
Maxim Sobolev
3bdbf74428 Update to 0.6.1. 2000-08-28 15:02:15 +00:00
Chris D. Faulhaber
590fbd5f23 Add MASTER_SITES and remove notice about manually downloading
Submitted by:	Martin Blapp <mb@imp.ch> (Maintainer)
2000-08-28 13:35:26 +00:00
Mark Ovens
c8794db7c3 New script (and it's README) for searching the ports tree. Add this script
to the main README.

This was originally submitted as a port but was added to Tools/scripts
instead at alex's suggestion.

PR:		20863
Approved by:	alex
2000-08-28 11:37:23 +00:00
Maxim Sobolev
4098a1b135 Update to 1.2.2.
No response from:	nakai (maintainer)
2000-08-28 10:58:48 +00:00
Chris Piazza
f69cd6f97c Update to 6.2.7a1
Submitted by:	Tobias Reifenberger <treif@mayn.de>
2000-08-28 06:49:13 +00:00
Will Andrews
5a72dc9cce Oops, I didn't actually read the webpage.. PhysCalc is at version 2.4.
No versioned distfile though.
2000-08-27 23:42:08 +00:00
Will Andrews
76a432dd93 Add physcalc (unversioned), an extremely old (apparently first written
in 1990), but still quite useful and flexible calculator.  Basically it's
units(1) on steroids.  Also added patches to make physcalc secure (who
knows, someone might make a cgi interface to it); also allowed it to
actually read its *.phy files in another directory.

Submitted/Requested by:	gsutter
gets() -> fgets() code:	eivind
SHAREDIR code:		Marius Bendiksen <mbendiks@eunet.no>
2000-08-27 23:32:03 +00:00
Michael Haro
a36c404a59 update to p5 2000-08-27 22:46:53 +00:00
Michael Haro
3a6807cc0e if (x = y) -> if (x == y)
PR:		20825
Submitted by:	    Oddbjorn Steffensen <oddbjorn@tricknology.org>
2000-08-27 22:22:13 +00:00
Andreas Klemm
39f331f5b7 update after make-release 2000-08-27 20:46:06 +00:00
Akinori MUSHA
2e87c89fc5 Back out the previous commit. That one has a problem which occurs on
cross-language master-slave ports.

I just wonder how I could overlook this.  I thought I tested with Wnn,
netscape and so on.  *sigh*

Yes, I know how I can fix it, but I'd certainly back out first.

Reported by:	steve
Pointy hat to:	knu
2000-08-27 16:52:51 +00:00
Steve Price
fc38456d46 Add the db3 port.
PR:		20886
Submitted by:	Dann Lunsford <dann@greycat.com>
2000-08-27 16:16:10 +00:00
Steve Price
731f6b1850 Remove a couple of directories that don't exist anymore.
Submitted by:	John Reynolds <jjreynold@home.com>
2000-08-27 16:13:18 +00:00
Andreas Klemm
21c6013756 Oops, forgot to update the checksum ... 2000-08-27 15:58:06 +00:00
Andreas Klemm
531d04891c update patch after make-release 2000-08-27 15:57:08 +00:00