1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

48595 Commits

Author SHA1 Message Date
Pete Fritchman
9f78dc8789 Update to 1.5.2 2001-10-29 11:32:46 +00:00
Pete Fritchman
2d36fc2a99 Update to 1.0.20 2001-10-29 10:58:04 +00:00
Pete Fritchman
3fc450eb25 Update to 1.0.7 2001-10-29 10:47:21 +00:00
Pete Fritchman
006ca37bc4 - update to 0.1.15
PR:		30790
Submitted by:	maintainer
2001-10-29 10:34:27 +00:00
Pete Fritchman
075a870c71 - update to 0.1.46
PR:		29999
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>

- we don't own share/pixmaps, don't try to @dirrm it
2001-10-29 10:25:54 +00:00
Johann Visagie
a6f82a587c Add py-anygui 0.1.a3, a generic GUI-creation front-end for Python. 2001-10-29 10:12:46 +00:00
Maxim Sobolev
ad96ba7708 Undo the last commit. For not clear yet reasons it drives oaf crazy. 2001-10-29 09:57:42 +00:00
Pete Fritchman
1b4f516e45 Add orbitcpp-0.30.1, C++ bindings for ORBit, a CORBA 2.2-compliant ORB
PR:		30232
Submitted by:	Thomas Hentschel <bsd@hentschel.net>
2001-10-29 08:57:07 +00:00
Pete Fritchman
56d67d9efe Update to 2.4.2
PR:		30668
Submitted by:	Martti Kuparinen <martti.kuparinen@iki.fi>
2001-10-29 08:31:14 +00:00
Akinori MUSHA
db561cd3cc Update to 20011029.1.
- Add portsclean -P/--pkgclean to clean obsolete package tarballs.
- Fix manpages a bit.
2001-10-29 08:20:34 +00:00
Maxim Sobolev
128ab3ea69 Reimplement fix for an imcompatibility between ORBit and FreeBSD properly.
Instead of replacing writev(2) with loop based on write(2), test system
limit on the number of vectors writev(2) accepts and split call to writev(2)
to several calls in such a way that number of vectors in each call doesn't
exceed this limit (aka UIO_MAXIOV). Bump PORTREVISION.
2001-10-29 08:19:24 +00:00
Maxim Sobolev
b09cf46b27 Update to 0.12.6. 2001-10-29 08:05:22 +00:00
Jun Kuriyama
24c1c03efd Update WWW (previous one points too old page). 2001-10-29 08:01:42 +00:00
David E. O'Brien
00f11c9408 Grrr. actually make it work post-repocopy. 2001-10-29 05:38:09 +00:00
Akinori MUSHA
5c9642b5f2 Add a least instruction to use this application. 2001-10-29 05:26:42 +00:00
FUJISHIMA Satsuki
4b2e55a9dc fix build for -CURRENT: malloc.h is depriciated.
PR:		31572
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
2001-10-29 04:55:47 +00:00
FUJISHIMA Satsuki
561dc85f1c update to 0.14.1b.
PR:		31477
Submitted by:	maintainer
2001-10-29 04:44:19 +00:00
Jun Kuriyama
f671293f9c Add emacs21 support for pure and irchat-pj.
Submitted by:	Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
2001-10-29 02:49:04 +00:00
FUJISHIMA Satsuki
1b73abb75e fix build for -CURRENT.
PR:		31569
Submitted by:	maintainer
2001-10-29 02:35:22 +00:00
FUJISHIMA Satsuki
676071dc99 o fix install: change GCC_REV to match existing one.
o unify info files for future update.
o ${MKDIR} ${PREFIX}/info is not needed as it is in BSD.local.dist.

