Commit graph

45794 commits

Author SHA1 Message Date
Akinori MUSHA
9309946588 Sorry. Just repacked. I had something I forgot to change. ;) 2001-08-15 17:32:12 +00:00
Akinori MUSHA
abe0b6818c Update to 20010816 with some enhancements and an important change.
(No bugs have been found in the previous version)

portupgrade, portversion, pkg_deinstall, pkg_glob, portsdb:

  - Add a new option -E/--regex, which allows you to use the extended
    regular expression instead of the shell glob pattern to specify
    packages or ports.

portupgrade:

  - [IMPORTANT] Turn -c/--clean and -C/--cleanup on by default.
    [Suggested by: Ian Dowse <iedowse@maths.tcd.ie>}

  - Now that -c/--clean is on by default, -Fc no longer means
    "fetch-only + do distclean before each fetch".  Instead, a new
    option -D/--distclean is added which can be used with or without
    -F/--fetch.

  - Add new options -w/--noclean and -W/--nocleanup.

  - Always do `make clean-depends' before building dependent ports.

  - Add a new option -E/--regex, which allows you to use the extended
    regular expression to specify packages.

  - Add a long option --use-packages-only for -PP.

  - Rewrite the WARNING section of the manpage and mention
  pkgdepfix(1) in it.
    [Suggested by: Ian Dowse <iedowse@maths.tcd.ie>]

pkg_glob, pkg_deinstall:

  - Add back long options.
2001-08-15 17:24:02 +00:00
David E. O'Brien
20e050b64d Major overhall and style clean up. 2001-08-15 16:54:42 +00:00
Jun Kuriyama
6bf8422cee o Update to version 1.16.
o Remove redundant BUILD_DEPENDS (only need to depend on p5-Net once).
o Add USE_PERL5.
o Sort pkg-plist.
o Don't fail on deinstall if other Mail:: modules are installed.

PR:		ports/29663
Submitted by:	Pete Fritchman <petef@databits.net>
2001-08-15 16:38:08 +00:00
Will Andrews
b4a7c57e95 *sigh* They changed the path to the tarballs again. This was verified
on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/.  :\

Submitted by:	scottl
2001-08-15 16:25:13 +00:00
Trevor Johnson
6951c4641b Replace the defunct master site with a working one.
PR:		29127
Submitted by:	maintainer
2001-08-15 15:02:16 +00:00
Trevor Johnson
d468e3bf49 Update to 0.1.5.
PR:		29683
Submitted by:	maintainer
2001-08-15 14:32:18 +00:00
Will Andrews
0549fd575f (Forced commit.)
Update to KDE 2.2:

 * All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 13:36:01 +00:00
Maxim Sobolev
7197c79979 - Unbroke on alpha;
- don't try to link with nonexistent libdl;
- respect CFLAGS.

Submitted by:	gallatin (alpha bits), sobomax
Some help from:	jdp (thanks Jonh!)
2001-08-15 13:01:35 +00:00
Will Andrews
3901adbb04 Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 12:43:08 +00:00
Anton Berezin
b8c21a03d9 Add p5-URI-Find 0.11, perl module to find URIs in arbitrary text.
PR:		29678
Submitted by:	Pete Fritchman <petef@databits.net>
2001-08-15 11:33:32 +00:00
Thomas Gellekum
05a66bcaf3 Don't depend on gnustep-guile. 2001-08-15 11:29:12 +00:00
Sheldon Hearn
b549919e21 1) Upgrade to 1.12.0.
2) Fix -gtk slave port.
3) Remove stupid pre-patch rubbish from Makefile

Too many patches are being implemented as Perl scripts embedded in
Makefiles.

Submitted by:	olgeni (1)
2001-08-15 11:18:48 +00:00
Anton Berezin
473917c534 Upgrade www/p5-HTML-FillInForm to 0.18.
Also BUILD_DEPEND -> BUILD_DEPENDS, specify the correct dependency
module location, and add RUN_DEPENDS.

PR:		29721
Submitted by:	maintainer
2001-08-15 10:38:52 +00:00
Anton Berezin
edf76768a0 Upgrade devel/p5-Set-Scalar to 1.10. 2001-08-15 10:15:06 +00:00
Anton Berezin
b15604984c Upgrade devel/p5-POE to 0.1502. Also list a new manpage.
PR:		29723
Submitted by:	maintainer
2001-08-15 10:05:11 +00:00
Maxim Sobolev
2af503f342 - Unbroke with threaded Mesa;
While I'm here:
- update to 1.2.2;
- respect CFLAGS;
- sort pkg-plist;
- properly name shared libraries.

Submitted by:	bento
2001-08-15 09:56:11 +00:00
Johann Visagie
0d2e02657f Update pkg-comment to represent this perlmod's functionality with greater
clarity.

Submitted by:	Alex Kapranoff <kapr@acm.org>
2001-08-15 08:26:30 +00:00
Maxim Sobolev
4f648f7832 Unbroke.
PR:		29311
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>
2001-08-15 07:45:47 +00:00
Maxim Sobolev
80cb699533 Use other way to disconnect compatX ports from the bento build. 2001-08-15 07:40:36 +00:00
Maxim Sobolev
b1ad1a1b4c [portmgr@ hat on]
Temporarly disconnect compatX ports from the build because they are doing
strange things to bento cluster. Now most ports on 4-STABLE cluster fails
on various stages with the following error message:

/usr/libexec/ld-elf.so.1: Shared object "libxpg4.so.2" not found

Perhaps PREFIX=/usr in compatX ports was a bad idea.
2001-08-15 07:25:32 +00:00
Maxim Sobolev
ab678682d5 Unbrore with threaded Mesa.
PR:		29594
Submitted by:	Patrick Li <pat@databits.net>
2001-08-15 07:09:40 +00:00
Ying-Chieh Liao
5a9ffdda7c upgrade to 0.96 2001-08-15 07:00:57 +00:00
Alexander Langer
b0b1faedf1 Update to 0.98.a.9 Alpha9.
Submitted by:	maintainer
2001-08-15 02:10:15 +00:00
David E. O'Brien
05e1268f2b Back out 2.95.3 upgrade.
Requested by:	jeh
2001-08-15 01:48:03 +00:00
Paul Richards
f0a3bf95bd p5-Text-CSV is in textproc and not devel. Fix dependency. 2001-08-15 01:25:12 +00:00
Doug Barton
564fdfefb4 Add some mirrors 2001-08-15 00:03:13 +00:00
Jimmy Olgeni
52bbc36895 Update port to version 1.14.0, take over maintainership.
Approved by:	sobomax
2001-08-14 22:15:44 +00:00
Jimmy Olgeni
fc84ebd270 Update port to version 2.4.1.
PR:		29707
Submitted by:	Carl Johan Madestrand <carl_johan@gmx.net>
2001-08-14 21:57:39 +00:00
Jim Mock
f2c886be3f Add scr2png since it is now needed for the handbook build. 2001-08-14 20:49:46 +00:00
Alexander Langer
9485690a76 - Update to Alpha9 (because, since updating cdrecord,
Alpha8 would not compile)
- Enable non-root mode
- Update maintainer email

Submitted by:	maintainer
2001-08-14 20:12:45 +00:00
Alexander Langer
96bc7435a6 Add PORTREVISION=3.
Include Makefile.local, if possible.

Submitted by:	dinoex
2001-08-14 20:06:11 +00:00
Alexander Langer
5bc487f225 Add PORTREVISION=3.
Include Makefile.local, when possible.

Submitted by:	dinoex
2001-08-14 20:05:49 +00:00
Alexander Langer
3d58c21f6a Remove DISTNAME and UNSQ hacks, they have been merged to the masterport.
Submitted by:	dinoex
2001-08-14 20:04:08 +00:00
Maxim Sobolev
7d6aa4f835 Unbroke on alpha.
Submitted by:	Andrew Gallatin <gallatin@cs.duke.edu>
2001-08-14 18:41:16 +00:00
Ying-Chieh Liao
2417f54546 make configure detects libintl
enable uk po

Submitted by:	sobomax
2001-08-14 17:47:29 +00:00
James E. Housley
0bd908ebb2 Switch to using ports/misc/compat3x 2001-08-14 17:00:09 +00:00
Jacques Vidrine
85c532b3ad Update 0.4c -> 0.4d 2001-08-14 16:51:57 +00:00
Nate Williams
31cd07a8e8 - No longer remind the folks to install the compat3x libraries, as they
are installed automagically.
2001-08-14 16:39:16 +00:00
Nate Williams
cac9f01cbd - Made the JDK port depend on the new compat3x libraries and it's new port.
Submitted by:	"Akinori MUSHA" <knu@iDaemons.org>
2001-08-14 16:24:57 +00:00
Anton Berezin
2d8e57ffc1 Upgrade devel/p5-Algorithm-Diff to 1.11a.
Assume port maintainership.
2001-08-14 15:53:18 +00:00
Anton Berezin
de99f49338 Upgrade devel/p5-Storable to 1.0.12.
Make the port to create and install the manpage.
Assume maintainership.
2001-08-14 15:32:57 +00:00
Anton Berezin
b13d71886f Upgrade converters/p5-Convert-UUlib to 0.2.
Sort pkg-plist.
Use gentler way of deleting possibly shared directories.
Take over maintainership.
2001-08-14 15:13:09 +00:00
Kevin Lo
6cc72a5ab0 Initial import of p5-Date-Chinese 1.03
This is Perl module to calculate dates in the Chinese calendar

PR: 29648
Submitted by: Shell Hung <shell@shellhung.org>
2001-08-14 15:09:32 +00:00
Kevin Lo
c5a5d1db41 Initial import of p5-Test-Harness 1.23.
It runs perl standard test scripts with statistics

PR: 29647
Submitted by: Shell Hung <shell@shellhung.org>
2001-08-14 15:05:03 +00:00
Johann Visagie
d57089583c - Update to version 1.18
- Still BROKEN on -CURRENT
2001-08-14 14:39:33 +00:00
Trevor Johnson
ac217ffa47 Update to 0.70. 2001-08-14 14:30:01 +00:00
Anton Berezin
805daabff8 Make this port work with -stable perl.
Fix a "use of uninitialised value" warning.

PR:		29161, 29302
Submitted by:	martti.kuparinen@iki.fi (maintainer),
		ian j hart <ianjhart@freeloader.freeserve.co.uk>
2001-08-14 14:26:26 +00:00
Dag-Erling Smørgrav
b8aa76a2df Upgrade to 5.05 TP1.
Note that plugins won't work unless you happen to have a Linux version of
Motif (or OpenMotif) installed; there is no linux-openmotif port (yet) so
you'll have to figure this one out on your own.  Once you do, though, both
www/linux-flashplugin and java/linux-jdk13 should work with no further
tweaks (as should any other Netscape-compatible plugin that installs into
${PREFIX}/lib/netscape-linux/plugins).  Happy browsing!
2001-08-14 14:14:28 +00:00
Dag-Erling Smørgrav
5a0e464dc2 Fix handling of unconditional dependencies 2001-08-14 13:58:56 +00:00