aboutsummaryrefslogtreecommitdiffstats
path: root/games/nethack33/Makefile
blob: 83b6faa656cb412de1f617a605cbb0a53b43c2fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# New ports collection makefile for:    nethack
# Date created:     27 March 1995
# Whom:         asami
#
# $FreeBSD$
#

PORTNAME=   nethack
PORTVERSION=    3.3.1
PORTREVISION=   2
CATEGORIES?=    games
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nethack
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/.//g}
EXTRACT_SUFX=   .tgz

MAINTAINER?=    dscheidt@enteract.com
COMMENT?=   A dungeon explorin', slashin', hackin' game

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}

NO_LATEST_LINK= yes

USE_GMAKE=  yes
USE_REINPLACE=  yes
MAKE_ENV=   CXX="${CXX}" GRAPHICS="${GRAPHICS}" LDFLAGS="${LDFLAGS}"

MAN6=       dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6

.if defined(WITH_GNOME_GRAPHICS)
CATEGORIES= games gnome
PKGNAMESUFFIX=  -gnome
USE_GETOPT_LONG=yes
USE_GNOME=  yes
GRAPHICS=   GNOME_GRAPHICS
.elif defined(WITH_QT_GRAPHICS)
PKGNAMESUFFIX=  -qt
USE_QT_VER= 2
MAKE_ENV+=  QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" \
        MOC="${MOC}" LIBQT="-l${QTNAME}"
GRAPHICS=   QT_GRAPHICS
.elif defined(WITH_TTY_GRAPHICS) || defined(WITHOUT_X11)
PKGNAMESUFFIX=  -nox11
.else
USE_XPM=    yes
GRAPHICS=   X11_GRAPHICS
.endif

.include <bsd.port.pre.mk>

.if defined(WITH_QT_GRAPHICS) && ${OSVERSION} >= 500113
BROKEN=     "Does not build"
.endif

pre-everything::
.if defined(WITH_GNOME_GRAPHICS) || defined(WITH_QT_GRAPHICS) \
        || defined(WITH_TTY_GRAPHICS) || defined(WITHOUT_X11)
    @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
    @${ECHO_MSG} " You cannot install nethack and ${PKGBASE} in parallel   "
    @${ECHO_MSG} " But ${PKGBASE} read your prior nethack scores           "
    @${ECHO_MSG} " Don't forget to backup your nethack libdir if it's      "
    @${ECHO_MSG} " important for you                                       "
    @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
.else
    @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
    @${ECHO_MSG} " You may use the following build options:                "
    @${ECHO_MSG} " WITH_GNOME_GRAPHICS=yes            build with GNOME GUI "
    @${ECHO_MSG} " WITH_QT_GRAPHICS=yes               build with Qt GUI    "
    @${ECHO_MSG} " WITH_TTY_GRAPHICS=yes              build with no GUI    "
    @${ECHO_MSG} " WITHOUT_X11=yes                    same as above        "
    @${ECHO_MSG} "                                                         "
    @${ECHO_MSG} " By default, nethack port is built with X11 GUI.         "
    @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
.endif

post-patch:
    @${REINPLACE_CMD} -e \
        's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/include/config.h
    @${REINPLACE_CMD} -e \
        's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/win/Qt/qt_win.cpp

pre-configure:
    @cd ${WRKSRC}/sys/unix; ${SH} setup.sh

post-install:
    @cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${MAKE} manpages
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR}
.endif

