Commit Graph

1017 Commits

Author SHA1 Message Date
Satoshi Asami
7a40c2a2f7 Fix MD5_FILE (files/md5 -> distinfo). 2000-10-08 10:31:13 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
b1b11fff74 Oops, remove extra "pkg/". 2000-10-08 10:07:18 +00:00
Satoshi Asami
07828ff0f0 Rename {INSTALL,DEINSTALL}.wish to pkg-{install,deinstall}.wish. 2000-10-08 03:07:46 +00:00
Satoshi Asami
614d3845fc Rename ${FILESDIR}/patch-aa to ${PATCHDIR}/post-patch-aa. (This patch
does post-patch processing.)
2000-10-07 22:53:03 +00:00
Ade Lovett
4acda1f50c Remove remnants of GTK 1.0.x since nothing depends on them any more.
Done a few days earlier than I had initially suggested on the -ports list
since other committers have already taken care of the few remaining ports
that depended on them

Discussed on:	-ports list
2000-10-06 15:06:19 +00:00
Ade Lovett
4c2a8e6363 GAL is a collection of widgets and utility routines that were taken
from GNOME Evolution and Gnumeric - upcoming releases of these two
pieces of software, and others, will require this library.
2000-10-06 02:42:20 +00:00
Jeremy Lea
7b4c77811e Implement WANT_GNOME. 2000-10-05 07:22:56 +00:00
Jeremy Lea
c76cf46929 Implement USE_GNOME, part 2. 2000-10-05 07:17:31 +00:00
Jeremy Lea
bebd89314e Implement WANT_IMLIB and USE_IMLIB. 2000-10-05 06:57:56 +00:00
Jeremy Lea
99290b0d61 Implement USE_GTK, part 2. 2000-10-05 06:42:57 +00:00
Jeremy Lea
d0cdca8bc3 Implement USE_GLIB. 2000-10-05 06:23:01 +00:00
Trevor Johnson
34b7bd26df Add mail/xc-mail, an RFC 2015-aware e-mail client.
Add x11-toolkits/xclasses, required by XCmail.

PR:	21665, 21666
Approved by:	will
2000-10-04 04:52:56 +00:00
Steve Price
9bbb629b60 Only use the XFree86 version 4 mtree file when it is actually desired (ie.
not when XFREE86_VERSION=3).

Submitted by:	Brandon D. Valentine <bandix@looksharp.net>
2000-10-04 01:23:37 +00:00
Mario Sergio Fujikawa Ferreira
b327e9c777 Maintainer is now a committer, update email accordingly
Approved by: will
2000-10-03 05:12:49 +00:00
Mario Sergio Fujikawa Ferreira
c5549750dc Approved by: Will
Some simple changes. Mostly implementing Mr. Sada Kenji patches to
JX x11-toolkit family ports:

   1. nonexistent -> ${NONEXISTENT}
   2. Allow you to define WRKDIRPREFIX safely.

   -JXPORT_WRKSRC= ${JXPORT}/work/JX-1.5.3
   +JXPORT_WRKSRC!=        cd ${JXPORT} && ${MAKE} -V WRKSRC
2000-10-03 05:00:35 +00:00
Jacques Vidrine
e256829050 BUILD_DEPENDS: wxgtk must be installed to build.
Reported by:	Josh Bonczkowski <josh@goblin.bonczkowski.net>
2000-10-02 17:04:07 +00:00
Maxim Sobolev
154fd44513 Reflect new location of librep (LOCALBASE --> X11BASE). Bump PORTREVISION to
make clear that update is necessary.
2000-10-02 08:07:53 +00:00
Jacques Vidrine
b3368dcebb USE_PYTHON so that this works with python1.5, python1.6, and python2.0. 2000-10-02 03:14:25 +00:00
Jacques Vidrine
1676a66e1c Chage bsd.python.mk: PYTHON_CMD is now a full path.
Reported by:	Takeshi Hiyami <th@cis.ibaraki.ac.jp>
2000-09-30 15:00:48 +00:00
Akinori MUSHA
3d3b2e83ce Update to Ruby 1.6.1. Many bugs have been fixed since 1.6.0. :)
Take over the maintainership from Yasuhiro Fukuma <yasuf@bsdclub.org>,
with his approval.  I can never thank him too much for his previous
work which led me in the right direction! :)

lang/ruby:
	- Add a patch for find.rb, which fixes the bug found after
	1.6.1 was released.

databases/ruby-gdbm, */ruby-{tcltklib,tk}:
	- Remove files/md5 and refer to lang/ruby's one.
