Commit graph

561 commits

Author SHA1 Message Date
Ying-Chieh Liao
b641a63a05 upgrade to 1.2.a.1
PR:		37539
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-04-29 05:39:51 +00:00
Norikatsu Shigemura
d22fe6866e add missing files.
Not objected to by:	gnome
Reviewed by:		knu (mentor)
2002-04-28 16:03:28 +00:00
Pete Fritchman
719ef7cc3e Update to 2.3. 2002-04-25 06:51:11 +00:00
Will Andrews
d54d1eaf5d Update to 3.0. Sigh. 2002-04-23 00:13:10 +00:00
Will Andrews
d1c2f0dddd Please welcome Qt3/KDE3 to our ports tree. This includes work since the
original versions of these ports, so some PORTREVISIONs were bumped.  See
http://freebsd.kde.org/ and mailing lists linked to from there for info
on the packages generated to test these ports.

bsd.kde.mk has already been updated a few days ago to work with these.

Some patches applied to fix a few bugs were:

deskutils/kdepim3:
        [1] Remove kpilot from build because it wasn't ready at release.
editors/koffice-kde3:
        [2] Fix compile time bugs for FreeBSD.
misc/kdeedu3:
        [3] Fix compile problem with kvoctrain.
x11/kdebase3:
        [4] Fix KDM CPU usage and login bug.

Some caveats:
        * All PLISTs are broken for deinstall due to script bug that I
          didn't notice until very recently.  This will be fixed when I
          commit an update tomorrow.  These ports should still install
          perfectly fine though.  They should also deinstall without
          giving errors, but will leave directories behind.
        * You can't install this with any other version of QT or KDE
          already installed.  I am not sure the checks are 100% working,
          but fixes for these will be forthcoming.  This is mainly due
          to a policy decision made by kde@ to make QT/KDE ports install
          the way the rest of the world expects it to while also still
          conforming to FreeBSD's hier(7).  For reference on this decision,
          please consult the KDE/FreeBSD mailing list archives.  This
          decision fixes 2-year-old bug reports relating to how we handled
          this for KDE2 vs KDE1.

Submitted by:   [1] Adrian de Groot <adridg@cs.kun.nl>,
                [2] David Faure <faure@kde.org>,
                    Andy Fawcett <andy@athame.co.uk>
                    Lauri Watts <lauri@kde.org>
                [3] Lauri Watts <lauri@kde.org>
                [4] Alan Eldridge <alane@geeksrus.net>
                    Oswald Buddenhagen <ossi@kde.org>
Reviewed by:    kde
2002-04-21 23:47:50 +00:00
Will Andrews
e05ed36727 Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION.  All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.

Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.

This commit made in impending view of Qt3/KDE3 entering ports tree.
2002-04-19 02:30:02 +00:00
Ying-Chieh Liao
26fdeea67a add krss 2.6
KDE Rich Site Summary viewer
2002-04-18 06:23:43 +00:00
Maxim Sobolev
3a28fb3952 GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already in
LIB_DEPENDS.
2002-04-15 17:05:52 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Yoichi NAKAYAMA
922e33044b Change maintainer's address to the one at FreeBSD.org. 2002-04-11 14:51:07 +00:00
Yoichi NAKAYAMA
912eab21d4 Update to mhc-current-snap20020411. 2002-04-11 14:43:19 +00:00
Maxim Sobolev
da7926a34c Remove iconv->giconv hack. 2002-04-08 11:05:53 +00:00
Will Andrews
c364686d1f Make the perl regex to get rid of malloc.h much much more broad. Should
fix the build on -current.
2002-04-04 11:51:58 +00:00
Dirk Meyer
0d34afbabd Let INSTALL_PROGRAM strip the binary 2002-03-30 11:22:32 +00:00
Dirk Meyer
6a0d8433fa mcal & gmcal use the libmcal library (see PR ports/31416 )
to access calendars that can be stored in many different formats.
They are mostly exsamples and how-to use the MCAL library

PR:		31461
Submitted by:	thierry@pompo.net
2002-03-30 11:21:03 +00:00
Dirk Meyer
0eeb6d5984 mcal & gmcal use the libmcal library (see PR ports/31416 )
to access calendars that can be stored in many different formats.
They are mostly samples and how-to use the MCAL library.

PR:		31461
Submitted by:	thierry@pompo.net
2002-03-30 11:09:01 +00:00
Will Andrews
97e6d16408 Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This is
not tested other than for syntax, but should DTRT from what I understand
of the problem.

