aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.0.15bdrewery2014-03-172-3/+3
| | | | | | | | | | | | | | | | | | | | | | | Changes: - Fix ipv6 only usage - Ensure /sbin and /usr/sbin are in PATH when running - Remove trailing slashes from listed_ports. - Fix child process cleanup logic to only sleep if child still running. - Always dismount filesystems and try cleaning up when exiting and in jail -k - For stage_orphans, ignore modified files (such as nobody vs root) - testport -I: Mark cleanup done, not as recursively failing - testport -i: Use a local.conf instead of PACKAGESITE - testport -I: Suggest same login method which is more sane/clean than exec /bin/sh - options: Require dialog4ports as it runs from host and jail may be for a different ARCH - Ignore parents of home directories too during leftovers check - Ignore /var/db/dbus/machine-id leftover - Restrict ZFS on 9.0/9.1 due to known deadlock - bulk: Parse MOVED for given port build list - Add support for svnlite and overriding SVN_CMD - Show warning when jail is newer than host - Show host/jail OSVERSION in build logs
* - Fix build with clangzi2014-03-172-7/+17
| | | | | PR: ports/187418 Submitted by: "Schweigert, Udo" <Udo.Schweigert@siemens.com> (maintainer)
* - Sort PLISTsunpoet2014-03-171-1/+1
|
* Support stagingehaupt2014-03-171-5/+3
|
* Update to 1.1.0.mat2014-03-173-44/+37
| | | | Sponsored by: Absolight
* - Support stagingehaupt2014-03-173-33/+15
| | | | | | | - Use shebangfix - Define EXAMPLES option - Define DOCS option - Use WWW: with a single space
* Update pkg-descr to chase new project website URLjpaetzel2014-03-171-1/+1
| | | | Noticed by: jhs@berklix.com
* Support stagingehaupt2014-03-172-7/+6
|
* Support stagingehaupt2014-03-171-10/+8
|
* Support stagingehaupt2014-03-171-3/+3
|
* - Don't use QT_BINDIRdanilo2014-03-171-17/+2
| | | | | | - Remove useless @dirrmtry Reported by: makc
* Add tar:tbz.mat2014-03-171-1/+3
| | | | | Suggested by: danfe Sponsored by: Absolight
* Support stagingehaupt2014-03-171-3/+3
|
* Set USES+=fortran. This sets LDFLAGS so rkward links with libgcc_sthierry2014-03-171-1/+1
| | | | | | | from lang/gcc instead of base system libgcc_s which is too old for libgfortran. Obtained from: tijl
* - Update to 05_20140316gahr2014-03-172-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * The documentation file doc/install.txt has been improved to describe the command 'make install'. * The chapter about the foreign function interface in the manual has been improved. * In striutl.h the macros os_stri_alloc and os_stri_free have been improved to use a stack like allocation. Allocations done with os_stri_alloc must be freed with os_stri_free in the reverse order of their creation. The new macros reduce the runtime of stri_to_os_stri and cp_to_os_path to 66% of the old time. This reduces the time used by operating system calls. E.g.: The CPU time used by the program sydir7 is reduced to 83% of the old time. * The targets 'install' and 'uninstall' have been added to makefile, mk_linux.mak, mk_osx.mak, mk_clang.mak, mk_cygw.mak, mk_mingw.mak, mk_msys.mak, mk_nmake.mak, mk_msvc.mak, mk_bcc32.mak and mk_bccv5.mak. * The program setwpath.c has been added. This program sets the search path (PATH variable) under Windows. * The obsolete target 'hi' has been removed from the makefiles. * The functions initEmulatedCwd, cmdSetenv (both in cmd_rtl.c), setEmulatedCwd (in striutl.c) and freeArgVector (in cmd_unx.c) have been adjusted to work with the stack like allocation of os_stri_alloc and os_stri_free. * The functions heapAllocOsStri and heapFreeOsStri have been added to striutl.c. * Usages of MAX_SYMLINK_PATH_LENGTH in cmd_rtl.c have been replaced with MAX_OS_STRI_LEN.
* Remove defunct master site; tighten COMMENT; convert EXTRACT_SUFX to USES.danfe2014-03-172-7/+6
|
* Stagify; tighten COMMENT; simplify installation target; reformat pkg-descr.danfe2014-03-172-10/+7
|
* Stagify the port. Upstream `install' target was almost ready for it, justdanfe2014-03-174-19/+49
| | | | | | missing $(DESTDIR) prefix in destination directories. While here, convert post-installation banner to pkg-message (guard it with `ifndef DESTDIR' to prevent it from showing up in the build logs twice).
* Support stagingehaupt2014-03-171-9/+4
|
* Update to the 20140316 snapshot of GCC 4.9.0.gerald2014-03-172-5/+4
| | | | Convert USE_BZIP2 to USES=tar:bzip2.
* - Change Makefile header, use my name and @FreeBSD.org emailnemysis2014-03-171-8/+6
| | | | | - Change Desktop entry file - Change install, cosmetical changes
* Utilize OPTIONS helpers; drop quotes; fix broken indentation in USES knob.danfe2014-03-171-11/+4
|
* - Support stagingehaupt2014-03-172-16/+13
| | | | | | | - USES -> gmake - New LIB_DEPENDS definition - Define EXAMPLES option - Define DOCS option
* - Support stagingehaupt2014-03-171-9/+7
| | | | - Don't build with debug symbols
* - Support stagingehaupt2014-03-171-14/+8
| | | | | | - USES -> gmake - Define DOCS option - New LIB_DEPENDS definition
* - Add missing USES=pkgconfigculot2014-03-171-1/+2
| | | | Reported by: antoine@
* - Remove #USE_GCC=yes, forgotten in previous commitnemysis2014-03-171-8/+7
| | | | | - Don't silence warnings - Change REINPLACE, cosmetical changes
* Stagify QuakeC compiler ports.danfe2014-03-174-27/+16
|
* Cleanup Quake1-related ports and stagify appropriately.danfe2014-03-174-26/+18
|
* - Add misc/p5-OSSP-uuid as a replacement for misc/ossp-uuid-perl.culot2014-03-179-41/+82
| | | | | | | | p5-OSSP-uuid only installs the Perl API, hence avoiding to have two conflicting ports as was the case with ossp-uuid and ossp-uuid-perl. Suggested by: mat@ Approved by: vd@ (ossp-uuid maintainer, via email)
* Update to version 2.0.3.demon2014-03-172-3/+3
|
* Convert to new USES=tarmadpilot2014-03-177-14/+7
|
* Update to 0.9.5bapt2014-03-172-3/+3
|
* Support stagingehaupt2014-03-172-10/+12
|
* - Support stagingehaupt2014-03-172-22/+12
| | | | | | - Define EXAMPLES option - Define DOCS option - Convert USE_BZIP2=yes to USES=tar:bzip2
* Support stagingehaupt2014-03-172-5/+6
|
* Support stagingehaupt2014-03-171-30/+26
|
* Support stagingehaupt2014-03-171-2/+1
|
* Support stagingehaupt2014-03-171-5/+4
|
* - Update to 0.7ashish2014-03-174-56/+152
| | | | | | - Add LICENSE information - Add OPTION for NLS - Convert to OptionsNG helpers
* Support STAGEfeld2014-03-173-40/+26
|
* Support STAGEfeld2014-03-172-6/+4
|
* Support STAGEfeld2014-03-172-19/+11
|
* Add staging supportpawel2014-03-171-2/+4
|
* Now that the default version of GCC in the Ports Collection (pergerald2014-03-1710-10/+9
| | | | | | | lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace USE_GCC=4.7+ by USE_GCC=yes. Approved by: portmgr (mat)
* Update to the 20140315 snapshot of GCC 4.7.4.gerald2014-03-172-3/+3
|
* - Fix build on 10+ by respecting CC [1]pawel2014-03-172-8/+14
| | | | | | | | | | | - Remove leading article from COMMENT - Make LICENSE more precise - Switch to PLIST_FILES, port installs only 2 files - Strip pgrogram binary - Add support for staging PR: ports/187635 [1] (patch not used) Submitted by: maintainer
* Clean up. Support STAGE. Turn the optional libraries into anadamw2014-03-172-49/+46
| | | | OPTION. Install docs. Respect MAKE_ARGS/MAKE_ENV/MAKE_CMD.
* - fix buid on FreeBSD 10ohauer2014-03-171-1/+3
| | | | | | | | | - bump PORTREVISION - change MAINTAINER to PR submitter PR: ports/187270 (followup) Submitted by: Jeff Lawson <jeff.lawson@flightaware.com> (new maintainer) Approved by: Peter Lai <cowbert@gmail.com> (former maintainer)
* - Add LICENSE, desktop entry filepawel2014-03-171-5/+7
| | | | - Support staging
* - Update from 2.7.4 to 2.7.5danilo2014-03-173-12/+25
| | | | | - Take maintainership - Convert USE_BZIP2 to USES
* - fix build on FreeBSD 10ohauer2014-03-172-0/+14
| | | | | | | - bump PORTREVISION PR: ports/187433 Submitted by: Daniel Siechniewicz <daniel@nulldowntime.com>
* - Update WWW: in pkg-descrtota2014-03-171-1/+1
| | | | Submitted by: ohauer (via private e-mail)
* - add entry for renamed portsohauer2014-03-171-3/+21
| | | | | | | | o mail/p5-Mail-SpamAssassin o japanese/p5-Mail-SpamAssassin - trim trailing whitespaces Noted on the ports@ list by J David
* - Change Makefile header, use my name and @FreeBSD.org emailnemysis2014-03-171-6/+5
| | | | | | - Remove TODO from DOCS - Add DOCS Option - Change Desktop entry file
* graphics/showimage:makc2014-03-174-15/+11
| | | | | | | | | | | - update to 1.8.1 - modernize Makefile (stage support, USES) - trim COMMENT - fix desktop file: only the showimage binary was renamed, the icon retains original name PR: ports/187638 Approved by: Rusty Nejdl (maintainer)
* - Update to 1.09sunpoet2014-03-172-3/+3
| | | | Changes: http://search.cpan.org/dist/Devel-Cover/Changes
* - Update to 20140316sunpoet2014-03-172-3/+3
|
* - Update to 2.4.2lwhsu2014-03-172-13/+33
| | | | | PR: ports/187619 Submitted by: Lawrence "The Dreamer" Chen <beastie@tardisi.com>
* - Reset MAINTAINERantoine2014-03-171-1/+3
| | | | | | - Deprecate: upstream disappeared Requested by: maintainer
* - Update to 6.6bdrewery2014-03-174-34/+16
| | | | | | | - Capsicum patch no longer needed - Update X509 patch to 7.9 Changelog: http://www.openssh.org/txt/release-6.6
* Fix order of spamd args.adamw2014-03-173-3/+3
| | | | Noticed by: ume
* Package the pkg-config fileantoine2014-03-172-0/+3
|
* ports in cat www where MAINTAINER=portsohauer2014-03-1721-36/+25
| | | | | - USE_BZIP2 -> USES= tar:bzip2 - LICENSE=BSD -> BSD[n]CLAUSE
* sa-update no longer requires p5-libwww, but it doesadamw2014-03-172-2/+3
| | | | still require HTTP::Date.
* - Switch to recommended dependenciesadamw2014-03-164-20/+22
| | | | | | | | | | | | - Drop p5-libwww, as SA will use fetch(1) - Use p5-IO-Socket-IP unconditionally - Drop p5-IO-Socket-INET6 - Remove the IPV6 option - Use p5-Geo-IP instead of p5-IP-Country - Remove unnecessary p5-Mail-Tools dependency - Remove RAZOR and DKIM from OPTIONS_DEFAULT. All plugins now default to off. - Make instructions clearer in pkg-message and rc.d script
* Convert to USES=tar:*rene2014-03-162-3/+3
|
* - USE_BZIP2 -> USES=tar:bzip2ohauer2014-03-162-3/+2
|
* - fix staged package buildingohauer2014-03-162-3/+8
| | | | Noted by antoine@
* Brand new syslog-ng-incubator port from our syslog-ng upline. The syslog-ngcy2014-03-165-0/+68
| | | | | | | | | | | Incubator is a collection of tools and modules that are not part of the official syslog-ng distribution. This port was sent to us by Peter Czanik <czanik@balabit.hu>, an employee of balabit.hu, the producers of syslog-ng. Peter is responsible for FreeBSD functionality and ports at bababit.hu. Submitted by: Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
* The release notes for 3.4.0 were never included in the tarball fromadamw2014-03-165-13/+492
| | | | | | | | | | | upstream. We include the missing commit, and also the release notes themselves for good measure. PR: ports/187632 Submitted by: Spil <spil.oss@gmail.com> Also, as long as we're here, pet portlint a little bit (though it still complains loudly about other things).
* Unbreakantoine2014-03-161-3/+1
|
* Again fix mount command due to upstream applying wrong patch.bdrewery2014-03-164-0/+24
| | | | Submitted by: Adrian Waters <awaters@draenan.net>
* - Convert USE_AUTOTOOLS=libtool to USES=libtool.tijl2014-03-163-69/+6
| | | | | | | | | | | | - Remove USE_GNOME=intlhack. Does not do anything. - Staging. - Remove SKIM support. It depends on KDE3. - Touch config.h.in in post-patch so the makefile doesn't think it's outdated and decides to run autoheader and other autotools. - Remove references to FreeBSD 4.x from pkg-message. PR: ports/187011 Approved by: maintainer timeout (3 weeks)
* - Update from 2.7 to 2.8danilo2014-03-162-4/+4
|
* - Stage supportriggs2014-03-163-738/+720
| | | | | | | | | | | | | | - Makefile cleanup - Move pkg-message to files/pkg-message.in - Convert plist to use %%DATADIR%% - Introduce LICENSE_* - Bump PORTREVISION - Update maintainer e-mail address - Add NO_PACKAGE according to (my understanding of) the license PR: ports/187507 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Approved by: thierry (mentor)
* - Update to version 1.2.0, support staging [1]pawel2014-03-163-11/+22
| | | | | | | | | - More precise LICENSE - Fix shebangs in perl scripts - Strip library PR: ports/187608 [1] Submitted by: maintainer
* - Update to 1.100602lth2014-03-162-3/+6
| | | | | | - Add LICENSE Changes: http://metacpan.org/changes/distribution/String-Truncate
* - Update to 1.06lth2014-03-162-3/+3
| | | | Changes: http://metacpan.org/changes/distribution/Text-Truncate
* - Update to 0.004lth2014-03-162-3/+3
| | | | Changes: http://metacpan.org/changes/distribution/Version-Next
* Add gtkspell3 3.0.4.kwm2014-03-165-0/+134
| | | | | Gtkspell check library based on Gtk+ 3. This version isn't compatible with gtkspell.
* Remove extra instance of OPTIONS_DEFINE; contract MASTER_SITES while here.danfe2014-03-161-4/+2
|
* games/flightgear-mb339-pan: unbreak fetch; needs :infozipmarino2014-03-161-2/+2
|
* Remove expired ports:antoine2014-03-1619-350/+3
| | | | | | 2014-03-15 multimedia/linux_v4l2wrapper-kmod: Included now in all supported FreeBSD versions 2014-03-15 devel/sgl: S/W never progressed beyond incomplete graduate project; library was never properly built - not worth fixing 2014-03-15 palm/jpilot-db: No distfiles
* Remove checks for V4L2 wrapper, it is included in the linuxulator of allantoine2014-03-162-8/+0
| | | | supported versions of FreeBSD
* Stagify; renew LIB_DEPENDS; use OPTIONS helpers; wrap an overly long line.danfe2014-03-164-23/+85
|
* games/live-f1: Backport fix for missing sector times and weatherkoobs2014-03-162-1/+74
| | | | | | | | | | - Backport revision 114 [1] for issue 1292481 [2] that fixes "M-b~" characters in the sector time fields and removes the weather section who's data is no longer provided on the free FOM feed. - Use new LIB_DEPENDS convention [1] http://bazaar.launchpad.net/~davepusey/live-f1/live-f1/revision/114 [2] https://bugs.launchpad.net/live-f1/+bug/1292481
* Pass back to the Code Aster maintainerbf2014-03-161-1/+1
|
* Update 3.5.3 --> 3.5.4.1cy2014-03-163-27/+29
| | | | Submitted by: Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
* Refer to bsd.default-versions.mk for the canonical version of GCC; nogerald2014-03-161-3/+2
| | | | longer duplicate version information related to that.
* Update devel/shtk to 1.5:jmmv2014-03-163-4/+5
| | | | | | | | | | | | | | | Released on 2014-03-16. * Added a version module with helper functions to check if shtk is a given version or matches some constraints. Useful to dynamically determine which functions to call in a script, if their need is optional. * Added timeout support to shtk_process_run. The new '-t' option to this function takes the number of seconds before forcibly killing the subprocess. Approved by: bdrewery
* Update to 1.3.3feld2014-03-163-4/+16
|
* Add new Ada port: textproc/xml_ez_outmarino2014-03-169-0/+139
| | | | | | | | | | | | | | XML EZ_Out is a small set of packages intended to aid the creation of XML-formatted output from within Ada programs. It basically wraps the tags and data provided to it with XML syntax and writes them to a user-supplied medium. This medium can be any sort of writable entity, such as a file, a memory buffer, or even a communications link, such as a socket. The only functionality required of the medium is that it supply a meaningful "Put" (for writing a string) and "New_Line" procedure. WWW: http://www.mckae.com/xmlEz.html
* - Update to 1.2.7bdrewery2014-03-164-14/+10
| | | | | | | | | | | Changes: - Only fallback to YAML if UCL parsing fails - pkg2ng: Hide warnings about @mtree, @stopdaemon, @comment @display and @conflicts - Fix escaping issues with COMMENT - pkg add: Fix -A to properly mark package as automatic - pkg2ng: Fix over NFS - pkg2ng: Show message while analyzing shared libraries
* - Update to 0.5.1swills2014-03-162-3/+3
| | | | | PR: ports/187592 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
* Windows Directory Monitor (WDM) is a library which can be used to monitorswills2014-03-164-0/+26
| | | | | | | | | | directories for changes. It's mostly implemented in C and uses the Win32 API for a better performance. WWW: https://github.com/Maher4Ever/wdm PR: ports/187591 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
* FSEvents API with Signals catching (without RubyCocoa).swills2014-03-164-0/+24
| | | | | | | WWW: http://rubygems.org/gems/rb-fsevent/ PR: ports/187587 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
* - Update to 1.5.3swills2014-03-162-4/+4
| | | | | PR: ports/187585 Submitted by: Joseph Benden <joe@thrallingpenguin.com>
* - Use USE_CXXSTD=c++11 instead of USE_CXXSTD=gnu++11 andnemysis2014-03-161-3/+1
| | | | | | | CXXFLAGS+=-std=c++11 Reported by: tijl@ Thanks to for help: nox@
* Update to 16.0.adamw2014-03-163-91/+101
|
* - Fix absolute symlink that made Linux linker pick up native lib.nox2014-03-161-0/+6
| | | | | | | | | (and fail) - Bump PORTREVISION. PR: ports/187609 Submitted by: nox (self, PR), Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer, fix)
* - Change master sites, use GitHub=yesnemysis2014-03-166-24/+52
| | | | | | | | | | | | | - Fix build with Clang, add patches [1] - Disable Clang warnings with CFLAGS+=-Wno-return-type - Remove obsolete REINPLACE, changed by upstream - Change do-install, cosmetical changes - Change pkg-descr Reviewed by: tijl@ [1] Thanks to for help: nox@, dim@, Horia Racoviceanu <horia at racoviceanu.com>, frogs <4721 at hushmail.com>
* devel/matreshka: Add FireBird SQL Supportmarino2014-03-162-9/+206
| | | | | | | After reporting the build issue of the Firebird SQL driver to the author, a fix was introduced a couple of days later. I finally have time to apply that repository fix. While here, fix it so the license can be installed.
* - Fixes resourceleak in i3bar and memoryleak in i3bapt2014-03-162-4/+113
| | | | | | | | - Convert to USES=tar:bzip2 PR: ports/187617 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Obtained from: i3 git (http://code.stapelberg.de/git/i3/)
* Update to 4.0.4.mat2014-03-165-14/+16
| | | | Sponsored by: Absolight
* Update to 2.1.3: bug fixes, new and updated translationsnaddy2014-03-163-3/+5
|
* Fixup for USES=fortran conversion. These ports require USE_GCC=yestijl2014-03-162-4/+4
| | | | | | | | | because they depend on gcc specific optimisation flags. While here use USES=tar:bzip2. PR: ports/187501 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
* - Add imageworsener 1.2.0sunpoet2014-03-165-0/+53
| | | | | | | | | | ImageWorsener is a cross-platform command-line utility and library for image scaling and other image processing. It has full support for PNG, JPEG, BMP formats, experimental support for WebP, read-only support for GIF, and limited support for some other image formats. It's not as fast or memory-efficient as some utilities, but it's very accurate. WWW: http://entropymine.com/imageworsener/
* - Update to 2.7.1sunpoet2014-03-162-3/+3
| | | | Changes: https://github.com/guard/listen/releases
* - Use USES=tar:tgzsunpoet2014-03-161-2/+1
|
* - Use USES=tar:tgzsunpoet2014-03-161-1/+1
|
* - Bump PORTREVISION for pkg-plist changenemysis2014-03-166-296/+81
| | | | | | | | | | | | | | | | | | | - Cleanup port - Add master site, icons - Take maintainership - Use the new format for LIB_DEPENDS - Remove obsolete REINPLACE -I/usr/local/include and -L/usr/local/lib, don't use -I${LOCALBASE}/include and -L${LOCALBASE}/lib - Remove PORT_VERBS, not needed - Add NLS Option, install conditional NLS - Support STAGEDIR and add OPTIONS_SUB, add REINPLACE for staging - Add Desktop entry file - Remove obsolete REINPLACE, add patch-Makefile.in, copy and install /etc/ultimatestunts.conf as example, user gets ~/.ultimatestunts/ultimatestunts.conf when the game starts - Recreate patches with make makepatch - Change pkg-descr - Change pkg-plist, remove DOCS, add icons
* Update to SWI Prolog 6.6.2johans2014-03-163-4/+13
|
* - Update to 3.17.4bdrewery2014-03-162-8/+5
| | | | | | | | | Changes: - Fix --check-depends with pkg [1] - Allow installing DEPRECATED ports PR: ports/186915 [1] Submitted by: kaltheat <kaltheat@gmail.com> [1] (based on)
* Stagify the port; fix RUN_DEPENDS to unbreak packaing.danfe2014-03-161-10/+6
|
* - Update to 1.1bdrewery2014-03-163-25/+5
| | | | | | Changes: - Only copy zpool.cache if there is one - Change mountpoint to / instead of legacy, simplying child datasets
* - Update to version 3.8.4.1 [1]pawel2014-03-162-10/+7
| | | | | | | | - Strip library [1] - Remove optional instalation of example files PR: ports/187603 [1] Submitted by: maintainer
* - Update to checkin 748d2f2bdrewery2014-03-163-25/+5
| | | | | | Changes: - Only copy zpool.cache if there is one - Change mountpoint to / instead of legacy, simplying child datasets
* Update to version 3.8.4.1pawel2014-03-162-4/+4
| | | | | PR: ports/187604 Submitted by: maintainer
* - Use the more common libpng instead of libmng.tijl2014-03-163-13/+103
| | | | | | | | | | | | - Add an icon to the desktop entry. - Use option helpers. - Respect CFLAGS. - Remove clang support patch. No longer necessary. - Add a patch to fix rendering of SVG and BMP images on little-endian systems and all image formats on big-endian systems. [1] PR: ports/187466 [1] Tested by: Craig Butler <craig001@lerwick.hopto.org> [1]
* - Fix USE_PYTHONsunpoet2014-03-161-1/+1
|
* Use COPYTREE_SHARE.adamw2014-03-162-94/+91
| | | | | Set DATADIR to make the process simpler. No PORTREVISION bump, as no change to final product.
* - Use OPTIONS helpersadamw2014-03-161-73/+14
| | | | | | | | - Remove some .if's obsoleted by STAGE - Remove CONFLICTS against ports that don't exist PR: ports/187201 Approved by: maintainer timeout
* - Support PKGNGriggs2014-03-163-8/+118
| | | | | | | | | | | | | - Support Staging - Update maintainer e-mail address - Introduce limitation of the port to supported ARCHs - Add LICENSE - USE_BZIP2 -> USES tar:bzip2 - Bump PORTREVISION PR: ports/187187 Submitted by: TAKEMON Takashi <takemon@bamboogate.co.jp> Approved by: thierry (mentor)
* Make proftpd-mod_sql_tds use its own versionmm2014-03-161-0/+2
|
* ProFTPD module mod_clamavmm2014-03-163-0/+40
| | | | WWW: https://github.com/jbenden/mod_clamav
* Enable ProFTPD module ports to use own version stringsmm2014-03-161-3/+7
|
* - remove bogus '\'ohauer2014-03-161-1/+1
|
* - update to 0.1.15.2 (beta1 -> beta2)ohauer2014-03-165-17/+227
| | | | | | | | - use patches instead post-patch and sync man pages - adopt some patches from debian - install sample config with mode 644 instead 444 - add dnsbl-1.uceprotect.net as possible candidate to sample config (commented out per default)
* - Convert USE_GMAKE/BZIP2 to USESmiwi2014-03-169-17/+10
|
* Use _CONFLICTS_INSTALL helper.adamw2014-03-161-4/+2
|
* Update to 1.8.7.adamw2014-03-162-9/+9
| | | | Properly mark as BSD 2-clause.
* - Convert USE_GMAKE/BZIP2 to USESmiwi2014-03-1611-25/+10
|
* - Add stage support [1]pawel2014-03-161-29/+6
| | | | | | | - Use PORTEXAMPLES for example files PR: ports/187598 [1] Submitted by: maintainer
* Add MASTER_SITES to databases/proftpd-mod_sql_tdsmm2014-03-161-0/+2
|
* Remove mod_clamav from ftp/proftpd (goes to security/proftpd-mod_clamav)mm2014-03-163-23/+8
| | | | Move module MASTER_SITES to module ports
* - Convert USE_XZ/BZIP2/GMAKE to USESmiwi2014-03-165-12/+5
|
* - Convert USE_GMAKE to USESmiwi2014-03-166-10/+6
|
* - Convert USE_BZIP/GMAKE to USESmiwi2014-03-162-5/+2
|
* - Convert USE_GMAKE to USESmiwi2014-03-161-3/+1
| | | | - Stage support
* - Convert USE_BZIP/GMAKE to USESmiwi2014-03-161-4/+2
| | | | - While here add stage support
* Stagify, generally cleanup Makefile, provide more useful port description.danfe2014-03-162-17/+23
|
* Kill bogus EOL whitespace.danfe2014-03-155-7/+7
|
* - Convert USE_GMAKE to USESmiwi2014-03-151-1/+1
|
* - Stage supportmiwi2014-03-151-2/+1
|
* - Stagify, define LICENSE (GPLv2), sort the knobs, reformat port descriptiondanfe2014-03-152-17/+15
| | | | | - Convert EXTRACT_SUFX and USE_GMAKE to USES, drop an article from COMMENT, use modern LIB_DEPENDS syntax
* Switch my ports to USES= tar:...nox2014-03-1529-44/+29
|
* net/py-tweepy: Update to 2.2koobs2014-03-153-15/+3
| | | | | | | | | | | | - Update to 2.2 - Remove post-extract target: (tests no longer included) - Remove zip_safe=False patch in setup.py (no longer necessary) Changes: https://github.com/tweepy/tweepy/blob/2.2/CHANGELOG.md Approved by: maintainer (via Twitter)
* net/py-oauth2: Fix tests from being installed in site-packageskoobs2014-03-153-2/+13
| | | | | | | | | | | | | | | | | | | | - Patch setup.py to exclude tests from install (CONFLICT) [1][2] - pkg-descr: Tab->space in WWW: (portlint) - Bump PORTREVISION [1] This Python package uses packages=find_packages() with a tests module in the root that contains an __init__.py file, which results in the tests module being installed in site-packages. The correct way of including tests in a pypi package using sdist, while excluding tests in the root from being installed it to use: * packages = find_packages(exclude='tests'), * A MANIFEST.in containing "include tests/*" or equivalent [2] https://github.com/simplegeo/python-oauth2/issues/139 Reported by: antoine Approved by: maintainer (via Twitter)
* - Update to version 1.5pawel2014-03-152-17/+12
| | | | | | | | - Add LICENSE - Staging support PR: ports/187597 Submitted by: maintainer
* correct misuse of X_CONFIGURE_ENABLEgirgen2014-03-151-9/+9
|
* Add a patch sent upstream to fix the build with clang 3.4.rakuco2014-03-152-0/+21
| | | | | clang 3.4 is pickier with the flags it accepts, and refuses to work with the GCC-specific -fno-check-new.
* Fix linking on FreeBSD 10 when GSSAPI=onpawel2014-03-151-0/+1
| | | | | | PR: ports/186745 Submitted by: Jyrki Ahpola <jyrkia@gmail.com> Approved by: maintainer timeout
* - remove BL_NJABL (njabl.org)ohauer2014-03-151-15/+13
| | | | | - add stage support - add LICENSE
* An Object Oriented Interface to /proc/cpuinfopawel2014-03-155-0/+28
| | | | | PR: ports/187099 Submitted by: pauls@utdallas.edu
* - Update to version 1.8.20140310 [1]pawel2014-03-152-8/+4
| | | | | | | - Use option helper PR: ports/187105 [1] Submitted by: maintainer
* Add a CONTRIBUTING file so github pull requests explain the proper submissionbdrewery2014-03-151-0/+3
| | | | process.
* Add a .gitignore, exported from svn pg svn:ignore.bdrewery2014-03-151-0/+3
| | | | | Submitted by: veell <dev@veell.net> Submitted at: https://github.com/freebsd/freebsd-ports/pull/7
* Mark jobs unsafe.kwm2014-03-151-0/+1
| | | | Submitted by: mat@
* Fix handling of the pango font cache.kwm2014-03-152-6/+5
| | | | | Reported by: Craig Leres <leres@ee.lbl.gov> Tested by: Craig Leres <leres@ee.lbl.gov>
* When setting USE_XORG via OPTION helper, use comma syntax universally; indanfe2014-03-154-7/+7
| | | | | | | | | | `devel/sdl12', `graphics/blender', and `multimedia/libav' ports they were set incorrectly, which caused build failures of `devel/sdl12' without the OpenGL, for example. Also, while at it, in `multimedia/libmpeg2', fix sed(1) based patching to produce more neat results, and use official spelling of MPEG abbreviation in COMMENT (port description still needs cleaning up).
* - Canonicalize Makefile header, retouch COMMENTdanfe2014-03-153-19/+18
| | | | | | - Tighten `do-install' target recipe a little - Convert 3-line pkg-plist to PLIST_FILES - Augment port description text while here
* - Convert EXTRACT_SUFX to USES=tar:tgzdanfe2014-03-153-5/+5
| | | | | - Convert 3-line pkg-plist to PLIST_FILES - Use space, not tab, after WWW: in pkg-descr
* - Fix the build (linking) against Clang by uninlining couple of functionsdanfe2014-03-151-2/+8
| | | | | - While here, convert EXTRACT_SUFX to USES=tar:tgz and define ALL_TARGET, since upstream `all' target is racy
* Update to version 1.0.3pawel2014-03-152-3/+3
| | | | | | | Fixed: Placeholder causing puddletag to not start up for Qt < 4.7. New version of configobj library not saving unicode objects. __num_images count for mp3 and ogg.
* Add some missing distinfoantoine2014-03-153-0/+6
| | | | With hat: portmgr
* - Update to 0.4.100.2.1tota2014-03-152-3/+3
|
* - Update to 1.2.0miwi2014-03-152-3/+3
|
* - Update to 1.1.1.miwi2014-03-152-3/+3
|
* - Update 3.8.1miwi2014-03-152-3/+3
|
* - Update to 1.2.0miwi2014-03-152-3/+3
|
* Move MAINTAINER lines to the end of the initial comment block andgerald2014-03-1547-104/+76
| | | | | | make things a bit more consistent. Approved by: portmgr (bapt)
* Move to version 1.2.9, the final in the 1.2 series.gerald2014-03-154-15/+10
| | | | | | | | | | Support staging. Struts is now an Apache project, adjust the package name and comment accordingly to honor their branding guidelines. PR: 183127 Submitted by: pfg
* - Update to 1.004miwi2014-03-152-3/+3
|
* - Remove tests to avoid conflict with net/py-oauth2miwi2014-03-151-0/+3
| | | | Reported by: antoine
* Fix the build of x11/rxvt-unicode with clang34, by defining a morethierry2014-03-152-2/+16
| | | | | | | | | | | | | | C++-friendly dNOOP. Note: don't apply the patch proposed in the PR, but a patch proposed by Craig A. Berry at http://perl5.git.perl.org/perl.git/commit/7db66e12883f0832ca80164b723768b848187bda as suggested by az@. PR: ports/187571 Submitted by: /me Reported by: Thomas Hoffmann <trh411 (at) gmail.com> Approved by: az
* Update to 33.0.1750.152rene2014-03-152-7/+6
| | | | | Security: http://vuxml.org/freebsd/a70966a1-ac22-11e3-8d04-00262d5ed8ee.html MFH: 2014Q1
* Document new vulnerabilities in www/chromium < 33.0.1750.152rene2014-03-151-0/+45
| | | | | Obtained from: http://googlechromereleases.blogspot.nl/ MFH: 2014Q1
* - Convert EXTRACT_SUFX to USES=tar:tgz, drop an article from the COMMENTdanfe2014-03-152-12/+7
| | | | | - Remove BROKEN on sparc64: it builds fine at least on flame.freebsd.org - While here, reformat and improve grammar in port description text
* - Shrink MASTER_SITES, convert EXTRACT_SUFX to USES=tar:tgz, improve COMMENTdanfe2014-03-152-36/+12
| | | | | | - Install portdocs and examples unconditionally since the port is staged now - Convert pkg-plist into PLIST_FILES, PORTDOCS, and PORTEXAMPLES knobs - Drop no-op (cf. files/patch-Makefile) `post-patch' target while I'm here
* Resurrect sysutils/wait_on, it has a new home. [1]rene2014-03-155-1/+23
| | | | | While here, fix packaging as user. Submitted by: Ondra Knezour <knezour@weboutsourcing.cz>
* - Update to bzr snapshot revision 116732ashish2014-03-153-13/+65
| | | | | | | | | | - Add OPTIONs for building with GnuTLS 3.x[1] (default), and GnuTLS 2.x support - Remove OPTION for SYNC_INPUT (not supported) - Add a fix when building with ncurses port being installed - Fix CONFLICTS to pass portlint checks PR: ports/187346[1]
* - Update to 1.00ashish2014-03-154-5/+14
| | | | | | - Add LICENSE information - Add STAGE support - Fix spacing in pkg-descr
* Stagify, cleanup Makefile, convert to OptionsNG, define LICENSE.danfe2014-03-152-26/+20
|
* - Covert USE_GMAKE, USE_BZIP2, USE_XZ to USESmiwi2014-03-1541-66/+42
|
* libamr(n|w)briggs2014-03-155-42/+48
| | | | | | | | | | | | - Change MASTER_SITES - Add LICENSE_* for complicated legal status - Update LEGAL - Support stage - While on it, USE_BZIP2 -> USES tar:bzip2 PR: ports/186065 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Approved by: thierry (mentor)
* - Sanitize and cleanup the port a bit: remove "Portname is ..." from COMMENT,danfe2014-03-155-99/+35
| | | | | | | drop useless EXTRACT_SUFX, define LICENSE (GPLv3), sort the knobs, etc. - Do not patch ./install.zsh file; it is nearly identical to ./install.sh except for the _f file, which can be installed separately (do so) - Stagify, use OPTIONS helpers, trim superfluous whitespace here and there
* - Unbreak slave portmiwi2014-03-151-1/+3
| | | | Submitted by: antoine
* lang/rust: update to 0.9eadler2014-03-155-61/+63
| | | | | | | | | | | | | - stagiy - mark as broken on 10+ - update to 0.9 - add new options - add LICENSE PR: ports/185868 PR: ports/185865 Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com> Approved by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
* Upgrade to r203994.brooks2014-03-1510-168/+168
|
* - Add LICENSEsunpoet2014-03-152-10/+10
| | | | | | | | | - Convert to new LIB_DEPENDS format - Use USES=tar:bzip2 - Cosmetic change - Take maintainership - Remove Author line - Use single space after WWW:
* - Update MASTER_SITESsunpoet2014-03-151-1/+1
|
* - Update MASTER_SITESsunpoet2014-03-151-1/+1
|
* - Update MASTER_SITESsunpoet2014-03-151-3/+2
| | | | - Use USES=tar:bzip2
* Update c-icap to 0.3.3 and c-icap-modules to 0.3.2mm2014-03-156-22/+43
| | | | Add staging support
* - Update RESTRICTED comment for graphics/libecwj2amdmi32014-03-152-2/+2
| | | | Submitted by: glebius via private email
* Update cpuminer to 2.3.3mm2014-03-153-15/+3
|
* Update Horde_ActiveSync from 2.13.1 to 2.13.2mm2014-03-152-3/+3
|
* Refresh ProjectTox-Core and Venom.thierry2014-03-154-8/+8
|
* Fix double occurences of USES=tijl2014-03-1512-42/+33
|
* - Change master sitenemysis2014-03-151-3/+4
| | | | | - Change Desktop entry file - Break lines around 80 characters
* Update 4.2.7p411 --> 4.2.7p433cy2014-03-152-3/+3
|
* Forbidden because of CVE-2013-5211 / VU#348126.cy2014-03-151-0/+2
| | | | | | Does not configure. Flag as broken. Security: CVE-2013-5211 / VU#348126
* - Use DOS2UNIX_GLOB instead of DOS2UNIX_FILESnemysis2014-03-152-9/+34
| | | | | | | | | - Fix STAGEDIR, Mega Mario now load correctly from DATADIR, change files/patch-Makefile - Mute dir install - Remove linux.txt from DOCS - Change REINPLACE, cosmetical changes - Strip executable
* Support staging.cy2014-03-156-29/+37
|
* multimedia/linux-huludesktop: remove dead porteadler2014-03-158-106/+1
| | | | | | Upstream has ceased development of this port. Approved by: jsa (maintainer)
* - Add LICENSEsunpoet2014-03-151-1/+5
| | | | | - Add RUN_DEPENDS - Bump PORTREVISION for dependency change
* - Sort TEST_DEPENDSsunpoet2014-03-151-2/+2
|
* Use USES=tar:bzip2.jkim2014-03-151-2/+1
|
* Simplify MASTER_SITES and use USES=tar:xz.jkim2014-03-151-3/+2
|
* Use USES=tar:xz.jkim2014-03-151-1/+1
|
* - Sort PLISTsunpoet2014-03-152-2/+4
|
* - Update to version 1.2.5 [1]pawel2014-03-152-8/+10
| | | | | | | | | - Add LICENSE [1] - Support staging [1] - Strip program binary PR: ports/187560 [1] Submitted by: maintainer
* Update flash to the latest version.eadler2014-03-152-5/+5
| | | | | PR: ports/187556 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* lang/mono: Unbreak configure/runawaymarino2014-03-151-0/+2
| | | | | | | | | | | | Mono was set to build via clang unconditionally. Other than have a large, unnecessary dependency on clang33, this didn't bother DragonFly until recently. The 3.2.8 version has a conftest to test for a working __thread implementation (which DragonFly has), but for some reason the test locks up when built by clang. I built the conftest manually with gcc and it returned fine. In any case, DragonFly's gcc47 base compiler builds mono fine, so to unbreak the port on DragonFly, only specify clang on FreeBSD.
* - Bump PORTREVISION for sysutils/freeipmi shlib changesunpoet2014-03-141-9/+6
| | | | | | | - Convert to new LIB_DEPENDS format [1] - Support STAGEDIR [1] Approved by: portmgr (blanket) [1]
* - Use USES=tar:xzsunpoet2014-03-141-1/+1
|
* - Use USES=tar:xzsunpoet2014-03-141-2/+1
|
* - Use USES=tar:xzsunpoet2014-03-141-1/+1
|
* - Use USES=tar:xzsunpoet2014-03-141-2/+1
|
* - Convert to new options helpersunpoet2014-03-141-20/+8
| | | | | | | | - Use USES=shebangfix - Support STAGEDIR - Simplify Makefile Approved by: portmgr (blanket)
* - Update to 1.4.1sunpoet2014-03-146-96/+21
| | | | | | | - Use PORTDOCS - Simplify Makefile Changes: http://savannah.gnu.org/forum/forum.php?forum_id=7899
* - Update to 1.3.6olivierd2014-03-144-13/+99
| | | | | | | | | | - Add support of DragonFly and merge post-patch target into CMakeLists.txt patch - Don't build locker, because VT_UNLOCKSWITCH is not defined in sys/consio.h - Adjust dependencies PR: 187376 Submitted by: myself Approved by: Henry Hu (maintainer)
* - Update to 0.007sunpoet2014-03-142-3/+3
| | | | Changes: http://search.cpan.org/dist/experimental/Changes
* - Update to 9.20sunpoet2014-03-142-6/+6
| | | | | | - Use USES=tar:xz Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.20.diff
* - Support STAGEDIR [1]olivierd2014-03-144-49/+39
| | | | | | | | | | | | | | - Use options helpers [1] - Move sox dependency from BUILD_DEPENDS to LIB_DEPENDS [1] - Force Imagination to use plugins [2] - Adjust GNOME dependencies - Add patch when NLS is not set - Bump PORTREVISION PR: 186596 [1], 186644 [2] Submitted by: Zsolt Udvari [1], [2] Approved by: Jesse Smith (maintainer) [1], timeout (> 1 month) [2]
* - Update to 0.3.2sunpoet2014-03-143-6/+9
| | | | | | | - Add my LOCAL to MASTER_SITES - Use USES=tar:xz Changes: https://github.com/tatsuhiro-t/nghttp2/releases
* - Add my LOCAL to MASTER_SITESsunpoet2014-03-141-3/+3
| | | | - Use USES=tar:xz
* - Bump PORTREVISION for dependency changenemysis2014-03-141-0/+1
|
* - Use USES=tar:xzsunpoet2014-03-141-2/+1
|
* - Use USES=tar:xzsunpoet2014-03-141-2/+1
|
* - Use USES=tar:xzsunpoet2014-03-141-2/+1
|
* - Use USES=tar:xzsunpoet2014-03-141-2/+1
|
* Update (c) year to be 2014.simon2014-03-141-1/+1
| | | | | PS. all rumors that this commit is to shup up the grim reaper are wildly exagurated.
* - Add dependency for graphics/joglnemysis2014-03-143-7/+20
| | | | | - Add pkg-deinstall - Change pkg-message, remove deinstallation information
* - Update to version 2.0pawel2014-03-143-5/+15
| | | | | | | | | | | | | | | | - Convert to USES=tar:bzip2 - Strip program binary Release notes: * New option to record audio. * Download 1080p in DASH format. * The 'Most Rated' tab has been replaced with 'Sports'. * An option to add the URL to the SMPlayer playlist has been added. * A default region is selected according to the user's language and country. * Better support for encrypted signatures. * New translations: Italian and French. * Possibility to compile with Qt 5.
* devel/ncurses: Unbreak (caused by overwritten USES=tar:tgz)marino2014-03-141-2/+1
|
* Update to 1.1.2mat2014-03-143-14/+43
| | | | | | | PR: 187423 Submitted by: mat Approved by: maintainer Sponsored by: Absolight
* - fix issue with interactivityjadawin2014-03-141-0/+2
| | | | Noticed by: Matthew D. Fuller <fullermd@over-yonder.net>
* - Fix build.hrs2014-03-144-47/+50
| | | | | | - Integrate FREEWNN and CANNA into one option. - STAGEDIR support. - Bump PORTREVISION due to the option change.
* - Update WWWsunpoet2014-03-141-1/+1
|
* Re-enable support for mod_clamav [1]mm2014-03-142-27/+17
| | | | | | | Remove remains of mod_sql_tds PR: 187510 [1] Submitted by: Joseph Benden <joe@thrallingpenguin.com> [1]
* Fix build.hrs2014-03-141-1/+1
|
* - Fix build.hrs2014-03-146-15/+401
| | | | - STAGEDIR support.
* - Support stagingehaupt2014-03-141-8/+5
| | | | | - USES -> gmake - New LIB_DEPENDS definition
* - Update to 0.23.3.hrs2014-03-146-33/+83
| | | | - STAGEDIR support.
* Support stagingehaupt2014-03-141-5/+3
|
* - Support stagingehaupt2014-03-141-4/+3
| | | | - New LIB_DEPENDS definition
* - Support stagingehaupt2014-03-141-13/+8
| | | | - Define DOCS option
* Add new Ada port: textproc/opentoken 5.0amarino2014-03-148-0/+254
| | | | | | | | | | | | OpenToken is a facility for performing token analysis and parsing within the Ada language. It is designed to provide all the functionality of a traditional lexical analyzer/parser generator, such as lex/yacc. But due to the magic of inheritance and runtime polymorphism it is implemented entirely in Ada as withed-in code. No precompilation step is required, and no messy tool-generated source code is created. The tradeoff is that the grammar is generated at runtime. WWW: http://stephe-leake.org/ada/opentoken.html