aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/wxgtk29-common
Commit message (Expand)AuthorAgeFilesLines
* Update to 2.8.5.fjoe2007-09-231-0/+1
* Update to 2.8.4.fjoe2007-06-251-0/+3
* - Update to 2.8.0 release.fjoe2007-01-091-28/+28
* wxWidgets 2.8.0rc1fjoe2006-12-032-470/+546
* - Make X11BASE-clean.fjoe2006-11-291-0/+2
* - Update to 2.6.3fjoe2006-04-021-1/+0
* Fix more "port revision going backword".kuriyama2006-01-311-0/+1
* Update to 2.6.2.fjoe2005-11-061-0/+7
* Update to 2.6.1.fjoe2005-09-011-1/+0
* Finish repo-move of wxgtk2*-devel ports to wxgtk26* and update to thefjoe2005-05-132-481/+470
* Update wxgtk2*-devel to 2.5.3fjoe2004-11-261-403/+448
* New ports:fjoe2004-06-282-0/+469
finition to fix build problems PR: 196704 [2], 197189 [1] Submitted by: Lawrence Chen <beastie@tardisi.com> [2] Submitted by: Don Lewis <truckman@FreeBSD.org> [1] Approved by: kwm (gnome, implicit) * - Fix build on < 10.x after wxgtk30 updateamdmi32015-04-111-0/+1 | * Unbreak the build. This patch is slightly different than one thatgerald2015-04-111-0/+11 | | | | | got applied upstream earlier today, but equivalent. With the next release we'll be able to simply remove it. * Unbreak five wxgtk30-based ports by adding -std=c++11 to cxxflagsmarino2015-04-115-1/+6 | | | | The breakage was a result of moving wxgtk30 to c++11 from c++01 * Unbreak these by mirroring distfiles on MASTER_SITE_LOCAL.nox2015-04-113-10/+5 | * net/kamailio: 4.2.3 -> 4.2.4pi2015-04-112-4/+3 | | | | | Changes: http://www.kamailio.org/pub/kamailio/4.2.4/ChangeLog * devel/soapui: 5.1.2 -> 5.1.3pi2015-04-113-6/+6 | | | | | Changes: - Removed version conflict affecting Maven builds * - Update to 1.2.3olivierd2015-04-112-13/+16 | | | | | | | | | | - Adjust dependencies - Remove DEBUG option - Fix USES= gettext-* when NLS option is not set PR: 198774 Submitted by: myself Approved by: maintainer (timeout, 3 weeks) * Fix broken GUI due to infamous "libglade-WARNING **: could not find signaldanfe2015-04-112-9/+22 | | | | | | | | | | | | handler" errors. This usually happens when signal handlers are not being exported correctly (via G_MODULE_EXPORT), but I'd leave it for upstream to decide how to come up with a proper fix. For now, adding `-export-dynamic' to LDFLAGS is probably OK for a quick'n'dirty remedy. While here: rephrase COMMENT text, install a few documentation files, and reformat and amend port description text. PR: 199139 * - Update to 1.0.0olivierd2015-04-114-12/+15 | | | | | | | | | | - Add LICENSE - Adjust dependencies - Enhance description PR: 198770 Submitted by: myself Approved by: maintainer (timeout, 3 weeks) * - Update to 1.2.3olivierd2015-04-1113-101/+241 | | | | | | | | | | | | | - Adjust LICENSE and dependencies - Fix USES= gettext-* when NLS option is not set - Remove STATIC option Add x11-libfm-extra to avoid circular dependency (required for x11/menu-cache >= 1.0.0 and x11/libfm >= 1.2.3) PR: 198773 (based on) Submitted by: myself Approved by: maintainer (timeout 3 weeks) * Update to 20150410.jkim2015-04-113-72/+3 | * Update to 0.9.9.kwm2015-04-114-7/+8 | | | | | | | | | Remove broken. Add LICENSE. Update MASTER_SITE and WWW. PR: 199353 Submitted by: cmt@burggraben.net * Fix the build on < 10.0kwm2015-04-111-0/+3 | * Update to 3.1.4bdrewery2015-04-112-3/+3 | | | | Changelog: https://github.com/freebsd/poudriere/wiki/release_notes_314 * lang/lci: unbreak on 11.0-CURRENTxmj2015-04-111-1/+2 | | | | | | | | USES+= readline doesn't automatically imply using ports readline on platforms that don't have it in base. Work around by making that dependency explicit. Spotted by: Maxim Filimonov <che@bein.link> Discussed with: bapt * security/linux-c6-openssl: update to 1.0.1e_5xmj2015-04-102-6/+6 | | | | | | | | | | - update to 1.0.1e_5 From the RPM changelog: * Thu Mar 26 2015 Tomáš Mráz <tmraz@redhat.com> 1.0.1e-30.8 - drop the AES-GCM restriction of 2^32 operations because the IV is always 96 bits (32 bit fixed field + 64 bit invocation field) * Update biology/paml to 4.8a and unbreak.brd2015-04-102-7/+5 | | | | | | PR: 199264 Submitted by: Joseph Mingrone <jrm@ftfl.ca> Approved by: bdrewery (mentor) * Update to 4.12.1 (bugfix)olivierd2015-04-103-6/+5 | * Consolidate LICENSEsfeld2015-04-102-51/+3 | | | | | | | | | This port had a lot of custom licenses defined instead of using the correct licenses that the ports license framework already knows about. Due to incorrect LICENSE_PERMS on these custom licenses the sabnzbdplus package was missing from the official FreeBSD mirrors. While here, modernize the instructions in pkg-message * - Update to version 1.7 and drop stale mastersitedanfe2015-04-103-8/+30 | | | | | | | | | | - Provide better understandable COMMENT text - Remove USES=gmake, builds with any make(1) implementation now - Add a patch to fix compilation warnings exposed by Clang - Install couple of documentation files - Transfer maintainership to the submitter PR: 199311 * Update to 1.608.adamw2015-04-102-3/+3 | | | | Changes: https://metacpan.org/changes/distribution/MCE * - Fix a typo in PCRE_CONFIGURE_ENABLE knobdanfe2015-04-103-17/+12 | | | | | | | | | | | | | - Remove MSDAV option: this is no longer valid compiler flag in pound, for quite some time - Do not pass -I to CFLAGS, it is already added (correctly) to CPPFLAGS - Move initial CONFIGURE_ARGS after GNU_CONFIGURE where it logically belongs - Move OPTIONS and helper knobs right above .include <bsd.port.options.mk> - Remove ".if ${PORT_OPTIONS:MDOCS}" guard, not needed in post-staging - Slightly beautify files/pound.in and pkg-descr while I'm here PR: 199339 Submitted by: maintainer * Fix build on versions of freebsd where clang isn't the default compilerantoine2015-04-101-1/+1 | * Revert the bogus half of the previous commit (which added COMPHOLIOgerald2015-04-101-1/+1 | | | | | | | | | to OPTIONS_DEFAULT). The other half, which is actually desirable, moved extraction of the Compholio/Staging patchset from the pre-configure target to the post-extract target which allows us to actually add local patches for this patchset as well. * - default to gnu89 and fix build on FreeBSD10xmich2015-04-101-0/+1 | | | | Submitted by: pkg-fallout * Add a new port of net/nanomsg, a ZeroMQ-like socket library in pure C.danfe2015-04-105-2/+87 | | | | | | | | | | | Currently the port does not install manual pages, as they have to be generated. Probably prerequisites for manpages are not as massive as for HTML docs, but they are not decoupled correctly in the configure and Makefile.in files. While here, remove trailing whitespace in `net/Makefile'. PR: 199043 * Fix package list in case option COMPHOLIO is set (lib/wine/fltmgr.sys.so).gerald2015-04-102-2/+4 | | | | No PORTREVISION bump since the build with COMPHOLIO is broken right now. * Update to 4.3.8ehaupt2015-04-102-3/+3 | * Mini gnome update. Next stop GNOME 3.16!kwm2015-04-1024-38/+54 | | | | | | | | | | | | | | Update rhythmbox to 3.2. Update gnome-tweak-tool to 3.14.3. Update gnome-mines to 3.14.2. Update eog to 3.14.4. Update geary to 0.10.0. Update tracker to 1.2.6. Update gdm to 3.14.2. Update gtk30 to 3.14.12. Update gtksourceview3 to 3.14.4. Obtained from: GNOME dev repo * devel/zookeeper: add CPE informationrobak2015-04-102-1/+5 | | | | | | | | - Fix pkg-plist issues while here - Maintainer's timeout (skreuzer@FreeBSD.org) PR: 198909 Submitted by: Shun <shun.fbsd.pr@dropcut.net> * - Start before syslogdamdmi32015-04-102-1/+2 | | | | | | | | | This is needed as bruteblock (not to be confused with bruteblockd) which is usually run from syslog, also requires ldconfig, and bruteblockd rc.d script provides it for him by depending on ldconfig and running before syslogd PR: 199263 * - Fix boottime startup by requiring ldconfig in rc.d scriptamdmi32015-04-102-2/+2 | | | | | PR: 199263 Submitted by: fesse@mail.ru * - Fix growisofs error: close session failed when burning 25GB blu-ray discdanfe2015-04-103-7/+21 | | | | | | | | | | - While here: sort and wrap BIN_FILES, remove useless OPTIONS_DEFAULT=DOCS - Canonicalize Makefile header, add LICENSE (GPLv2), and bump PORTREVISION - Kill bogus EOL whitespace in port description text and reformat it a bit PR: 198991 Obtained from: https://bugs.launchpad.net/ubuntu/+source/dvd+rw-tools/+bug/1113679/ Details: http://lists.alioth.debian.org/pipermail/debburn-devel/2013-June/000924.html * devel/libtool: add CPE informationrobak2015-04-101-1/+2 | | | | | PR: 198837 Submitted by: Shun <shun.fbsd.pr@dropcut.net> * Add a port of minimal Scheme implementation for use as a C extensiondanfe2015-04-107-0/+391 | | | | | | | language (Chibi-Scheme). PR: 199086 Submitted by: Tobias Kortkamp * databases/php5-redis: update 2.2.5 -> 2.2.7robak2015-04-102-7/+4 | | | | | | | - Convert to new GH_* knobs PR: 199273 Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> * - Update to version 1.23danfe2015-04-103-7/+10 | | | | | | | | - Canonicalize Makefile header - Move OPTIONS_DEFINE knob where it belongs - Remove double space after comma in pkg-descr PR: 199242 * - Update to version 0.20 and install CHANGELOG.txt filedanfe2015-04-103-17/+17 | | | | | | | | | | | - Add missing LCL_UNITS_DIR assignment (otherwise port was not buildable both locally and in tinderbox) - Rename rather vague LCL (Lazarus Component Library) option to GUI as it better reflects its usage and comes with nice default description - Rephrase {GTK2|QT4}_DESC and spell GTK+ and Qt correctly - Sanitize installation target recipe and improve port description text PR: 199260 * www/httpclient: add CPE informationrobak2015-04-101-0/+3 | | | | | | | - Maintainer's timeout (ale@FreeBSD.org) PR: 198970 Submitted by: Shun <shun.fbsd.pr@dropcut.net> * - Remove dead function from find-lib.shantoine2015-04-102-20/+2 | | | | | | - Print a message if dependency registration on a package failed With hat: portmgr * - Convert to new options helpersunpoet2015-04-102-3/+3 | | | | - Sort PLIST * - Update to 3.3.1sunpoet2015-04-102-5/+6 | | | | | | - Update MASTER_SITES Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog * - Update to 3.3.1sunpoet2015-04-102-5/+6 | | | | | | - Update MASTER_SITES Changes: http://git.kernel.org/cgit/utils/pciutils/pciutils.git/tree/ChangeLog * - Update to 0.8.3sunpoet2015-04-102-3/+3 | | | | Changes: https://github.com/tarcieri/http/blob/master/CHANGES.md * - Update to 4.12.1sunpoet2015-04-102-3/+3 | * Fix grammar in description of BUNDLE_LIBS.gerald2015-04-101-1/+1 | | | | Approved by: portmgr (erwin) * Convert to USES=gnustepbapt2015-04-101-5/+3 | * Convert to USES=gnustepbapt2015-04-101-6/+3 | * Convert to USES=gnustepbapt2015-04-101-5/+3 | * Convert to USES=gnustepbapt2015-04-101-5/+3 | * Convert to USES=gnustepbapt2015-04-101-4/+2 | * Convert to USES=gnustepbapt2015-04-101-5/+3 | * Convert to USES=gnustepbapt2015-04-101-5/+3 | * Really do itbapt2015-04-101-0/+1 | * Convert to USES=gnustepbapt2015-04-101-4/+1 | * - Remove a few more scripts from Tools/scripts:ak2015-04-1012-1572/+0 | | | | | | | | | | chkdepschain.py: doesn't support pkgng explicit_lib_depends.sh: doesn't support pkgng plist: obsolete; searches for /etc/mtree/BSD.local.dist, add @dirrm, doesn't know about man pages in the plist release: unused and obsolete resolveportsfromlibs.sh: doesn't support pkgng Approved by: portmgr (bapt) * Initial import of cppcms 1.0.5.kevlo2015-04-105-0/+307 | | | | | CppCMS is a free high performance web development framework aimed at rapid web application development. * Really unbreakantoine2015-04-101-0/+1 | * - Make it possible to override _MAKE_JOBS when MAKE_JOBS_NUMBER=1antoine2015-04-102-1/+3 | | | | | | | | | - Override it for USES=ninja With this commit and r383571, ports using ninja and waf now respect MAKE_JOBS_NUMBER when it's equal to 1 PR: 197910 With hat: portmgr * Revert an upstream commit to fix a serious disassembler regression.jkim2015-04-102-0/+69 | * . Add additional MASTER_SITE.glewis2015-04-102-5/+5 | | | | | | | . Fix checksum and size for example.tar.gz dist file. PR: 199284 Submitted by: Rainer Hurling * Update sysutils/rsyslog8 to 8.9.0.brd2015-04-102-3/+3 | | | | Approved by: bdrewery (mentor) * Document CPE, license.cy2015-04-101-2/+5 | | | | | PR: 199337 Submitted by: mp39590@gmail.com * Update to 3.1.3-7-g07740a0bdrewery2015-04-102-4/+4 | | | | | | Changes: - Run ldconfig -m (/etc/rc.d/ldconfig) on jail startup rather than jail creation. * Add license (PHP-2.02), remove redundant DISTNAME setting.mi2015-04-101-1/+2 | * Unbreak, upgrade from 1.3.6 (released in 2007) to 1.3.7 (released inmi2015-04-103-75/+7 | | | | | | 2013). Approved by: being condemned * Unbreak by upgrading from 0.58 to 0.64 released last Autumn. The latestmi2015-04-105-25/+69 | | | | | | | | | | | | | | | | | version supports all versions of LLVM except 3.6. While here: * Make detection of the installed LLVM automatic, using the latest installed or 3.5 if none are present. It is possible to supply a different value by setting LLVM_VERSION. (Somebody ought to port llvm to the DEFAULT_VERSIONS framework.) * Do not even download the docs, if the DOCS-option is off. * If DOCS-option is on, do not install the *.tm files. * Force the tool to look for documentation in ${DOCSDIR}. * Add the functional regression-check target to Makefile. Approved by: being condemned too often for too long * Update to 6.08.adamw2015-04-102-3/+3 | | | | Changes: https://metacpan.org/changes/release/SRI/Mojolicious-6.08 * Prevent a stage violation when staging as rootantoine2015-04-101-0/+1 | * Unbreak after conversion of master port to USES=wafantoine2015-04-101-0/+1 | | | | USE_RUBY was setting CONFIGURE_TARGET before USES=waf * Remove BROKEN and update to newly released 2.4.7.256sbruno2015-04-103-54/+43 | | | | | | | | | | | | | | | | | - upstream does not tag release tar balls with version numbers - upstream does not maintain old releases in any archive - update sha and size for this release - remove CONFIG_BUILDER as it is deprecated - add SERVERSETUP for building a new server - remove deprecated docs files and add newly added docs Tested in anger on my personal shoutcast server. Thanks to the folks at nullsoft/AOL for their continued support of FreeBSD as a target platform for shoutcast servers. Readme, changelog and bug reports should be reported at: http://forums.winamp.com/showthread.php?p=3022006 * java/jakarta-commons-httpclient: add CPE informationrobak2015-04-101-0/+2 | | | | | | | - Maintainer's timeout (ale@FreeBSD.org) PR: 198970 Submitted by: Shun <shun.fbsd.pr@dropcut.net> * Cleanup some unneeded patches.bdrewery2015-04-103-22/+3 | | | | | | | | | | | | | | | 1. There's no need to patch the xauth(1) location as the OpenSSH build already does so based on the --with-xauth path provided. It also updates manpages. 2. Don't modify manpage for shosts location as it was wrong. The proper LOCALBASE path is now used due to OpenSSH's build already handling it properly. 3. Remove confusing UsePrivilegeSeparation change in sshd_config. The default upstream is to have it disabled by default. The sshd_config line is in upstream to enable it by default in new installations. We always enable it though. So remove the sshd_config change which makes it look like we don't use it; it was not a needed difference with upstream. From discussion with: TJ <tj@mrsk.me> * Unbreak by fixing the code to work newer PHP. I'm not sure, if thismi2015-04-103-15/+165 | | | | | | | | | | | extension is all that useful considering the ImageMagick- and GD-based alternatives, but if it has to go, it will not be for reasons of being "php-5.3 only". While here change hard-coded default of /usr/share to ${LOCALBASE}/share, define LICENSE and otherwise pet portlint. Approved by: being condemned * Unbreak after conversion to USES=waf (gnomeprefix adds unhandled args)antoine2015-04-101-1/+1 | * Limit the TTSSH bug fix in r383618 to only versions that have it.bdrewery2015-04-102-6/+21 | | | | Submitted by: IWAMOTO Kouichi <sue@iwmt.org> * Update to new upstream release 2.1.20.mandree2015-04-103-8/+8 | | | | | | | | | | | | Fixes one security bug [1], a few other bugs, and adds a feature so that list admins can edit list addresses. Uses newer Mailman-and-HTDig integration patches. [2] Security: CVE-2015-2775 [1] Security: a5f160fa-deee-11e4-99f8-080027ef73ec [1] PR: 199286 [2] Submitted by: David Siebörger [2] * Update to 20150408.jkim2015-04-103-42/+3 | * Finish removing deskutils/preferencepanesantoine2015-04-106-53/+1 | * devel/gzstream: Fetchs again; unbreakmarino2015-04-101-2/+0 | | | | | The maintainer's web server suffered a drive failure. The server has been restored so the port's distfile fetches again. * Add mailman < 2.1.20 vulnerability.mandree2015-04-10