Commit Graph

48608 Commits

Author SHA1 Message Date
FUJISHIMA Satsuki
ea1c67215e update to 011030. 2001-10-30 20:30:23 +00:00
Peter Pentchev
b4883e02cb Update to 1.1pre2, which adds the '-c command' switch to make
penv take lots of different, exciting actions:

[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -c mkdir
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -c set JADETEX=no
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -S A4=yes
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L
JADETEX=no
A4=yes
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -c reset A4
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -R JADETEX
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L
[roam@straylight:v0 /usr/ports/textproc/docproj]$
2001-10-30 19:04:54 +00:00
David E. O'Brien
46ca13506e Update to Vim 6.0 patchlevel 38 2001-10-30 18:56:02 +00:00
Akinori MUSHA
141dfadd48 Update to 2.0.1.
PR:		ports/31573
Submitted by:	SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> (MAINTAINER)
2001-10-30 18:48:33 +00:00
Akinori MUSHA
666916613d Update to KDE 2.2.1.
PR:		ports/31573
Submitted by:	SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> (MAINTAINER)
2001-10-30 18:48:00 +00:00
Anton Berezin
fdb4b2aac5 Add p5-Apache-PageKit 1.06, a Model/View/Content/Controller web
framework using mod_perl, XML and HTML::Template.

PR:		31564
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2001-10-30 14:51:00 +00:00
Mikhail Teterin
ca49092319 Both -- include and include/X11 might be needed... 2001-10-30 14:46:42 +00:00
Mikhail Teterin
b1614c733f Misspelled symbol name for one of the installed modules. The module
is disabled by default...
2001-10-30 14:45:52 +00:00
Maxim Sobolev
dab75da388 Update to 0.9.4.1. 2001-10-30 14:05:34 +00:00
Anton Berezin
9010ecd442 Add p5-Data-FormValidator 1.6, a perl module to validate user input,
usually from an HTML form.

PR:		31563
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2001-10-30 14:01:47 +00:00
Jun Kuriyama
0b26bb0ae6 Update fontset patch.
Submitted by:	maintainer
2001-10-30 13:37:22 +00:00
Maxim Sobolev
fea4ab7e6d Fix pkg-plist.
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
2001-10-30 12:57:35 +00:00
Maxim Sobolev
1685a09c6b Fix the port: GNU autoheader now called `autoheader213', not just
`autoheader'.
2001-10-30 12:53:03 +00:00
Maxim Sobolev
3428db513a Prepare ground for gdk-pixbuf update to 0.13.0 - its include files have been
moved aroud, so all ports that don't pay attention to an output of
`gdk-pixbuf-config --cflags' need to be fixed.
2001-10-30 12:42:02 +00:00
Anton Berezin
094572f483 Update to 1.1; add WWW. 2001-10-30 12:40:56 +00:00
Jimmy Olgeni
da3ef84ee4 Update port suite to version 1.1.8.
PR:		31634
Submitted by:	Udo Schweigert <ust@cert.siemens.de>
2001-10-30 12:38:42 +00:00
Anton Berezin
c8ac9cd79d Update to 1.80; add WWW. 2001-10-30 12:22:06 +00:00
Clive Lin
7e27b5f7dd Support PORTDOCS.
PR: ports/31616
Submitted by: KATO Tsuguru <tkato@prontomail.com>
2001-10-30 12:14:54 +00:00
Clive Lin
9bacfd3afd Patch file rerolled.
Fix a bug: When export to EPS file, big5 characters could not be
           correctly wrapped.

Submitted by:	June-Yen Huang <jihuang@gate.sinica.edu.tw>
2001-10-30 11:37:18 +00:00
Masafumi Max NAKANE
3798355d9e Ooops, update to distinfo didn't go through w/ last commit somehow.
Pointed-out by:	TERAMOTO Masahiro <markun@onohara.to>
PR:		31628
2001-10-30 11:18:34 +00:00
Clive Lin
c5098a119e Upgrade to 2.4
PR:	ports/31542
Submitted by: MAINTAINER
2001-10-30 10:56:57 +00:00
Maxim Sobolev
2b68a08704 Fix a breakage introduced in the previous commit. I'd appreciate if people
will at least try to contact GNOME team before doing any changes to ports
maintained by gnome@FreeBSD.org, especially when those changes are obviously
untested.
2001-10-30 10:08:06 +00:00
Maxim Sobolev
897f02c57d Fix abuse of ${AUTOMAKE}/${AUTOCONF} 2001-10-30 09:59:56 +00:00
Peter Pentchev
83dba97842 Update to 1.1pre1, which introduces the -p option to only display
the path to the environment directory to be used.

This allows you to do neat things like:

[roam@straylight:v0 /usr/ports/textproc/docproj]$ mkdir -p `penv -p`
[roam@straylight:v0 /usr/ports/textproc/docproj]$ echo no > `penv -p`/JADETEX
[roam@straylight:v0 /usr/ports/textproc/docproj]$ echo yes > `penv -p`/A4
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv -L
JADETEX=no
A4=yes
[roam@straylight:v0 /usr/ports/textproc/docproj]$ penv make clean all install

..and watch the port build fly!
2001-10-30 09:43:48 +00:00
Akinori MUSHA
31698bea42 - Unbreak the support for jpeg and png.
Reported by:	Jim Freeze <jfreeze@freebsdportal.com>

- Fix the name of the macro to enable the Unicode support.

Submitted by:	HIDAKA Takahiro <cv8t-hdk@asahi-net.or.jp>

- Bump the PORTREVISION accordingly.
2001-10-30 09:36:55 +00:00
David E. O'Brien
51d207c2fc Explicity run aclocal and autoheader 2001-10-30 09:19:59 +00:00
David E. O'Brien
0d5b1eec14 Who ever added AUTOMAKE_ARGS did not convert all the ports to it that was
abusing AUTOMAKE...
2001-10-30 09:15:35 +00:00
David E. O'Brien
a8bda769b7 Who ever added AUTOMAKE_ARGS did not convert all the ports to it that was
abusing AUTOMAKE...
2001-10-30 09:03:18 +00:00
David E. O'Brien
67f03b4b38 Don't USE_AUTOCONF=yes -- this port doesn't let bsd.port.mk run autoconf
as is intended.  I don't know what the porter was trying to acompilsh.
Also, I accidently removed some lines I didn't intend to.
2001-10-30 08:52:06 +00:00
David E. O'Brien
8e56b39678 QUIT the cutiness with AUTOMAKE. This should be handled in a pre-configure
or pre-build target.
2001-10-30 08:48:44 +00:00
Maxim Sobolev
4036b9fde5 Put back PORTEPOCH, which was erroneously deleted in one of the previous
commits. Repeat after me: once set PORTEPOCH could not be decreased or
deleted.
2001-10-30 08:28:01 +00:00
Maxim Sobolev
31888a0a9d Update to 1.0.5. With an updated ORBit it works in 5-CURRENT and 4-STABLE
systems. Some functionality is still missed, though (e.g. Mozilla component
doesn't work), but it is a good start.
2001-10-30 08:12:36 +00:00
Maxim Sobolev
6cf0724f8c Correct PORTREVISION - in my last commit instead of updating it to 5 I've
erroneously decreased it to 2.

Submitted by:	Joe Clarke <marcus@marcuscom.com>
		Mike Harding <mvh@ix.netcom.com>
2001-10-30 07:37:47 +00:00
Andrey A. Chernov
e4e65b29ff Fix bug with buffer enlargement
Submitted by:	"Tim J. Robbins" <tim@robbins.dropbear.id.au>
2001-10-30 03:20:21 +00:00
Pete Fritchman
3e2785d4ab Update to 2.4.3
Submitted by:	Anders Andersson <anders@codefactory.se>
2001-10-30 02:54:23 +00:00
Pete Fritchman
842554d826 Use AUTOMAKE_ARGS instead of setting AUTOMAKE to "automake <args>"
PR:		31594
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
2001-10-30 01:51:01 +00:00
Pete Fritchman
8247c0e01a Instead of setting ${AUTOMAKE} to automake --add-missing --include-deps,
set ${AUTOMAKE_ARGS} to --add-missing --include-deps.

PR:		31593
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
2001-10-30 01:49:15 +00:00
Pete Fritchman
bd974e26c3 Instead of setting ${AUTOMAKE} to automake -a -i, set ${AUTOMAKE_ARGS}
to -a -i.

PR:		31592
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
2001-10-30 01:47:27 +00:00
Pete Fritchman
299bf23487 Instead of setting ${AUTOMAKE} to automake -a -i, set ${AUTOMAKE_ARGS}
to -a -i.

PR:		31590
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
2001-10-30 01:46:02 +00:00
Pete Fritchman
fe5d59b177 Remove the post-patch target. I'm not sure why I added this before,
must have been a local problem on one of my test machines.

PR:		31621
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
2001-10-30 01:41:23 +00:00
Ying-Chieh Liao
6395a3db8d add align
Text column alignment filter
2001-10-30 01:37:02 +00:00
Satoshi Taoka
1adef69414 (Comment for previous committing)
Correct a syntax for chown
becuase FreeBSD-current no longer supports the owner.group

submitted by: Kelly Yancey <kbyanc@posi.net>
2001-10-30 00:26:43 +00:00
Satoshi Taoka
84b31563bd FreeBSD-current no longer supports the owner.group syntax for chown 2001-10-30 00:12:44 +00:00
Gary Jennejohn
85b6bb484e Update to 21.4.5. The problem with a Lisp error occuring when the user
does a font change in the Options menu seems to be fixed, although no
change actually seems to result.

The GTK binding does not seem to be any better, but it's also not any
worse.
2001-10-29 22:31:13 +00:00
Akinori MUSHA
b890a420cd Update to 20011030. Some minor bugs/typos were fixed.
portupgrade:
- Fix quotes.
  [Submitted by: Jimmy Olgeni <olgeni@uli.it>]

- Do not ask whether to install a port twice. (portinstall/-N)

- Complete missing words in the manpage.

pkgdb:
- Comment out deleted pkgdeps properly.

misc.:
- Convert the install script to Makefiles.

- Change the examples/docs subdirectory name from `portupgrade' to
  `pkgtools'.
2001-10-29 22:18:30 +00:00
Mikhail Teterin
4952a349c0 Add a patch, which, according to the submitter, allows to compile
libfpx with g++ 3.0.x. It does not hurt compilations with the 2.x
compiler.

Submitted by:	Alex Vasylenko
2001-10-29 22:02:38 +00:00
Brian Feldman
cec98ce29a Bump PORTREVISION.
Reminded by:	kkenn
2001-10-29 21:56:08 +00:00
Andrey A. Chernov
37108b1d5a Oops, CVS not change access bits on removing/adding, so use ${SH} trick 2001-10-29 20:11:04 +00:00
Andrey A. Chernov
32be33fe8b Second part to fix missing x-bit on pkg*install
PR:		31599
2001-10-29 20:05:37 +00:00
Andrey A. Chernov
7c7fe1cb61 First part to fix missing x-bit on pkg*install 2001-10-29 20:04:00 +00:00