Submitted by:	bento
2002-03-30 09:07:53 +00:00
Daniel Eischen
5bc6dfb7fb Prevent inclusion of <malloc.h> when building.
Reported by:	bento
2002-03-29 16:25:48 +00:00
David E. O'Brien
0d77c3b570 Backout my backout of rev 1.31.
We can now build with Tcl/Tk 8.3.
2002-03-19 04:42:56 +00:00
Maxim Sobolev
4c809351ec Provide backup MASTER_SITE.
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-18 15:17:06 +00:00
Maxim Sobolev
a68d2827d3 Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
2002-03-18 11:50:38 +00:00
Maxim Sobolev
449a928eea Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with
<giconv.h> or -liconv with -lgiconv.
2002-03-18 11:26:13 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Anders Nordby
6a7f3a5015 Master site updates: www.freenix.no => atreides.freenix.no for these
files.
2002-03-15 00:31:54 +00:00
Maxim Sobolev
ad661490f2 Update to 1.6.6. 2002-03-13 10:52:13 +00:00
Pete Fritchman
f128ca0511 malloc.h -> stdlib.h
PR:		35519
2002-03-04 20:02:36 +00:00
Pete Fritchman
539446151c Update to 1.0.22 2002-02-19 05:32:44 +00:00
Maxim Sobolev
c395d13191 Update to 1.4.1.2. 2002-02-08 13:29:20 +00:00
Pete Fritchman
b968251bf4 - update to 2.1
- sort pkg-plist
2002-02-04 01:11:06 +00:00
Maxim Sobolev
da22f39fbd Fix patch, so that it doesn't break some ports on 4-STABLE.
Submitted by:	Joe Macus Clarke <marcus@marcuscom.com>
2002-02-03 07:16:38 +00:00
Maxim Sobolev
30205df2d5 Add missed continue statement. 2002-01-29 07:17:18 +00:00
Dmitry Sivachenko
197494a82e gnome@ is an alias for sobomax@ 2002-01-29 05:27:38 +00:00
Dmitry Sivachenko
325f8a95b9 Change MAINTAINER to sobomax@ 2002-01-29 03:16:55 +00:00
Maxim Sobolev
941a8de0fe Add Evolution into ${BUILD,RUN}_DEPENDS.
Submitted by:	Joe Clarke <marcus@marcuscom.com>
2002-01-29 00:31:27 +00:00
Maxim Sobolev
5ab4ca8f90 Update to 0.5.1.
Submitted by:	Anders Andersson <anders@hack.org>
		Joe Clarke <marcus@marcuscom.com>
2002-01-29 00:21:14 +00:00
Maxim Sobolev
8e47a4aba8 Update version number of guppi shared library.
Submitted by:	Michael V. Harding <mvh@corp.namesafe.com>
2002-01-25 06:28:45 +00:00
Maxim Sobolev
de77e20e60 Fix compilation when WITHOUT_PILOT is defined.
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-01-21 09:52:47 +00:00
Maxim Sobolev
888d58cd87 Correct logic for optional pilot support.
Submitted by:	Anders Andersson <anders@hack.org>
		Joe Clarke <marcus@marcuscom.com>
2002-01-21 01:45:26 +00:00
Mario Sergio Fujikawa Ferreira
8557cd021d Update maintainer address
PR:		34095
Submitted by:	MAINTAINER
2002-01-20 22:32:44 +00:00
Anders Nordby
df64a33fc8 Update broken master sites.
Approved by:	shanee@augusta.de (maintainer)
2002-01-20 16:31:12 +00:00
Ying-Chieh Liao
1e5f8701d9 horde-devel from 2.0 RC3 to 2.0;
turba from 1.0 RC3 to 1.0;
imp-devel from 3.0 RC3 to 1.0
2002-01-19 16:58:09 +00:00
David W. Chapman Jr.
7cdb9dd859 Update maintainer's email address
Update a few MASTER_SITES

PR:		34012
Submitted by:	maintainer
2002-01-17 23:13:38 +00:00
Maxim Sobolev
d91c9ce8c3 Remove empty files. 2002-01-15 09:28:31 +00:00
Patrick Li
d5ff811e03 Add port misc/tuxcards A small Application, which organizes your notes
in a tree, so they are easier to find. Clone of the Windows software
"CUECards"

PR:		33734
Submitted by:	Tilman Linneweh <freebsdports@arved.de>
2002-01-11 23:36:07 +00:00
Will Andrews
bda8e9b3d4 Bring in a few changes to the KDE ports infrastructure, and some fixes.
- Move all stuff specific to kde core ports to x11/kde2/Makefile.kde.
   + Default to compile optimized for speed, not debugging, in ports
     builds, not just packages.  We don't really get that many backtraces
     or debugging information, and there's a better way to provide these
     things to people willing to spend some time working on KDE.  It's
     at (as announced before): http://freebsd.kde.org/.
 - Remove teTeX dependency for kdegraphics2 upon request, and being unable
   to find any reason not to.  Apparently, kdegraphics still compiles
   libkdvi and kdvi -- I guess dvips is merely a runtime dependency.
   Therefore to enable its use one just needs to add the teTeX package.
   Bump PORTREVISION to reflect dependency change.
 - Fix koffice port by removing PYTHON_VERSION, which is unnecessary.

PR:		33650 (part of)
Submitted by:	John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net>
Reviewed by:	kde-freebsd@lists.csociety.org (teTeX dep removal, and
		optimizing for speed, not debugging capability)
2002-01-11 06:17:04 +00:00
Maxim Sobolev
a21212ed3e Update to 1.6.5. 2002-01-10 12:10:07 +00:00
Maxim Sobolev
7577c67e21 Pilot-link now lives in ${LOCALBASE}, not in ${LOCALBASE}/pilot.
PR:		ports/33651
Submitted by:	Ollivier Robert <roberto@eurocontrol.fr>
2002-01-08 10:20:07 +00:00
Will Andrews
fccbfb4a6f If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also add
--enable-debug and turn off stripping of binaries so we actually get all
the debugging we're supposed to get.  :)

Submitted by:	Alan Eldridge <alane@geeksrus.net>
2002-01-08 01:24:11 +00:00
Will Andrews
8ad291c33e Make pilot-link install directly into PREFIX. This should allow
pilot-link and all dependents to build correctly on bento.
2002-01-05 08:57:29 +00:00
Will Andrews
06517618a8 Conditionalize use of objprelink based on whether we're running on
MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined.

Requested by:	several
2002-01-05 02:29:15 +00:00