Reviewed by:	maintainer
2001-10-29 02:09:39 +00:00
David E. O'Brien
2f4bb2f654 Fix spelling. 2001-10-29 01:48:40 +00:00
David E. O'Brien
254d293472 [Re]Update to version 1.5.
The legacy version is known as 'automake14' for those that find automake 1.5
incompatible.
2001-10-29 01:46:00 +00:00
David E. O'Brien
eec70b011f USE_AUTOCONF and USE_AUTOMAKE now depend and use the legacy versions.
This is the fastest way to move forward.  A better way would be to
set USE_AUTOCONF and USE_AUTOMAKE to the version desired.  We can do that
later, I don't want to hold up the update of the autoconf and automake
ports the latest versions.
2001-10-29 01:42:08 +00:00
Jun Kuriyama
fd5bde1e47 Add missing plist entries.
Submitted by:	ume
2001-10-28 22:42:23 +00:00
Akinori MUSHA
2393eee237 Update to 20011029. With this update, the binary package support has
reached the one step higher level.  It's *really* powerful.  Enjoy! :)

portupgrade:
- Greatly improve the procedure of binary upgrading (-P/-PP):
    When a fetched package is not of the latest version:
      1) If -PP is given and the package is at least newer than the
         current installation, put up with it and do an upgrade.
      2) If -PP is given and the package is now newer than the current
         installation, give up.
      3) Else, fall back to the port.
  This way you can now do binary upgrades just as you'd expect.

- Improve the new installation procedure as well.

- Allow using ports glob patterns in the configutation variables
  MAKE_ARGS and HOLD_PORTS.

- If a port/package matches multiple entries of MAKE_ARGS, join all
  the arguments using the space as separator.

pkg_fetch:
- Introduce a new {environment,configuration} variable PKG_SITES.
  You can now specify multiple URI's to fetch packages from.

- When a URI is given, check for the last path component and if it is
  not "Latest" or "All", fetch the dependent ports from the same
  directory. (-R)

- Do not repeat same error messages.

- Properly reflect the environment variables defined in pkgtools.conf.

pkg_deinstall:
- Add a timestamp hack as well as portupgrade to let the pkgdb engine
  properly detect an update of PKG_DBDIR.

pkgdb:
- When the user chooses to delete a dependency, comment the line out
  instead of deleting it.

pkgtools.conf:
- Provide some useful predefined constants and functions.
2001-10-28 21:50:20 +00:00
Andrey A. Chernov
abe0789169 CONFIGURE_ARGS = -> += for child ports 2001-10-28 20:38:44 +00:00
Munechika SUMIKAWA
262f6ea9f9 - Upgrade to 2.6d. KAME IPv6 patch was migrated.
- Configuration file was moved into /usr/local/etc/wwwoffle.conf.
  I believe this is suitable for FreeBSD style.
