aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
Commit message (Collapse)AuthorAgeFilesLines
* Bump more ports that depend on libsqlite3.so:tijl2014-07-051-1/+1
| | | | | | | - ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit)
* - remove MAN1leeym2014-07-051-1/+0
|
* - support stageleeym2014-07-053-11/+8
|
* - support stage and optionsleeym2014-07-053-25/+24
|
* Remove NOPORTDOCS.adamw2014-07-041-1/+3
|
* - Switch to USES=libtool, drop .la filesamdmi32014-07-032-8/+3
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-07-012-3/+3
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-07-012-3/+2
|
* this one should have gone as wellbapt2014-07-015-617/+0
|
* Removed unmaintained upstream xemacs ports and dependenciesbapt2014-07-011-1/+0
|
* - Take maintainershipsunpoet2014-07-013-3/+3
|
* multiple: reset gslin's maintainereadler2014-06-304-4/+4
| | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check)
* - Chase database/sqlite3 slib bumpmiwi2014-06-281-0/+1
| | | | Approved by: portmgr (myself)
* Mark as broken: almost all command call are hardcodedbapt2014-06-251-1/+2
| | | | With hat: portmgr
* Update to 4.2.5.jkim2014-06-242-8/+8
|
* Deprecate ports failing to build with new utmpxantoine2014-06-242-0/+5
| | | | | | Maintainers had more than 4 years to fix them With hat: portmgr
* Mark as broken: no distinfo providedbapt2014-06-231-1/+2
| | | | With hat: portmgr
* - Switch to USES=libtool, drop .la filesamdmi32014-06-192-2/+3
| | | | Approved by: portmgr blanket
* remove NO_STAGE, editors/joe staging ready already.vanilla2014-06-131-1/+0
|
* Support LIBS like LDFLAGS.tijl2014-06-112-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* Update to libreoffice 4.2.4bapt2014-06-112-8/+8
| | | | | | | | - Speed staging phase by really installing to the stagedir directly - Rework to use predefined targets for build and install - Strip binaries - Remove now unnecessary dependencies on autotools - Add patches to fix crashes with icu 53.1
* chinese/bitchx: Bump to acquire MASTERDIR fix, stage toomarino2014-06-111-2/+1
| | | | | | | | Related to: PR: 186425 It looks NO_STAGE should have been removed when irc/bitchx was staged. Late add: Fix master irc/bitchx to not override PORTREVISION
* - Fix plist (clean up shared directory)amdmi32014-06-111-0/+1
| | | | Approved by: portmgr 'just fix it' blanket
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-105-5/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-0921-21/+21
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
* Remove all space characters from Makefile assignments.olgeni2014-06-091-2/+2
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* - Support stagingbdrewery2014-06-061-1/+0
| | | | | PR: 189637 Submitted by: eric@camachat.org (maintainer)
* Fix pkg-plist after previous commit.tijl2014-06-032-1/+2
|
* Properly respect CFLAGS, LDFLAGS, etc.tijl2014-06-033-22/+24
| | | | | | | | | When building a port with base system make, variables like CC and CFLAGS need to be defined using '=' in the makefile. With '+=' values from make.conf can be picked up. Normally the ports system values for these variables are passed to a configure script which generates a makefile with them. If there's no configure script the makefile has to be patched to use the right values.
* - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)ohauer2014-06-0216-31/+16
|
* Fix patch files to chase irc/irssi.vanilla2014-06-011-4/+11
|
* Unbreak: @exec/@unexec already handle the symlink in the plistantoine2014-05-312-6/+0
| | | | While here, remove a directory belonging to mtree from the plist
* Staging supportrafan2014-05-301-6/+5
|
* Staging supportrafan2014-05-301-4/+3
|
* Staging supportrafan2014-05-301-2/+1
|
* mail/mutt supports STAGE so does thisrafan2014-05-301-1/+0
|
* Convert to USES=dos2unixbapt2014-05-261-1/+1
| | | | With hat: portmgr
* STAGEDIR support.hrs2014-05-252-9/+13
|
* Hand back to ports@.lx2014-05-241-1/+1
|
* Quote ${CC} and similar variables in MAKE_ARGS.tijl2014-05-211-1/+1
| | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
* Add missing patch file on prev commit, and fix building.vanilla2014-05-202-8/+25
| | | | Submitted by: swills@
* Make it possible to stage without privilege.delphij2014-05-202-1/+6
| | | | | | | No PORTREVISION bump because this does not change results of the build. Reported by: Andrzej Tobola <ato iem pw edu pl>
* Staging support, LICENSE, and remove pkg-plist in favor of PLIST_FILES.delphij2014-05-193-6/+10
|
* Support staging.vanilla2014-05-197-5/+56
| | | | Approved by: portmgr@
* Mark BROKEN: Fails to patchantoine2014-05-181-0/+2
| | | | | | | | | ===> Applying extra patch /usr/ports/chinese/tin/files/patch-attrib.c ===> Applying extra patch /usr/ports/chinese/tin/files/patch-cook.c 1 out of 1 hunks failed--saving rejects to src/cook.c.rej *** [do-patch] Error code 1 Reported by: pkg-fallout
* Support STAGEDIR.vanilla2014-05-161-2/+0
| | | | Approved by: portmgr@
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!makc2014-05-112-4/+4
| | | | | | | 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.
* - Update to 3.9.1sunpoet2014-05-112-3/+3
| | | | | | Changes: http://tw.wordpress.org/2014/05/09/wordpress-3-9-1/ PR: ports/189524 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* Support stagebapt2014-05-091-19/+9
|
* Support stagebapt2014-05-092-2/+0
|
* chinese/exim: Unbreak on F10+ by satisfying explicit linking requirementsmarino2014-05-071-3/+4
| | | | | | During linking, the linker needs symbols from Xext and libfontconfig, so add these to the dependency list and LDFLAGS to unbreak to port. Bump due to dependency changes. (Just fix it Blanket)
* Update to 4.1.6.jkim2014-05-072-8/+8
|
* Convert all :U to :tu and :L to :tlbapt2014-05-051-1/+1
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* - Update to 3.9sunpoet2014-04-272-23/+15
| | | | | | | | | | | - While I'm here: - Simplify pre-install: - Remove .include <bsd.port.options.mk> - Remove unnecessary SUB_LISTS Changes: http://cn.wordpress.org/2014/04/19/smith/ PR: ports/189016 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 3.9sunpoet2014-04-272-23/+15
| | | | | | | | | | - Simplify pre-install: - Remove .include <bsd.port.options.mk> - Remove unnecessary SUB_LISTS Changes: http://tw.wordpress.org/2014/04/24/smith/ PR: ports/189018 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* Convert to USES=libtool.tijl2014-04-251-3/+3
|
* Remove the last @comment $FreeBSD$ from plists.mat2014-04-252-2/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* 1: fix pkg-plistvanilla2014-04-173-19/+30
| | | | | | 2: fix build with qt4. Submitted by: swills@ [1], kevlo@ [2]
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Upgrade to 2.8.2.vanilla2014-04-126-54/+76
|
* Make job safe.vanilla2014-04-114-13/+58
| | | | | PR: ports/188156 Submitted by: Jia-Shiun Li <jiashiun gmail com>
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-032-4/+4
| | | | | | | | | | | | | | | | | | | | 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.
* - Update to 1.4sunpoet2014-04-033-33/+13
| | | | | | | | - Take maintainership Changes: - Convert to UTF-8 - Prepare *.dat
* Remove expired ports:rene2014-03-3011-393/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/xmess: No more public distfiles 2014-03-07 benchmarks/xdd: No more public distfiles 2014-03-07 chinese/srecite: No more public distfiles 2014-03-07 games/hlstats: No more public distfiles 2014-03-07 audio/teamspeak_server: No more public distfiles 2014-03-07 games/utserver: No more public distfiles 2014-03-07 databases/p5-hp200lx-db: No more public distfiles 2014-03-07 audio/teamspeak_client: No more public distfiles 2014-03-10 german/vtiger: Depends on expiring www/vtiger 2014-03-10 www/gallery: No more public distfiles 2014-03-10 www/vtiger: No more public distfiles 2014-03-10 net/linux-nx-client: No more public distfiles 2014-03-10 emulators/extract-xiso: No more public distfiles 2014-03-10 www/trac-wantedpages: No more public distfiles 2014-03-10 www/trac-ldap: No more public distfiles 2014-03-10 www/trac-codetags: No more public distfiles 2014-03-10 www/trac-addcomment: No more public distfiles 2014-03-10 www/trac-nav: No more public distfiles 2014-03-10 www/baikal: No more public distfiles 2014-03-10 www/trac-pagetopdf: No more public distfiles 2014-03-10 sysutils/logmon: No more public distfiles 2014-03-10 www/trac-simpleticket: No more public distfiles 2014-03-10 www/trac-wikinegotiator: No more public distfiles 2014-03-10 www/trac-pagelist: No more public distfiles 2014-03-10 www/trac-remind: No more public distfiles 2014-03-10 www/trac-macropost: No more public distfiles 2014-03-10 mail/vexim: No more public distfiles 2014-03-10 lang/rscheme: No more public distfiles
* - Move chinese/php5-cconv to chinese/php-cconvsunpoet2014-03-304-2/+2
|
* Remove some expired xmms ports (abandonware, unmaintained):antoine2014-03-233-50/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-23 audio/p5-Xmms: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-a52dec: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-audiofile: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-cdread: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-crossfade: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-crystality: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-defx: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-efxmms: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-eq: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-faad: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-fc: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-fxt: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-infopipe: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-jack: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-liveice: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-mac: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-mad: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-midi: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-modplug: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-mp3cue: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-osssurround: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-quix3dn: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-sid: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-sndfile: Abandonware, please consider using multimedia/audacious instead 2014-03-23 audio/xmms-tfmx: Abandonware, please consider using multimedia/audacious instead 2014-03-23 chinese/xmms: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-blursk: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-dancingparticles: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-dflowers: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-dscope: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-dspectogram: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-dspectral: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-finespectrum: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-fishmatic: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-gdancer: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-iris: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-jess: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-nebulus: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-paranormal: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-scivi: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-vumeter: Abandonware, please consider using multimedia/audacious instead 2014-03-23 graphics/xmms-waterfall: Abandonware, please consider using multimedia/audacious instead 2014-03-23 multimedia/gxmms: Abandonware, please consider using multimedia/audacious instead 2014-03-23 multimedia/xmms-status-plugin: Abandonware, please consider using multimedia/audacious instead 2014-03-23 russian/xmms: Abandonware, please consider using multimedia/audacious instead 2014-03-23 x11-themes/xmms-bluecurve-theme: Abandonware, please consider using multimedia/audacious instead 2014-03-23 x11-themes/xmms-eq-skins: Abandonware, please consider using multimedia/audacious instead 2014-03-23 x11-themes/xmms-vumeter-skins: Abandonware, please consider using multimedia/audacious instead
* - Convert USE_GMAKE to USESmiwi2014-03-132-3/+2
|
* - STAGEDIR supporthrs2014-03-114-14/+8
| | | | | - Eliminate duplicate files installed by each */FreeWnn-lib. - Bump PORTREVISION because of dependency and pkg-plist changes.
* - Add LICENSEsunpoet2014-03-101-1/+3
| | | | | | - While I'm here, remove leading indefinite article from COMMENT Approved by: portmgr (blanket)
* Fix make fetchantoine2014-03-081-3/+1
|
* Convert c* to USES=zipbapt2014-03-073-3/+3
|
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-052-4/+4
| | | | | | | | | | | | | | | | | | 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>
* - Update to 5.01 (5.0.14)sunpoet2014-02-282-14/+14
| | | | - Use CONFLICTS_INSTALL instead off CONFLICTS
* Update to 4.1.5. It is partially based on the following PR.jkim2014-02-262-8/+8
| | | | PR: ports/186265
* - Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILESsunpoet2014-02-241-3/+2
|
* Deprecate and set expiration date for xmms stuff that is unmaintainedantoine2014-02-241-0/+2
|
* - Allow build with clangsunpoet2014-02-234-4/+36
| | | | | | | | | | | - Respect CC - Support STAGEDIR - While I'm here: - Add LICENSE - Use PLIST_DIRS/PLIST_FILES instead of PLIST PR: ports/186932 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
* Remove trailing whitespaces from category chineseehaupt2014-02-217-7/+7
|
* Support stagingehaupt2014-02-202-6/+4
|
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-183-0/+3
|
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!makc2014-02-188-38/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-182-24/+12
|
* - Use OPTIONS_SLAVEsunpoet2014-02-151-1/+1
|
* - Convert USE_SCONS to USESmiwi2014-02-131-3/+2
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-107-0/+14
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* - Support stagingehaupt2014-02-102-11/+9
| | | | - Define DOCS
* Deprecate ports unmaintained for which distillator is not able to find ↵bapt2014-02-081-0/+3
| | | | | | public distfiles Reported by: distilator
* Chase boost and icu bumpbapt2014-02-072-1/+2
| | | | While here convert some LIB_DEPENDS
* chinese/kcfonts: Mark jobs unsafemarino2014-02-061-0/+2
|
* - Update to 3.8.1sunpoet2014-02-042-3/+3
| | | | | | Changes: http://cn.wordpress.org/2014/01/25/wordpress-3-8-1/ PR: ports/186204 Submitted by: Joe Horn joehorn@gmail.com> (maintainer)
* - Update to 3.8.1sunpoet2014-02-042-3/+3
| | | | | | Changes: http://tw.wordpress.org/2014/01/24/wordpress-3-8-1/ PR: ports/186080 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* Stage support for japanese/kon2-16dot and it's slavespawel2014-02-021-5/+8
| | | | | PR: port/186321 (based on) Submitted by: maintainer
* - Update gimp-help ports to 2.8.1. Polish translation has been removed, newmakc2014-02-011-3/+3
| | | | | | | | | translations have been added (ca, da, el, en_GB, sl, pt_BR) - Add stage support - Update maintainer address PR: based on ports/179681 Submitted by: RyoTa SimaMoto (maintainer)
* Respect $CCjohans2014-01-261-4/+7
|
* Master port has been stage, add stage support here too so that the man pageantoine2014-01-261-1/+0
| | | | is correctly handled
* Fix properties on pkg-plistbapt2014-01-2211-11/+0
|
* Stage supportantoine2014-01-211-4/+0
|
* Stage supportantoine2014-01-211-15/+6
|
* Stage supportantoine2014-01-211-19/+12
|
* Stage supportantoine2014-01-211-1/+0
|
* Support stagebapt2014-01-161-18/+7
| | | | | | | Reduce over inclusion of bsd.port.mk by: Use BROKEN_${ARCH} Use options helpers Use OPTIONS_SUB
* Reduce over inclusion of bsd.port.mkbapt2014-01-161-8/+2
|
* Reduce over inclusion of bsd.port.mkbapt2014-01-161-7/+2
|
* Reduce over inclusion of bsd.port.mkbapt2014-01-161-7/+1
|
* Add stagedir support.vanilla2014-01-0913-39/+53
| | | | Approved by: portmgr (blanket infrastructure)
* Add stagedir support.vanilla2014-01-092-1/+11
| | | | Approved by: portmgr (blanket infrastructure)
* Add stagedir support.vanilla2014-01-0915-63/+51
| | | | Approved by: portmgr (blanket infrastructure)
* Support STAGEDIR.vanilla2014-01-0817-80/+82
| | | | Approved by: portmgr (blanket infrastructure)
* Remove color code from pkg-message this is terminal dependantbapt2014-01-072-5/+5
|
* Revise previous change: only remove USE_GCC=yes when we are usingdelphij2014-01-071-1/+7
| | | | | | | | | a fresh -CURRENT (after clang have made default). PORTREVISION not bumped because this is a build fix for earlier FreeBSD versions. Reported by: Henry Hu (maintainer), kmoore
* In preparation for Qt 5 ports:makc2014-01-074-34/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 :)
* Mark as MAKE_JOBS_UNSAFE, it fails to link with MAKE_JOBS_NUMBER=8antoine2014-01-051-0/+1
| | | | | | | | | cc -Wl,-rpath,/work/a/ports/chinese/gcin/work/gcin-2.8.0:/work/a/ports/chinese/gcin/work/stage/usr/local/lib/gcin -o tslearn tslearn.o util.o gcin-conf.o pho-util.o tsin-util.o gcin-send.o pho-sym.o table-update.o locale.o gcin-settings.o gcin-common.o gcin-icon.o pho-dbg.o pho2pinyin.o pinyin.o lang.o gtab-list.o gtab-init.o fullchar.o gtab-tsin-fname.o unix-exec.o gtab-util.o -L./im-client -lgcin-im-client -Wl,--as-needed -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -latk-1.0 -lcairo -pthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -L/usr/local/lib -lfreetype -lX11 -lm cc -Wl,-rpath,/work/a/ports/chinese/gcin/work/gcin-2.8.0:/work/a/ports/chinese/gcin/work/stage/usr/local/lib/gcin -o sim2trad sim2trad.o util.o gcin2.so locale.o gcin-conf.o gcin-icon.o -Wl,--as-needed -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -latk-1.0 -lcairo -pthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -L/usr/local/lib -lfreetype -lX11 -lm /usr/bin/ld: cannot find -lgcin-im-client gmake[1]: *** [tslearn] Error 1 Reported by: redports
* Support stagebapt2014-01-051-1/+0
|
* With gtk 2.4.22, immodule cache has moved from gtk.immodules toantoine2014-01-058-61/+48
| | | | | | | | | immodules.cache. gtk-query-immodules-2.0 has a new option, --update-cache that does what we want too. Use this new option. While here, add stage support to non slave ports Reviewed by: kwm (immodules part)
* Fix packaging after MASTER port was stagedantoine2014-01-041-1/+0
|
* Convert chinese to MDOCSadamw2014-01-0312-14/+32
|
* Stage supportantoine2013-12-311-6/+4
|
* Stage support, uses gmakeantoine2013-12-311-3/+1
|
* Stage support, uses gmakeantoine2013-12-311-3/+1
|
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-311-1/+1
| | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
* - Update to 3.8sunpoet2013-12-242-3/+3
| | | | | | Changes: http://tw.wordpress.org/2013/12/16/parker/ PR: ports/185075 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 3.8sunpoet2013-12-242-3/+3
| | | | | | Changes: http://cn.wordpress.org/2013/12/13/parker/ PR: ports/185074 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* Don't use USE_GCC. The C++ runtime would conflict withdelphij2013-12-201-2/+1
| | | | | | | other libraries when base system uses clang, making the package useless. Discussed with: maintainer
* Reset maintainer for llwang@infor.orgkoobs2013-12-181-1/+1
| | | | | | | | | | Reset maintainership for llwang@infor.org due to multiple timeouts and email address permanent failure. Return all ports to the free pool except py-numpy, which is taken under the wing of the python@ team. We thank you for your contribution to the FreeBSD project Approved by: portmgr
* - Update Calligra Suite to 2.7.5.avilla2013-12-174-6/+4
| | | | | | | | | | | | - Require a new compiler to build Calligra. - Make GTL really an option in Calligra. - STAGEify. - Use OPTIONS helpers. - Set NO_ARCH for translation ports. - Add translation port for Intelingua. Calligra 2.7 release notes: http://www.calligra.org/news/calligra-2-7-released
* Finish stage supportantoine2013-12-152-1/+2
|
* LEGAL, chinese/moettf: sync LEGAL texteadler2013-12-121-1/+1
| | | | Add 's and remove trailing '.'
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-1121-35/+35
| | | | LIB_DEPENDS in chinese
* - Remove NO_LATEST_LINKsunpoet2013-12-111-2/+2
| | | | - Pet portlint: add LICENSE
* - Update to 0.20sunpoet2013-12-092-3/+3
| | | | Changes: http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
* - Add LICENSEsunpoet2013-11-231-2/+3
| | | | | - Convert to new LIB_DEPENDS format - Support STAGEDIR
* - Add LICENSEsunpoet2013-11-221-0/+2
|
* - Add LICENSEsunpoet2013-11-201-2/+3
| | | | | - Convert to new LIB_DEPENDS format - Support STAGEDIR
* - Support STAGElwhsu2013-11-181-5/+4
|
* - Replace QT_.*_REL with QT_.* in PLIST_SUB.avilla2013-11-172-8/+8
| | | | | | - Adapt plists. With hat on: kde
* - Update to 0.19sunpoet2013-11-132-3/+3
| | | | Changes: http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
* - Update to 3.7.1sunpoet2013-10-312-3/+3
| | | | | | Changes: http://cn.wordpress.org/2013/10/30/wordpress-3-7-1/ PR: ports/183490 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 3.7.1sunpoet2013-10-312-3/+3
| | | | | | Changes: http://tw.wordpress.org/2013/10/30/wordpress-3-7-1/ PR: ports/183489 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 3.7sunpoet2013-10-262-3/+3
| | | | | | | Changes: http://cn.wordpress.org/2013/10/25/wordpress-3-7/ PR: ports/183323 Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 3.7sunpoet2013-10-262-3/+3
| | | | | | | Changes: http://tw.wordpress.org/2013/10/25/basie/ PR: ports/183324 Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* - Update to 4.0.6.jkim2013-10-264-10/+8
| | | | - Support staging.
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-226-6/+0
| | | | | | the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery)
* multimedia/xmms:tijl2013-10-221-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add zh-xmms to CONFLICTS. - Convert USE_GNOME=desktopfileutils and USE_GMAKE to USES. - Make USE_GL conditional on the SPEC option. - Make gettext conditional on new NLS option. - Only set USE_AUTOTOOLS for the RUSXMMS_PATCHES option. - Remove LIBS from CONFIGURE_ENV. Set LDFLAGS instead. - Add missing xorg dependencies. - Add xmms_cv_newpcm_driver=yes to CONFIGURE_ARGS. The configure test fails on recent version of FreeBSD but the code it enables is still relevant. Without it you cannot select a different output device. - Remove SUB_FILES. None of the files require substitutions. - Remove IPV6 from OPTIONS_DEFAULT. It's implicit. - Don't exclude SIMD option from amd64. - Use option helpers like OPTIONS_SUB, opt_CONFIGURE_ENABLE, etc. - Install stripped libraries when !defined(WITH_DEBUG). - Use new style LIB_DEPENDS. - Add aclocal, autoheader and libtoolize to USE_AUTOTOOLS to fully regenerate the build infrastructure. This fixes a lot of warnings and allows some patches to be removed. - Add USE_OPENSSL for RUSXMMS_PATCHES option. - Fix the SIMD option on all architectures by removing the post-extract target. - Remove the message about the RUSXMMS_PATCHES option. This is from before there were option dialogs. - Use the same cp command as in the script included with rusxmms instead of INSTALL_DATA. - Remove the ALSA test from configure with REINPLACE_CMD instead of a patch (RUSXMMS_PATCHES case). - Remove old libtool macros from acinclude.m4. Libtoolize adds new macros. - Remove MKDIR_P patching. No longer needed after running aclocal. - Patch configure to disable ALSA (not RUSXMMS_PATCHES case). - Fix po/Makefile.in.in with REINPLACE_CMD instead of a patch. - Fix assembly source code files to support clang: * Remove comments that begin with a single slash. * Replace 'fist' instruction with 'fists' and 'fistp' with 'fistps'. * Append '.section ".note.GNU-stack","",@progbits' to every file to say they don't require an executable stack. These files are compiled with -Wa,--noexecstack which clang supports but the ancient binutils in FreeBSD base does not so without this change xmms runs with an executable stack when compiled with base gcc. - Support staging. - Remove extra-patch-Visualization_Makefile.am. It's not needed when passing VISUALIZATION_PLUGINS to configure. - Rename patch-gcc41 to patch-General-ir-ir.c and modify it to keep the variables static, but mark keepGoing volatile. - Remove patch-aclocal.m4. Not needed when running aclocal. - Remove patch-configure.in. The PTHREAD_LIBS related changes are no longer needed and ALSA change is handled in the Makefile. - Remove patch-ltmain.sh. Not needed with staging. - Remove patch-po-Makefile.in.in. Handled in Makefile. - Remove patch-xmms-config.in. Not 100% sure about this. It doesn't affect xmms itself. Perhaps some plugins need it but I'd rather fix those plugins then. - Add patch-xmms-i18n.h.in. It's needed when NLS option is disabled. - Remove pkg-message.in. All supported versions of FreeBSD have unzip in base. - Rename xmms.desktop.in to xmms.desktop to reflect that it doesn't require substitutions. - Adjust pkg-plist for OPTIONS_SUB, NLS option, staging and USES=desktop-file-utils. chinese/xmms, russian/xmms: - Minor cleanups. PR: ports/183165 Approved by: "Chris Petrik" <c.petrik.sosa@gmail.com> (maintainer)
* Update to 1.3.1.delphij2013-10-213-5/+5
| | | | | PR: ports/181356 Submitted by: gslin (maintainer)
* Remove BROKEN & DEPRECARED.vanilla2013-10-211-5/+0
| | | | Approved by: bapt@
* Return back to pool.delphij2013-10-212-2/+2
|
* Deprecated some ports broken for more than 6 monthbapt2013-10-181-0/+3
|
* - Convert to stagingeadler2013-10-161-27/+16
| | | | | - Remove long 'usage' instructions - Unsilence install commands
* Clean up some COMMENTseadler2013-10-161-1/+1
|
* - Convert to stagingeadler2013-10-161-5/+1
|
* Fix package name collisionbapt2013-10-141-1/+1
|
* Update Qt to 4.8.5 and Qt Creator to 2.8.0.rakuco2013-10-142-4/+2
| | | | | | | | | | | | | | | | | 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
* - Update to 0.17sunpoet2013-10-132-4/+4
| | | | Changes: http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
* - Remove NO_STAGEsunpoet2013-10-101-1/+0
|
* - Use USES=gmakesunpoet2013-10-061-1/+1
|
* - Use USES=gmakesunpoet2013-10-051-1/+1
|
* - Remove unnecessary slash after STAGEDIRsunpoet2013-10-031-2/+2
|
* - Add LICENSEsunpoet2013-10-031-1/+3
|
* - Remove unnecessary slash after STAGEDIRsunpoet2013-10-0311-42/+42
|
* - Update to 1.14sunpoet2013-10-033-34/+5
| | | | | | | | | - Use INSTALL_DATA instead of CP - Remove unnecessary slash after STAGEDIR Changes: - Merge files/patch-make.conf.in - Rename make.conf.in to make.conf
* Remove due to conflict in pkgname with chinese/joebapt2013-10-023-24/+0
|
* chinese/fqterm: add <unistd.h>, fix -fpermissive on modern compilersmarino2013-10-025-41/+62
| | | | | | | | | The source tarball has DOS line endings, but only one file was converted. Two of the four patches were created with DOS line endings, so for consistency sake, USE_DOS2UNIX was changed to "yes" and the DOS line endings were removed from existing patches. Approved by: portmgr (bapt, implicit)
* - Convert to new LIB_DEPENDS formatsunpoet2013-09-302-4/+2
| | | | - Support STAGEDIR
* Fix typo.madpilot2013-09-281-1/+1
| | | | Reported by: Buganini <buganini@gmail.com> (via email)
* Import a bunch of iconv fixes.madpilot2013-09-272-2/+4
| | | | | Submitted by: marino Approved by: portmgr (bapt, implicit)
* Support stage.vanilla2013-09-272-11/+5
|
* Support stage.vanilla2013-09-271-2/+1
|
* Support stage.vanilla2013-09-274-18/+32
|
* Support stage.vanilla2013-09-2668-191/+459
|
* - Remove NO_STAGE as these have been tested to be safebdrewery2013-09-251-1/+0
| | | | With hat: portmgr
* - Update to 11.1sunpoet2013-09-212-6/+6
| | | | | | | | - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/chiconv/commits/master PR: ports/182265 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - Update to 11.1sunpoet2013-09-212-8/+8
| | | | | | | | - While I'm here, convert to new LIB_DEPENDS format Changes: https://github.com/buganini/bsdconv-opencc/commits/master PR: ports/182263 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - Update to 1.17sunpoet2013-09-212-7/+7
| | | | | | | | | | - While I'm here: - Remove leading indefinite article from COMMENT - Convert to new LIB_DEPENDS format Changes: https://github.com/buganini/bug5/commits/master PR: ports/182262 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-21138-366/+211
| | | | chinese)
* Add an explicit dependency on pkgconfantoine2013-09-155-23/+10
| | | | Approved by: portmgr (bapt)
* - convert to the new perl5 frameworkaz2013-09-151-2/+2
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* - Update to 3.6.1sunpoet2013-09-142-3/+3
| | | | | | Changes: http://tw.wordpress.org/2013/09/13/wordpress-3-6-1/ PR: ports/182088 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Fix build on 10-CURRENT: disable iconv functionality by removing iconv.h ↵sunpoet2013-09-143-12/+16
| | | | | | | | | | | | | | detection - While I'm here: - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses - Covnert to new LIB_DEPENDS format - Use USES=gmake PR: ports/182079 Submitted by: Henry Hu <henry.hu.sh@gmail.com> Approved by: Zhihao Yuan <zy@miator.net> (maintainer)
* - Update to 3.6.1sunpoet2013-09-132-3/+3
| | | | | | | Changes: http://cn.wordpress.org/2013/09/12/wordpress-3-6-1/ PR: ports/182044 Submitted by: sunpoet (myself) Approved by: Joe Horn <joehorn@gmail.com> (maintainer)
* Add explicit dependency on pkgconf (18 ports)marino2013-09-126-21/+9
| | | | Approved by: portmgr (bapt, implicit)
* - Cosmetic changesunpoet2013-09-081-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-061-2/+1
|
* Add an explicit dependency on pkgconfbapt2013-09-061-1/+1
|
* - convert to the new perl5 frameworkaz2013-09-055-5/+10
| | | | Approved by: portmgr (bapt@, blanket)
* - Make ports use the libc provided iconv implementation on 10-CURRENTmadpilot2013-09-053-2/+6
| | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code)
* Add an explicit dependency on pkgconfantoine2013-09-041-1/+1
| | | | Approved by: portmgr (bapt)
* Add an explicit dependency on pkgconfbapt2013-09-032-4/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-031-5/+2
|
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* Eliminate USE_GNOME=pkgconfig from chinesebapt2013-09-021-3/+2
|
* - Add WWWsunpoet2013-08-301-1/+0
| | | | | - Use single space after WWW: - Remove Author line
* - Use single space after WWW:sunpoet2013-08-295-5/+5
|
* - Cleanup Makefile headersunpoet2013-08-281-5/+1
|
* Update to 4.0.5.jkim2013-08-232-8/+8
|
* - Cleanup Makefile headersunpoet2013-08-224-20/+4
|
* - Convert to new perl frameworksunpoet2013-08-211-1/+2
|
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-1/+1
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Remove blank line in distinfosunpoet2013-08-091-1/+0
|
* - Update to 3.6sunpoet2013-08-082-3/+3
| | | | | | Changes: http://cn.wordpress.org/2013/08/08/wordpress-3-6/ PR: ports/181143 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* Upgrade to 3.6.vanilla2013-08-042-3/+4
| | | | | PR: ports/181000 Submitted by: maintainer
* - Trim makefile headerantoine2013-08-031-7/+3
| | | | | - Remove article in COMMENT - Fix build with clang, this is old K&R code (reported by pkg-fallout)
* - Convert to new perl frameworkmat2013-08-037-37/+20
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert to new perl frameworkaz2013-08-036-6/+12
|
* Fix without gccbapt2013-08-011-5/+2
|
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.kwm2013-07-311-3/+3
| | | | | | | | | | | | | | | | | | | | 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]
* - Convert to new Uses/perl5.mk frameworkaz2013-07-311-2/+2
| | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@)
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-279-1338/+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 to 3.5.2miwi2013-07-152-3/+3
| | | | | PR: 180401 Submitted by: maintainer
* - Update to 7.31.0sunpoet2013-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* Finish fixing the kde4-l10nbapt2013-07-102-0/+2
|
* KDE4 l10n fixes.rakuco2013-07-104-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove an entry from all plists that slipped under radar and made packaging fail. - Properly save the OPTIONS defined by the user in the l10n ports. [1] Quoting bapt, master of all things ports: That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does ... .include <bsd.port.pre.mk> ... .include <bsd.port.options.mk> ... .include <bsd.port.post.mk> First the right order in that case should be: ... .include <bsd.port.options.mk> ... .include <bsd.port.pre.mk> ... .include <bsd.port.post.mk> Second in that case (kde) the pre.mk/post.mk can be removed just keeping the options.mk and given that we now have the helpers options.mk can also be removed. The check for variables in OPTIONS_DEFINE is also useless (already done by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some empty values is also useless. No PORTREVISION bump because the generated packages do not change regardless of the changes/fixes in behavior here. Reported by: avg [1] Submitted by: bapt [1]
* Add patch fixing the behavior of FindLibkvm.cmake to prepare for CMake 2.8.11.2.rakuco2013-07-101-0/+34
| | | | | | | | | | | | CMake >= 2.8.11 includes a bug fix [1] that ends up showing a problem with the current FindLibkvm.cmake that makes the port fail to build. Apply my upstream fix [2] to make everything work across all CMake versions. [1] http://public.kitware.com/Bug/view.php?id=13755 [2] https://github.com/fcitx/fcitx/pull/119 Approved by: portmgr (bapt)
* Convert remanent USE_PKGCONFIG to USES=pkgconfigbapt2013-07-061-3/+1
| | | | | | | | While here convert: USE_ICONV -> USES=iconv USE_GMAKE -> USES=gmake USE_GNOME=gnomehack -> USES=pathfix some post-patch to USES=pathfix
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-052-4/+4
| | | | | | | | | | | | | | | | | | | 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-032-4/+4
| | | | | | | | | | | | | | | 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.
* - Update to 3.5.2miwi2013-06-272-3/+3
| | | | | PR: 179859 Submitted by: sunpoet
* bump PORTREVISION for libchewing update.clsung2013-06-271-0/+1
| | | | PR: ports/176021
* bump PORTREVISION for libchewing updateclsung2013-06-271-0/+1
| | | | PR: ports/176021
* Update chinese/libchewing to 0.3.4clsung2013-06-275-10/+47
| | | | | | | | | | * Master site changed to Google Code * Patches to install data into PREFIX/share/chewing Patch created and tested by me and Zhihao Yuan(lichray@gmail.com) PR: ports/176021 Submitted by: Henry Hu <henry.hu.sh_AT_gmail.com>
* Update to 4.0.4.jkim2013-06-202-8/+8
|
* - Since chinese/ttfm/Makefile.ttf now handles fonts.{dir,alias} properly,rafan2013-06-204-6/+2
| | | | revert plist workaround in slave ports
* - Fix ttfm's xttfm module to really update fonts.{dir,scale} to reflectrafan2013-06-209-10/+31
| | | | | | | | | the fonts installed - Bump PORTREVISION for all ports using chinese/ttfm/Makefile.ttf PR: ports/179608 Reported by: Antoine Brodin (antoine@) Tested by: Antoine Brodin (antoine@)
* - Add missing fontsmiwi2013-06-191-0/+2
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Add missing font filesmiwi2013-06-192-5/+3
| | | | | | - Trim header Reported by: pkg (DEVELOPER_MODE)
* Remove chinese/cxterm.rakuco2013-06-1817-525/+0
| | | | Port expired on 2012-05-10, does not compile.
* - Add gtk-query-immodules to _FORCE_POST_PATTERNS to run it post-deinstallantoine2013-06-188-15/+15
| | | | | | | | | | | | | with pkg - Consistently use full path when running gtk-query-immodules as the path is embedded in output (we prefer reproducible output) This fixes leftovers reported by poudriere ====>> Files or directories modified: etc/gtk-2.0/gtk.immodules PR: ports/179230 Approved by: portmgr (bapt)
* - Don't remove directories not created by this portmiwi2013-06-141-2/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-194-8/+5
| | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself.
* Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-121-1/+1
| | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk.
* Add DIST_SUBDIR to fix a fetch error because the distfiles are often replacedhrs2013-05-102-4/+5
| | | | with the same names in every release.
* Update to 4.0.3.jkim2013-05-102-8/+8
|
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-2/+1
| | | | instead to make migration to TeXLive easier.
* - Update to 10.0bdrewery2013-05-022-4/+4
| | | | | PR: ports/178132 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - Update to 1.15bdrewery2013-05-023-4/+5
| | | | | PR: ports/178131 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* - Update to 10.0bdrewery2013-05-023-8/+8
| | | | | PR: ports/178130 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
* Update to 3.03.hrs2013-05-014-21/+105
|
* Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}bapt2013-04-301-6/+4
| | | | | | While here: - trim headers - convert to new options framework
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-292-2/+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
* - Fix USE_ICONV leftovers missed in the previous updatemva2013-04-281-1/+1
|
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-278-12/+9
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-263-5/+3
| | | | Approved by: portmgr (bapt)
* In preparation of the removal of USE_FREETYPE from bsd.port.mk: removebapt2013-04-261-7/+6
| | | | | | USE_FREETYPE from all ports using it While here trim some headers, and do some conversion to new options framework.
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-259-9/+9
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 2)ak2013-04-242-2/+2
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-2410-20/+10
| | | | Approved by: portmgr (bapt)
* Convert all c categories to USE=pkgconfigbapt2013-04-233-9/+4
|
* Update to 4.0.2.jkim2013-04-172-8/+8
| | | | Feature safe: yes
* - "Update" to 2.5.12. This is the supported stable branch upstreammadpilot2013-04-171-0/+2
| | | | | | | | | | | | | | - Bump PORTEPOCH - Trim Makefile header - Add CONFLICTS_INSTALL [1] - Make rc scripts more rclint compliant - Update WWW line in pkg-descr PR: ports/175063 Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) Approved by: danfe (maintainer of games/qstat, via email) [1] Approved by: Kai Wang <kaiwang27@gmail.com> (maintainer of chinese/qterm) [1] Feature safe: yes