aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-02-13 19:26:45 +0800
committermiwi <miwi@FreeBSD.org>2010-02-13 19:26:45 +0800
commite3c52dc7cf2fbd87fd42130b8228a2d5a0e81691 (patch)
treeeb545a085f9e4e8dfc175f5a69651f9bbe0f705c /graphics/Makefile
parentfcad693da5114ad106c6877d46b92a2360cd2f77 (diff)
downloadfreebsd-ports-gnome-e3c52dc7cf2fbd87fd42130b8228a2d5a0e81691.tar.gz
freebsd-ports-gnome-e3c52dc7cf2fbd87fd42130b8228a2d5a0e81691.tar.zst
freebsd-ports-gnome-e3c52dc7cf2fbd87fd42130b8228a2d5a0e81691.zip
Apache XML Graphics Commons is a library that consists of several reusable
components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO. You will find components such as a PDF library, an RTF library, Graphics2D implementations that let you generate PDF & PostScript files, and much more. WWW: http://xmlgraphics.apache.org/commons/ PR: ports/143862 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 032b96585e92..83f473eac665 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -941,6 +941,7 @@
SUBDIR += xmandel
SUBDIR += xmedcon
SUBDIR += xmfract
+ SUBDIR += xmlgraphics-commons
SUBDIR += xmms-blursk
SUBDIR += xmms-dancingparticles
SUBDIR += xmms-dflowers
ugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) * Refresh.thierry2014-08-152-4/+4 | * Refresh.thierry2014-08-156-5/+55 | | | | Warning: format of the config file has changed! * Refresh.thierry2014-08-152-4/+4 | * net-im/psi:makc2014-08-151-2/+2 | | | | | | - Change default spellchecker from aspell to more popular Enchant Suggested by: tijl * net-im/psi:makc2014-08-151-33/+22 | | | | | | | | | | - Add dependence on archivers/minizip - Convert to options helpers - Reorder paths to always include internal socks.h [1] PR: 192270 [1] Reported by: Jordan Irwin MFH: 2014Q3 * - Adjust options:sunpoet2014-08-142-47/+22 | | | | | | | | | | | - Add DOCS and EXAMPLES - Rename TWISTED1 TWISTED - Adjust TWISTED behavior: use USES=twisted:core,web,words if enabled - Fix typo - Use @sample - Simplify Makefile - Support STAGEDIR - Bump PORTREVISION for package change * net-im/chattahoochie: update to 1.9wg2014-08-104-17/+4 | | | | | PR: 192407 Submitted by: maintainer * Finish stage supportantoine2014-08-101-0/+1 | * - Fix issue when building with HTTP option[1]ashish2014-08-103-1/+57 | | | | | | - Add missing file to the pkg-plist when LAGER option is not defined PR: 193293[1] * Bump PORTREVISION on net-im/empathy after security/libtasn1 update intijl2014-08-061-1/+1 | | | | | | | r363113. (security/seahorse was already bumped in r364143) Also remove UPDATING entry because with proper bumping it isn't needed and without proper bumping the instructions don't guarantee that all ports are updated nor that they are updated in the right order. * Bump PORTREVISION on more ports that depend on libgcrypt after the updatetijl2014-08-061-1/+1 | | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports) * Unbreak Prosody after lua default version change.lx2014-08-061-3/+6 | | | | | PR: 145173 Submitted by: Nikolai Lifanov * net-im/p5-Protocol-XMPP: 0.005 -> 0.006pi2014-08-053-4/+38 | | | | | | | | - API updates to support Futures - Avoid hardcoded debug flag (oops) - Fixed SASL auth handling (was adding then removing a stray '1' from the SASL string) - documentation added * net-im/p5-Net-Async-XMPP: 0.002 -> 0.003pi2014-08-053-4/+5 | | | | | | | | - Most of the public API methods now use Futures to indicate completion - SRV lookup - needs DNS although an optional constant allows getnameinfo lookups - Don't include <show> element in initial presence notification. - Initial documentation for some of the more useful public methods * net-im/py-xmpppy-yahoo: support stagewg2014-08-051-22/+10 | * net-im/py-xmpppy-irc: support stagewg2014-08-051-13/+12 | * - Fix crashing on 10.x and later, when ICONV option is enabledashish2014-08-041-1/+2 | | | | | PR: 191473 Submitted by: neil at darlow.co.uk * Adapt the fixpacklist Perl hack to work with libpurple.marcus2014-08-021-0/+6 | | | | PR: 192054 * - Use USES=twistedsunpoet2014-08-021-4/+1 | * - Update to 14.07ashish2014-07-315-72/+57 | | | | | | | | | | | | - Remove STUN option, as it is removed upstream - Clean up CONFIGURE_ARGS, as some of the arguments are not supported - Do not display pkg-message in post-install[1] - Strip libraries[1] - Add missing @dirrmtry entries to pkg-plist[1] - Replace /var/lock (not in mtree) with /var/run[1] PR: 192011[1] Submitted by: olgeni[1] * - Update to 0.8.1sunpoet2014-07-314-14/+19 | | | | | | | | | - Add LICENSE - Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr Changes: http://search.cpan.org/dist/Jabber-Lite/Changes * - Switch to USES=libtool, drop .la filesamdmi32014-07-313-17/+23 | | | | | - Stagify - Fix installation of link pointing to stagedir * - Switch to USES=libtool, drop .la filesamdmi32014-07-302-5/+5 | | | | | Approved by: portmgr blanket Approved by: kwm * - Fix plistamdmi32014-07-301-1/+0 | | | | Approved by: portmgr blanket * - update to 1.8.2dinoex2014-07-301-2/+1 | * security/libgcrypt: 1.5.3_3 -> 1.6.1pi2014-07-302-2/+2 | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) * - Fix plistamdmi32014-07-301-7/+7 | | | | Approved by: portmgr blanket * Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-303-3/+3 | | | | Approved by: portmgr (not really, but touches unstaged ports) * Convert a bunch of USE_XZ to USES=tar:xz.adamw2014-07-301-2/+1 | | | | Approved by: portmgr (not really, but touches unstaged ports) * Repair instances, almost all courtesy of bf ;-), of spacesadamw2014-07-301-1/+1 | | | | | | | and/or tabs before the =. This made doing regular expressions on the ports tree really difficult. Approved by: portmgr (not really, but touches unstaged ports) * Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-3017-34/+17 | | | | Approved by: portmgr (not really, but touches unstaged ports) * Rename all patches that contain '::' as a path separator, and useadamw2014-07-303-0/+0 | | | | '__' instead. * - Switch audio/libmpd to USES=libtool, drop .la filesamdmi32014-07-291-1/+1 | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket * Remove expired ports:rene2014-07-298-144/+0 | | | | | | | | | | | | | | | | | | | 2014-07-28 net-im/gtkyahoo: Broken, unmaintained, unstaged, gtk12, i386 only 2014-07-28 devel/cl-cffi-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-alexandria-clisp: Depends on deprecated lang/clisp 2014-07-28 converters/cl-babel-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-infix-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/meta-cvs: Depends on deprecated lang/clisp 2014-07-28 textproc/cl-meta-clisp: Depends on deprecated lang/clisp 2014-07-28 www/cl-lml-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-trivial-features-clisp: Depends on deprecated lang/clisp 2014-07-28 security/cl-md5-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-port-clisp: Depends on deprecated lang/clisp 2014-07-28 textproc/cl-ppcre-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-asdf-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-split-sequence-clisp: Depends on deprecated lang/clisp 2014-07-28 devel/cl-trivial-gray-streams-clisp: Depends on deprecated lang/clisp 2014-07-28 lang/clisp: development has ceased, not staged * Remove expired ports:rene2014-07-274-61/+0 | | | | | 2014-07-27 devel/p5-MetaCPAN-API: Use devel/p5-MetaCPAN-Client instead 2014-07-27 net-im/pidgin-facebookchat: obsolete, development has ceased, not staged * net-im/mikutter: Update to 3.0.3swills2014-07-263-41/+690 | | | | | | PR: 190913 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> Approved by: maintainer timeout (tota, >3 weeks) * - Drop .la files, no dependees require them and they are not used to load ↵amdmi32014-07-262-10/+4 | | | | | | | | | plugins - Convert USE_XZ to USES Approved by: portmgr blanket Approved by: kwm (converting leaf gnome@ ports to USES=libtool) * Remove expired ports:rene2014-07-2517-567/+0 | | | | | | | | | | | | | | | | | | | | | | | 2014-07-23 chinese/big5con: Fails to build with new utmpx 2014-07-23 chinese/hztty: Fails to build with new utmpx 2014-07-23 irc/solid-ircd: Fails to build with new utmpx 2014-07-23 korean/eterm: Fails to build with new utmpx 2014-07-23 mail/biffer: Fails to build with new utmpx 2014-07-23 misc/c-hey: Fails to build with new utmpx 2014-07-23 misc/wminfo: Fails to build with new utmpx 2014-07-23 net/sendfile: Fails to build with new utmpx 2014-07-23 net-im/centericq: Fails to build with new utmpx 2014-07-23 security/chkrootkit: Fails to build with new utmpx 2014-07-23 security/openfwtk: Fails to build with new utmpx 2014-07-23 security/pam_alreadyloggedin: Fails to build with new utmpx 2014-07-23 security/srp: Fails to build with new utmpx 2014-07-23 security/sud: Fails to build with new utmpx 2014-07-23 sysutils/hyperic-sigar: Fails to build with new utmpx 2014-07-23 sysutils/lookupd: Fails to build with new utmpx 2014-07-23 sysutils/lookupd_ldap: Fails to build with new utmpx 2014-07-23 sysutils/p5-Sys-Utmp: Fails to build with new utmpx 2014-07-23 sysutils/syslog-ng2: Fails to build with new utmpx 2014-07-23 sysutils/yawho: Fails to build with new utmpx * net/openldap24-*:tijl2014-07-252-2/+2 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports) * Remove quotes that surrounded entire _DESC strings.adamw2014-07-241-1/+1 | | | | Approved by: portmgr (not really, but touches unstaged ports) * - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-239-13/+53 | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) * - Fix skypebuttons.so's entry in the plist.rakuco2014-07-212-3/+6 | | | | | | | | | %%WEBPLUGIN_DIR%% has a trailing slash that made check-plist complain because /path//to/something is not the same as /path/to/something. - Use USES=shebangfix for a few winpopup shell scripts. [1] PR: 191987 [1] MFH: 2014Q3 * Refresh.thierry2014-07-187-15/+17 | * Stagify.vanilla2014-07-162-39/+18 | * Fix some non default LIB_DEPENDSbapt2014-07-161-3/+3 | | | | With hat: portmgr * Add DOCS option for ports with PORTDOCS in plist.adamw2014-07-162-2/+2 | * Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-161-1/+1 | * Modernize LIB_DEPENDSbapt2014-07-1518-42/+42 | | | | With hat: portmgr * - Move net/linphone-base to replace net/linphone and update to version 3.7.0tijl2014-07-142-8/+11 | | | | | | | | - Adjust ports that depended on linphone-base to depend on net/ortp or net/mediastreamer instead - Mark net-im/libjingle deprecated (part of Google Talk) Approved by: portmgr (implicit, PORTREVISION bump of unstaged port) * Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-1014-14/+14 | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) * - Add USES=libtool to net/sofia-sip and bump dependent portstijl2014-07-101-3/+4 | | | | - Add INSTALL_TARGET=install-strip * - Convert to USES=libtooltijl2014-07-094-64/+19 | | | | | | - Add INSTALL_TARGET=install-strip - Use USERS and GROUPS instead of pkg-install - Use @sample * - Add USES=libtool and INSTALL_TARGET=install-striptijl2014-07-092-46/+29 | | | | - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS * - Convert to USES=libtooltijl2014-07-093-15/+5 | | | | - Add INSTALL_TARGET=install-strip * - Add USES=libtooltijl2014-07-092-3/+6 | | | | - Add MAKE_JOBS_UNSAFE=yes (target that generates two files runs twice) * - Bump versionvg2014-07-0914-709/+111 | | | | | - Update to 0.8.0 - Moved qxmpp-leechcraft because merged into qxmpp * - Convert security/libsodium to USES=libtool and bump dependent portstijl2014-07-071-0/+1 | | | | | - Run "make check" from regression-test target - dns/curvedns: white space fixes * - Update to 14.0.0sunpoet2014-07-073-198/+5 | | | | | | | - Use PYDISTUTILS_AUTOPLIST - Use USES=tar:bzip2 Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-14.0.0/twisted/words/topfiles/NEWS * Resetting maintainership on ports that have not been staged and without anybapt2014-07-0610-10/+10 | | | | | | pending PR (related to stage) With hat: portmgr * Bump more ports that depend on libsqlite3.so:tijl2014-07-053-3/+3 | | | | | | | - 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 NOPORTDOCS.adamw2014-07-051-4/+4 | * Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portstijl2014-07-053-3/+3 | | | | Approved by: portmgr (implicit, PORTREVISION bump on unstaged port) * Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thattijl2014-07-044-3/+4 | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) * Convert textproc/iksemel to "USES=libtool pathfix" and bump dependent portstijl2014-07-031-1/+1 | * Refresh to a recent snapshot.thierry2014-07-0110-26/+36 | * - Take maintainershipsunpoet2014-07-011-1/+1 | * Remove expired ports:rene2014-06-306-72/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-06-30 www/trac-TracDuplicates: Broken for more than 5 months 2014-06-30 mail/hotwayd: Protocol changed, software unusable 2014-06-30 mail/ilohamail-devel: Upstream disappeared 2014-06-30 games/tyrquake: Broken for more than 5 months 2014-06-30 net/gkrellmqst: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 security/p5-Jifty-Plugin-OpenID: Broken for more than 5 months 2014-06-30 games/sumwars: Broken for more than 5 months 2014-06-30 audio/ruby-esound: Broken for more than 5 months 2014-06-30 x11-toolkits/py-pyqwt: Broken for more than 5 months 2014-06-30 net-im/ysm: Broken for more than 5 months 2014-06-30 net-mgmt/send: Broken for more than 5 months 2014-06-30 net/p5-Jifty-Plugin-Authentication-Ldap: Broken for more than 5 months 2014-06-30 net-p2p/bittyrant: Broken for more than 5 months 2014-06-30 sysutils/gkrellm: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmms: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 audio/gkrellmvolume: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmlaunch: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellmfmonitor: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 misc/gkrellshoot: GKrellM 1.X is no longer being developed, consider using 2.X. 2014-06-30 polish/sms2: sms2 is no longer being developed, consider using alternative software. 2014-06-30 x11-toolkits/py-wmdockapps: Crufty and nothing depends on this 2014-06-30 audio/tagger: Ancient, unmaintained 2014-06-30 www/mod_wsgi2: No longer supported, please use www/mod_wsgi3 instead 2014-06-30 security/botan: Botan 1.8 have known bugs and is no longer supported upstream, migrate to security/botan110 * multiple: reset gslin's maintainereadler2014-06-301-1/+1 | | | | | | | | 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) * - Add a workaround to fix conflicts with tests/__init__.pymiwi2014-06-291-2/+5 | | | | Reported by: antoinebot * Mark BROKEN: Fails to configureantoine2014-06-281-0/+4 | | | | | | | | | | | | While here, deprecate checking whether the C compiler (cc -I./libyahoo -O2 -pipe -fno-strict-aliasing -std=gnu89 -I/usr/local/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -Wall ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. configure: error: ./configure failed for libyahoo ===> Script "configure" failed unexpectedly. Reported by: pkg-fallout With hat: portmgr * - Chase database/sqlite3 slib bumpmiwi2014-06-282-2/+2 | | | | Approved by: portmgr (myself) * - Add staging supportpawel2014-06-283-8/+10 | | | | - Move configuration info to pkg-message * - Add staging supportpawel2014-06-283-4/+5 | | | | | | - Switch to PLIST_FILES - Remove Author tag from pkg-descr, info available on homepage and in script itself * Convert GMAKE to MAKE_CMDbapt2014-06-251-1/+1 | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr * - Remove empty files and directoriesak2014-06-241-0/+0 | * Unbreak by adding explicit dependency on pkgconfantoine2014-06-241-1/+1 | | | | Reported by: pkg-fallout * Deprecate ports failing to build with new utmpxantoine2014-06-241-0/+3 | | | | | | Maintainers had more than 4 years to fix them With hat: portmgr * Convert to the new LIB_DEPENDS syntax.rakuco2014-06-241-2/+2 | | | | | PR: 191316 Submitted by: akuz84@gmail.com * - Remove easy_install dependencymva2014-06-222-5/+30 | | | | | | | | - Fix file removal, so that recording the plist works properly with distutils - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) * - Enable stagedir supportmva2014-06-222-150/+25 | | | | | | | | | | | - Fix shebang for the client script - Fix DOS line endings to avoid script execution issues - Remove easy_install dependency - Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) * update audacious to 3.5oliver2014-06-211-0/+2 | | | | audclient got removed upstream so this breaks some ports * Fix CATEGORIESantoine2014-06-211-1/+1 | * - Update to 2.2.6wen2014-06-212-8/+8 | | | | | | | | | - Add LICENSE - Pet portlint - Reset maintainer to ports@ PR: 191227 Submitted by: mg@fork.pl(maintainer) * Stagify.vanilla2014-06-201-1/+0 | | | | Approved by: portmgr@ * 1: Stagify.vanilla2014-06-201-4/+2 | | | | | | 2: new syntax of LIB_DEPENDS. Approved by: portmgr@ * 1: Stagify.vanilla2014-06-202-14/+6 | | | | | | 2: new syntax of LIB_DEPENDS. Approved by: portmgr@ * Stagify.vanilla2014-06-201-7/+4 | | | | Approved by: portmgr@ * Stagify.vanilla2014-06-203-4/+12 | | | | Approved by: portmgr@ * - Stage supportmiwi2014-06-153-14/+24 | | | | - Update 0.8.92 * Remove net-im/openfire-devel. There's been no -devel versions in months and thegahr2014-06-138-693/+0 | | | | | port has been in IGNORE state for a while. net-im/openfire is being kept up to date. * Refresh.thierry2014-06-127-31/+13 | * Support LIBS like LDFLAGS.tijl2014-06-112-2/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) * Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-1/+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 * Fix shebangfix.lx2014-06-101-1/+6 | | | | Submitted by: Ross Penner * Stagify.vanilla2014-06-091-8/+7 | * Add NCURSES_WIDECHAR to CPPFLAGS to fix the build on -CURRENT.marcus2014-06-091-0/+1 | | | | PR: 190792 * Fix RUN_DEPENDSantoine2014-06-081-3/+2 | * - update to 1.8.2dinoex2014-06-079-12/+27 | * Fix packaging with poudriere in strict (-t) mode.kwm2014-06-063-5/+0 | | | | Don't list man pages twice. * Update to 0.9.4, rc file notice about daemonize, and support for LUAJIT.lx2014-06-053-11/+32 | | | | | PR: 188223 Submitted by: dar * - Switch security/libotr3 to USES=libtool, drop .la filesamdmi32014-06-042-4/+4 | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket * - Convert USE_BZIP2 to USESamdmi32014-06-042-6/+2 | | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket * - Add stage supportmiwi2014-06-042-40/+4 | | | | | PR: 190558 Submitted by: maintainer * - Convert security/gsasl to USES=libtool, drop .la filesamdmi32014-06-031-3/+2 | | | | | | | - Bump revisions of dependent ports as gsasl .so version has changed - Convert USE_BZIP2 and USE_XZ to USES in some ports Approved by: portmgr blanket * Add an option to show the QR code.thierry2014-06-031-0/+6 | * Update to 0.4.0.thierry2014-06-032-4/+4 | | | | No significative change since yesterday, but the version number. * Refresh.thierry2014-06-022-4/+4 | * - Refreshthierry2014-06-022-4/+7 | | | | - Add LIB_DEPENDS for libs used by libtoxav. * Refresh.thierry2014-06-024-25/+28 | * Stagify.kwm2014-06-0119-67/+67 | | | | | | Use new lib_depends syntax. gnomehack -> pathfix AUTOTOOLS=libtool / ltverhack -> USES=libtool[:keepla] * - Stage supportmiwi2014-06-012-3/+1 | * - Stage supportmiwi2014-06-012-3/+1 | * - Stage supportmiwi2014-06-012-4/+3 | * - Stage supportmiwi2014-06-011-1/+0 | * - Stage supportmiwi2014-06-011-2/+1 | * - Stage supportmiwi2014-06-012-3/+1 | * - Stage supportmiwi2014-06-011-1/+0 | * - Stage supportmiwi2014-06-012-3/+1 | * - Stage supportmiwi2014-06-011-1/+0 | * - Stage supportmiwi2014-06-011-1/+0 | * - Stage supportmiwi2014-06-011-8/+1 | | | | - Drop 7X gruft * - Stage supportmiwi2014-06-011-1/+0 | * Deprecated some ports that were already marked BROKEN in 2013antoine2014-06-011-0/+2 | | | | With hat: portmgr * Remove expired ports:rene2014-05-316-220/+0 | | | | | | 2014-05-31 net-im/mercury: MSN is dying and the domain mercury.im is down 2014-05-31 german/bsdgroup-firefox-searchplugin: bsdgroup.de no longer seems to exist 2014-05-31 german/bsdforen-firefox-searchplugin: No longer works after forum software update * Remove expired port:kevlo2014-05-306-72/+0 | | | | 2014-05-30 net-im/vicq: Unmaintained, outdated not depend on * Fix gettext detection.tijl2014-05-283-3/+4 | | | | PR: 190299 * net-im/jitsi: Fix DragonFly breakage exposed by stagingmarino2014-05-271-1/+1 | | | | This is a no-op substition for FreeBSD (general fix-it blanket) * - Convert misc/xosd and dependent ports which need it (deskutils/xneur, ↵amdmi32014-05-272-2/+2 | | | | | | | | | | | polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files - Since xosd shlib version has changed, bump all ports which depend on it - Stagify deskutils/xneur - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax Approved by: portmgr blanket * - Switch to USES=libtool,taramdmi32014-05-272-24/+7 | | | | | | - Add LICENSE_FILE - Strip binaries - Fix bash shebang * - Switch to USES=libtool,taramdmi32014-05-272-4/+5 | | | | - Strip library * Replace lang/lua with the new lang/lua51bapt2014-05-261-3/+1 | | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) * - Convert gmake,bzip2,xz to USESmiwi2014-05-269-16/+9 | | | | Approved by: portmgr * - Switch to USES=libtoolamdmi32014-05-262-4/+6 | | | | - Strip library * Switch Opus to USES=libtool.naddy2014-05-261-0/+1 | | | | | | Bump dependent ports. [1] Approved by: portmgr (implicit) [1] * - Update to 14.05[1]ashish2014-05-257-144/+329 | | | | | | | | | | - Add a separate tarball to contain dependencies. - Add OPTIONS for HTTP, STUN, JSON, MYSQL, PGSQL, LAGER, and ICONV - Add diff to install epam binary[2] PR: ports/189812[1] Submitted by: Joseph Benden <joe at thrallingpenguin.com>[1], Christophe Romain <christophe.romain at process-one.net>[2] * Remove expired port:rene2014-05-246-597/+0 | | | | 2014-05-23 net-im/tkabber-devel: Unfetchable, outdated by net-im/tkabber * Fix installation with PLUGINS=off config, correcting pkg-plist.mandree2014-05-221-2/+2 | | | | | | PR: 190080 Submitted by: Ryan Frederick <ryanrfrederick@gmail.com> Approved by: gahr (maintainer) * Fix build with SASL option.tijl2014-05-211-0/+1 | | | | PR: ports/190057 * Strip libraries.tijl2014-05-213-3/+4 | | | | Requested by: mandree * - Remove "${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH}" from post-patch.tijl2014-05-211-18/+1 | | | | | | | | | | It was added to prevent running autotools in a previous version of the port but is no longer needed and may actually cause autotools to run because not all files get the same timestamp. - Remove some other things from older versions. Reported by: many PR: ports/189938 * Quote ${CC} and similar variables in MAKE_ARGS.tijl2014-05-211-1/+1 | | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de> * - Drop maintainershipamdmi32014-05-211-1/+1 | | | | | PR: 189815 Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer) * - Update to 3.9.3gahr2014-05-204-17/+22 | | | | | Release notes: https://community.igniterealtime.org/blogs/ignite/2014/05/06/openfire-393-has-been-released * - Update to 1.0.10miwi2014-05-181-11/+10 | | | | | PR: 188867 Submitted by: Ports Fury * File format of libncursesw.so is not recognized on FreeBSD-8.4thierry2014-05-181-1/+8 | | | | | | | (treating as linker script) => use binutils from ports. Reported by: pkg-fallout Obtained from: tijl * Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)tijl2014-05-1836-286/+137 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to "USES=libtool tar:bzip2". Bump PORTREVISION on all dependent ports and modernise them as well (USES, LIB_DEPENDS, staging). audio/pidgin-musictracker: - Replace LIBS with LDFLAGS. - Disable static plugin. net/online-desktop: Remove obsolete patches. net-im/mbpurple: - Drop pkgconf dependency. - Replace post-patch with MAKE_ARGS. - Use standard do-build. net-im/pidgin-audacious-remote: Disable static plugin. net-im/pidgin-birthday-reminder: Disable static plugin. net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES. net-im/pidgin-guifications: - Drop USE_GNOME=gnomeprefix. - Replace LIBS with LDFLAGS. net-im/pidgin-hotkeys: - Drop CFLAGS=-fPIC. - Fix build on systems without gcc. net-im/pidgin-libnotify: - Use option helpers. - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. net-im/pidgin-manualsize: Fix build on systems without gcc. net-im/pidgin-privacy-please: - Replace a patch with CPPFLAGS and LDFLAGS. - Don't use USE_LDCONFIG for a plugin. net-im/pidgin-sipe: - Don't use USE_LDCONFIG for a plugin. - Drop PORTDOCS that don't contain useful documentation. - Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS. - Use option helpers and fix Kerberos option. - Remove obsolete CONFIGURE_ENV. security/pidgin-encryption: - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Disable static plugin. - Use option helpers. security/pidgin-otr: - Drop redundant comment about PORTREVISION. - Add USE_GNOME=gtk20. - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Port uses stack protector unconditionally so link with -lssp_nonshared when necessary like Mk/bsd.ssp.mk does. Approved by: portmgr (PORTREVISION bump on unstaged port) * - Support USE_GITHUBmiwi2014-05-171-5/+12 | | | | | | | - Add LICENSE PR: 187742 Submitted by: Ports Fury * Refresh and clean plist.thierry2014-05-153-20/+4 | * Refresh.thierry2014-05-153-15/+4 | * Refresh and add a note about Toxic.thierry2014-05-153-5/+5 | | | | | | This snapshot fixes a DOS issue. Security: Fixes a DOS issue. * Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".tijl2014-05-131-1/+1 | | | | | | | | | | | | | | | Bump PORTREVISION on all dependent ports. [1] audio/ario: USES=libtool. audio/gmpc: USES=libtool. audio/gnome-media: USES=libtool:keepla tar:bzip2. audio/xfce4-mixer: USES=libtool tar:bzip2. graphics/shotwell: Unbreak and USES=tar:xz. science/gwyddion: USES=libtool tar:bzip2. sysutils/mate-control-center: USES=libtool. x11/xfce4-clipman-plugin: USES=libtool tar:bzip2. Approved by: portmgr (implicit) [1] * Convert my ports to USES=tarmakc2014-05-121-2/+1 | * - Stage portmadpilot2014-05-122-22/+15 | | | | | - Convert to new LIB_DEPENDS format - Fix configuration file handling * - Switch to USE_GNOME=introspectionamdmi32014-05-121-3/+2 | | | | | | PR: 185916 Submitted by: amdmi3 Approved by: maintainer timeout * - Use new LIB_DEPENDS syntaxamdmi32014-05-121-7/+4 | | | | | | | | | - Support staging - Convert USE_GMAKE to USES PR: 185918 Submitted by: amdmi3 Approved by: maintainer timeout * KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!makc2014-05-112-3/+2 | | | | | | | 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. * - Don't remove mtree directoriesamdmi32014-05-102-3/+0 | | | | Approved by: portmgr * - Support stagingamdmi32014-05-102-7/+1 | | | | | | | | - Convert USE_BZIP2 to USES - Don't remove mtree dirs - Remove reduntant CONFIGURE_ARGS Approved by: portmgr blanket * Don't rely anymore upon the provided autogen.sh script and fix the buildthierry2014-05-091-2/+2 | | | | | | | with poudriere. Reported by: antoine Patched by: tijl * Adding toxic, the CLI front-end for Tox.thierry2014-05-097-0/+75 | * Refresh.thierry2014-05-082-4/+4 | * Refresh, and use pathfix and libtool.thierry2014-05-084-18/+9 | * 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 * - Add LICENSEsunpoet2014-05-031-1/+4 | | | | | | | - Pass maintainership to submitter PR: ports/189227 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> * Mark net-im/pidgin-facebookchat and lang/clisp as deprecated: upstreamlinimon2014-04-292-3/+6 | | | | | | | development as ceased. Reset maintainer. Submitted by: former maintainer Approved by: portmgr (antoine) * Stagify a bunch of ports maintained by flzbapt2014-04-282-16/+4 | | | | | | | | | | | | | | | | | | | | | | | While here: - graphics/icoconvert: * Respect CC * Use modern LIB_DEPENDS - net/grdesktop: * Convert gnomehack to pathfix - net/ldapsh: * Use shebangfix instead of custom post-patch target - net-im/py-jabber: * Use autoplist - net-p2p/bnbt: * Use the options framework * Convert to dos2unix * Respect CXX * Do not renamed base on option - sysutils/testdisk: * Update to 6.14 * Use options helpers * Use modern LIB_DEPENDS * Convert USE_BZIP2 -> USES=tar:bzip2 * - update from ancient 20100131 snapshot to proper 1.1 releaseamdmi32014-04-255-153/+204 | | | | | | | | | | | | - bumps up PORTEPOCH because of weird versioning - add LICENSE - add dependency on tkabber-1.1 - add pkg-message to describe how to use plugins - pass maintainership to submitter PR: 188257 Submitted by: Mikhail <mp39590@gmail.com> Approved by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer) * - update from 0.11.1 to 1.1amdmi32014-04-256-119/+140 | | | | | | | | | | | | | - add several new CATEGORIES to the port - add LICENSE - cleanup RUN_DEPENDS to reflect minimal requirements - add customization through OptionsNG - add pkg-message to better describe port functionality - pass maintainership to submitter PR: 188256 Submitted by: Mikhail <mp39590@gmail.com> Approved by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer) * - Update to 1.0.10swills2014-04-233-9/+6 | | | | | PR: ports/188876 Submitted by: Bartek Rutkowski <ports@robakdesign.com> * - Mark DEPRECATED and set EXPIRATION_DATE: the port is unfetchable and ↵amdmi32014-04-231-0/+3 | | | | | | | | outdated by net-im/tkabber PR: 188260 Submitted by: Volodymyr Kostyrko <arcade@b1t.name> Approved by: maintainer timeout * When linking a library libA with a library libB using libtool, if libB.latijl2014-04-232-5/+6 | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) * Upgrade to a recent snapshot.thierry2014-04-234-8/+8 | * - Support staging;thierry2014-04-232-7/+7 | | | | - Mark as deprecated. * - Stop removing directories from BSD.local.dist.bdrewery2014-04-192-172/+1 | | | | | | | | | | | This fixes false-positive leftover (files removed) warnings in Redports/QAT/Tinderbox. Note that some of these ports still have Orphans which I did not address. With hat: portmgr Spotted by: new 'check-plist' * Remove expired ports:rene2014-04-185-57/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared 2014-04-17 science/flounder: Unmaintained since 2002 2014-04-17 security/nbaudit: Unmaintained since 2002 2014-04-17 security/saint: Unmaintained since 2002 2014-04-17 graphics/gozer: Unmaintained since 2002 2014-04-17 misc/pdfmap: Unmaintained since 2002 2014-04-17 devel/showgrammar: Unmaintained since 2002 2014-04-17 biology/libgenome: Unmaintained since 2002 2014-04-17 deskutils/narval: Unmaintained since 2002 2014-04-17 devel/fampp: Unmaintained since 2002 2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002 2014-04-17 misc/wmfirew: Unmaintained since 2002 2014-04-17 x11-wm/e16utils: Unmaintained since 2002 2014-04-17 misc/salias: Unmaintained since 2002 2014-04-17 print/latex2slides: Unmaintained since 2002 2014-04-17 lang/sxm: Unmaintained since 2002 2014-04-17 textproc/pybook: Unmaintained since 2002 2014-04-17 mail/mailcrypt: Unmaintained since 2002 2014-04-17 japanese/elvis: Unmaintained since 2002 2014-04-17 devel/prototype: Unmaintained since 2002 2014-04-17 print/wprint: Unmaintained since 2002 2014-04-17 science/euler: Unmaintained since 2002 2014-04-17 multimedia/gopchop: Unmaintained since 2002 2014-04-17 science/gdis: Unmaintained since 2002 2014-04-17 net/googolplex: Unmaintained since 2002 2014-04-17 lang/logo: Unmaintained since 2002 2014-04-17 textproc/roap: Unmaintained since 2002 2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002 2014-04-17 games/yamsweeper: Unmaintained since 2002 2014-04-17 net-mgmt/echolot: Unmaintained since 2002 2014-04-17 security/pam_smb: Unmaintained since 2002 2014-04-18 devel/lua-redis-parser: Broken for more than 6 months 2014-04-18 biology/finchtv: Broken for more than 6 months 2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/) * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-178-5/+8 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) * net-im/qq: Stage, remove pre-fetch message, fix pkg-descrxmj2014-04-132-18/+5 | | | | | | | | | | - Stage - Remove pre-fetch message, linux_base-f8 was phased out on 2011-04-04. - Tab to space in pkg-descr: WWW PR: ports/187892 Approved by: koobs (mentor) Approved by: maintainer timeout (2 weeks) * - Update to 0.2.2.1537tota2014-04-132-6/+4 | | | | | - Add missing DOCS option to OPTIONS_DEFINE - Make docs unconditional * Support stagebapt2014-04-122-6/+7 | * Fix bad plist discovered by stagingbapt2014-04-111-1/+0 | | | | Reported by: swills's jenkins * Support stagebapt2014-04-112-37/+24 | | | | | Remove NST option USES=libtool to reduce overlinking * Some minor, non-functional wording and grammar nits.danfe2014-04-091-2/+2 | * - Bump PORTREVISION after update of net-im/py-libturpialolivierd2014-04-091-1/+2 | * - Update to 1.7.0olivierd2014-04-093-6/+15 | * Stagify, define LICENSE (LGPL21), and generally cleanup the port while here.danfe2014-04-084-53/+39 | * Backport a fix from upstream for HTTP code 406 when doing search, and alsodanfe2014-04-032-3/+124 | | | | | | stagify the port. PR: ports/184981 * Unbreak; switch WWW to GitHub and host distfile (there are no releases yet).danfe2014-04-032-5/+3 | * KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-032-4/+3 | | | | | | | | | | | | | | | | | | | | 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. * net-im/psimedia:makc2014-03-313-22/+111 | | | | | | | - add upstream patches to fix build with modern gcc, glib, and make -j - add explicit dependence on audio/speex - convert WITH_DEBUG to option - convert to USES=tar:bzip2 * - fix builddinoex2014-03-311-1/+1 | | | | pkg_create: read_plist: unknown command '@commentshare/locale/cs/LC_MESSAGES/skype4pidgin.mo' * - Convert to USES, that handles tar archivesnivit2014-03-311-10/+6 | | | | | | | | - Add support for stage dir [1] - Remove post-install-target PR: ports/187887 [1] Submitted by: Johannes Jost Meixner <xmj@chaot.net> * - new USES=dinoex2014-03-311-1/+1 | * - Support stagingamdmi32014-03-292-40/+17 | | | | | | | | - Use new LIB_DEPENDS syntax PR: 187347 Submitted by: amdmi3 Approved by: maintainer timeout, portmgr (blanket) * Mark broken everywhereantoine2014-03-291-5/+2 | | | | | | | | | source='aliases.c' object='aliases.o' libtool=no depfile='.deps/aliases.Po' tmpdepfile='.deps/aliases.TPo' depmode=gcc3 /bin/sh ../depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -fno-strict-aliasing -Wall -c `test -f aliases.c || echo './'`aliases.c In file included from aliases.c:31: gyach.h:66:21: error: gtk/gtk.h: No such file or directory gyach.h:67:21: error: gdk/gdk.h: No such file or directory Reported by: pkg-fallout (since several months) * - use STAGEDIRdinoex2014-03-281-2/+0 | * For some reason, having an ` in BROKEN/FORBIDDEN/IGNORE breaks QAT badly.mat2014-03-261-1/+1 | | | | With hat: portmgr * Update to today's snapshot.thierry2014-03-267-27/+17 | * Have OPTIONS_SUB also fill in SUB_LIST.mat2014-03-262-11/+3 | | | | | | Fix two ports that would have been broken with this change. With hat: portmgr * - Change dependency for net-im/py-pyxmppnemysis2014-03-222-14/+24 | | | | | | | | - Change DOCS, remove from pkg-plist - Change REINPLACE, install conditional DOCS PR: ports/179201 Submitted by: nemysis (self) * - Bump PORTREVISION for add dependency and pkg-plist changenemysis2014-03-223-931/+917 | | | | | | | | | | | | | | | - Use ${DATADIR} instead of LIBTARGETDIR=${PREFIX}/${PORTNAME} - Change DOCS, remove from pkg-plist - Change NLS, add Option, build and install conditional - Add OPTIONS_SUB - Add dependency for devel/gettext - Add symlink for the icon and add Desktop entry file - Fix the usage of 'tclsh' to get rid of the implicit lang/tcl-wrapper dependency - Change WWW PR: ports/179205 Submitted by: nemysis (self) * Fix pkg-deinstall and libidn lineslx2014-03-191-2/+2 | * Stageify and modernize.lx2014-03-195-80/+29 | | | | | | PR: ports/187703 Submitted by: Scot Hetzel Reviewed by: me * Quiesce mkdirehaupt2014-03-181-2/+2 | * Remove checks for V4L2 wrapper, it is included in the linuxulator of allantoine2014-03-162-8/+0 | | | | supported versions of FreeBSD * Refresh ProjectTox-Core and Venom.thierry2014-03-154-8/+8 | * Convert USE_BZIP2=yes to USES=tar:bzip2ehaupt2014-03-141-2/+1 | * Convert n* to USES=zipbapt2014-03-115-7/+5 | * - Remove optional dependency on expired audio/beeprene2014-03-102-16/+7 | | | | | | | | - Use option helpers - Use new LIB_DEPENDS syntax - Fix pkg-plist Approved by: portmgr (infrastructure blanket) * - Convert to autoplistmiwi2014-03-091-5/+2 | | | | | - Stage support - Bump PORTREVISIO * - Stage supportmiwi2014-03-091-3/+1 | | | | - Convert to uses * Fix detection of py-openssl after the update of it to 0.14.kwm2014-03-091-2/+2 | | | | Submitted by: Gustau Perez i Querol <gustau.perez@gmail.com> * - Fix build on 10.xamdmi32014-03-074-69/+104 | | | | | | | | | | | - Support staging - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES - Use new OPTIONS features PR: 185981 Submitted by: amdmi3 Approved by: maintainer timeout * - Fix build on 10.xamdmi32014-03-075-71/+118 | | | | | | | | | | | | - Support staging - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES - Use new OPTIONS features - Enable options by default as centerim-devel does PR: 185982 Submitted by: amdmi3 Approved by: maintainer timeout * - Update to 0.55jadawin2014-03-052-3/+6 | | | | - Add LICENSE * KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-05