2001-10-28 20:16:49 +00:00
Jeroen Ruigrok van der Werven
bc9d39437a Remove an extra `y'.
PR:		17806
Submitted by:	Pete Fritchman <petef@databits.net>
2001-10-28 19:55:44 +00:00
FUJISHIMA Satsuki
e9520e3766 uncomment finder-inf.elc.
Approved by:	maintainer
2001-10-28 19:31:28 +00:00
FUJISHIMA Satsuki
285f21a87c o Update maintainer's email address.
o Host distfile on maintainer's personal site; the master site has sailed
  off the edge of the world.

PR:		31557
Submitted by:	maintainer

o remove ":install" from LIB_DEPENDS. DEPENDS_TARGET is "intsall" by default.
2001-10-28 19:06:36 +00:00
Masafumi Max NAKANE
857fbc3c20 Update this port to use the latest version of NKF. (1.92)
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
PR:		31287 (2/2)
2001-10-28 15:28:45 +00:00
Masafumi Max NAKANE
1ab1b38327 Update to 1.92.
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
PR:		31287 (1/2)
2001-10-28 15:25:08 +00:00
FUJISHIMA Satsuki
3a50ba81da update to 011028. 2001-10-28 14:50:14 +00:00
FUJISHIMA Satsuki
1d862dccc4 update to 1.1.
PR:		31551
Submitted by:	maintainer
2001-10-28 14:03:39 +00:00
Jun Kuriyama
2da222a0a6 Sort plist to reduce diff each other. 2001-10-28 11:30:55 +00:00
Jun Kuriyama
a58c9cf0c7 Oops, I put old patchfile on freefall. Update to use new one. 2001-10-28 11:19:19 +00:00
Jun Kuriyama
e8a7d68719 Add knob to switch target to emacs20 for editors/tamago. 2001-10-28 10:39:06 +00:00
Jun Kuriyama
4de56e613b Add a patch to catch up tamago's CVS.
Change default taget to emacs21.

Reviewed by:	ports-jp
2001-10-28 10:25:18 +00:00
Mikhail Teterin
40df453521 NeoWebScript[tm] is a module for the Apache webserver that allows you to
embed the  Tcl/Tk programming language  in your webpages as  a scripting
tool.  It was  invented by  Karl Lehenbauer,  NeoSoft's Chief  Technical
Officer, and documented, enhanced  and extended by NeoSoft's programmers
and technical writers.

WWW: http://www.sourceforge.net/projects/nws/

The changes:

	. don't build the Apache, TclX, gd, db, neo-tcl bundled in the
	  tarball, but use those that are installed by their ports
	. don't generate GIFs -- use PNGs
	. look in /var/log for Apache's log file
	. use /var/db/neowebscript for caches and per-user databases
	. expose some configuration knobs into the neowebscript.conf --
	  there should be no need to edit init.tcl itself anymore

All of the bundled demos work, except for the gd-based banner generator.
The demo code uses Gdtclft commands that don't exist in the modern Gdtclft.
2001-10-28 08:37:27 +00:00
Munechika SUMIKAWA
a0a9045009 Prevent build from breaking when the user has incompatible version of
openldap installed at the time of build.

Obtained from:	www/mozilla
2001-10-28 07:33:58 +00:00
Munechika SUMIKAWA
2e9b3e8056 Upgrade to 20011026. 2001-10-28 07:26:27 +00:00
Mikhail Teterin
c0ade6b3de LIB_DEPEND on tclx83 instead of 82, now that the tclX port is upgraded. 2001-10-28 06:02:59 +00:00
Maxim Sobolev
1a7a48b6f8 Correct Guppi entry in LIB_DEPENDS after updating Guppi to 0.40.0. 2001-10-28 04:43:18 +00:00
FUJISHIMA Satsuki
026a00e22e update to 0.9.2.
PR:		31519
Submitted by:	maintainer
2001-10-28 04:26:02 +00:00
FUJISHIMA Satsuki
d958db3e7c update to 0.9.5.
PR:		31506
Submitted by:	maintainer
2001-10-28 04:17:16 +00:00
FUJISHIMA Satsuki
cbda03d0ac o sync with x11/XFree86-4
- startx -nolisten tcp by default.
 - set login.conf environment for xdm.
2001-10-28 02:41:04 +00:00
Masafumi Max NAKANE
d59e4fcbc4 Upgrade to 7.5.4.
While at it, change the pre-fetch to display a note suggesting
unsetenv'ing FTP_PASSIVE_MODE if set, as the master site seems to have
problem w/ passive ftp.
2001-10-28 00:10:09 +00:00
Jimmy Olgeni
42fff2c274 Add missing dependency on textproc/libxml (from bento error logs). 2001-10-27 22:34:26 +00:00
Jimmy Olgeni
efd9805614 I forgot to add the nessus-devel ports to the category Makefile.
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
2001-10-27 21:29:39 +00:00
Akinori MUSHA
6dd7bf8772 Update to 1.4.3.
PR:		ports/31337
Submitted by:	IWASHITA Yoji <shuna@pop16.odn.ne.jp>
Approved by:	MAINTAINER
2001-10-27 20:39:28 +00:00