aboutsummaryrefslogtreecommitdiffstats
path: root/misc/kdeaddons3
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kdeaddons3')
-rw-r--r--misc/kdeaddons3/Makefile18
1 files changed, 2 insertions, 16 deletions
diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile
index 0d2d517b904c..28daacabb888 100644
--- a/misc/kdeaddons3/Makefile
+++ b/misc/kdeaddons3/Makefile
@@ -16,9 +16,6 @@ MAINTAINER?= ports@FreeBSD.org
BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \
automake14:${PORTSDIR}/devel/automake14
-.if ${MACHINE_ARCH} == "i386" && !defined(NO_KDE_OBJPRELINK)
-BUILD_DEPENDS+= objprelink:${PORTSDIR}/devel/objprelink
-.endif
LIB_DEPENDS+= noatun.0:${PORTSDIR}/audio/kdemultimedia2 \
SDL-1.1.3:${PORTSDIR}/devel/sdl12
@@ -29,19 +26,8 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST_SUB+= RM=${RM}
CONFIGURE_ENV+= SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
-CONFIGURE_ARGS?=
-.if ${MACHINE_ARCH} == "i386" && !defined(NO_KDE_OBJPRELINK)
-CONFIGURE_ARGS+=--enable-objprelink
-.endif
-.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL)
-CONFIGURE_ARGS+=--enable-final
-.endif
-.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG)
-CONFIGURE_ARGS+=--disable-debug
-.else
-CONFIGURE_ARGS+=--enable-debug
-STRIP=''
-.endif
+
+.include "${.CURDIR}/../../x11/kde2/Makefile.kde"
.include <bsd.port.pre.mk>
xx:1190: error: no matching function for call to 'min(unsigned int&, int&)' Reported by: pkg-fallout * Add USES=alias to several portsmarino2014-10-201-1/+1 | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) * Force freetype's headers detection.thierry2014-10-082-149/+4 | | | | Submitted by: maintainer * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1 | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) * science/paraview: alternative fix with USES+= execinfo insteadmarino2014-09-021-4/+3 | | | | | | Also bump this port as the LIB_DEPENDS has changed confirmed by: adamw * Add dependency on libexecinfo.adamw2014-09-021-1/+2 | | | | | Untested because paraview takes hours and hours to build, but it's currently failing on all platforms. * Bump PORTREVISION for jbigkit library version bump.tijl2014-06-231-1/+1 | | | | Approved by: portmgr (implicit) * - Update to 1.8.12 (from science/hdf5-18)sunpoet2014-05-031-2/+2 | | | | | | | | | | | | | | | - Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1] Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Approved by: portmgr (bapt) [1] * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-0/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) * Upgrading to v. 4.1.thierry2014-04-0112-4822/+4257 | | | | | | | | Note: it's still broken on ia64, but this unbreaks on other platforms. PR: ports/179370 Submitted by: Anton Shterenlikht <mexas (at) bris.ac.uk> Approved by: maintainer time-out * Update freetype to 2.5.2.kwm2013-12-251-0/+14 | | | | | | | | | | | | | | Remove patch to add -I/usr/local/include in freetype-config --cflags. If ports need extra headers they should look for them, and not get them via a side-effect. Freetype had a header resuffle in 2.5.1, patch ports to use the new header style. Thanks go to bdrewery for the two exp-runs and rakuco for helping me with some troublesome cmake ports. PR: ports/184587 * science/paraview: add <unistd.h>, <cstddef>, other c++ fixesmarino2013-10-023-0/+31 | | | | | | | | The non-header fix addresses the error, "calls to overloaded operations cannot appear in a constant-expression". The fix was suggested on various bug trackers. Approved by: portmgr (bapt, implicit) * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-1/+2 | | | | science) * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 | | | | Approved by: portmgr (bdrewery) * Convert science to new options frameworkbapt2013-04-291-5/+6 | * - convert USE_CMAKE to USESmakc2013-03-231-2/+1 | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) * - Unbreak build with clangmiwi2013-03-141-5/+2 | | | | | | PR: i176346 Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk> Approved by: maintainer timeout * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1 | | | | Review by: bapt, David Naylor (kde team) * - update png to 1.5.10dinoex2012-06-011-1/+2 | * Update to 3.10.1zi2011-08-174-54/+946 | | | | | | | | Fix PORTSDOC usage/functionality PR: ports/159334 Submitted by: Stas Timokhin <devel@stasyan.com> (maintainer) Approved by: wxs (mentor) * CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefilesmakc2011-04-101-8/+0 | * - Update to 3.10.0 [1]makc2011-04-107-222/+381 | | | | | | | | - Remove support for 6.x and add workaround for CMAKE_BUILD_TYPE while here I'm here PR: ports/156223 [1] Submitted by: Stas Timokhin (maintainer) * - Update to 3.8.1.avilla2010-12-173-31/+60 | | | | | | | | | | | - Disable broken Mangled Mesa support. - Add GL2PS knob. - Disable conflict with vtk 5. - Use bsd.port.options.mk. - Fix COMMENT. PR: ports/153163 Submitted by: Stas Timokhin <devel@stasyan.com> (maintainer) * Update to 3.8.0makc2010-06-0512-530/+636 | | | | | PR: ports/147266 Submitted by: Stas Timokhin (maintainer) * - fix build for png-1.4.1dinoex2010-03-301-0/+4 | * - update to 1.4.1dinoex2010-03-281-1/+2 | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi * Update to 3.6.2makc2010-02-274-30/+3203 | | | | | | | | | | Pass maintainership to submitter Mark MAKE_JOBS_SAFE PR: ports/144260 Submitted by: Stas Timokhin <devel at stasyan.com> Feature safe: yes * - update to jpeg-8dinoex2010-02-051-1/+2 | * For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0 | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. * - Mark BROKEN on 6.xpav2009-12-201-1/+7 | | | | Reported by: pointyhat * - Update to 3.6.1pav2009-12-0817-451/+457 | | | | | PR: ports/141243 Submitted by: Stas Timokhin <devel@stasyan.com> * - update to jpeg7dinoex2009-07-181-2/+2 | | | | Tested by: pav on pointyhat * bump PORTREVISION after cmake updatemakc2009-03-251-1/+1 | * - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-1/+2 | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). * - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-2/+0 | | | | MAKE_ENV * - Add common code to support for cmake based ports.miwi2008-05-281-20/+17 | | | | | | | - Update devel/cmake to 2.6.0 (also fix ports/123092) - Use the new CMAKE build framework in all ports using cmake Approved by: portmgr (pav) * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-3/+3 | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) * Fix references to -build directory in installed .cmake files.thierry2008-04-191-3/+3 | * - Bump portrevision.chinsan2008-03-192-3/+13 | | | | | | | | - Unbreak BROKEN with hdf5-1.6.7. - use USE_LDCONFIG for installing shared libraries. PR: ports/121408 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> * - Make BROKEN (fails to compile due to the newer hdf5 API incompatible).chinsan2008-03-191-0/+2 | * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. * - Respect X11BASE in one more placerafan2006-12-121-1/+5 | | | | | | paraview has a ship-in TclTk, which also needs special care Reported by: pointyhat * Update to 2.4.4, and drop maintainership since I'm not giving this port theanholt2006-09-016-5/+87 | | | | | | | love it needs. PR: ports/101533 Submitted by: thierry * Now buildskris2006-08-171-2/+0 | * Mark broken again after a cmake upgrade. Sigh.anholt2006-05-171-1/+3 | | | | Reported by: krismail * Update paraview to 2.4.3, fix build with new cmake (I think), and replaceanholt2006-04-24