Commit Graph

66288 Commits

Author SHA1 Message Date
Dima Dorfman
6db5a24d30 Escape parenthese in regular expressions to appease a sed that doesn't
understand extended regexps.
2002-11-03 06:40:49 +00:00
Dima Dorfman
739fd31f85 Convert to use REINPLACE_CMD instead of PERL and remove USE_PERL5. 2002-11-03 06:39:59 +00:00
Dima Dorfman
2c2569cefb Conditionalize MAINTAINER for the benefit of slave ports. 2002-11-03 06:30:14 +00:00
Kris Kennaway
bd8a97d817 Add mips-rtems-gdb
Forgotten by:   jeh
2002-11-03 06:17:32 +00:00
Dirk Meyer
4f98b57ad1 - remove BROKEN
- add USE_PERL5
- honor CFLAGS
- whitespace fixes
2002-11-03 05:47:22 +00:00
Kris Kennaway
ba5da08bbb * Fix a typo in the MLINKS documentation
* If the ${COMMENT} file does not exist, use the value of the
  ${PORTCOMMENT} variable instead.  This will allow us to incrementally
  phase out pkg-comment [1]

* Miscellaneous fixes to the MASTER_SITES_N code [2]

* Correct fmt(1) invocation so it works on older systems [3]

* Improve the security-check target: [4]
	- Look for setuid/setgid binaries, and binaries that include
	  calls to accept()/recvfrom() (which are likely to be network
	  servers or have network server capability)
	- Check these binaries for insecure functions (if PORTS_AUDIT is
	  set in the environment, check for a larger set of functions
	  such as strcat/strcpy/sprintf)
	- Report network servers that are started by default.

Submitted by:	eric [1], lioux [2], fenner [3], kris [4]
PR:	ports/36078 [2], ports/36709 [2]
2002-11-03 05:43:49 +00:00
Dirk Meyer
381c3abae8 remove inactive PERL line 2002-11-03 05:39:53 +00:00
Dirk Meyer
dc6ac86d5f fix dependency 2002-11-03 05:27:46 +00:00
Joe Marcus Clarke
74e8e31289 Add a BUILD_DEPENDS on Perl.
Submitted by:	bento
2002-11-03 05:21:19 +00:00
Joe Marcus Clarke
0e370bb21b Add USE_PERL5.
Submitted by:	bento
2002-11-03 05:16:31 +00:00
Kris Kennaway
7c78297dc2 Add C versions of the pnohang and ptimeout scripts (previously written in
perl).  Thanks to all those who submitted versions of these.

