Commit graph

25 commits

Author SHA1 Message Date
Wesley Shields
d86447ef54 Conver to new options.
PR:		ports/173777
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Approved by:	swhetzel@gmail.com (maintainer)
2012-12-17 19:24:44 +00:00
Mark Linimon
260ca99da9 Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
2012-10-09 22:06:38 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Chris Rees
a2486c55e9 - Update MASTER_SITES
- Pass maintainership to submitter

PR:		ports/155297
Submitted by:	Scot Hetzel <swhetzel@gmail.com>
Reviewed by:	"Frank J. Laszlo" <laszlof@freebsd.org>
Approved by:	rene (mentor, implicit), kde (makc)
2011-07-13 21:13:52 +00:00
Baptiste Daroussin
b9e5de59f7 Mark as broken as it is no more available on public mirror 2011-06-10 05:47:58 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Max Brazhnikov
7e3c213ccf Fix the USE_AUTOTOOLS assignment.
Minor clean-ups.
Bump PORTREVISION.

PR:		ports/139884
Submitted by:	Tijl Coosemans <tijl at ulyssis.org>
2009-10-24 16:40:22 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Martin Wilke
2caa806709 - Remove CONFIGURE_TARGET hack in various bsd.*.mk 2008-08-29 11:55:02 +00:00
Martin Wilke
8d67f4a547 The KDE FreeBSD team is proud to announce the release
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.10.php

While not a very exciting release in terms of features,
3.5.10 brings a couple of nice bugfixes and translation
updates to those who choose to stay with KDE 3.5. The
fixes are thinly spread across KPDF with a number of crash
fixes, KGPG and probably most interesting various fixes
in kicker, KDE3's panel:

    * Improved visibility on transparent backgrounds
    * Themed arrow buttons in applets that were missing them
    * Layout and antialiasing fixes in various applets

Approved by:	portmgr (erwin/pav)
2008-08-29 11:30:04 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Martin Wilke
2c918e019a The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php

After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.

KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.

Of course Thanks to all Testers.
2008-08-18 09:22:07 +00:00
Edwin Groothuis
f474bd0bc5 Enable support for audio/akode-plugins-pulseaudio
PR:             ports/121344
Submitted by:   Scot Hetzel <swhetzel@gmail.com>
2008-05-27 05:57:00 +00:00
Michael Nottebrock
e1ccd1e1d2 Update to 2.0.2 2008-03-13 17:40:59 +00:00
Pav Lucistnik
6e26003665 - Remove option for Polypaudio, the respective plugin was removed
Reported by:	Helko Glathe <Helko.Glathe@freenet.de>
2008-01-03 15:40:39 +00:00
Michael Nottebrock
a209c5b185 Update to KDE 3.5.6 / KOffice 1.6.2 2007-03-13 19:13:51 +00:00
Michael Nottebrock
7425e48110 Update to 2.0.1.
Submitted by: Igor Bushuev <exlex@exlex.ru>
2006-09-17 19:59:22 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +00:00
Michael Nottebrock
5f86d4f59a Update to KDE 3.5.2 2006-03-30 20:30:29 +00:00
Michael Nottebrock
0de5371cd9 fetch(1) is stupid (force refetch instead of trying and failing to resume
downloads).
2006-02-07 17:22:25 +00:00
Michael Nottebrock
adcb04156d Update to 2.0 2006-02-07 00:19:56 +00:00
Michael Nottebrock
7710b55bc3 Update to KDE 3.5.0 2006-01-08 19:32:36 +00:00
Michael Nottebrock
de94e0e160 Update to KDE 3.4.3 / KOffice 1.4.2 2005-11-05 11:19:58 +00:00
Michael Nottebrock
bacfcfd148 Patch kdemultimedia's configure-script to prevent it from bailing
in certain environments/sh versions.

Reported & submitted by: Steven Friedrich <FreeBSD@insightbb.com>
2005-07-03 01:54:13 +00:00
Michael Nottebrock
d57e6a8257 Update to KDE 3.4 2005-03-20 18:17:55 +00:00