aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.7.1kmoore2014-10-302-4/+4
|
* Remove patch for resolved issue. Flag -devel port IGNORE until newcy2014-10-302-13/+1
| | | | | | -devel branch is released. PR: 193136
* The problem the ranlib patch addressed has since been resolved. Remove it.cy2014-10-302-13/+1
| | | | PR: 193136
* Allow staging as a regular userantoine2014-10-302-2/+1
|
* Allow staging as a regular userantoine2014-10-302-30/+1
|
* - Update to R50dolivierd2014-10-303-4/+3
| | | | | | | | - Drop @dirrm in pkg-plist PR: 194232 Submitted by: myself Approved by: @miwi (maintainer, timeout)
* Allow staging as a regular userantoine2014-10-301-1/+2
|
* - Mark SSP_UNSAFE as it currently fails to link and needs to be investigatedbdrewery2014-10-301-0/+1
| | | | | | further. With hat: portmgr
* Update emulators/i386-wine-devel to 1.7.29.dbn2014-10-303-47/+30
| | | | | Changes: * Update supported OSVERSION.
* Update to a redcent snapshot.thierry2014-10-304-24/+16
| | | | | PR: ports/194648 Submitted by: maintainer
* Upgrade to new upstream release 2.3.5.mandree2014-10-303-5/+3
| | | | | | Changelog: https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23 While here, drop @dirrm from pkg-plist.
* Fix regression introduced in CVE-201403660 fix.kwm2014-10-302-13/+27
| | | | | Submitted by: gjb@ Obtained from: libxml2 upstream
* lang/rust: add PORTREVISION mistakenly ommitted from yesterday's fixrobak2014-10-301-0/+1
| | | | Approved by: mentors (implicit)
* - Fix creating valid FreeBSD EFI grub.cfg fileskmoore2014-10-292-2/+1
| | | | - Bump PORTREV
* - Add patch to support EFI framebuffer passthrough for FreeBSD 10.1 and laterkmoore2014-10-292-1/+313
| | | | - Bump PORTREV
* - Update to 1.17culot2014-10-292-3/+3
| | | | Changes: http://search.cpan.org/dist/Devel-Cover/Changes
* - Add LICENSEamdmi32014-10-292-1/+3
| | | | - Drop @dirrm* from plist
* - Add LICENSE_FILEamdmi32014-10-292-11/+7
| | | | | - Drop @dirrm* from plist - Whitespace fix
* - Whitespace and statement order fixesamdmi32014-10-292-10/+7
| | | | - Drop @dirrm* from plist
* - Clarify LICENSEamdmi32014-10-292-4/+1
| | | | - Drop @dirrm* from plist
* - Drop @dirrm* from plistamdmi32014-10-291-2/+0
|
* - Strip libraryamdmi32014-10-291-0/+3
|
* - Add LICENSEamdmi32014-10-292-1/+3
| | | | - Drop @dirrm* from plist
* Add support for mips/mips64 targets.sbruno2014-10-294-1/+56
| | | | | | | | Unblocks 7k ports building for these targets. PR: 191909 Submitted by: sson Reviewed by: bapt (mentor)
* - Simplify MASTER_SITESamdmi32014-10-293-17/+7
| | | | | - Modernize plist - Improve highscore handling
* - Update to 1.96culot2014-10-292-3/+3
| | | | Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
* - Update to 1.46culot2014-10-292-13/+6
| | | | | | | | - Remove obsolete dependencies - Shorten COMMENT - Take maintainership Changes: http://search.cpan.org/dist/threads-shared/Changes
* - Update to 3.05culot2014-10-292-4/+4
| | | | | | - Take maintainership Changes: http://search.cpan.org/dist/Thread-Queue/Changes
* - Update to 2.85culot2014-10-292-3/+3
| | | | Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog
* Add an option to use libffi from ports instead of bundled one.demon2014-10-291-2/+13
| | | | | | Submitted by: cy Require this option for i386, this fixes build error.
* Upgrade from 1.7.6 to 1.7.7.osa2014-10-292-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Change: now nginx takes into account the "Vary" header line in a backend response while caching. *) Feature: the "proxy_force_ranges", "fastcgi_force_ranges", "scgi_force_ranges", and "uwsgi_force_ranges" directives. *) Feature: the "proxy_limit_rate", "fastcgi_limit_rate", "scgi_limit_rate", and "uwsgi_limit_rate" directives. *) Feature: the "Vary" parameter of the "proxy_ignore_headers", "fastcgi_ignore_headers", "scgi_ignore_headers", and "uwsgi_ignore_headers" directives. *) Bugfix: the last part of a response received from a backend with unbufferred proxy might not be sent to a client if "gzip" or "gunzip" directives were used. *) Bugfix: in the "proxy_cache_revalidate" directive. Thanks to Piotr Sikora. *) Bugfix: in error handling. Thanks to Yichun Zhang and Daniil Bondarev. *) Bugfix: in the "proxy_next_upstream_tries" and "proxy_next_upstream_timeout" directives. Thanks to Feng Gu. *) Bugfix: nginx/Windows could not be built with MinGW-w64 gcc. Thanks to Kouhei Sutou. </ChangeLog>
* Update findlib to 1.5.5johans2014-10-292-3/+3
|
* devel/pecl-pthreads: update 2.0.7 -> 2.0.10robak2014-10-292-3/+3
| | | | | | PR: 194157 Submitted by: John Chen <johnpupu@gmail.com> Approved by: mentors (implicit)
* The IRC configure script has curious logic, is being overly complex,johans2014-10-291-2/+8
| | | | | | | | | | | | | | and actually breaks badly if the port is being built in a chroot where the host triplet won't match the jail triplet. The solution I've provided here is clean. Using the pre-configure target, the build directory (with a fixed name) is created and the needed configure script and header are copied over, just like the top configure script does. Then the port makefile just configures with that. It's much better, more robust, and fixes the triplet mismatch. PR: 194679 Submitted by: marino
* - Update to 2.002jadawin2014-10-292-3/+3
|
* - Update to 1.76jadawin2014-10-293-5/+4
|
* Remove a bit of dead code.mat2014-10-291-4/+0
| | | | Sponsored by: Absolight
* And one day, poudriere testport -c will work.mat2014-10-292-2/+2
| | | | Sponsored by: Absolight
* Add an option to build with ssh from security/openssh-portable instead of ↵mat2014-10-292-8/+18
| | | | | | | | base ssh. PR: 193754 Submitted by: chrysalis chrysalisnet org Sponsored by: Absolight
* Remove some overusage of PERL_ARCH.mat2014-10-293-3/+3
| | | | Sponsored by: Absolight
* Fix handling of config files.matthew2014-10-295-399/+46
| | | | | PR: 194670 Submitted by: enrico.m.crisostomo@gmail.com (maintainer)
* Update to 1.4.0 alpha3:bapt2014-10-292-3/+3
| | | | | - Fix pkg check -r to make it also compute checksums for symlinks - Fix pkg register in case the ancient arch as not already been defined
* Pioneer Space Simulator.amdmi32014-10-298-0/+161
| | | | | | | | | | | | | | | | | Pioneer is a space adventure game set in the Milky Way galaxy at the turn of the 31st century. The game is open-ended, and you are free to explore the millions of star systems in the game. You can land on planets, slingshot past gas giants, and burn yourself to a crisp flying between binary star systems. You can try your hand at piracy, make your fortune trading between systems, or do missions for the various factions fighting for power, freedom or self-determination. WWW: http://pioneerspacesim.net WWW: http://github.com/pioneerspacesim/pioneer PR: 193213 Submitted by: lightside@gmx.com
* ftp/filezilla: 3.9.0.5 -> 3.9.0.6pi2014-10-292-4/+4
| | | | | | | | | - Upstream released 3.9.0.6 with SSLv3 disabled in response to the POODLE vulnerability. - Submitter becomes maintainer PR: 194597 Submitted by: matthew@reztek.cz
* . Update to 2014i.glewis2014-10-293-23/+4
|
* - Update to 0.86.0amdmi32014-10-292-6/+9
| | | | | | | - Clarify LICENSE - Add LICENSE_FILE - Optionize DOCS - Turn configure warnings into errors to notice problems faster (such as failure of previous version to properly detect protobuf-c)
* - fix build with pod2x from perl5.18+ohauer2014-10-292-12/+12
| | | | | - bump PORTREVISION - make portlint happy
* Fix an OOB memory read in kio_sftpalonso2014-10-292-0/+12
| | | | | | | | | | | | | | | | | | When passing timeout values to ssh_option_set of security/libssh, an int type pointer is used instead of a long int one required by the ssh_option_set documentation, which causes platform specific (or undefined) behaviour on architectures where sizeof (long int) is different to sizeof (int). Fix this by "promoting" the referenced locals to long integer type. This commit merges r10452 of area51 and is based on a report by Dwayne MacKinnon via kde@ mailing list. References: https://mail.kde.org/pipermail/kde-freebsd/2014-October/018330.html https://bugs.kde.org/show_bug.cgi?id=331674 Approved by: rakuco (mentor)
* - new port pkgcompareohauer2014-10-295-0/+69
| | | | | | | | | | | | | | | | | | | This program provides for an alternate pkg upgrade procedure. Usage: pkg-compare [options] new_path old_path This program reads local.sqlite in new_path and compares list of installed packages in local.sqlite in old_path. If a package is found in old_path which is not in new_path then the name of the port is printed, one per line. Command line switches: -p prefix uninstalled packages with 'pkg install -Rf' -m show manually installed packages only, no deps WWW: https://github.com/waitman/pkg-compare PR: 186484 Submitted by: waitman@waitman.net
* Sorry I didn't checksum the right filebapt2014-10-291-2/+2
|
* Remove expired ports:rene2014-10-2914-983/+2
| | | | | 2014-10-28 lang/kroc: Broken for more than 6 months 2014-10-28 net/slirp: Broken for more than 6 months
* Update to 1.0.3madpilot2014-10-296-122/+48
| | | | | PR: 194450 Submitted by: Hung-Yi Chen <gaod at hychen.org> (maintainer)
* - support INSTALL_AS_USERdinoex2014-10-293-4/+16
| | | | | - fix stagedir check - restore ownership
* Make database backends optional and off by defaultpawel2014-10-291-5/+3
|
* www/chromium: update to 38.0.2125.111 (bugfix release).rene2014-10-292-6/+5
| | | | MFH: 2014Q4
* Update to 3.11.1 bugfix releasepawel2014-10-294-7/+5
|
* Fix some stage orphansantoine2014-10-292-1/+3
|
* Fix stage violation (and allow staging as a regular user)antoine2014-10-292-6/+2
|
* - Update to 1.359jase2014-10-292-3/+6
| | | | Changes: https://metacpan.org/source/RCAPUTO/POE-Test-Loops-1.359/CHANGES
* - Clarify LICENSEamdmi32014-10-291-1/+2
| | | | | | - Add LICENSE_FILE Approved by: portmgr blanket
* Cross-platform emulator of Elektronika RPN programmable calculatoramdmi32014-10-294-0/+51
| | | | | | | | | | | series (MK-152, MK-152M, MK-1152, MK-161). Only supports cyrillic user interface. WWW: http://sourceforge.net/projects/emkatic/ PR: 194459 Submitted by: f0andrey@gmail.com
* Update to checkin d2f5c83bdrewery2014-10-292-4/+4
| | | | | | | | | | Changes: * Minor display fixes * poudriered cleanups * ports -l: Support -n like jail * Add a 'jail stop' hook called right before jail is shutdown * Auto fix shadowed files in repository that are owned by pkg(8) * jail -cx: TARGET/TARGET_ARCH fixes
* Update to 1.4.0.alpha2bapt2014-10-292-3/+3
| | | | | | | | Changes: - Change the default fetch site for vuxml - simplify some code - fix too small buffers - only add in provided shlibs the files starting with lib*
* Move WITH_CCACHE_BUILD logic to bsd.ccache.mkbdrewery2014-10-292-40/+49
| | | | With hat: portmgr
* LibreOffice works fine with Java 7 and later.jkim2014-10-291-1/+0
| | | | PR: 194667
* Update to version 1.6.1.demon2014-10-282-4/+3
|
* lang/rust: fixesrobak2014-10-281-3/+1
| | | | | | | - Remove extra STRIP_CMD from the Makefile - Fix SRIP_CMD that was stripping statically linked libraries Approved by: mentors (implicit)
* Further reduce latency in the OSS supporttijl2014-10-282-2/+82
| | | | | PR: 194346 Submitted by: hselasky
* Update to 5.1 release.ale2014-10-283-5/+4
|
* - Update to 1.1.2amdmi32014-10-284-14/+32
| | | | | | - Clarify LICENSE - Add LICENSE_FILE - Optionlize DOCS installation
* - Clarify LICENSEamdmi32014-10-282-2/+16
| | | | | - Add LICENSE_FILE - Fix build with new mesa
* Remove UMS DDX support (xf86-video-intel 2.7.1).kwm2014-10-2826-745/+45
| | | | | | Use INSTALL_TARGET=install-strip for stripping. Rename patches to patch-. Add two patches to fix crashing the 1.14 xserver.
* Revert part of r371277antoine2014-10-282-0/+2
|
* Revert part of r371544antoine2014-10-282-1/+2
|
* Fix some leftoversantoine2014-10-281-3/+3
|
* - Update to 3.1.10bdrewery2014-10-282-4/+4
|
* Fix a stage orphanantoine2014-10-282-1/+2
|
* - update miniupnpc to 1.9dinoex2014-10-282-2/+2
| | | | - bump users of shared lib version
* Update Perforce ports to 2014.2.gordon2014-10-2820-36/+36
| | | | | | | | | p4 2014.2.943801 p4d 2014.2.935585 p4ftpd 2014.2.935585 p4p 2014.2.935585 Approved by: mat (mentor)
* - Add workaround for clang bug, seems like it's unlikely to be fixed before ↵amdmi32014-10-281-0/+7
| | | | 10.1-RELEASE
* - Fix build for SMYRNA optionamdmi32014-10-281-1/+1
| | | | Approved by: portmgr blanket
* - Fix plist for LIBDANE optionamdmi32014-10-282-0/+4
| | | | Approved by: portmgr blanket
* - Fix plist for MDNS_AVAHI optionamdmi32014-10-282-1/+2
| | | | Approved by: portmgr blanket
* - Fix shebangsamdmi32014-10-281-2/+3
| | | | Approved by: portmgr blanket
* - Fix plistamdmi32014-10-282-1/+4
| | | | Approved by: portmgr blanket
* - Update to 1.2.0jhale2014-10-283-22/+3
| | | | | PR: 194064 Submitted by: <yamagi@yamagi.org> (maintainer)
* - Fix stage-qa error where STAGEDIR was being referenced by the binaryjhale2014-10-281-36/+20
| | | | | | | | | | | | | | | | by setting up MAKE_ENV instead of passing STAGEDIR through PREFIX - Respect CC, CFLAGS, LDFLAGS, and MAKE_JOBS - Strip binaries - Convert USE_BZIP2 to USES - Use options helpers (this also fixes a problem where LIB_DEPENDS was being over-ridden in the PDF option, effectively cancelling out the LIB_DEPENDS for the PS option) Note: Did not use <OPT>_CONFIGURE_ENABLE because the configure script only understands --disable-<feature> - Bump PORTREVISION PR: 194317 Approved by: olivierd (maintainer)
* security/polarssl: Update to 1.2.12jase2014-10-285-62/+11
| | | | | | | | | While I am here: - Remove fetch wrapper as it is no longer required - Strip library shared object - Remove @dirrm* from pkg-plist Changes: https://raw.github.com/polarssl/polarssl/polarssl-1.2.12/ChangeLog
* - Fix installation wrt. stagingamdmi32014-10-282-4/+50
| | | | Approved by: portmgr blanket
* Update the "new" Mesa to 10.3.2.kwm2014-10-282-3/+7
| | | | | | | | Add code to select the correct MASTER_SITE. Mesa version 10.3.0 -> distdir 10.3 Mesa version 10.3.2 -> distdir 10.3.2 Obtained from: xorg-dev repo
* - Chown icinga:icinga and chmod 640 on ↵lme2014-10-282-3/+3
| | | | | | | | | etc/icinga2/feature-avalable/ido-{pgsql,mysql}.conf so normal users can't spy on the database passwords - Bump PORTREVISION PR: 194636 Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
* - Fix spelling of LICENSEamdmi32014-10-282-2/+2
| | | | | | | | - Clarify LICENSE - Add LICENSE_FILE - Drop @dirrm* from plist Approved by: portmgr blanket
* - Fix spelling of LICENSEamdmi32014-10-281-2/+2
| | | | | - Add LICENSE_FILE - Drop @dirrm* from plist
* Package provides configuration and customization of cloud instance.amdmi32014-10-285-0/+58
| | | | | | | WWW: https://launchpad.net/cloud-init PR: 194295 Submitted by: harm@weites.com
* - Update to 0.124.1 .nox2014-10-285-28/+216
| | | | | | | - Add patch to fix handling of signals during read/write operations. PR: 194545 Submitted by: hselasky
* dbus-launch needs somes of those empty dirs to runantoine2014-10-282-0/+6
|
* - Second attempt to fix the python version usage on single port buildsmva2014-10-281-3/+13
| | | | | | | | | | | | If a port requests a different python version from the one being the default or provided at the command line, certain directories as well as plist entries will use the wrong python version value (the one being the default or provided at the command line), instead of the value, the port requests. PR: 194605 exp-run by: antoine@ With hat: python@
* - Update to upstream version 0.14.0 [1]riggs2014-10-284-32/+17
| | | | | | | | | | - Depend on dbus (build without it is broken) [2] - USE_LDCONFIG [2] - Use PORTDOCS, simplify pkg-plist, pet portlint [2] PR: 194492 Submitted by: tkato432@yahoo.com [1] Reviewed by: riggs [2]
* Update emulators/i386-wine-devel to 1.7.28.dbn2014-10-284-63/+101
| | | | | | | Changes: * Improve the pkg-plist handling for differences between -devel and -compholio packages. * Stop emitting @dirrm and @dirrmtry in pkg-plist
* First there are too many files called zeromq.rb, then there are toomatthew2014-10-281-2/+2
| | | | few. Dammit.
* Update to 1.0.0skreuzer2014-10-282-3/+3
|
* Let's not break the pkg-plist either.matthew2014-10-282-2/+2
|
* There's a zeromq.rb file with the same contents already in the mainmatthew2014-10-281-1/+3
| | | | logstash port. Not conflicting with logstash-1.4.2 is good.
* Avoid using @cwdbapt2014-10-281-34/+27
| | | | nuke @dirrm
* Update to 2.16.1.marcus2014-10-282-7/+7
| | | | | | Add an additional check for EXTRACT_SUFX. Submitted by: ak
* Update to latest version.lev2014-10-272-5/+4
| | | | PR: 194616
* Updated to latest github commit.lev2014-10-272-4/+4
| | | | PR: 194564
* Logstash Contrib Repositorymatthew2014-10-275-0/+108
| | | | | | | | | | This is a collection of companion plugins (and hopefully tests, too!) to be used in conjunction with Logstash. The plugins here are maintained by the core Logstash team, and supported by the community. WWW: http://logstash.net/docs/1.4.2/contrib-plugins
* Remove the checkyesno dovecot_enable section, as it prevents onestart/onestopadamw2014-10-272-9/+8
| | | | | | | | | | from working (as well as other things). I suspect this behaviour is present in other rc-files... a general cleanup on this might be in order. PR: 194629 Submitted by: Reinier Schoof
* Cleanup plistbapt2014-10-27198-31844/+0
|
* Update to 2.0.24.mat2014-10-2711-52/+233
| | | | | | | | | | Fixup the if_ and if_errcoll_ plugins, interface names can be longer than 5 chars. Add an if_packets_ plugin. Allow people to have a custom crontab that won't be touched when installing/deinstalling. Sponsored by: Absolight
* Update to the 20141026 snapshot of GCC 5.0.gerald2014-10-273-4/+3
| | | | Remove last instance of @dirrm in pkg-plist.
* - Drop @dirrm* from plistamdmi32014-10-271-2/+0
|
* - Drop @dirrm* from plistamdmi32014-10-271-2/+0
|
* - Drop @dirrm* from plistamdmi32014-10-271-9/+0
|
* - Drop @dirrm* from plistamdmi32014-10-271-1/+0
|
* - Drop @dirrm* from plistamdmi32014-10-271-5/+0
|
* - Drop @dirrm* from plistamdmi32014-10-271-2/+0
|
* - Drop @dirrm* from plistamdmi32014-10-271-4/+0
|
* - Drop @dirrm* from plistamdmi32014-10-271-1/+0
|
* - Switch to PLIST_FILES/PORTDATA/PORTDOCSamdmi32014-10-272-150/+4
|
* - Drop @dirrm* from plistamdmi32014-10-271-3/+0
|
* - Drop @dirrm* from plistamdmi32014-10-271-1/+0
|
* emulators/linux_base-c6: fix build/packaging as unprivileged user.xmj2014-10-271-4/+18
| | | | | | | | | - Allow build/packaging as unprivileged user. PR: 193848 Differential Revision: https://reviews.freebsd.org/D989 Submitted by: mandree Approved by: swills (mentor)
* net/linux-c6-openldap: fix plist issuesxmj2014-10-271-1/+1
| | | | | | | | - Add usr/libexec/openldap/create-certdb.sh to PLIST_FILES Submitted by: antoine Differential Revision: https://reviews.freebsd.org/D986 Approved by: swills
* x11-toolkits/linux-c6-gtk2: fix plist issuesxmj2014-10-271-32/+11
| | | | | | | | | | - Add several PORTDOCS to pkg-plist. - Fix two orphaned files - Deprecate @dirrm{,try} in favor of @dir where absolutely necessary. Submitted by: antoine Differential Revision: https://reviews.freebsd.org/D987 Approved by: swills (mentor)
* Cleanup plistbapt2014-10-2790-979/+16
|
* x11-toolkits/linux-c6-qt47-x11: fix pkg-plist issuesxmj2014-10-272-34/+4
| | | | | | | | | - fix pkg-plist issues with duplicate translations - remove unneccessary @dirrmtry entries Submitted by: antoine Differential Revision: https://reviews.freebsd.org/D988 Approved by: swills (mentor)
* Update to version 3.4.2demon2014-10-271-8/+8
| | | | Reviewed by: koobs in D967
* Update to version 3.4.2.demon2014-10-277-129/+73
| | | | | | Two deleted patches were integrated upstream. Reviewed by: koobs in D967
* Cleanup plistbapt2014-10-274-4/+0
|
* audio/linux-c6-alsa-plugins-oss: fix plist issuesxmj2014-10-272-9/+1
| | | | | | | | - Fix /compat/linux/etc/alsa/pcm/pcm-oss.conf being orphaned Submitted by: antoine Differential Revision: https://reviews.freebsd.org/D985 Approved by: swills (mentor)
* Cleanup plistbapt2014-10-2760-546/+1
|
* Clean up plistbapt2014-10-2768-1807/+0
|
* ports-mgmt/porttools: upgrade to 1.03xmj2014-10-272-4/+5
| | | | | | | | | | | | - Upgrade to 1.03 Changelog: - Mark port submit as broken - Mark port followup as broken PR: 194323 Differential Revision: https://reviews.freebsd.org/D992 Approved by: swills (mentor)
* irc/weechat: Remove CFLAGS+= Qunused-argumentsmarino2014-10-271-1/+0
| | | | | | | | | That switch is not recognized by GCC, and GCC 4.7 and later will considered unrecognized switches as errors and break the build. This was seen on dports, but can be reproduced on ports with USE_GCC=yes. PR: 194575 Approved by: jase@ (maintainer)
* Cleanup plistbapt2014-10-2789-2013/+21
|
* net/ss5: Mark jobs unsafemarino2014-10-271-0/+2
|
* textproc/sxml: mark jobs unsafemarino2014-10-271-1/+3
| | | | | While here, unmask post-install strip command and just simplify the glob with the same result.
* Cleanup plistbapt2014-10-2783-417/+0
|
* Enable snappy compression codec.demon2014-10-271-2/+3
|
* Eventually I'll get this right...matthew2014-10-271-3/+3
| | | | | PR: 194610 Submitted by: enrico.m.crisostomo@gmail.com
* Cleanup plistbapt2014-10-2735-503/+0
|
* Cleanup plistbapt2014-10-2735-847/+0
|
* Cleanup plistbapt2014-10-2778-1266/+0
|
* Cleanup plistbapt2014-10-2757-1812/+0
|
* It always helps if you use the correct patch filematthew2014-10-273-0/+21
| | | | | PR: 194610 Submitted by: enrico.m.crisostomo@gmail.com (maintainer)
* Cleanup plistbapt2014-10-2723-85/+0
|
* Cleanup plistbapt2014-10-2771-644/+0
|
* Cleanup plistbapt2014-10-271732-7377/+0
|
* Cleanup plistbapt2014-10-27272-2436/+7
|
* Update to version 2.0.8demon2014-10-272-3/+3
|
* Cleanup plistbapt2014-10-27286-3614/+8
|
* Update to version 1.4.2matthew2014-10-274-59/+15034
| | | | | | | | | | | | - New maintainer: enrico.m.crisostomo@gmail.com - Work-around for jruby problems groking the scripted libc.so in FreeBSD 10.0 and above. - Upstream has switched from shipping one big .jar file to expanding everything in the filesystem. This port has a long pkg-plist. PR: 194610 Submitted by: enrico.m.crisostomo@gmail.com (New maintainer) Approved by: regis.despres@gmail.com (Outgoing maintainer)
* Update to 0.066ehaupt2014-10-272-3/+3
|
* - Strip binariesehaupt2014-10-272-1/+5
| | | | - Remove use of @dirrm
* Remove usage of @dirrmehaupt2014-10-272-2/+0
|
* Remove usage of @dirrmehaupt2014-10-271-1/+0
|
* Remove usage of @dirrmehaupt2014-10-271-1/+0
|
* Remove usage of @dirrmehaupt2014-10-271-10/+0
|
* Remove unnecessary usage of @direhaupt2014-10-271-3/+0
|
* Update to 0.054ehaupt2014-10-273-80/+81
|
* Nuke some @dirrm from develbapt2014-10-2735-1066/+2
|
* mail/milter-greylist: minor fixesrobak2014-10-271-4/+4
| | | | | | | | | | - Use LIB_DEPS for curl, spf and geoip - Use ${PORTSDIR} instead of {.CURDIR} for bsd.milter.mk location - Do not bump PORTREVISION as all of curl, spf and geoip are disabled by defaul PR: 193993 Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> Approved by: mentors (implicit)
* - Update to upstream version 3.0.11riggs2014-10-273-32/+30
| | | | | | | | | | | | | | | | - Remove invalid mirror - gcc and libiconv dependencies not needed anymore - WRKSRC has changed ("_" for x86, "-" for amd64) - Correct ownership of /var/log/teamspeak - Un-silence INSTALL* - Remove explicit actions which are handled by ports/pkg automatically - Display pkg-message.in - IGNORE due to license; LICENSE_PERMS does not contain auto-accept PR: 194282 Submitted by: hirner@bitfire.at (maintainer) Reviewed by: riggs Approved by: hirner@bitfire.at (maintainer)
* Disable -O2 from vendorgblach2014-10-271-0/+1
| | | | | PR: 194408 Submitted by: Jan Beich (jbeich <at> vfemail <dot> net)
* - Update devel/doxygen to version 1.8.8 [1]pawel2014-10-279-53/+54
| | | | | | | | - Fix graphics/partio plist problem after doxygen update [2] PR: 194178 [1] Submitted by: maintainer [1] Approved by: mva@ [2]
* Update Claws Mail and plugins to 3.11.0 releasepawel2014-10-277-51/+29
| | | | | | | | mail/claws-mail: - Convert to USES=execinfo shebangfix - Use path independent (BUILD|RUN)_DEPENDS Release notes: http://claws-mail.org/news.php
* Update to pkg 1.4.0.alpha1bapt2014-10-272-3/+3
| | | | | | | | | | | | | | | | | | | | Changes: - Lots of cleanup in the API - Huge refactoring to avoid using hashes where not needed - add a new @config keyword for all files with such flags pkg will try automatically to merge the difference with newer version on upgrades a vanilla version of the file is kept in the db to allow 3 way merge this was the last blocker to be able to package base - new options AUTOMERGE to prevent pkg to automatically merge @config files - speed up upgrades by only extracting files that are different from 2 packages - convert unique package identifier to the package name (at last !) - drop incremental update support this was preventing allowing multiple packages with the same name in a remote repo - lots of improvements in the pkg update process - update sqlite to 3.8.7 - Change pkg audit so that it points to the http://vuxml.FreeBSD.org/freebsd/ location by default - Lots of fixes in the solver
* Mark broken with Perl 5.18 and newerswills2014-10-2710-9/+63
|
* - update to 10.35.94dinoex2014-10-272-4/+3
|
* Upgrade to 1.14.thierry2014-10-273-365/+371
| | | | Changelog at <http://tt-rss.org/redmine/versions/100>.
* Update to 2.16.0marcus2014-10-272-390/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove @MASTERSITES_WHITELIST * Remove some remnants of multi-OS support: always false conditions and unused variables ($automan, $autoinfo, $manstrict, $mancompress, $multiplist, $newxdef, $rcsidinplist, $ldconfigwithtrue) * Remove check for USE_SIZE * Remove check for 'Version Required' in header * Remove pkgtools remnants: fix pkg_version invocations, remove check for PKGINSTALLVER, remove check for old packages in $portsdir * Update check for IGNOREFILES macro * Remove comment about EXEC_DEPENDS * Remove check for NO_CONFIGURE/NO_PATCH * Remove '@dirrm for %%DOCSDIR%%' check * Remove pkg-comment check * Remove check for /usr/X11R6 * Remove check for gcc_val 3.x and 4.1 conditions * STAGE is now required * Remove MANLANG check * Add NOPORTEXAMPLES/NOPORTDOCS deprecation warning * Add @stopdaemon, @cwd deprecation warning * Add PLIST_DIRSTRY deprecation warning * Add check for make :L :U modifiers * Add check for for MAN[1-9] macro * Allow use of absolute path in plist * Fix checks for EXTRACT_SUFX * Fix USE_ANT and USES=gmake warning * Convert WITH(OUT)_$1 to PORT_OPTIONS:M$1 in warning * Convert USE_DOS2UNIX to USES=dos2unix in warning * Convert USE_ZIP to USES=zip in EXTRACT_SUFX check * Convert USE_PERL5 to USES=perl5 in warning * Convert USE_ICONV to USES=iconv in warning * Modify checkplist() to accept @fc/@shell/other new keywords PR: 194285 Submitted by: ak
* - Update sysutils/rsyslog8-devel to 8.5.0.brd2014-10-272-7/+5
| | | | | | Changelog: http://www.rsyslog.com/changelog-for-8-5-0-v8-devel/ Reviewed by: swills
* - Reflect Apache version in portsdirohauer2014-10-275-1/+2
|
* net/macchanger: fix man page, info file to reflect change to programpi2014-10-273-0/+28
| | | | | PR: 187363 Submitted by: clutton@zoho.com (maintainer)
* - new port mod_authz_unixgroup for Apache 2.4.xohauer2014-10-274-0/+35
| | | | | | | | | | | | | | | | Mod_Authz_Unixgroup 1.1.x is a unix group access control modules for Apache version 2.4. If you have Apache 2.2 you should be using version 1.0.x of this module instead. If you are having users authenticate with real Unix login ID over the net, using something like my mod_authnz_external / pwauth combination, and you want to do access control based on unix group membership, then mod_authz_unixgroup is exactly what you need. WWW: http://www.unixpapa.com/mod_authz_unixgroup/ PR: 194322 Submitted by: mwisnicki+freebsd@gmail.com
* The ultimate replacement for spreadsheets, mind mappers, outliners, PIMs, textpawel2014-10-274-0/+88
| | | | | | | | | | | | | | | | | | | editors and small databases. Suitable for any kind of data organization, such as Todo lists, calendars, project management, brainstorming, organizing ideas, planning, requirements gathering, presentation of information, etc. It's like a spreadsheet, immediately familiar, but much more suitable for complex data because it's hierarchical. It's like a mind mapper, but more organized and compact. It's like an outliner, but in more than one dimension. It's like a text editor, but with structure. WWW: http://treesheets.com PR: 193337 Submitted by: lightside <lightside@gmx.com>
* - Simplify installationamdmi32014-10-272-13/+1
| | | | - Drop @dirrm* from plist
* - Simplify plistamdmi32014-10-272-13/+3
| | | | - Move savegames directory to /var/games
* - Simplify MASTER_SITESamdmi32014-10-272-3/+1
| | | | - Drop @dirrm* from plist
* - Drop @dirrm* from plistamdmi32014-10-271-10/+0
|
* - Simplify MASTER_SITESamdmi32014-10-272-7/+3
| | | | | | - Fix license - Add LICENSE_FILE - Drop @dirrm* from plist
* Update to alpha-20141025antoine2014-10-273-4/+5
|
* Update to alpha-20141026antoine2014-10-274-5/+5
|
* Update to alpha-20141026antoine2014-10-274-5/+5
|
* lang/rust: update 0.11.0 -> 0.12.0robak2014-10-274-102/+95
| | | | | | | - Delete obsolete patch - Convert to @dir usage Approved by: mentors (implicit)
* Update to alpha-20141026antoine2014-10-273-4/+5
|
* - Update to 3.0.7tota2014-10-273-429/+9
| | | | | - Remove @dirrm* from pkg-plist - Simplify OPTIONS notation
* update to version 0.55.1az2014-10-262-3/+3
|
* - Update to upstream version 3.2.1riggs2014-10-268-27/+67
| | | | | PR: 194169 Submitted by: tkato432@yahoo.com
* Refresh.thierry2014-10-266-14/+24
|
* - openal-soft requires a compiler, that understands parts of the C11mva2014-10-261-1/+2
| | | | | | | standard. This should unbreak builds on 8.x Reported by: several people Submitted by: Torfinn Ingolfsen <tingox@gmail.com>
* - Disable netmap support on anything older than 9.1zi2014-10-262-2/+12
| | | | | PR: 194607 Submitted by: ohauer@
* Do not infinite loop on the package builders creating GB (or TB) of logsantoine2014-10-261-0/+3
|
* Update to 0.25matthew2014-10-262-3/+3
| | | | ChangeLog: http://cpansearch.perl.org/src/FALCONE/RT-Authen-ExternalAuth-0.25/CHANGES
* textproc/dblatex: fix python usepi2014-10-261-5/+3
| | | | | PR: 193987 Approved by: maintainer (timeout)
* - Update to upstream version 5.0riggs2014-10-2612-1543/+205
| | | | | | | | | | - Add LICENSE - Introduce OPTIONS for - Selecting application server - Selecting transcoders PR: 194326 Submitted by: freebsd@cooltrainer.org (maintainer)
* Update to version 2.0.8;demon2014-10-262-4/+4
| | | | Convert to USES.
* Update mail/spamass-milter to 0.4.0.bmah2014-10-266-444/+4
| | | | | | | | | | | | | | | Brief summary of changes (taken from upstream release announcement): - -C option to change the default reject code - -S option to specify a path to sendmail (for the -x option) - -R option to specify the rejection message - -a option to skip messages that were authenticated - IPv6 address support - zombie process fix for the - option introduced in 0.3.2 Some of these changes (notably the -R and -a flags and the IPv6 support) were previously included in the port via patch files, which are now unneeded and have been removed.
* Update dovecot2 to 2.2.15, and add an LZ4 option that uses liblz4.adamw2014-10-264-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: Some small fixes and changes to v2.2.14. This release is mainly in the hope that it could still make it into the next Debian stable instead of v2.2.14 - mainly because of a couple of new assert crashes that started happening in v2.2.14 and should be fixed now. * Plugins can now print a banner comment in doveconf output (typically the plugin version) * Replication plugin now triggers low (instead of high) priority for mail copying operations. * IMAP/POP3/ManageSieve proxy: If destination server can't be connected to, retry connecting once per second up to the value of proxy_timeout. This allows quick restarts/upgrades on the backend server without returning login failures. * Internal passdb lookups (e.g. done by lmtp/doveadm proxy) wasn't returning failure in some situations where it should have (e.g. allow_nets mismatch) * LMTP uses mail_log_prefix now for logging mail deliveries instead of a hardcoded prefix. The non-delivery log prefix is still hardcoded though. + passdb allow_nets=local matches lookups that don't contain an IP address (internally done by Dovecot services) + Various debug logging and error logging improvements - Various race condition fixes to LAYOUT=index - v2.2.14 virtual plugin crashed in some situations
* Add archivers/liblz4. There is already archivers/lz4, which it looksadamw2014-10-266-0/+80
| | | | | | | | | | | | | | | | | like might be an old version of this, but it only installs a binary. This installs binaries and libraries/headers. LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems. A high compression derivative, called LZ4_HC, is also provided. It trades CPU time for compression ratio. The libraries are BSD licensed, and the binaries are GPLv2. WWW: https://code.google.com/p/lz4/
* Add missing dependencies.rakuco2014-10-262-4/+92
| | | | | | | | | | | * USES=pkgconfig was missing so exiv2 detection was broken, for example. * USE_QT5=declarative and USE_QT5=printsupport were missing, and the latter is required for the port to build correctly with the upcoming Qt 5.3.2. I've added an upstream commit to properly detect and use PrintSupport in the build process as well. PR: 194596 Approved by: Hannes Hauswedell <h2+fbsdports@fsfe.org> (maintainer)
* Update to the 20141022 snapshot of GCC 4.9.2.gerald2014-10-262-5/+3
| | | | | Also remove those traces of @dirrm that were are added dynamically via the Makefile.
* net-p2p/tribler: 6.0.3 -> 6.3.3pi2014-10-265-1201/+1205
| | | | | | | | Changelog: https://github.com/Tribler/tribler/releases PR: 193901 Submitted by: tkato432@yahoo.com
* Deprecate ports broken for more than 6 monthsantoine2014-10-2614-0/+29
|
* - Update to version 1.0.9 [1]riggs2014-10-2610-251/+178
| | | | | | | | | - Simplify Makefiles [1] - Fix build problem in gecko-mediaplayer with xulrunner>=30 [2] PR: 194498 Submitted by: tkato432@yahoo.com [1] Reviewed by: riggs [2]
* Update to the 20141023 snapshot of GCC 4.8.4.gerald2014-10-252-3/+3
|
* comms/gqrx: update 20140313 -> 2.3.1robak2014-10-254-37/+33
| | | | | | | | | | | | | - Set PORTEPOCH - Update COMMENT and pkg-descr - Add LICENSE_FILE - Remove obsolete dependency - Mantainer approved PR: 193404 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Reviewed by: martymac (maintainer) Approved by: mentors (implicit), martymac (maintainer)
* Upgrade to 1.0.0-rc2.thierry2014-10-252-3/+3
|
* - Update from 1.5.32 to 1.5.34danilo2014-10-252-3/+3
|
* - Update to 5.2.5madpilot2014-10-253-623/+266
| | | | | - Add NO_ARCH - Remove dirrms
* Switch to USES=execinfopawel2014-10-251-3/+2
|
* - Switch to gnutls for encryption, openssl from base fails to connectpawel2014-10-251-2/+3
| | | | | | | with Facebook chat servers recently [1] - Install striped binaries Reported by: Wojciech Scigala [1]
* dns/adns: 1.4 -> 1.5.0~rc0pi2014-10-254-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | New features: * Support for queries about IPv6 data in all applicable adns query types (including AAAA, PTR, and adns_r_addr queries). (Thanks very much to Mark Wooding.) * Support for transport over IPv6. (Thanks to Mark Wooding again.) * adns_addr2text and adns_text2addr: Convenient functions for converting between addresses and address literals. Bugfixes: * Fix a crashing bug in adnslogres. (Debian#392102.) * Do all checks of checked PTR owner name before actually sending the query, and reject IPv4 PTR owner names whose labels have leading zero digits or values >255. Build system fixes and improvements: * `make clean' removes the pipes. * Work around bugs in make (Debian #4073, #756123) affecting regress. * Do not include Makefile and src/config.h in distribution tarball. Regression test debugging improvements: * Provide gdbwrap convenience script. * Honour ADNS_TEST_DEBUG env. var. (Mark Wooding.) Submitted by: pi (maintainer)
* sysutils/backuppc-devel: remove leading empty line from pkg-descrpi2014-10-251-1/+0
| | | | Pointy hat: myself
* Allow stripping as a regular userantoine2014-10-252-14/+0
|
* Update to alpha-20141024antoine2014-10-253-4/+3
|
* Update to alpha-20141024antoine2014-10-253-4/+3
|
* Update to alpha-20141023antoine2014-10-253-4/+3
|
* Update to alpha-20141023antoine2014-10-253-4/+3
|
* Unbreak arm-none-eabi-gccantoine2014-10-251-2/+2
| | | | Reported by: pkg-fallout
* Claim maintainership and deprecate.mandree2014-10-251-1/+4
|
* - Update to upstream version 0.17riggs2014-10-255-55/+7
| | | | | | | - Update project URL in pkg-descr and MASTER_SITES accordingly PR: 194499 Submitted by: tkato432@yahoo.com
* sysutils/backuppc: Update pkg-descr and COMMENTpi2014-10-252-4/+18
| | | | | | PR: 183241 Requested by: makc Approved by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
* sysutils/backuppc-devel: Update pkg-descr and COMMENTpi2014-10-252-4/+19
| | | | | | PR: 183241 Requested by: makc Approved by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
* Unbreakantoine2014-10-251-1/+1
|
* Unbreakantoine2014-10-252-3/+2
|
* Update to 0.6.2gblach2014-10-252-5/+4
|
* - Update to 2.9.7.0zi2014-10-253-78/+108
|
* - Update to 2.0.4zi2014-10-253-6/+10
|
* Revert r371447, this breaks important ports like devel/py-gobjectantoine2014-10-251-13/+3
| | | | With hat: portmgr
* Limit PORTSCOUT scanning to 2.10.* versions.mandree2014-10-251-0/+2
|
* - Update to 1.6.10 [1]ak2014-10-259-960/+20
| | | | | | | | | | * Add support for FreeBSD 9.3 and 10.1 * Remove a bug preventing the use of a disk cache on FreeBSD clients (as opposed to a memory cache) - Remove obsolete OSVERSION check - Unmute install commands PR: 194362 [1] Submitted by: Benjamin Kaduk <bjk@FreeBSD.org> (maintainer) [1]
* Unbreakantoine2014-10-252-6/+0
| | | | Reported by: pkg-fallout
* multimedia/banshee: Add gnomedocutils to build depends to fix buildmarino2014-10-251-1/+1
|
* - Add LICENSEamdmi32014-10-252-1/+3
| | | | - Drop @dirrm* from plist
* - Simplify MASTER_SITESamdmi32014-10-252-4/+1
| | | | - Drop @dirrm* from plist
* - Add LICENSEamdmi32014-10-252-1/+3
| | | | - Drop @dirrm* from plist
* - Simplify installation and plist generationamdmi32014-10-251-15/+7
|
* - Convert ports of sysutils/ to new USES=pythonmva2014-10-2564-152/+105
| | | | Approved by: portmgr (implicit)
* - Convert ports of science/ and security to new USES=pythonmva2014-10-25118-329/+209
| | | | Approved by: portmgr (implicit)
* - Convert ports of news/ and print/ to new USES=pythonmva2014-10-2530-77/+49
| | | | Approved by: portmgr (implicit)
* Update to version 0.6.1pawel2014-10-252-3/+3
|
* - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=pythonmva2014-10-2549-113/+75
| | | | Approved by: portmgr (implicit)
* - Convert ports of net/ to new USES=pythonmva2014-10-2588-253/+163
| | | | Approved by: portmgr (implicit)
* - libirman is no longer only a static lib so move it from build to libnox2014-10-251-3/+3
| | | | | | | depends. - Bump PORTREVISION. Reported by: Henry Hu <henry.hu.sh@gmail.com> (via private email)
* - Use the proper python version value within a single port buildmva2014-10-251-3/+13
| | | | | | | | | | | If a port requests a different python version from the one being the default or provided at the command line, certain directories as well as plist entries will use the wrong python version value (the one being the default or provided at the command line), instead of the value, the port requests Differential Revision: https://reviews.freebsd.org/D963 With hat: python@
* New port: sd-agentmatthew2014-10-259-0/+132
| | | | | | | | | Server Density Agent for FreeBSD Monitor CPU, memory, disk usage, network, Apache, MySQL + more via the ServerDensity platform. WWW: https://www.serverdensity.com/
* - Update to 0.92.1ak2014-10-252-4/+4
| | | | | PR: 194516 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)