aboutsummaryrefslogtreecommitdiffstats
path: root/security/kgpg-kde4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/kgpg-kde4/Makefile')
-rw-r--r--security/kgpg-kde4/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile
index 945dba35a820..908d6fd40432 100644
--- a/security/kgpg-kde4/Makefile
+++ b/security/kgpg-kde4/Makefile
@@ -6,23 +6,23 @@
# $Id: Makefile,v 1.21 1998/10/01 18:35:39 brian Exp $
#
-DISTNAME= kdeutils-1.0
+DISTNAME= kdeutils
+PKGNAME= kdeutils-1.1a1
CATEGORIES= misc kde
MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source
+MASTER_SITE_SUBDIR= stable/1.1pre1/distribution/tar/generic/source
+EXTRACT_SUFX= -1.1-alpha1.src.tar.bz2
MAINTAINER= se@freebsd.org
-BROKEN= upgrade
-
+BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2
LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- kdecore.1:${PORTSDIR}/x11/kdelibs \
- kdeui.1:${PORTSDIR}/x11/kdelibs \
- jscript.0:${PORTSDIR}/x11/kdelibs \
- khtmlw.1:${PORTSDIR}/x11/kdelibs \
- kfm.1:${PORTSDIR}/x11/kdelibs \
- mediatool.1:${PORTSDIR}/x11/kdelibs
+ kdecore.2:${PORTSDIR}/x11/kdelibs
+
+EXTRACT_CMD= bzip2
+EXTRACT_BEFORE_ARGS= -cd
+EXTRACT_AFTER_ARGS= | tar xf -
USE_QT= yes
HAS_CONFIGURE= yes
>- Update to Xorg 7.5miwi2010-05-0113-46/+37 * Given that HAL doesn't work on sparc64 and always needs to be disabledmarius2010-02-081-2/+11 * Update xorg-server and friends to 1.6.5.rnoland2010-02-0711-44/+20 * For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0 * Mark BROKEN on 9.x: does not builderwin2009-12-161-0/+4 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * Allow building on ia64. This does not make it functional, becausemarcel2009-06-202-1/+229 * Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-091-1/+2 * Update Xserver and friends to 1.6.1rnoland2009-05-0812-41/+35 * Update Xorg server to 1.6.0rnoland2009-04-0419-625/+111 * Given that the x86-centric approach of mmap(2)'ing PCI memory viamarius2009-04-012-1/+14 * Add the patch that I missed in the last commit.rnoland2009-03-091-0/+90 * Add a patch from git to fix issues with gnome-2.25.rnoland2009-03-092-2/+1 * Add a patch to handle memory barriers on amd64 the same as linux.rnoland2009-03-032-1/+12 * Add a patch to deal with the hald/xorg startup race. With this patchrnoland2009-02-082-1/+144 * - Replace open(2)/close(2) pairs with stat(2). Closing mouse device hasjkim2009-02-052-28/+62 * - Partially back out the previous attempt to fix PS/2 protocol support.jkim2009-02-032-14/+23 * Add dependency on dri2proto to more server components.rnoland2009-01-283-3/+6 * Build record and xtrap extensions.flz2009-01-272-2/+7 * add dri2proto depend here as wellrnoland2009-01-261-1/+2 * Add dependency on dri2protornoland2009-01-261-1/+2 * - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-2419-566/+60 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1 * Reset grog@FreeBSD.org: last commit was more than 6 months ago, andlinimon2008-08-071-1/+1 * - fix typo -> plist for -DNOPORTDOCSitetcu2008-07-042-7/+10 * Remove x11-servers/xorg-server-snap as it has been unmaintained for a while.flz2008-06-1916-698/+0 * Update x11-servers/xorg-server to 1.4.2 (security update).flz2008-06-155-681/+4 * Explicitely disable dtrace support for now.flz2008-06-094-4/+4 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-064-3/+4 * Add upstream patch (don't free not-allocated dbus socket).flz2008-05-292-1/+15 * Disable dtrace support for now as userland tracing isn't supported yet.flz2008-05-271-1/+1 * Add xephyr, a kdrive-based X server. Xephyr will ultimately replace Xnest.flz2008-05-204-0/+55 * Mark xorg-server-snap as DEPRECATED and set EXPIRATION_DATE to next month.flz2008-05-201-0/+2 * Retire xorg-printserver.flz2008-05-165-972/+0 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-207-11/+12 * - Auto-detect and use native extended PS/2 protocols with the latest psm(4).jkim2008-04-163-33/+102 * Fix mouse probing issues with HAL support:jkim2008-04-023-1/+154 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-1/+1 * Add inputproto and xtrans to USE_XORG.flz2008-03-151-2/+3 * Add inputproto and xtrans to USE_XORG.flz2008-03-151-2/+3 * Add patch that fixes xmodmap use in .xinitrc.flz2008-03-132-1/+148 * Remove support for XFree8-4.flz2008-03-0850-2241/+0 * - Check correct POSIX spec. date for clock_gettime(2) whetherjkim2008-03-063-1/+26 * Fix xserver multiple vulnerabilities.flz2008-01-232-1/+516 * - Add local patch to fix alpha build. [1]flz2008-01-023-2/+40 * - OPTIONS'ify.flz2007-12-133-1/+40 * - OPTIONS'ify (HAL, AIGLX, SUID).flz2007-12-131-20/+24 * Fix plist for sparc64. Should be a no-op on other archs, but bumplinimon2007-11-202-13/+14 * Add temporary fix for LEDs. Proper fix will be available in nextflz2007-10-292-1/+21 * Restore default optimization on RELENG_7.flz2007-10-241-4/+0