Commit graph

2295 commits

Author SHA1 Message Date
Dag-Erling Smørgrav
7e7225f4ba Use USE_REINPLACE and REINPLACE_CMD rather than implicitly depend on Perl.
Also replace glib-config in configure with glib12-config so the port can
actually build.  Note that it's still kinda broken as it requires recode
3.5 exactly and we have 3.6 in our tree, but at least now it'll work if
you have recode 3.5 installed.
2002-07-20 12:04:12 +00:00
Dag-Erling Smørgrav
5cd868dff5 Fix a bug in the version comparison logic (epochs weren't being compared
properly), and update dependencies for -f as well as for -l and -u.
2002-07-16 22:54:05 +00:00
Maxim Sobolev
800ef6c0b0 Convert USE_GLIB into USE_GNOMENG+USE_GNOME. 2002-07-15 17:21:56 +00:00
Maxim Sobolev
44cac4f76b Use USE_GNOMENG. 2002-07-15 17:05:30 +00:00
Maxim Sobolev
59ece3d395 USE_GTK implies USE_GLIB, so that remove the latter when the former is present. 2002-07-15 16:54:09 +00:00
Maxim Sobolev
10e00cf91e Use USE_GNOMENG. 2002-07-15 16:18:40 +00:00
Ying-Chieh Liao
ac3d53cabf add lr 1.6
Lazyread can auto-scroll files on your screen in movie credit fashion