2000-09-28 19:33:39 +00:00
Thomas Gellekum
654f2fc53d Use bison. 2000-09-28 11:14:45 +00:00
Akinori MUSHA
39cf37b900 Update to 0.13 which supports Ruby 1.6. 2000-09-28 10:49:53 +00:00
Maxim Sobolev
66d100bd16 Update to 1.2.2.
Approved by:	maintainer
2000-09-26 15:56:25 +00:00
Akinori MUSHA
c68548820c Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
2000-09-26 08:02:17 +00:00
Satoshi Asami
5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Maxim Sobolev
e28c640e1f Add libgtkeditor - a source code editor widget for GTK+. 2000-09-25 11:27:12 +00:00
Yukihiro Nakai
0b36728a13 Update to 1.2.3 2000-09-25 08:52:07 +00:00
Yukihiro Nakai
76043c1ba5 MAINTAINER Change to Maxim Sobolev <sobomax@FreeBSD.org> 2000-09-24 09:17:39 +00:00
R. Imura
a74ec834c3 Remove ports/x11-toolkits/qt21 2000-09-22 16:17:42 +00:00
Maxim Sobolev
07a420fe9c Update sawfish/librep/rep-gtk triplet to the latest versions. I'm doing
this commit urgently, as there are -10 minutes left before ports freeze.

OK'ed by:	PW
2000-09-22 07:11:57 +00:00
Maxim Sobolev
98a8486494 Pythonize.
Approved by:	maintainer
2000-09-21 16:00:06 +00:00
Thomas Gellekum
e0a0bd1d4c Install startup file to run the gdomap daemon. 2000-09-21 12:01:41 +00:00
Maxim Sobolev
9f28b5c070 Welcome MASTER_SITE_THEMES (www.themes.org). 2000-09-20 18:18:23 +00:00
Maxim Sobolev
c8191c0bb7 Update to 0.4. 2000-09-20 17:24:25 +00:00
Akinori MUSHA
0bedeb8a8d Fix duplicated PKGNAMEPREFIX definition, as well as ruby-tk. ;)
PR:		ports/21403
Submitted by:	Allan Bowhill <kosmos@bowhill.yi.org>
2000-09-20 05:24:10 +00:00
Satoshi Asami
2d46dc7c0d Install the *I.h files also, some ports (at least xblackjack and
libhelp) need these.
2000-09-19 21:37:42 +00:00
Akinori MUSHA
ce1cc1462f Update to Ruby 1.6.0 official release.
lang/ruby:
	- Do not force lib/ruby/site_ruby and lib/ruby removals,
	because a user may have his/her stuff installed there.

x11-toolkits/ruby-tk:
	- Fix duplicated PKGNAMEPREFIX.
2000-09-19 15:20:16 +00:00
Thomas Gellekum
8d134d5311 Use bsd.python.mk.
Approved by:	nectar
2000-09-18 12:55:15 +00:00
Steve Price
4ac5d0f325 Don't build/install the debug versions of lib{Mrm,Uil,Xm}.
Requested by:	asami
2000-09-18 06:22:50 +00:00
Steve Price
2f8bc8eeb5 Fix these ports so that among other things they look for the jx header
files in the correct place.

Submitted by:	maintainer
2000-09-17 21:29:14 +00:00
Steve Price
ec7b92ea69 Major overhaul of this port so that we cleanly build the other ports
that depend on it.

Submitted by:	maintainer
2000-09-17 21:26:15 +00:00
Will Andrews
2710ce5935 Add WANT_STATIC option, basically it adds support for compiling a static
library, useful for things like libh.  Bump PORTREVISION accordingly.

Submitted by:	nra
2000-09-17 01:57:06 +00:00
Satoshi Asami
99467bd40f Add MTREE_FILE definition, this port is happier with BSD.x11-4.dist. 2000-09-15 23:18:47 +00:00
Satoshi Asami
26bd87fdc9 Add XFREE86_HTML_MAN=no, since this port does not install those stuff.
Add RUN_DEPENDS to imake, since it is necessary to use some of the
stuff this port installs (imake config files, obviously).  This also
prevents the problem seen on bento about host.def left behind for
ports using open-motif, which was caused by imake being pkg_deleted
before open-motif.  The dependency takes care of that.

While I'm here, take out MANCOMPRESSED=yes, it's the default with USE_IMAKE
set.
2000-09-14 10:43:24 +00:00
Thomas Gellekum
a2bb3f0669 Upgrade to 0.8.4. Use bsd.python.mk. 2000-09-13 12:27:53 +00:00
Ade Lovett
ec98873a70 Bakery is another C++ Framework for creating GNOME applications
using Gtk-- and Gnome--
2000-09-12 22:48:25 +00:00
Ade Lovett
3ee51fcb2a Update to 1.1.12
Approved by:	maintainer
2000-09-12 22:43:19 +00:00
Will Andrews
ce35bfdf18 Update to QT 2.2.0 release. Satoshi will handle the USE_QT2 upgrade, which
should happen sometime later this week.  Yes, this is *THE* QT that will be
used with KDE2.  :-)

Submitted by:	nra  (thanks for making my job easier)
2000-09-12 07:50:45 +00:00
Vanilla I. Shu
cfc27060b5 Upgrade to 0.7003.
PR:		ports/21101
Submitted by:	Steve Coltrin <spcoltri@omcl.org>
2000-09-12 04:06:12 +00:00