Submitted by:	marcus (based on)
2002-11-03 04:49:39 +00:00
Edwin Groothuis
aa578dd3a6 use USE_REINPLACE instead of perl 2002-11-03 04:21:10 +00:00
Patrick S. Gardella
bbf6d7f322 Create a port for kpsk, a PSK-31 radio package for amateur radio users 2002-11-03 00:30:26 +00:00
Jimmy Olgeni
2063bea8a3 Update modules: bind8-1.020-6, file-1.020-4, lpadmin-1.020-6,
mysql-1.020-2, net-1.020-5, quota-1.020-3, status-1.020-4,
usermin-1.020-4.
2002-11-02 22:59:33 +00:00
Jimmy Olgeni
3a436f3efa Whitespace change to get a cleaner diff when updating modules. 2002-11-02 22:31:41 +00:00
Akinori MUSHA
47041eb8ba Update lang/ruby-devel to the latest snapshot as of 2002-10-30.
FreeBSD/sparc64 fails to build this and somehow the entire OS gets
frozen while running `miniruby'.  I'd appreciate if someone with a
clue could help me fix the problem.
2002-11-02 22:02:02 +00:00
Dirk Meyer
1fe48168a4 Support old and new sendmail
update to use SASL2
2002-11-02 21:51:19 +00:00
Peter Pentchev
aa47b1121d Update the checksum to match the "new" distfile.
Submitted by:	gerald <gerald@hannibal.symicon.com> - the original
		notification about the vpopmail distfile checksum change

Fix a possible buffer underflow bug in the changed code.
Add a new ENABLE_MYSQL_LIMITS knob for .qmailadmin-limits processing, and
DISABLE the new MySQL limits code - it does not even compile as shipped :(

Use the correct configure script option for specifying the path to
the tcprules program, so vpopmail works even with LOCALBASE != /usr/local.

Submitted by:	 Mike Meyer <mwm@mired.org> - the tcprules patch
2002-11-02 21:33:09 +00:00
Akinori MUSHA
bfd5b9cdfb Issue a patch release 20021103, which fixes a bug where pkgdb -F
failed to delete a stale @pkgdep. (harmless except it didn't work)
2002-11-02 21:30:13 +00:00
Joe Marcus Clarke
6295522f9a Fix a typo in one of the __FreeBSD_version checks.
Submitted by:	Mike Harding <mvh@ix.netcom.com>
2002-11-02 19:05:08 +00:00
Jimmy Olgeni
2896f2a018 Update documentation to release R9B-0. 2002-11-02 18:41:44 +00:00
Jimmy Olgeni
034094bad9 Update to version R9B-0, use ${SHAREOWN}:${SHAREGRP} rather
than hardcoding root:wheel.
2002-11-02 18:40:49 +00:00
Patrick Li
4e71589ffc Allow vncserver to bind to an address and bump PORTREVISION.
PR:		ports/44811
Submitted by:	Marco Molteni <molter@tin.it>
2002-11-02 18:30:32 +00:00
Alan Eldridge
b5921bf2ff 1. Bump PORTREVISION because of plist changes.
2. Fix plist to catch the missing files/dirs. It should now deinstall
   cleanly (it does here, anyway).
2a.The dirs that were created with @exec /bin/mkdir are now removed using
   @unexec /bin/rmdir blah/blah || true.
3. Added CONFIG_SH=/bin/sh to mozconfig.in so that we'd all use the same
   shell for configuration.

Note: you can use Perl < 5.8, but you need File::Spec for whatever perl
you've got /usr/bin/perl pointing to (or /usr/local/bin/perl, if there is
no /usr/bin/perl [-CURRENT?].

If there were PRs on this, I've forgotten which ones and will close them
out separately. I can do a forced commit on Makefile to relate the PRs,
if any, to the changes.
2002-11-02 18:24:51 +00:00
Christian Weisgerber
45ea149a59 * Update to 2.2.7. Minor build changes only.
* Take MAINTAINER.

Approved by:	fenner
2002-11-02 17:18:09 +00:00
Akinori MUSHA
d76e495cef Of course ruby should be used here to do this instead of perl. :) 2002-11-02 16:37:26 +00:00
Akinori MUSHA
0f22b1b74a USE_REINPLACE instead of perl. 2002-11-02 16:33:08 +00:00
Ralf S. Engelschall
5df91d4b88 upgrade to GNU shtool 1.6.2 2002-11-02 13:52:16 +00:00
Oliver Braun
b0847e3d05 Upgrade to 5.11. 2002-11-02 13:14:31 +00:00
Edwin Groothuis
0a72d59d6b Patched the patch-file of textproc/p5-PDF-API2 the wrong way.
Thanks to Erwin Lansing to show me the right way.

PR:		ports/44785
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2002-11-02 07:48:23 +00:00
Hye-Shik Chang
c3ecbbc82e Update to 1.4
Changes from 1.3:
o Added {fr_CH,it_CH,lt_LT,sr_YU}.UTF-8 locales.
o Drop DIGIT, XDIGIT, TODIGIT classes from characters >= 128 [1]

Pointed out by:	ache [1]
2002-11-02 07:16:41 +00:00
Norikatsu Shigemura
867390482f Add perl to CATEGORIES. 2002-11-02 06:46:55 +00:00
Norikatsu Shigemura
68c413ec87 Add p5-Apache-SubProcess(0.03), a perl module for API for running
and communicating with processes spawned from mod_perl handlers.

PR:		ports/44479
Submitted by:	Lars Eggert <larse@isi.edu>
2002-11-02 06:42:15 +00:00
Hye-Shik Chang
7cee1ca843 Fix typoes on MAINTAINER address.
Submitted by:	Dominic Marks <D.Marks@student.umist.ac.uk>
2002-11-02 04:33:43 +00:00
Kris Kennaway
da8d4e6bda Use the correct filename for the FreeBSD version string used by the
uname script.  Mount the docs from the correct location.  Remove the
hack to pkg_add perl into the chroot environment, now that the scripts
no longer rely on it.
2002-11-02 04:04:14 +00:00
Kris Kennaway
78774e2719 Read FTP url from ${ftpurl}. Remove hack to fetch perl package into the
bindist now that it is no longer required.
2002-11-02 04:01:54 +00:00
Kris Kennaway
52918465c1 Support either .tgz or .tbz packages 2002-11-02 04:00:18 +00:00
Kris Kennaway
a76f0d1da4 Add FTP_PASSIVE_MODE. Build tgz packages on 4 and 4-exp, and tbz on 5. 2002-11-02 03:59:45 +00:00
Kris Kennaway
11a6e6c5e0 Catch up to repo copy from SWIG to swig11
Forgotten by:	knu
2002-11-02 03:53:43 +00:00
Kris Kennaway
7011016820 Catch up to repo copy of SWIG-devel to swig13
Forgotten by:	knu
2002-11-02 03:51:21 +00:00
Mario Sergio Fujikawa Ferreira
d3157e068c o Update to 0.90.0.9 [1]
o Add WITH_FREETYPE knob [2]

PR:		44362 [2]
Submitted by:	maintainer [1],
		Pat Lashley <patl+freebsd@volant.org> [2]
Reviewed by:	maintainer
2002-11-02 02:28:15 +00:00
Tilman Keskinoz
b7a639834e {PORTSDIR} -> ${PORTSDIR}
Submitted by: Harold Gutch <logix@foobar.franken.de>
2002-11-02 01:37:18 +00:00
Eric Anholt
be87be8a52 Disable building of libXThrStub on current newer than 500043
Submitted by:	dfr
2002-11-02 00:45:49 +00:00
Alan Eldridge
3daa26ace3 I accidentally tested for /usr/bin/PERL in caps, which of course does not
exist except in the 4-PERVERSE branch. This most recent change makes it
lower case like it should be.

This commit is for Nate, who had a very good point.
2002-11-02 00:16:18 +00:00
Joe Marcus Clarke
c8f47f1b97 Backport the kernel memory dereference patch from libgtop2. 2002-11-01 23:52:14 +00:00
Joe Marcus Clarke
4dce3e4701 Fix the path to the patched file. 2002-11-01 23:43:38 +00:00
Joe Marcus Clarke
bcedfd1823 Fix a problem dereferencing kernel memory when hunting for a files
inode in -CURRENT.  Thanks to jhb for helping with the the solution.

Reviewed by:	jhb
2002-11-01 23:42:38 +00:00
Joe Marcus Clarke
fbccd7efd6 Update to 2.0.0. 2002-11-01 23:37:07 +00:00
Peter Pentchev
096cb4a5dd Mark FORBIDDEN due to a checksum mismatch.
It seems that a couple of new features were added, but I have to take
a closer look at them to make sure nothing is wrong.  This will probably
happen as soon as I wake up in a couple of hours.

Submitted by:	gerald <gerald@hannibal.symicon.com>
Pointy hat to:	Inter 7 for adding new features to an already "released"
		tarball instead of releasing a new version :(
2002-11-01 22:20:29 +00:00
Pete Fritchman
9ccd32fa54 Update to 0.99d.1. 2002-11-01 22:14:25 +00:00