PR:		40567
Submitted by:	"Michael L.Hostbaek" <mich@freebsdcluster.org>
2002-07-15 11:00:43 +00:00
Patrick Li
9b17dd2858 Update to 2.4.1 2002-07-13 05:52:58 +00:00
Maxim Sobolev
19a718ac4c Convert all core GNOME1 components and some of the most popular GNOME1
apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular,
which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably
reduce langht of dependency chains for GNOME1 ports (for example after this
commit AbiWord's dependency chain was reduced by 7 ports from 57 to only
50, while Gnumeric's - from 60 to 53 and so on).

The most of the GNOME1 apps are still not converted, so that lot of work is
still ahead.

Please report any unusual problems to gnome@FreeBSD.org.

Discussed with:	marcus
Reviewed by:	marcus
2002-07-11 17:16:10 +00:00
Jimmy Olgeni
cb50e4c8d4 Fix build on post-4.6 stable (do not declare shmat). 2002-07-10 16:00:57 +00:00
Maxim Sobolev
d9dae5115b Use USE_GNOMENG. 2002-07-10 08:43:48 +00:00
Will Andrews
a4b8a80ee1 Fix MASTER_SITE_SUBDIR.
PR:		40272
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-07-09 17:06:38 +00:00
Ying-Chieh Liao
281a55555a PERL -> REINPLACE_CMD
PR:		40289
Submitted by:	maintainer
2002-07-07 18:34:07 +00:00
Joe Marcus Clarke
d314376a8c Add gnomeuserdocs2 after repo copy from gnomeuserdocs. This is the GNOME 2.0
users guide.
2002-07-07 18:26:15 +00:00
Cy Schubert
3ebe4bf137 As I've assigned the three screen PR's in GNATS to myself, it appears that
I'm taking on maintainership of this port.  Make it official.
2002-07-07 15:16:15 +00:00
Alan Eldridge
b10af397a0 Fix so that autoconf et al and configure don't get run twice. Add new files
that are now built/installed since SDL is found correctly.
2002-07-06 05:42:24 +00:00
Alan Eldridge
ab10601811 Finally get SDL_CONFIG usage right. The 2nd patch looked right and built,
but there were errors that didn't stop the make. Note to self: slow down.
2002-07-06 03:41:37 +00:00
Alan Eldridge
3e409ec4ae Apologies to all. The last patch was botched and I thought I had
killed the commit. Fix SDL_CONFIG the right way. We don't need that
post-configure: target, ANAICT.
2002-07-06 03:08:45 +00:00
Alan Eldridge
237a826b12 Emergency patch: kdeaddons3 will not build without this, as the
post-configure target fails to substitute anything for 'sdl-config'.
This results in header files not being found somewhat later in the
build process.
2002-07-06 02:56:22 +00:00
Will Andrews
3491a5043b Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51. 2002-07-04 19:39:36 +00:00
Maxim Sobolev
76ce24bd35 Don't assume ownership of ${X11BASE}/share/themes. 2002-07-04 16:27:32 +00:00
Maxim Sobolev
c5430c00af Add gnomehier - a port which creates common GNOME directories shared among
two or more GNOME ports.
2002-07-02 09:38:45 +00:00
Joe Marcus Clarke
58d11a98d4 The FreeBSD GNOME team is proud to present GNOME 2.0 Release. 2002-06-30 22:20:44 +00:00
Hye-Shik Chang
6a1f039469 Add utf8locale 1.0, UTF-8 locales support.
Reviewed by:	silence on i18n@
2002-06-30 07:05:51 +00:00
Patrick Li
27bab29fdb Make configure script executable and use ${STRIP_CMD}
Update to 1.5.3

PR:		ports/39925
Submitted by:	maintainer
2002-06-28 03:38:28 +00:00
Patrick Li
111f4b20f8 Update to 1.5.3
PR:		ports/39924
Submitted by:	maintainer
2002-06-28 03:34:56 +00:00
Patrick Li
393e3bc47d Update to 0.28
PR:		ports/39934
Submitted by:	maintainer
2002-06-28 02:34:03 +00:00
Joseph Koshy
f2fce217ca Correct home page URL. 2002-06-27 06:14:12 +00:00
Matthew Hunt
de9d7ea0f9 Upgrade to bidwatcher-1.3.4-fix. The 1.3.3-1.3.4 patch hosted by
obrien is no longer necessary.
2002-06-26 22:10:37 +00:00
Joe Marcus Clarke
58d6153c1e Update to GNOME 2.0 RC2. 2002-06-26 09:18:37 +00:00
Ying-Chieh Liao
d002fdd421 add p5-Tie-DxHash 0.93
Keeps insertion order, allows duplicate keys

PR:		34283
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-06-26 06:03:23 +00:00
Ying-Chieh Liao
e0e6aa87b2 add p5-Finance-QuoteHist 0.25
Perl module for fetching historical stock quotes

PR:		34278
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-06-26 05:38:14 +00:00
Ying-Chieh Liao
e9e9f766bd add p5-Finance-Currency-Convert 1.03
Convert currencies and fetch their exchange rates

PR:		34277
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-06-26 05:35:52 +00:00
Ying-Chieh Liao
7519625654 upgrade to 1.6.1
PR:		36918
Submitted by:	maintainer
2002-06-25 10:36:14 +00:00
Ying-Chieh Liao
a2642d71c4 add p5-Business-UPS 1.13
A UPS Interface Module

PR:		34250
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-06-25 08:47:59 +00:00
Ying-Chieh Liao
5ed8dda104 add p5-Business-ISIN 0.20
Validate International Securities Identification Numbers

PR:		34249
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
2002-06-25 08:45:23 +00:00
Ying-Chieh Liao
22d0f39538 add bestfit 0.2.0
Optimally choose files to be put on a CD (or other media)

PR:		34225
Submitted by:	Steven Enderle <enderle@mdn.de>
2002-06-25 08:39:46 +00:00
Hye-Shik Chang
10cb7d0c73 Updating my email address.
Approved by: cjh (mentor)
2002-06-25 07:50:58 +00:00
Patrick Li
2fe7c26973 Add new port wmproxyper - Distributed.net Personal Proxy status displayed
in a dock

PR:		ports/39677
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2002-06-24 04:52:39 +00:00
Ying-Chieh Liao
7ef18f1429 ${PERL} -> ${REINPLACE_CMD}
PR:		39746
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
2002-06-24 04:44:17 +00:00
Ying-Chieh Liao
f49e28aae2 ${PERL} -> ${REINPLACE_CMD}
PR:		39670
Submitted by:	maintainer
2002-06-23 06:06:22 +00:00
Ying-Chieh Liao
3b9032fabc Replace ${PERL} with ${REINPLACE_CMD}
PR:		39665
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-22 17:23:30 +00:00
Sergey Skvortsov
c585edffb3 Updated to 1.07 2002-06-22 10:39:20 +00:00
Joe Marcus Clarke
f741e5e674 It seems that these distfiles have been removed from the latest GNOME 2.0
snapshot directory.  Specify a dist subdirectory that does contain the
correct distfiles.

Submitted by:	fenner's check
2002-06-21 17:10:57 +00:00
Greg Lewis
ed5eb06604 Update to 1.0 (this also unbreaks the port as 0.7 appears to have been
removed from distribution).
2002-06-21 16:52:27 +00:00
Alan Eldridge
a008579819 Updated PORTREVISION. Should have done that with last commit. 2002-06-21 04:05:19 +00:00
Alan Eldridge
250be6ab05 Remove dupe .po entries that choke gettext-0.11.x.
PR:		ports/39559
Submitted by:	glewis
Reviewed by:	alane
2002-06-21 03:59:47 +00:00
Alan Eldridge
cba84991c6 Distfiles have been moved on kde site to Attic.
PR:		ports/39558
Submitted by:	glewis
Reviewed by:	alane
2002-06-21 02:48:48 +00:00
Bill Fenner
9ea295483d Use a local cvspass file which is already logged in to the CVS server;
this eliminates the interactive step of logging in and possible
 permission problems with ~/.cvspass .
2002-06-20 16:03:52 +00:00
Patrick Li
1a7100eb8a Update to 376
PR:		39546
Submitted by:	maintainer
2002-06-20 02:28:48 +00:00