.include <bsd.port.post.mk>
class='logheader'>* 64 bit linuxulator support (not activated by default):netchild2015-07-263-0/+101 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - most of the work was done by Alan Jude - all errors are mine - 64bit (may) have rough edges - I validated * that the 32bit part doesn't has deinstall regressions * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation later, when I dare to activate the 64bit linuxulator in the kernel) - the infrastructure part looks mature enough to let more test-bunnies get some experience with it - to use it you shall have no linux ports installed and have to specify (on your own risk) the following in make.conf before installing the ports: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits only, we decided to have it as an "overlay" instead of new ports. The 64bit part only installs 64bit executables, the 32bit ports can not be installed at the same time (if needed we can think of letting the 64bit overlay install the 32bit parts too, but given the CentOS 7 comment above...). Differential Revision: https://reviews.freebsd.org/D174 Submitted by: alanjude Sponsored by: Essen FreeBSD Hackathon 2015 Reviewed by: xmj, eadler (earlier versions) Approved by: portmgr (implicit, I remember blanked approval for linux parts loooong ago, punish me if you don't agree anymore) * accessibility/speech-dispatcher: remove NLS optionavilla2015-07-012-20/+5 | | | | | | | Building the port without NLS failed as the configure script still required the gettext tools. PR: 201221 * accessibility/speech-dispatcher: update to 0.8.3avilla2015-06-2910-170/+39 | | | | | | | - Enable optional Python bindings (Python 3 required) - Make NLS optional - Remove original .conf files from DATADIR (.sample files available) - Remove stale patches * - Add empty directory to plistamdmi32015-05-181-0/+1 | | | | Approved by: portmgr blanket * MASTER_SITES cleanup.mat2015-05-142-4/+2 | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight * - Update to 2.2.5sunpoet2015-05-042-3/+6 | | | | | | - Add LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master * - Add CPE infoamdmi32015-04-171-1/+2 | | | | Approved by: portmgr blanket * Convert kde@ ports to USES=metaport.rakuco2015-04-041-4/+1 | | | | Submitted by: alonso@ * Add build dependency required for VIDMODE and older Nvidia graphics driversfeld2015-03-301-0/+1 | | | | PR: 199004 * Update the Gnome stack to the latest in the 3.14 series.kwm2015-03-276-7/+12 | | | | | | | Thanks to Gustau Pérez <gustau.perez@gmail.com> for helping to keep thes ports updated. Obtained from: GNOME dev repo * accessibility/gnome-speech: add LICENSErobak2015-03-152-0/+4 | | | | | | | | - Fix missing pkg-plist dir - Maintainer's timeout (gnome@FreeBSD.org) PR: 185613 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de> * Update KDE SC to 4.14.3alonso2015-03-125-10/+10 | | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950 * Fix packagingantoine2015-02-081-2/+2 | * Use options helpersbapt2015-02-081-18/+8 | * Switch default python3 version from 3.3 to 3.4.demon2015-01-113-1/+3 | | | | | | Bump PORTREVISIONs for the affected ports. Exp-run by: antoine * Don't hardcode python version.kwm2015-01-096-474/+480 | | | | | | | | | | While here: Add vala as build depend to gedit. Gedit-plugins: builds vte3 and gucharmap bindings. Register the depends and package the files. PR: 196618 Submitted by: python3 default to 3.4 exp-run (via antoine@) * Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1 | * - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...mva2015-01-031-1/+1 | | | | With hat: python@ * Update cinnamon to 2.4, this should fix [1] and [2].kwm2014-12-312-3/+4 | | | | | | | | | Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates. Update evolution suite to 3.12.9. Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3]. PR: 195290 [1], 195289 [2], 195455 [3] Obtained from: gnome devel repo * Remove now useless dependency on gnomehierbapt2014-12-213-7/+7 | * Cleanup plistbapt2014-12-0910-301/+0 | * Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-097-76/+13 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) * Update GNOME to 3.14.2.kwm2014-12-039-17/+25 | | | | | | | | | | | | | | This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo * The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-1935-1202/+1856 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed * Cleanup plistantoine2014-11-141-2/+0 | * x11/rubygem-gnome2: update to 2.2.3swills2014-11-122-3/+3 | | | | | | Update all rubygem-gnome2 and related ports to 2.2.3 While here, mark rubygem-glib2 as broken with Ruby 2.1 * Upgrade CentOS to 6.6xmj2014-11-111-4/+4 | | | | | | | | | | | | | | | | | | - Upgrade all things linux-c6- to CentOS 6.6 - Add ports: devel/linux-c6-libsigc++20 graphics/linux-c6-gdk-pixbuf [1] graphics/linux-c6-glx-utils - Add pkg-plists for net/linux-c6-openldap and security/linux-c6-cyrus-sasl2 - Misc. cleanups Differential Revision: https://reviews.freebsd.org/D1108 Submitted by: kmoore [1] Reviewed by: rene (emulation) Approved by: portmgr (swills) Approved by: swills (mentor) Sponsored by: Perceivon Hosting Inc. * Remove @dirrm and @dirrmtry entries from the Qt ports.rakuco2014-10-241-2/+0 | * 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) * KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!makc2014-10-1922-59/+24 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine * - Convert ports from accessibility/, archivers/ and astro/ to newmva2014-10-184-8/+4 | | | | | | | USES=python Approved by: portmgr (implicit) With hat: python@ * - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.htijl2014-09-251-1/+1 | | | | | | | | | | | | | | | | | | and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect value which causes locale files to be installed in the wrong place. - The only configure checks that still need to be patched are related to intltool so move DATADIRNAME patching from USES=pathfix to USE_GNOME=intlhack. - games/klavaro: remove excessive dependencies - japanese/libskk: add INSTALL_TARGET=install-strip - math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread patching - multimedia/freetuxtv: remove excessive dependencies - science/gramps: fix shared-mime-info use Exp-run by: antoine Approved by: portmgr (antoine) * Update CentOS base to 6.5, add userland portsxmj2014-09-226-3/+141 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Fedora 10 infrastructure ports have been in use since June 2009 and, while having served a great deed, have become unsupported upstream and hence affected by unfixed security vulnerabilities. In addition to that, many recent Linux binaries need newer libc / stdlibc++ versions. This commit adds the linux-c6- userland as drop-in replacement for the -f10 infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5. If you want to switch to linux-c6 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 Additionally, please add the following line to /etc/sysctl.conf: compat.linux.osrelease=2.6.18 Upgrading procedures are shown in /usr/ports/UPDATING. This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in November 2013, using and extending mav@'s work. It has been tested extensively and most reported issues were already fixed. Please report any additional bug or "features" to the emulation mailing list. Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's filed Issues and Pull requests on GitHub, PR: 186820 Differential Revision: https://reviews.freebsd.org/D793 Reviewed by: allanjude, antoine, bapt, rene Approved by: portmgr (antoine, bapt) Approved by: koobs (mentor) Sponsored by: Perceivon Hosting Inc. * Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.tijl2014-09-171-1/+1 | | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt) * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-118-8/+8 | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) * Convert to @samplebapt2014-09-031-17/+15 | * Convert to @samplebapt2014-09-031-3/+1 | * Add USES=libtool and INSTALL_TARGET=install-striptijl2014-09-022-6/+6 | | | | Obtained from: gnome-dev * Convert to USES=libtool and add INSTALL_TARGET=install-striptijl2014-09-022-6/+6 | | | | Obtained from: gnome-dev * Add USES=libtool and INSTALL_TARGET=install-striptijl2014-09-022-4/+5 | | | | Obtained from: gnome-dev * Add USES=libtool to accessibility/atkmm and bump dependent portstijl2014-09-022-4/+5 | * - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-261-0/+2 | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) * x11/rubygem-gnome2: update to 2.2.0swills2014-08-262-3/+3 | * Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-166-2/+6 | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) * - Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid amva2014-08-151-1/+1 | | | | | | | | | | | | conflict in behaviour with the read-only COMPILER_FEATURES knob - Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which usually should be mutually exclusive, but some ports include both knobs Phabric: D581 Recommended by: danfe@, makc@ Reviewed by: danfe, wg, antoine Approved by: portmgr With hat: python@ * - Convert my ports to USES=pythonmva2014-08-101-4/+2 | * Remove expired ports:rene2014-07-216-124/+0 | | | | | | | 2014-07-21 accessibility/at-poke: Depends on expired libgailgnome 2014-04-10 misc/bigboard: gnome-panel will be updated to the 3.x version which is not compatible with 2.x 2014-04-10 net/desktop-data-model: gnome-desktop 2.x will be updated in the GNOME 3 import 2014-07-21 net/online-desktop: Disappeared upstream, depends on expired ports * Add DOCS to OPTIONS_DEFINE where PORTDOCS= is set.adamw2014-07-161-0/+2 | * Reduce unnecessary bsd.port.options.mk inclusion by usingadamw2014-07-042-46/+15 | | | | | | OPTIONS helpers. Approved by: portmgr (blanket) * Schedule for removal on 2014-07-21, depends on expired libgailgnomerene2014-06-231-0/+3 | | | | | | PR: 191239 Submitted by: myself Approved by: maintainer (mva) * - Switch accessibility/speech-dispatcher to USES=libtool, drop .la filesamdmi32014-06-044-8/+6 | | | | | | - Bump dependent ports as .so verson has changed Approved by: portmgr blanket * accessibility/atk: now unbreak atk-referencemarino2014-05-301-1/+3 | * accessibility/atk: Unbreakmarino2014-05-301-3/+1 | * - Convert use_xz,bzip to USESmiwi2014-05-308-15/+8 | | | | Approved by: portmgr * KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!makc2014-05-115-10/+10 | | | | | | | deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc. * Convert from USE_GNOME=gnomehack -> USES=pathfixbapt2014-04-2811-51/+44 | | | | | | | | | | While here: - Strip binaries - Convert USE_BZIP2 -> USES=tar:bzip2 - Convert to USES=libtool - Remove tests for gnopernicus as they badly track the dependencies they needs and fails to build with non recursive ld(1) - orca does not need pathfix at all * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+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) * KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-0310-20/+15 | | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc. * Stage all gnome@ ports in accessibility, which finishes this category!kwm2014-03-2913-15/+5 | * 2014-03-23 accessibility/ruby-atk: Use rubygem-atk insteadswills2014-03-254-66/+0 | | | | | | | | | | | | | | | | 2014-03-23 devel/ruby-gio2: Use rubygem-gio2 instead 2014-03-23 devel/ruby-glib2: Use rubygem-glib2 instead 2014-03-23 graphics/ruby-cairo: Use rubygem-cairo instead 2014-03-23 graphics/ruby-gdk_pixbuf2: Use rubygem-gdk_pixbuf2 instead 2014-03-23 graphics/ruby-rsvg2: Use rubygem-rsvg2 instead 2014-03-23 x11-toolkits/ruby-goocanvas: No longer included upstream 2014-03-23 x11-toolkits/ruby-gstreamer: Use rubygem-gstreamer instead 2014-03-23 x11-toolkits/ruby-gtk2: Use rubygem-gtk2 instead 2014-03-23 x11-toolkits/ruby-gtksourceview2: Use rubygem-gtksourceview2 instead 2014-03-23 x11-toolkits/ruby-pango: Use rubygem-pango instead 2014-03-23 x11-toolkits/ruby-poppler: Use rubygem-poppler instead 2014-03-23 x11-toolkits/ruby-vte: Use rubygem-vte instead 2014-03-23 x11/ruby-gnome2: Use rubygem-gnome2 instead * KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-055-10/+10 | | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com> * - Mark as broken with Ruby 2.0 and 2.1swills2014-02-231-1/+10 | | | | - Mark deprecated in favor of rubygem- versions * - Update rubygem-gnome2 and associated ports to 2.1.0swills2014-02-222-3/+3 | * KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!makc2014-02-1815-81/+34 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1] * - Stage supportmiwi2014-02-171-1/+0 | * - Stage supportmiwi2014-02-171-1/+0 | * Finish stage supportantoine2014-01-311-1/+2 | * - Add LICENSEmva2014-01-191-0/+2 | * Python cleanup:rene2014-01-145-5/+5 | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) * accessibility/yasr: Unbreak everywhere after stage attemptmarino2014-01-141-4/+5 | | | | | | | After staging, this port failed because PLIST_SUB for NLS was no longer defined. The option has to be explicitly listed for OPTIONS_SUB to work. Define DOCS while here and bump because it has been building incorrectly. * accessibility/eflite: Unbreak by completing stage supportmarino2014-01-141-3/+13 | | | | | This port was failing the package target because the main program was not staged after NO_STAGE definition was removed. * In preparation for Qt 5 ports:makc2014-01-072-18/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/qmake.mk: - Add support for out-of-source builds - Add support for Qt 5 ports - Respect WITH_DEBUG Mk/bsd.qt.mk: - Massive rework for Qt 5 ports - Remove '-phonon' from global configure args, thus allow qt4-designer and qt4-qtconfig to be built without Phonon support [1] devel/qmake4: - Improve mkspecs for gcc (mainly sync with linux version) and clang devel/qt4-corelib: - Convert to USES=iconv - Remove ancient patch devel/qt4-designer: - Remove reference to WRKSRC from installed pkgconfig files [2] - Don't build Qt Designer plugin for Phonon from outdated Qt sources. Separate port for plugin will be committed later devel/qt4-assistant-adp, devel/qt4-libqtassistantclient: - Convert to USES=qmake Clean up Qt4 ports: - Update comments - Update description; use common description - Consistently use QT_INCDIR, QT_LIBDIR, etc. - Use options helpers - Convert to new LIB_DEPENDS syntax - Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports - Rename/move several ports for unification with Qt 5 ports PR: ports/184620 [1] Reported by: Kevin Zheng <kevinz5000@gmail.com> PR: ports/181141 [2] Reported by: thierry PR: ports/185101 Exp-run by: bdrewery This is mostly solely avilla's work in area51, kudos to him! And a couple commits from myself, so you know who's collecting pointyhats :) * Part 1 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-1/+0 | * support stagebapt2013-12-261-17/+5 | * In preparation for making libtool generate libraries with a sane name, fix ↵bapt2013-12-118-30/+14 | | | | | | all LIB_DEPENDS in accessibility With hat: portmgr * - Stage support for all -reference portsantoine2013-12-102-2/+0 | | | | | | - Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS Approved by: kwm (maintainer) * Fix building with the GUI optionfeld2013-11-262-19/+31 | | | | | | | Split the Gnome clock integration into its own option PR: ports/182925 Approved by: swills (mentor) * Explicitly disable espeak or festival support if we haven't asked for it [1]kwm2013-11-242-4/+13 | | | | | | | While here stageify. PR: ports/182522 Submitted by: rm@ * - Chase speech-dispatcher soversion bump.avilla2013-11-212-2/+4 | | | | Reported by: Greg Rivers <gcr+kde-freebsd@tharned.org> * - Replace QT_.*_REL with QT_.* in PLIST_SUB.avilla2013-11-171-6/+6 | | | | | | - Adapt plists. With hat on: kde * - Update to 0.8.avilla2013-11-1717-217/+215 | | | | | - STAGEify. - Use OPTIONS helpers. * Fix build error on 9.x+eadler2013-11-132-1/+15 | | | | Approved by: David K. Gerry <david.k.gerry@gmail.com> (maintainer) * - Add stage supportswills2013-10-301-1/+0 | * Restrict python to -2.7kwm2013-10-306-7/+6 | | | | Submitted by: mva@ * Support STAGEfeld2013-10-262-3/+1 | | | | Approved by: swills (mentor) * - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-225-5/+0 | | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery) * Update Qt to 4.8.5 and Qt Creator to 2.8.0.rakuco2013-10-141-2/+1 | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team, with commits by makc@, Schaich Alonso and yours truly. Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33 (from ports), staging support in the Makefiles and dependency fixes related to pkg-config. Many thanks to the people who helped test the ports using our area51 repository, and also to the people who provided patches and bug reports via GNATS! PR: ports/180615 ports/181921 ports/182049 * Stage-ready out-of-the-box.rene2013-10-051-1/+0 | * Rename orca to orca-plot to avoid name collision with accessibility/orcabapt2013-10-021-2/+0 | | | | Remove LATEST_LINK on accessibility/orca as it is now useless * - Convert to PYDISTUTILS_AUTOPLISTmva2013-09-292-20/+9 | | | | | - Enable stage support - Convert to new OPTIONS framework * - Enable stage supportmva2013-09-292-3/+2 | * Fix header conversionbapt2013-09-212-2/+2 | * Add no stage all over the place in accessibility in preparation for the ↵bapt2013-09-2033-15/+36 | | | | staging area support * Add an explicit dependency on pkgconfbapt2013-09-061-1/+1 | * Add an explicit dependency on pkgconfbapt2013-09-061-1/+1 | * Add an explicit dependency on pkgconfantoine2013-09-061-1/+1 | | | | Approved by: portmgr (bapt) * Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-051-2/+2 | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) * Add an explicit dependency on pkgconfbapt2013-09-031-1/+1 | * Add an explicit dependency on pkgconfbapt2013-09-031-1/+1 | * Add an explicit dependency on pkgconfbapt2013-09-033-3/+3 | * Add an explicit dependency on pkgconfbapt2013-09-031-1/+1 | * Add an explicit dependency on pkgconfbapt2013-09-031-1/+1 | * Add an explicit dependency on pkgconfbapt2013-09-031-1/+1 | * Finish converting accessibility from USE_GMAKE to USES=gmakebapt2013-08-3015-65/+24 | | | | | | While here: - trim some headers - convert from USE_GNOME=pkgconfig to USES=pkgconfig * - Remove MAKE_JOBS_SAFE variableak2013-08-158-8/+0 | | | | Approved by: portmgr (bdrewery) * The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.kwm2013-07-3113-164/+105 | | | | | | | | | | | | | | | | | | | | This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1] * Fix my email address again, using proper @FreeBSD.org stylingfeld2013-07-291-2/+2 | | | | Approved by: swills (mentor) * KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-275-3021/+0 | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt * Update my email address throughout the treefeld2013-07-251-2/+2 | | | | Approved by: swills (mentor) * Use USES=display:configure instead of custom implementationbapt2013-07-091-24/+2 | | | | | | While here: - Trim headers - convert USE_GMAKE to USES=gmake * Update the KDE Software Compilation to 4.10.5.rakuco2013-07-055-10/+10 | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved. * Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-035-10/+10 | | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly. * - Fix buildmiwi2013-06-111-1/+1 | | | | Reported by: pkg (DEVELOPER_MODE) * Ruby/ATK is a Ruby binding for ATK.swills2013-06-104-0/+24 | | | | | | | WWW: http://ruby-gnome2.sourceforge.jp/ PR: ports/173379 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> * - Finish removal of support for Linux 2.4 in bsd.linux-apps.mk andrene2013-05-305-119/+0 | | | | | | | | | | | | | | | | | bsd.linux-rpm.mk. The default linux version is now Fedora 10. - Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6, emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3. While there, remove superfluous -p argument from ${MKDIR}. - Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from astro/google-earth. - Remove expired Fedora Core 4 ports which were only used on FreeBSD 7 and below. - Update LEGAL and MOVED PR: ports/176877 Submitted by: myself Approved by: portmgr (bapt) Exp-run by: bapt * Fix build with clang: this unbreak gnome2 with clangbapt2013-05-242-7/+38 | | | | | | While here: - Trim headers - Remove test for unsupported FreeBSD versions * KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-195-10/+10 | | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself. * Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}bapt2013-04-301-2/+4 | | | | | | While here: - trim headers - convert to new options framework * Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-291-1/+0 | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format * Add pkgconfigkwm2013-04-281-1/+1 | * - Convert USE_GETTEXT to USES (part 3)ak2013-04-2511-11/+11 | | | | Approved by: portmgr (bapt) * - Convert USE_GETTEXT to USES (part 1)ak2013-04-242-4/+2 | | | | Approved by: portmgr (bapt) * Convert all a categories to USE=pkgconfigbapt2013-04-235-14/+10 | | | | While here trim some headers and convert some gnomehack to pathfix * KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-2711-23/+27 | | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner * Mk/bsd.kde4.mk:makc2013-03-225-5/+5 | | | | | | | | | | - Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it) - Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH) - Remove now useless KDE4_BUILDENV KDE SC ports: - Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with 'USES= cmake:outsource' and add USE_LDCONFIG if needed * Fix build with glib 2.34 when optional dependancy is enabled. [1]kwm2013-03-141-20/+21 | | | | | | | While here, us USES=pathfix instead of gnomehack and convert to OptionsNG. PR: ports/176929 [1] Submitted by: Chris Torek <torek@torek.net> * remove conflict with at-spi, it was resolved.kwm2013-03-101-1/+0 | | | | Submitted by: Kevin Oberman <rkoberman@gmail.com>, rm@ * Fix typo in the last commit.kwm2013-03-101-1/+1 | * Don't build the libatk-bridge.so gtk module, depend on at-spi2-atk for that.kwm2013-03-102-4/+4 | | | | | | | | This resolves conflict between at-spi2-atk and at-spi. PR: ports/176750 [1] PR: ports/176775 [2] Sumbitted by: mandree@ [1], rm@ [2] * * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-0816-164/+265 | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo * KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-0411-49/+24 | | | | | | | | | | | | | | | | | | | | | | | | - kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger * KDE/FreeBSD team presents Qt 4.8.4 and QtCreator 2.6.1 ports.makc2013-02-041-6/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The area51 repository features commits by Alonso Schaich, avilla, fluffy, jhale, makc and rakuco. Common changes: - Trim Makefile header - Convert to new option framework - Add/improve desktop entries - Remove upstreamed patches Mk/bsd.qt.mk: - Set QMAKESPEC at late stage (to fix potential problem if USE_GCC is used) [1] devel/qmake: - Fix crash due to off-by one error [2] multimedia/qt4-phonon*: - Deprecate in favour of multimedia/phonon* www/qt4-webkit: - Make dependence on GStreamer optional [3] devel/qtcreator: - Enable qml-designer in devel/qtcreator (requires privite Qt headers) [4] Reported by: avg via irc [1] Submitted by: avg via maillist [2] PR: ports/175644 [3] Submitted by: danfe [3] PR: ports/169809 [4] Reported by: tcb <tcberner at gmail.com> [4] * - Strip header at request of original creatortabthorpe2013-01-271-5/+1 | | | | | Submitted by: trevor With hat: portmgr * - Port to optionsNG.avilla2013-01-051-46/+40 | | | | | | | | - Trim headers. - Cleanup COMMENT and LICENSE. PR: 173807 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> [1], bapt via email * Remove the created by me and update those header at the same time. I nevermezz2013-01-011-1/+0 | | | | | care about those header, so you even can claim that those were created by you instead of me. There are a few more left, I will worry about it later. * - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3 | | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe * For some ports in accessibility category, trim the header and drop leadingdanfe2012-12-185-34/+17 | | | | | indefinite article from COMMENT line; also fix couple of noticed styles bugs while here. * Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-5/+2 | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) * - Convert ruby-gnome ports to proper master/slave setupswills2012-09-061-1/+4 | | | | Reviewed by: gjb * Fix typo in the NLS port option.rakuco2012-08-251-1/+1 | | | | | | PR: ports/170803 Submitted by: Artis Caune <artis.caune@gmail.com> Approved by: Mark Felder <feld@feld.me> (maintainer) * - Bump portrevision after audio/libogg upgradepawel2012-08-161-1/+2 | | | | | | | | | - Add explicit dependency on audio/libogg so this port won't be missed next time PR: ports/170033 Submitted by: myself Approved by: maintainer timeout (3 weeks) * - Fix build with GUI enabledswills2012-07-241-2/+2 | | | | | PR: ports/170099 Submitted by: Mark Felder <feld@feld.me> (maintainer) * KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x ↵makc2012-06-156-11/+10 | | | | | | series. Official announcement: http://kde.org/announcements/announce-4.8.4.php * - Avoid installing tests (and avoid conflict with lang/erlang [1]).avilla2012-06-142-6/+3 | | | | | | - Bump PORTREVISION. Reported by: conflicts checker [1] * - Convert to optionsng frameworkswills2012-06-111-12/+15 | | | | | PR: ports/168825 Submitted by: Mark Felder <feld@feld.me> (maintainer) * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-066-12/+6 | | | | Review by: bapt, David Naylor (kde team) * - Update ruby-gnome ports to 1.1.3swills2012-06-052-2/+1 | | | | | PR: ports/168435 Submitted by: Makoto Kishimoto <ksmakoto@dd.iij4u.or.jp> * The KDE on FreeBSD team is happy to update Qt to its 4.8.2 release.rakuco2012-06-021-1/+0 | | | | | | | | | The upstream changelog can be seen in <https://qt.gitorious.org/qt/qt/blobs/4.8/dist/changes-4.8.2>. Relevant changes include a few patches having been integrated upstream and thus removed from the ports tree and some improved work on USE_QT4 in bsd.qt.mk. * - update png to 1.5.10dinoex2012-06-0116-8/+16 | * Restore LATEST_LINKmakc2012-05-251-0/+2 | | | | Reported by: erwin * KDE/FreeBSD team presents long awaited KDE SC 4.8.3!makc2012-05-2522-654/+100 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated to match KDE SC version, old kdepim preserved in deskutils/kdepim44. Follow UPDATING instruction! New ports: - accessibility/kaccessible - accessibility/kmag - accessibility/kmousetool - accessibility/kmouth - archivers/ark - comms/kremotecontrol - deskutils/kcharselect - deskutils/kdepim44 - deskutils/kdepim44-runtime - deskutils/superkaramba - devel/kdebindings4-perl-perlkde - devel/kdebindings4-perl-perlqt - math/analitza - math/kcalc - misc/kde4-l10n-fa - security/kgpg-kde4 - security/kwallet - sysutils/kdf - sysutils/kfloppy - sysutils/sweeper - vietnamese/kde4-l10n - x11-clocks/ktimer - x11/kactivities - x11/libkonq Removed ports: - devel/kdebindings4-kross-interpreters - devel/kdebindings4-python - devel/kdebindings4-ruby - devel/kdebindings4-smoke * - Add dependency on gnomehier to fix plist. [1]avilla2012-05-112-54/+24 | | | | | | | | - Stop using bsd.port.(pre|post).mk. - Cleanup configuration files handling in plist. - Bump PORTREVISION. Reported by: pointyhat via pav [1] * Set the expiration date for all ports which depend upon linux_base-fc4 tonetchild2012-04-151-0/+2 | | | | | | | | | | | | | the EoL of the last 7.x release. The 7.x branch is the only supported FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator environment (linux_base-f10 doesn't work there). I didn't bump the portrevision, this is mostly done as a hint for ports committers to tell them that at least the emulation@-owned ports need to stay until then (even the forbidden ones). The dependent ports need to go at the same time, but are free to be deleted before. Discussed with: bsam * - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-166-0/+6 | * - convert to using PYTHON_INCLUDEDIR (non-functional change)rm2012-02-131-4/+4 | * The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-255-10/+10 | | | | | | | | | | concludes the 4.7 series. The official release notes can be found at: http://kde.org/announcements/announce-4.7.4.php PR: 162216 PR: 163662 * Repeated words are are hard to to find sometimes.eadler2012-01-081-1/+1 | | | | Approved by: portmgr (itetcu)