Commit graph

66306 commits

Author SHA1 Message Date
Tilman Keskinoz
4208f2b401 Perl Bindings for SDL
Requested by:	Luca Lesinigo <luckyluke@softhome.net>
PR:		44520
Submitted by:	Klaus Goger <klaus.goger@reflex.at>
Approved by:	kris (mentor)
2002-11-03 14:34:09 +00:00
MANTANI Nobutaka
4fb08117fb Update to 1.3.3.
Submitted by:	taoka
2002-11-03 13:37:31 +00:00
Alan Eldridge
df279c0135 Create the cgi-bin dir for Zope's cgi scripts if it doesn't exist, rather
than just bomb.
2002-11-03 13:17:17 +00:00
Alan Eldridge
9168fa0455 1. Update version to 1.7.1.
2. Rewrote pkg-comment and pkg-descr files.
3. Marked pkg-plist file as not done.
4. Made do-build and do-install targets indicating that this port is
   not at all ready to even be looked at. The repocopy was a placeholder
   for when I can get to it.
2002-11-03 12:14:42 +00:00
Doug Barton
5dd6c6c5e9 Handle the fact that -current defines pselect() already. 2002-11-03 10:16:46 +00:00
Dirk Meyer
ef801f7a89 Fix dependency to rep-gtk 2002-11-03 09:10:04 +00:00
Yoichi NAKAYAMA
4916c9efca Update to 3.4.13
PR:		44828
Submitted by:	maintainer
2002-11-03 09:02:36 +00:00
Doug Barton
fea8e52d52 * Update to MASTER_SITE_ISC
* Move pkg-comment into the Makefile
2002-11-03 08:31:33 +00:00
Doug Barton
3ff12d897f shlock doesn't actually need perl, only inn does. Since the dependency
test was breaking builds on -current systems without perl, remove it all.
2002-11-03 08:30:16 +00:00
Ying-Chieh Liao
cbfa51258e use REINPLACE_CMD/USE_REINPLACE
PR:		44845
Submitted by:	maintainer
2002-11-03 08:03:06 +00:00
Ying-Chieh Liao
1cafb7c9ba upgrade to 4.8.7 2002-11-03 07:59:47 +00:00
Ying-Chieh Liao
de1ea9ab38 use REINPLACE_CMD/USE_REINPLACE
PR:		44844
Submitted by:	maintainer
2002-11-03 07:57:25 +00:00
Mario Sergio Fujikawa Ferreira
c37531fcc3 Deploy USE_REINPLACE
Approved by:	maintainer
2002-11-03 07:27:39 +00:00
Mario Sergio Fujikawa Ferreira
4866d1844c Fix <sys/param.h> detection code. NOW, the optimized FreeBSD byteswap
can REALLY be used.
2002-11-03 07:16:43 +00:00
Mario Sergio Fujikawa Ferreira
b0b42e74bf Deploy USE_REINPLACE
Submitted by:	marius@alchemy.franken.de
2002-11-03 07:08:06 +00:00
Mario Sergio Fujikawa Ferreira
77072d0212 o Add optimizations if WITH_OPTIMIZED_CFLAGS [1]
o Make it CFLAGS safe (I have no idea how this escaped me)
o Unless WITHOUT_LIBA52, use liba52 port instead of ffmpeg liba52
  code. The liba52 port is more optimized.
o Use FreeBSD byteswap optimized routines IF one happens to be using
  either FreeBSD 4.7-RELEASE or later
o Do not bump PORTREVISION

Submitted by:	"Steve O'Hara-Smith" <steve@sohara.org> [1]
Reviewed by:	"Steve O'Hara-Smith" <steve@sohara.org>
2002-11-03 07:01:44 +00:00
Joe Marcus Clarke
a23fe2469b Remove BUILD_DEPENDS on perl5. This should have gone in security/nss. 2002-11-03 07:01:02 +00:00
Joe Marcus Clarke
aaf6156a37 Add a missing BUILD_DEPENDS on perl5.
Submitted by:	bento
2002-11-03 07:00:28 +00:00
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