1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
Commit Graph

20694 Commits

Author SHA1 Message Date
Jim Mock
c7260fd68f Rename erwin to erwn to avoid copyright issues. Ok'd with Satoshi
that no repository copy was needed.
1999-08-24 09:41:33 +00:00
Satoshi Asami
b0e8c4c212 This port requires gettext now.
I'm not sure if it requires msgmft for build time only or the
libraries for run time too.  Make it LIB_DEPENDS to be safe -- if
someone is sure, go ahead and change it to BUILD_DEPENDS=msgfmt:gettext.
1999-08-24 08:53:00 +00:00
David E. O'Brien
04eda6dcee Upgrade to version 2c5. 1999-08-24 08:15:29 +00:00
Dirk Froemberg
07d6bbe0f9 gd is build as a shared lib, too, so use LIB_DEPENDS instead of
BUILD_DEPENDS.
1999-08-24 08:13:22 +00:00
Brian Feldman
88151d4faa Fix my e-mail address here too. Thanks, Bill! 1999-08-24 05:16:30 +00:00
Chris Piazza
9c5820a5ea Add xpm background and transparency support by default
Requested by: Joseph Scott <joseph.scott@owp.csus.edu>
1999-08-24 03:45:17 +00:00
Jim Mock
64e8166834 Updated to version 1.25.
Reviewed by:	kris
1999-08-24 03:18:31 +00:00
Brian Feldman
d17cc44291 Correct my e-mail address. 1999-08-24 02:50:02 +00:00
Justin M. Seger
7eeb883e33 Upgrade to tcl-8.1.1 and tk-8.1.1 1999-08-24 01:58:13 +00:00
David E. O'Brien
e6ac780082 Suport the American spelling of colour. 1999-08-24 01:53:11 +00:00
David E. O'Brien
941634fc9e Enable --with-ansi-colours. 1999-08-24 01:39:36 +00:00
Matthew Hunt
3413c3b9d8 Upgrade to 16.16. 1999-08-23 20:22:52 +00:00
SADA Kenji
2f15920111 DISTFILE's md5 has been changed.
PR:		ports/13186
Submitted by:	Maintainer
1999-08-23 15:08:21 +00:00
Ralf S. Engelschall
49bc39b67c Bump GNU Pth: 1.1.1 -> 1.1.2 1999-08-23 12:29:57 +00:00
Thomas Gellekum
60607b2053 Use `read -e', so makesetup groks continuation lines.
PR:		13276
Submitted by:	Randall Hopper <aa8vb@ipass.net>
1999-08-23 12:00:46 +00:00
Satoshi Asami
4aa17879ef Use USE_GCC. This port still doesn't build:
===
 :
checking for awk... awk
checking version of gcc... configure: error: unrecognized.
===>  Script "configure" failed: here are the contents of "config.log"
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:563: checking host system type
configure:594: checking for libgdbm.so
configure:714: checking whether make sets ${MAKE}
configure:741: checking C compiler
configure:750: checking for gcc295
configure:845: checking for objdump
configure:888: checking for ruby
configure:928: checking for ci
configure:965: checking for co
configure:1002: checking for mv
configure:1039: checking for rm
configure:1076: checking for wc
configure:1113: checking for etags
configure:1151: checking for which
configure:1189: checking for fgrep
configure:1228: checking for sed
configure:1266: checking for mawk
configure:1266: checking for gawk
configure:1266: checking for nawk
configure:1266: checking for awk
configure:1298: checking version of gcc
(end of "config.log")
*** Error code 1

Stop.
 :
===

which looks weird since it does find gcc295 (line 750) before it bows
out by not recognizing it.

But at least it's now finding the right compiler.
1999-08-23 10:31:10 +00:00
Satoshi Asami
2d0ca19b95 Use libtclstub81.a from installed location, not build directory. 1999-08-23 10:05:11 +00:00
Satoshi Asami
38d0bb86b9 Use USE_NEWGCC.
(kdetoys only: change BROKEN to FORBIDDEN to avoid building incomplete packages)
1999-08-23 08:06:25 +00:00
Seiichirou Hiraoka
d395e65ed7 Add a couple of functions, EUC->SJIS and SJIS->EUC conversion.
PR: ports/13154
Submitted by: knu@and.or.jp
1999-08-23 04:45:06 +00:00
Chris Piazza
d8567e3606 Add support for utmp in rxvt. All the user has to do
is chmod 4711 rxvt.

Noticed by:	[paradox] on #FreeBSD@EFNet
1999-08-23 04:35:17 +00:00
Michael Haro
535add65ac grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
1999-08-23 04:23:59 +00:00
Justin M. Seger
cf82726b69 Upgrade to zircon-1.18.223 1999-08-23 01:33:29 +00:00
Michael Haro
011120dd34 update to 1.2.0pre3a
Submitted by: Jeremy Chadwick yoshi@parodius.com
PR: 		13230
1999-08-23 00:00:19 +00:00
Michael Haro
235481b52a awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Michael Haro
8b6def2e15 make figlist and showfigfonts executable
PR:		13142
Submitted by:	Dominik Rothert dr@domix.de
1999-08-22 22:47:46 +00:00
Chris Piazza
432f2c5f80 Activate tirc 1999-08-22 22:07:58 +00:00
Chris Piazza
1170ab8c6f Import of tirc: Token's IRC Client.
It has support for vi-like line editing, nickname completion
ANSI-colours, flood protection, and more.

PR:		13135
Submitted by:	Dominik Rothert <dr@domix.de>
1999-08-22 22:07:26 +00:00
Marc G. Fournier
533fb77b8f Main WWW site changed ... 1999-08-22 21:49:02 +00:00
Chris Piazza
6064aaa94b Update to version 1.3, add a missing MAINTAINER line, and
add a WWW: line in DESCR

Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-08-22 21:35:20 +00:00
Chris Piazza
eea528a116 Remove the chown stuff in pre-install. do-extract handles this
by default now.
1999-08-22 21:29:50 +00:00
Michael Haro
ee330ad71a chown -> ${CHOWN} 1999-08-22 21:22:22 +00:00
Michael Haro
462bf2925c chmod -> ${CHMOD} 1999-08-22 21:16:33 +00:00
Tim Vanderhoek
8e7271261e Add version required. Bootstrap it to the current version. 1999-08-22 21:04:25 +00:00
Tim Vanderhoek
4fc4cc6ed0 Fit this into 23 lines. Clean it up a little, too.
Ugh.  pkg/DESCR is an advertisement for your port, people.  It seems to
me that if I was writing a port for some peice of software that I liked,
I would try to make it look nice to the rest of the world, who might never
even use it otherwise.
1999-08-22 21:01:34 +00:00
Chris Piazza
c17f794539 USE_NEWGCC= yes 1999-08-22 19:54:10 +00:00
Chris Piazza
c8d77a093b Change all ports that need a new gcc on 3.x to use USE_NEWGCC. 1999-08-22 19:46:45 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
SADA Kenji
acfa648bd4 Assign USE_XLIB var. Any ports which use XLib needs it. 1999-08-22 17:57:47 +00:00
SADA Kenji
fca1f9acfe Fix typo: XF86config -> XF86Config 1999-08-22 16:38:20 +00:00
Satoshi Asami
8515b1add6 (1) Add new variable USE_NEWGCC. Set this if your port requires the
latest gcc.  This is currently the system compiler in 4-current and
    ports/lang/egcs in 3-stable.

    Setting USE_NEWGCC is a no-op if the compiler required is in the
    system.  If it is to be provided by a port, it will cause the
    variables "CC" and "CXX" to be set to the names of executables for
    the C and C++ compiler, and adds a BUILD_DEPENDS on the
    appropriate port.
Reviewed by: Chris Piazza <cpiazza@home.net> and Ade Lovett <ade@lovett.com>

(2) Add new variables CHMOD and CHOWN, set to full pathnames of those
    commands.  (Used in 3)

(3) When run as root, change owner:group of all files under ${WRKDIR}
    to 0:0 after extraction.  Set EXTRACT_PRESERVE_OWNERSHIP to turn
    off this feature.
Problem reported by: Slawek Zak <zaks@prioris.im.pw.edu.pl>
Reviewed by:	 the ports list

(4) Update MASTER_SITE_XCONTRIB.
PR:		12879
Submitted by:	Will Andrews <andrews@technologist.com>

(5) Update MASTER_SITE_GNU.
Submitted by:	Ralf "pth update of the day" Engelschall <rse@engelschall.com>

(6) Add check for valid categories.  If the port is not in a
    pre-approved list of categories, install will fail.  If you need a
    local addition, put it in variable VALID_CATEGORIES.
Reviewed by:	 the ports list

(7) Experimental feature: DEPENDS_CLEAN.  Define this variable and
    bsd.port.mk will attempt to run "make install clean" instead of
    "make install" when building dependencies.  Might be useful if you
    are building a port with a large number of dependencies without
    the benefit of a large disk.
1999-08-22 11:20:25 +00:00
David E. O'Brien
585c189554 Upgrade to 0.95.7. 1999-08-22 09:00:24 +00:00
Bill Fenner
2f99f64224 Add rrdtool, and re-sort SUBDIR entries. 1999-08-22 08:42:30 +00:00
Bill Fenner
bd4a2c1361 Round Robin Database Tool - store time-series data with averaging or other
(lossy) historical compression, and create graphs.

PR:		ports/12717
Submitted by:	Dmitry S. Sivachenko <dima@Chg.RU>
1999-08-22 08:41:12 +00:00
Satoshi Asami
2013f63fc0 Don't try to parse ${MOTIFLIB} if it's not defined. 1999-08-22 08:30:17 +00:00
Steve Price
d4d4fb4baf Update to version 2.0.16b.
PR:		13132
Submitted by:	maintainer
1999-08-22 04:09:08 +00:00
Steve Price
80d23d8f86 New GNOME metaport to match recent updates. Note libglade and
gnumeric have been disabled due to problems with libtool and
the libglade port.

PR:		12781 (19 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 04:06:04 +00:00
Steve Price
0caf05d3b9 Update to version 4.5.37.
PR:		12781 (18 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 04:04:36 +00:00
Steve Price
2491d2d1ee Update to version 1.0.6.
PR:		12781 (17 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 04:03:26 +00:00
Steve Price
a60e16e85e Update to version 0.40.
PR:		12781 (15 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 04:01:09 +00:00
Steve Price
bd11498d74 Update to version 1.0.12.
PR:		12781 (14 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 04:00:15 +00:00