Commit Graph

1166 Commits

Author SHA1 Message Date
Patrick Li
920f68b3eb Update to 0.8.4
PR:		37816
Submitted by:	maintainer
2002-05-14 02:28:45 +00:00
Trevor Johnson
2d2493f312 Update to 0.9.44.1.
PR:		35418
Submitted by:	KATO Tsuguru
2002-05-14 00:08:30 +00:00
Trevor Johnson
baf122ba42 Add port of vdesk, a command-line utility for setting up and using
virtual desktops.
2002-05-13 23:48:08 +00:00
Trevor Johnson
3dd750df2d The distfile was re-rolled. The author is now using different names
for himself (Kensuke Otake or Hitokiro Otake rather than Aaron
Schoenhals).  Many of the command-line options were removed.

Add a do-build target in the port's skeleton, to accommodate both
old and new distfiles.

Reported by:	kris
2002-05-13 23:01:02 +00:00
Trevor Johnson
57ef1ea5ac Add port of hackedbox, a window manager based on blackbox but with
several features removed (repo-copied from ports/x11-wm/openbox/).

PR:		37949 and 37959
Submitted by:   Dominic Marks (37949) and Pierre-Luc Lesprance
		(37959)
2002-05-12 23:13:12 +00:00
Trevor Johnson
4ae25b9b92 Update to 1.1.0.
Reported by:	Ben Jansens

Add dependency on xloadimage port.
2002-05-12 03:17:01 +00:00
Trevor Johnson
67bf7490b5 Warn about borked i18n. 2002-05-11 23:18:22 +00:00
Trevor Johnson
be1d2fa9a8 Make links for i18n (cribbed from blackbox port). For some reason,
i18n is broken in this port, but this brings it closer to being
correct.
2002-05-11 23:13:40 +00:00
Trevor Johnson
52682e1035 There is no need to make this directory twice. 2002-05-11 22:56:06 +00:00
Trevor Johnson
6b14a5e270 Patch some overlooked instances of "Bsetroot" in osetroot.1. This
is too trivial for a PORTREVISION bump.
2002-05-11 20:26:44 +00:00
Trevor Johnson
fa5a13fab2 Add port of openbox, a fork of blackbox (repo-copied from
ports/x11-wm/blackbox/).
2002-05-10 21:06:41 +00:00
Patrick Li
0328be6e60 Add new port fluxconf - a configuration program for the fluxbox
window manager

PR:		37588
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
2002-05-02 23:26:45 +00:00
Mario Sergio Fujikawa Ferreira
9d8bdf65d4 No longer need to use old autoconf/automake; Mosfet apparently
update the autotools stuff in the change from 0.9.2 to 0.9.4

Submitted by:	maintainer
2002-04-29 02:34:51 +00:00
Cy Schubert
ad108fe8a3 Upgrade 2.5.0 --> 2.5.1 2002-04-29 00:10:40 +00:00
Pete Fritchman
e3ab3cf610 Add some more config knobs.
PR:		37014
Submitted by:	parv <parv@pair.com>
2002-04-25 06:56:01 +00:00
Pete Fritchman
c3ffe493ab Update to 2.4.7.
Submitted by:	cy
2002-04-25 06:44:27 +00:00
Mario Sergio Fujikawa Ferreira
bde8560a09 o Update to 0.9.4 KDE3 release
o Switch maintainership to submitter

PR:		37329
Submitted by:   Alan Eldridge <ports@geeksrus.net> (new maintainer)
Approved by:    Michiel De Wilde <michiel.dewilde@rug.ac.be> (previous
		maintainer)
2002-04-25 01:03:09 +00:00
Patrick Li
3be84b6a30 - Add author patch to fix gcc > 3.0 problems and bump PORTREVISION
- Fix MASTER_SITES and WWW tag in pkg-descr

Submitted by:	maintainer
2002-04-24 23:04:40 +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
Dmitry Sivachenko
aa8f5c96f8 Upgrade to 1.8.11.
Replace two patches with regex in Makefile.

PR:		36898
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-04-17 07:37:59 +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
Trevor Johnson
78d993e63e This needs libxpm.
PR:		36899
Submitted by:	KATO Tsuguru <tkato@protomail.com>
2002-04-14 02:04:21 +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
Cy Schubert
4acdf11f06 This port will only cause fvwm2 (and fvwm2-devel) to hang if they are
compiled with Gnome support.  As it is unlikely users who use fvwm2
with Gnome will install this port, this should not be a problem in the
interim until a permanent solution is found.
2002-04-11 05:43:48 +00:00
Vanilla I. Shu
91b00850d4 Fix MASTER_SITES.
Submitted by:	fenner's reminder
2002-04-10 15:29:53 +00:00
Vanilla I. Shu
abc669c54c Fix plist.
Submitted by:	bento
2002-04-10 06:24:45 +00:00
Cy Schubert
c6be8d8892 Mark port broken due to PR 36849.
I finally managed to track down the maintainer.  Update an incorrect
MAINTAINER email address.

PR:		36849
2002-04-07 15:39:26 +00:00
Ying-Chieh Liao
3ae4d199db change mastersite
PR:		36696
Submitted by:	Tilman Linneweh <tilman@tl.kom.tuwien.ac.at>
2002-04-04 06:21:38 +00:00
Patrick Li
7ede87b6e1 - Fix MASTER_SITES
- .ORG -> .org

PR:		36695
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-04-03 21:03:11 +00:00
Cy Schubert
3b4b3a3fe2 New fvwm2-devel (alpha release), upgrade 2.3.33 --> 2.5.0. 2002-04-03 14:51:45 +00:00
Trevor Johnson
a77e8148ca Update to 1.3.4.
PR:		32864
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-04-02 03:02:42 +00:00
Kris Kennaway
c9bf08a239 Remove #include <malloc.h> 2002-03-31 04:08:43 +00:00
Kris Kennaway
52a6c1db50 Chase dependency: fvwm2-beta was renamed to fvwm2-devel
Bigger pointy hat to:	cy
2002-03-30 22:31:24 +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
Pete Fritchman
14e7693735 Update to 2.4.6 and use the bzip2 distfile.
Submitted by:	cy
2002-03-29 07:50:14 +00:00
Cy Schubert
321051046a Rename of fvwm2-beta to fvwm2-devel (through a requested repo-copy). 2002-03-28 05:29:37 +00:00
Alexander Leidinger
015a9b8530 Don't use included gettext.
Approved by:	vanilla
Reviewed by:	steve
2002-03-27 17:42:27 +00:00
Yukihiro Nakai
8a2b6c553d Fix up the compile failure 2002-03-26 05:36:46 +00:00
Neil Blakey-Milner
739a70cf2c Remove mention of "screenshots below" in pkg-descr.
PR:		32585
Submitted by:	Nils Holland <nils@nightcastleproductions.org>
2002-03-23 09:29:13 +00:00
Trevor Johnson
606ffd3a5d Add new port of blwm,
PR:     35991
2002-03-20 19:25:45 +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
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
Maxim Sobolev
3711a0f067 Fix broken catalog files (non-standard charset names).
Submitted by:	naddy
2002-03-17 14:50:01 +00:00
Trevor Johnson
74864ec7d7 Update list of features and clear up ambiguous antecedent. 2002-03-16 22:01:49 +00:00
Trevor Johnson
be7bf1ed08 Update to 1.2.0.
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
PR:		34774

Also compile and install the aemenu and aepanel applets, using the
Athena widgets and (when it is available) GTK+.  These applets
provide a list of windows by title (vertically for aemenu, horizontally
for aepanel) and a menu from which programs may be run.
2002-03-16 21:50:52 +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