summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update port suite to version 1.1.8.Jimmy Olgeni2001-10-309-18/+26
| | | | | PR: 31634 Submitted by: Udo Schweigert <ust@cert.siemens.de>
* Update to 1.80; add WWW.Anton Berezin2001-10-303-3/+5
|
* Support PORTDOCS.Clive Lin2001-10-302-19/+29
| | | | | PR: ports/31616 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Patch file rerolled.Clive Lin2001-10-302-2/+2
| | | | | | | 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>
* Ooops, update to distinfo didn't go through w/ last commit somehow.Masafumi Max NAKANE2001-10-301-1/+1
| | | | | Pointed-out by: TERAMOTO Masahiro <markun@onohara.to> PR: 31628
* Upgrade to 2.4Clive Lin2001-10-302-3/+3
| | | | | PR: ports/31542 Submitted by: MAINTAINER
* Fix a breakage introduced in the previous commit. I'd appreciate if peopleMaxim Sobolev2001-10-308-8/+228
| | | | | | 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.
* Fix abuse of ${AUTOMAKE}/${AUTOCONF}Maxim Sobolev2001-10-301-2/+2
|
* Update to 1.1pre1, which introduces the -p option to only displayPeter Pentchev2001-10-302-3/+2
| | | | | | | | | | | | | | | | 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!
* - Unbreak the support for jpeg and png.Akinori MUSHA2001-10-304-8/+20
| | | | | | | | | | 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.
* Explicity run aclocal and autoheaderDavid E. O'Brien2001-10-301-1/+2
|
* Who ever added AUTOMAKE_ARGS did not convert all the ports to it that wasDavid E. O'Brien2001-10-301-1/+4
| | | | abusing AUTOMAKE...
* Who ever added AUTOMAKE_ARGS did not convert all the ports to it that wasDavid E. O'Brien2001-10-301-1/+1
| | | | abusing AUTOMAKE...
* Don't USE_AUTOCONF=yes -- this port doesn't let bsd.port.mk run autoconfDavid E. O'Brien2001-10-304-4/+12
| | | | | 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.
* QUIT the cutiness with AUTOMAKE. This should be handled in a pre-configureDavid E. O'Brien2001-10-304-20/+8
| | | | or pre-build target.
* Put back PORTEPOCH, which was erroneously deleted in one of the previousMaxim Sobolev2001-10-308-0/+8
| | | | | commits. Repeat after me: once set PORTEPOCH could not be decreased or deleted.
* Update to 1.0.5. With an updated ORBit it works in 5-CURRENT and 4-STABLEMaxim Sobolev2001-10-3018-164/+696
| | | | | systems. Some functionality is still missed, though (e.g. Mozilla component doesn't work), but it is a good start.
* Correct PORTREVISION - in my last commit instead of updating it to 5 I'veMaxim Sobolev2001-10-302-2/+2
| | | | | | | erroneously decreased it to 2. Submitted by: Joe Clarke <marcus@marcuscom.com> Mike Harding <mvh@ix.netcom.com>
* Fix bug with buffer enlargementAndrey A. Chernov2001-10-302-0/+35
| | | | Submitted by: "Tim J. Robbins" <tim@robbins.dropbear.id.au>
* Update to 2.4.3Pete Fritchman2001-10-304-4/+4
| | | | Submitted by: Anders Andersson <anders@codefactory.se>
* Use AUTOMAKE_ARGS instead of setting AUTOMAKE to "automake <args>"Pete Fritchman2001-10-302-2/+2
| | | | | PR: 31594 Submitted by: TOGAWA Satoshi <toga@puyo.org>
* Instead of setting ${AUTOMAKE} to automake --add-missing --include-deps,Pete Fritchman2001-10-302-2/+2
| | | | | | | set ${AUTOMAKE_ARGS} to --add-missing --include-deps. PR: 31593 Submitted by: TOGAWA Satoshi <toga@puyo.org>
* Instead of setting ${AUTOMAKE} to automake -a -i, set ${AUTOMAKE_ARGS}Pete Fritchman2001-10-301-1/+1
| | | | | | | to -a -i. PR: 31592 Submitted by: TOGAWA Satoshi <toga@puyo.org>
* Instead of setting ${AUTOMAKE} to automake -a -i, set ${AUTOMAKE_ARGS}Pete Fritchman2001-10-301-1/+1
| | | | | | | to -a -i. PR: 31590 Submitted by: TOGAWA Satoshi <toga@puyo.org>
* Remove the post-patch target. I'm not sure why I added this before,Pete Fritchman2001-10-301-4/+0
| | | | | | | must have been a local problem on one of my test machines. PR: 31621 Submitted by: Alec Wolman <wolman@cs.washington.edu>
* add alignYing-Chieh Liao2001-10-306-0/+32
| | | | Text column alignment filter
* (Comment for previous committing)Satoshi Taoka2001-10-300-0/+0
| | | | | | | Correct a syntax for chown becuase FreeBSD-current no longer supports the owner.group submitted by: Kelly Yancey <kbyanc@posi.net>
* FreeBSD-current no longer supports the owner.group syntax for chownSatoshi Taoka2001-10-301-1/+1
|
* Update to 21.4.5. The problem with a Lisp error occuring when the userGary Jennejohn2001-10-294-10/+10
| | | | | | | | 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.
* Update to 20011030. Some minor bugs/typos were fixed.Akinori MUSHA2001-10-2912-124/+96
| | | | | | | | | | | | | | | | | | | 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'.
* Add a patch, which, according to the submitter, allows to compileMikhail Teterin2001-10-291-0/+50
| | | | | | | libfpx with g++ 3.0.x. It does not hurt compilations with the 2.x compiler. Submitted by: Alex Vasylenko
* Bump PORTREVISION.Brian Feldman2001-10-291-0/+1
| | | | Reminded by: kkenn
* Oops, CVS not change access bits on removing/adding, so use ${SH} trickAndrey A. Chernov2001-10-294-4/+4
|
* Second part to fix missing x-bit on pkg*installAndrey A. Chernov2001-10-2912-4/+224
| | | | PR: 31599
* First part to fix missing x-bit on pkg*installAndrey A. Chernov2001-10-298-216/+0
|
* Fix for the new AUTOMAKE/AUTOCONF scheme.Dmitry Sivachenko2001-10-291-0/+2
| | | | | PR: 31604 Submitted by: MAINTAINER
* Fix a possible-corruption-at-end-of-file bug.Brian Feldman2001-10-291-0/+16
| | | | | PR: ports/30120 Submitted by: Scott Renfro <scott@renfro.org>
* Update to Vim 6.0 patchlevel 32David E. O'Brien2001-10-292-2/+8
|
* Add news posting supportDavid W. Chapman Jr.2001-10-292-1/+19
| | | | | PR: 31585 Submitted by: maintainer
* Use ${ARCH}-pc-freebsdX as CONFIGURE_TARGET instead of ${ARCH}-freebsdX. IMaxim Sobolev2001-10-294-4/+4
| | | | | | | | did not see any problems with the later on my local box, but it doesn't do any harm, so put it in to make few users happy. PR: 31333 Submitted by: "Alexander N. Kabaev" <ak03@gte.com>
* Update to 0.15.2.Maxim Sobolev2001-10-294-6/+6
|
* Add the legacy versions of autoconf and automake to the mix.David E. O'Brien2001-10-291-0/+2
|
* Huh, finally implement writev(2) wrapper that actually works. Boys, never everMaxim Sobolev2001-10-2912-40/+482
| | | | | | | | | try to use writev(2) in a non-blocking mode, especially on sockets. Not only this makes handling of EAGAIN rather weird, but in the case of sockets makes your code subject of a ENOBUFS, which is absolutely unclear how to handle properly. *sigh* Bump PORTREVISION.
* Update to version 1.337.Jimmy Olgeni2001-10-294-37/+20
| | | | | PR: 31589 Submitted by: Stijn Hoop <stijn@win.tue.nl>
* Update MASTER_SITES (minnie.cs.adfa.oz.au -> minnie.tuhs.org)Chris D. Faulhaber2001-10-292-2/+2
|
* The previous commit-log is mistaken.Shigeyuki Fukushima2001-10-290-0/+0
| | | | | Change MASTER_SITES. Add WWW infomation to pkg-descr.
* = Add support for using cracklib with kpasswdd, the password changingJacques Vidrine2001-10-294-2/+64
| | | | | | daemon. = Fix a bug in `ktutil get' which was causing a segfault. = Bump PORTREVISION.
* Update to 10.3.Shigeyuki Fukushima2001-10-2911-4/+28
| | | | | Submitted by: kuriyama Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/11587
* Update to 1.5.2Pete Fritchman2001-10-295-18/+10
|
* Update to 1.0.20Pete Fritchman2001-10-292-2/+2
|