aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.7.2bapt2014-01-263-3/+5
|
* - Mark DEPRECATED, set EXPIRATION_DATEnemysis2014-01-261-0/+3
|
* Switch to use lua 5.2bapt2014-01-261-4/+4
|
* Enable stage supportjohans2014-01-263-12/+98
|
* - Update to 2.0.0tota2014-01-263-4/+6
| | | | | - Add LICENSE - Replace tab with a single space after WWW: in pkg-descr
* Update to 5.2.0bapt2014-01-265-57/+21
| | | | | | | | | Bring under lua@ maintainership [1] Support stage Use MAKE_ARGS instead of patching config Convert to USES=lua Approved by: edwin@ [1]
* - Update to 0.11.1swills2014-01-264-36/+118
|
* - Fix the build with clang and 10+'s ld(1).rakuco2014-01-264-22/+39
| | | | | | | | | | | | | | | | | | On the clang side, there's a non-void function missing a return statement and some wrong QString-to-char* casts that had to be fixed. On the linker side, r253839 made our ld stricter, so we had to add some shared libraries that we use since they are not being pulled in indirectly anymore. Based on a patch by Jan Henrik Sylvester <me@janh.de> [1]. - Set LICENSE - Support staging. - Remove LATEST_LINK, it is deprecated. - Use the new OPTIONS helpers for conditional RUN_DEPENDS. PR: ports/185032 [1] Submitted by: Jan Henrik Sylvester <me@janh.de> [1] Approved by: maintainer timeout (37 days) MFH: 2014Q1
* Remove non existing PORTDOCSbapt2014-01-261-9/+5
| | | | Support stage
* Finish stage supportantoine2014-01-262-0/+2
|
* Fix build issue when MAKE_JOBS_UNSAFE is setjohans2014-01-261-7/+8
|
* Support stagebapt2014-01-261-5/+4
| | | | USE_GMAKE -> USES=gmake
* Support stagebapt2014-01-261-2/+1
| | | | USE_GMAKE -> USES=gmake
* Remove license file for well know licensebapt2014-01-261-2/+1
| | | | Convert USE_GMAKE -> USES=gmake
* - Add patch to increase stack size to avoid crash on ppc64swills2014-01-263-2/+40
| | | | | | - Bump PORTREVISION due to binary and package change Submitted by: jhibbits (via private email)
* Support stagebapt2014-01-261-2/+1
|
* Fix packaging on FreeBSD 11 when WITH_NEW_XORG is defined by bsd.port.mkbapt2014-01-261-5/+5
|
* - Convert to stagingmat2014-01-2620-115/+63
| | | | | | | - Add license - Convert to options helpers Sponsored by: Absolight
* - Fix the build on 10 and beyond.rakuco2014-01-262-2/+2
| | | | | | | | | | | | | | | Since r253839 ld(1) behaves more strictly and does not pull in indirect shared library dependencies (in this case, libX11.so). Upstream correctly has -lX11 in the linker line, but r315151 removed this section in patch-src_Makefile. Based on a patch by Jan Henrik Sylvester <me@janh.de> in [1]. - While here, convert USE_GMAKE=yes to USES=gmake. PR: ports/185033 [1] Submitted by: Jan Henrik Sylvester <me@janh.de> [1] Approved by: maintainer timeout (37 days) MFH: 2014Q1
* Support stagebapt2014-01-262-6/+5
| | | | | Fix shebang USE_GMAKE -> USES=gmake
* Support stagebapt2014-01-261-3/+2
| | | | USE_GMAKE -> USES=gmake
* Support stagebapt2014-01-261-4/+3
| | | | USE_GMAKE -> USES=gmake
* Hopefully fix `make patch' after r341112.rakuco2014-01-261-14/+14
| | | | | | | | src/SDL_Pango.c is CRLF-encoded; while we could use dos2unix here, the port's Makefile also fetches a patch from elsewhere that expects a CRLF-encoded file. PR: ports/185558
* Support stagebapt2014-01-261-17/+11
| | | | | Add DOCS and EXAMPLES options USE_GMAKE -> USES=gmake
* - Add a patch to fix the build with clang (a function is used before beingrakuco2014-01-263-2/+17
| | | | | | | | | | | | declared). [1] - Support staging. - Set LICENSE. - Remove tab from the WWW line in pkg-descr. PR: ports/185558 [1] Submitted by: Jan Henrik Sylvester <me@janh.de> Approved by: maintainer timeout (18 days) MFH: 2014Q1
* Support stagebapt2014-01-261-2/+1
| | | | USE_GMAKE -> USES=gmake
* Support stagebapt2014-01-261-4/+3
| | | | USE_GMAKE -> USES=gmake
* - Update to 0.4.000.2tota2014-01-262-3/+3
|
* Use PYDISTUTILS_AUTOPLIST to actually package the python moduleantoine2014-01-261-2/+2
|
* Support stagebapt2014-01-261-10/+9
| | | | | Modernize LIB_DEPENDS USE_GMAKE -> USES=gmake
* Support stagebapt2014-01-261-11/+8
| | | | | Modernize LIB_DEPENDS Add DOCS option
* Support stagebapt2014-01-261-9/+6
| | | | Convert USE_GMAKE to USES=gmake
* Add a DOCS optionsbapt2014-01-261-4/+4
| | | | Convert USE_GMAKE to USES=gmake
* Update to 2.0.7.rakuco2014-01-262-4/+5
| | | | Announcement and changelog: http://www.lyx.org/announce/2_0_7.txt
* Support stagebapt2014-01-261-26/+13
| | | | | | Use options helpers USE_GNOME=desktopfileutils -> USES=desktop-file-utils USE_GMAKE -> USES=gmake
* - convert to auto-generated packing listrm2014-01-262-31/+6
| | | | | - move DIST_SUBDIR upper - bump PORTREVISION
* - move DIST_SUBDIR upperrm2014-01-266-1040/+998
| | | | | - support stage - bump PORTREVISION
* - Upstream rerolled tarballtota2014-01-262-3/+3
| | | | Reported by: pkg-fallout
* Add WRKDIR to QA_ENV so that the paths QA check can search for itantoine2014-01-261-0/+1
|
* Support stagebapt2014-01-261-8/+7
| | | | | Respect CC USE_GMAKE -> USES=gmake
* - Documents old version of Ruby, mark for deletionswills2014-01-263-0/+12
| | | | | PR: ports/185540 Submitted by: clutton <clutton@zoho.com>
* Support stagebapt2014-01-261-7/+6
| | | | | | USE_GMAKE -> USES=gmake Simplify do-install Strip libraries
* - convert to auto-generated packing listrm2014-01-2620-1196/+58
| | | | | - move DIST_SUBDIR upper, where appropriate - bump PORTREVISION
* - move DIST_SUBDIR upperrm2014-01-262-554/+539
| | | | | - support stage - bump PORTREVISION
* Support stagebapt2014-01-261-49/+18
| | | | | | | USE_GMAKE -> USES=gmake Use options helpers Add DOCS option No need to strip twice the binary
* - Update to 1.7.4swills2014-01-262-4/+3
| | | | | | PR: ports/185550 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: maintainer timeout (rouslan@rshell.net, >2 weeks)
* Support stagebapt2014-01-262-8/+7
| | | | USE_GMAKE -> USES=gmake
* Support stagebapt2014-01-262-20/+9
| | | | | USE_GMAKE -> USES=gmake Use options helpers
* - stagifylme2014-01-261-6/+5
| | | | - add license
* Remove FreeBSD svn keyword form pkg-plist files.jmmv2014-01-264-4/+0
| | | | Approved by: bapt (ports)
* - stagifylme2014-01-262-11/+8
| | | | | - use new LIB_DEPENDS format - add license
* - Fix with Ruby 1.9swills2014-01-262-1/+92
| | | | | PR: ports/179611 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* - Update to latest 0.27 stable branch from githubdecke2014-01-267-6/+71
| | | | | | | | - Add patches to build with clang [1] - Use OPTIONS_SUB PR: ports/186005 [1] Submitted by: John Clark <clarkjc@runbox.com> [1]
* - Update to latest 0.27 stable branch from githubdecke2014-01-268-25/+64
| | | | | | | | - Add patches to build with clang [1] - Use OPTIONS_SUB PR: ports/186005 [1] Submitted by: John Clark <clarkjc@runbox.com> [1]
* - update to 2.26rm2014-01-263-167/+150
| | | | | - move DIST_SUBDIR upper - support stage
* - convert to auto-generated packing listrm2014-01-266-483/+16
| | | | | - move DIST_SUBDIR upper, where appropriate - bump PORTREVISION
* Update deprecation message now that no other port depends on gcc44 any more.gerald2014-01-262-17/+17
| | | | | | | Still convert to staging, remove a no longer necessary dependency on bison and backport some other changes (variable naming,...) from lang/gcc46 in case someone wants or needs to retain this port locally after we remove it here.
* Add a missing plistantoine2014-01-262-0/+37
|
* - Update to 1.3.1swills2014-01-263-4/+7
| | | | | | | | - Add LICENSE - Update homepage PR: ports/185064 Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
* Finish stage supportantoine2014-01-262-3/+3
|
* Master port was staged, so add stage support here too so that man pagesantoine2014-01-261-1/+0
| | | | are correctly handled.
* - Add explicit dependency on pkgconf (needed for cairo detection)antoine2014-01-263-7/+13
| | | | | - Patch a CMakeLists to properly change rpath during install - Add stage support
* - Stage supportantoine2014-01-262-5/+1
| | | | - Remove 1 duplicate and 1 inexistent directory from plist
* Add -fPIC to CFLAGS for amd64, this fix static librariesgarga2014-01-262-0/+2
| | | | Approved by: mat@ (maintainer)
* Respect $CCjohans2014-01-261-4/+7
|
* - Fix build on 10 and head with clangmadpilot2014-01-263-12/+36
| | | | | | | | | - Convert to staging - Improve library detection patch with a cleaner one - Mark jobs safe PR: ports/186060 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer)
* Add missing build dependencyjohans2014-01-261-0/+1
|
* Master port has been stage, add stage support here too so that the man pageantoine2014-01-261-1/+0
| | | | is correctly handled
* - Follow upstream repository transferswills2014-01-262-3/+3
| | | | | PR: ports/186036 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
* Correct plistjohans2014-01-261-3/+3
|
* - Fix a broken RUN_DEPENDSantoine2014-01-261-15/+7
| | | | - While here, add stage support
* Respect $CC in subdir as welljohans2014-01-261-0/+10
|
* - Stage supportantoine2014-01-262-11/+6
| | | | - Remove inexistent directory from plist
* - Fix the build after recent update of net/freerdpswills2014-01-263-22/+5
| | | | | | | | - Follow upstream repository transfer - Remove unused files from distinfo PR: ports/186035 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
* - Support CC properlymiwi2014-01-261-5/+16
| | | | | | | | - Stage support - Add License PR: 185349 Submitted by: Ports Fury
* - Update MASTER_SITES and WWW: linemiwi2014-01-267-90/+69
| | | | | | | | | - Support CC/CFLAGS properly - Support ncurses USES macro - Stage support PR: 185341 Submitted by: Ports Fury
* - Support CC/CFLAGS properlymiwi2014-01-262-5/+10
| | | | | | | | - Support shebangfix USES macro - Stage support PR: 185509 Submitted by: Ports Fury
* - Support CC/CFLAGS properlymiwi2014-01-262-2/+14
| | | | | PR: 185312 Submitted by: Ports Fury
* - Fix buildmiwi2014-01-262-10/+66
| | | | | | | - Stage support PR: 184894 Submitted by: ports fury
* - Fix build onmiwi2014-01-261-7/+19
| | | | | | | | - Add LICENSE - Stage support - Switch gmake to USES PR: 184886 Submitted by: Ports Fury
* - Fix buildmiwi2014-01-265-49/+43
| | | | | | | - Stage support PR: 184879 Submitted by: Ports Fury
* - Fix build on -currentmiwi2014-01-266-26/+60
| | | | | | | | | | - Update MASTER_SITES and WWW: line - Support CXX/CXXFLAGS properly - Support PLIST_FILES - Stage support PR: 184852 Submitted by: Ports Fury
* - Fix buildmiwi2014-01-263-9/+34
| | | | | PR: 184870 Submitted by: Ports Fury
* - Fix build on -currentmiwi2014-01-263-48/+27
| | | | | | | | | - Add LICENSE - Support PLIST_FILES - Stage support PR: 184833 Submitted by: ports fury
* - Fix pkg-plist [1]ak2014-01-262-50/+23
| | | | | | | | | - Use options helpers - Unmute install commands - Unconditionally install files for DOCS/PRIVOXY_TOOLS options PR: ports/186077 [1] Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer) [1]
* - add licensemat2014-01-262-3/+13
| | | | | | | - Support stage PR: ports/186069 Submitted by: Tatsuki Makino
* emulations/dynamips-community: Update to 0.2.10, support stagemarino2014-01-267-115/+43
| | | | | | | | | | | | Additionally from marino@: * Use OPSYS with OVERSION * Properly set LIB_DEPENDS * Treat x86-64 like amd64 * Fixed line ending on pkg-descr PR: ports/185642 Submitted by: maintainer (Pavel Volkov) Fixed by: marino@
* - Support CC properlymiwi2014-01-262-45/+18
| | | | | | | | - Add LICENSE - Stage support PR: 185346 Submitted by: ports fury
* devel/ioncube: Update from version 4.5.0 to 4.5.1, support stagemarino2014-01-252-21/+16
| | | | | | | | | | | | Also: * reword COMMENT to satisfy portlint * Use OPSYS with OSVERSION * Remove ECHO PKGMESSAGE post-install target, redundant PR: ports/185627 Submitted by: John Marshall Approved by: maintainer (Svyatoslav Lempert) Fixed by: marino@
* - Fix build with clangantoine2014-01-251-8/+9
| | | | | - Fix python modules after removal of implicit lang/python dependency - Stage support
* sysutils/fonteditfs: Fix on FreeBSD 10+, support stagemarino2014-01-252-9/+10
| | | | | | | PR: ports/185405 Submitted by; Stephen Hurd Approved by: maintainer (Uri Shaked) Staged by: marino@
* - set BROKEN from FreeBSD-10, fails in boost ABIdinoex2014-01-251-0/+4
|
* Fix a typo.blackend2014-01-251-1/+1
|
* Update to 2.12antoine2014-01-252-3/+3
|
* - Update to 1.8.2antoine2014-01-252-7/+3
| | | | - Remove DOCS conditional
* - stagifylme2014-01-252-12/+9
| | | | | - add LICENSE - use a single space after WWW:
* Respect CC and CFLAGSjohans2014-01-251-1/+5
|
* Finish stage supportantoine2014-01-252-1/+4
|
* Finish stage supportantoine2014-01-252-7/+3
| | | | Note: this port seems broken on FreeBSD 8
* - Use DESTDIR instead of non-standard BASEDIRak2014-01-251-2/+1
| | | | Suggested by: mat
* comms/xmorse: Fix build on F10+, support stagemarino2014-01-256-32/+69
| | | | | | PR: ports/185398 Submitted by: Stephan Hurd Fixed by: marino@
* www/varnish: Update to 3.0.5, Enable STAGE supportkoobs2014-01-253-17/+25
| | | | | | | | | | | | | | | | | | | | | | | | | - Update to 3.0.5 - Enable STAGE support, update pkg-plist accordingly - Update LICENSE - Modernize LIB_DEPENDS - Pet portlint (space->tab) Changes: * A bad interaction between -b, -c and -m in the varnishlog tool has been fixed. * A malformed request could in some configurations lead to Varnish crashing has been corrected. This is CVE-2013-4484. * Duplicate Content-Length headers were in some cases sent to clients when streaming is enabled, this has been fixed * ESI parse errors are no longer printed to standard output. * Stop segfaulting if the first part of a synthetic page is NULL. PR: ports/185188 PR: ports/185543 Submitted by: feld, Hung-Yi Chen <gaod@hychen.org> Approved by: maintainer timeout (1 month) Security: http://www.vuxml.org/freebsd/d9dbe6e8-84da-11e3-98bd-080027f2d077.html
* Document Varnish HTTP Cache < 3.0.5 DoS Vulnerabilitykoobs2014-01-251-0/+46
| | | | Reviewed by: remko
* - Do not use absolute source paths for the symlinks to the stagedirmva2014-01-253-23/+19
| | | | Noticed by: danfe
* - Enable stagedir supportmva2014-01-253-22/+38
|
* - Support STAGEDIRak2014-01-251-4/+6
| | | | | PR: ports/186084 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer)
* - Bump PORTREVISION, since the package changedmva2014-01-251-0/+1
| | | | Discused with: rm, mat
* Fix the build on sparc64.danfe2014-01-251-1/+3
|
* - convert to auto-generated packing listrm2014-01-258-169/+23
| | | | | - move DIST_SUBDIR upper, where appropriate - bump PORTREVISION
* - Stage supportmiwi2014-01-251-5/+4
|
* - Stage supportmiwi2014-01-251-6/+6
|
* - Stage supportmiwi2014-01-252-3/+2
|
* - Deprecate and set expiration date to 2014-02-25: No more public distfilesak2014-01-251-0/+3
| | | | | PR: ports/186073 Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
* - Stage supportmiwi2014-01-251-1/+0
|
* - Stage supportmiwi2014-01-251-13/+11
|
* - Support STAGEDIR [1]ak2014-01-252-4/+3
| | | | | | | | - Remove gratuitous whitespaces at end of line in pkg-descr - Unmute install command PR: ports/186081 [1] Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer)
* Fix on 10 and tweak rc script.lx2014-01-252-3/+3
|
* - Update to 1.2.2zi2014-01-253-19/+6
| | | | | | | | - Pass maintainership to author/submitter - Add STAGE support PR: ports/185735 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net>
* - Add licenses (GPLv2)nemysis2014-01-252-0/+29
| | | | | | - Fix DOCS Option, add extra-patch-Makefile.in Reviewed by: horia
* - Fix python buildzi2014-01-251-0/+1
| | | | | PR: ports/186074 Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>
* - Fix dhcp-related error at launch with default configurationzi2014-01-252-26/+9
| | | | | | | | - Bump PORTREVISION PR: ports/186086 [1] Submitted by: Dave Duchscher <daved@tamu.edu> [1] Reported by: Darrel <levitch@iglou.com>
* Support stagebapt2014-01-251-11/+10
|
* Support stagebapt2014-01-252-19/+16
|
* Support stagebapt2014-01-251-5/+3
|
* Support stagebapt2014-01-252-14/+7
|
* - Update to 2.1.0nemysis2014-01-255-64/+28
| | | | | | | | | | - Simplify master site - Take maintainership - Add PORTDOCS=* and remove DOCS from pkg-plist - Remove obsolete patches, changed by Upstream - Change REINPLACE_CMD for proper pkg message Reviewed by: horia
* Support stagebapt2014-01-251-9/+4
|
* Support stagebapt2014-01-251-12/+3
|
* Support stagebapt2014-01-252-10/+4
|
* Support stagebapt2014-01-251-18/+13
|
* Support stagebapt2014-01-251-12/+8
|
* Support stagebapt2014-01-251-11/+8
| | | | Use bsdtar to extract zip
* Support stagebapt2014-01-252-5/+3
|
* Support stagebapt2014-01-251-15/+10
|
* Support stagebapt2014-01-251-8/+7
|
* Support stagebapt2014-01-252-14/+6
|
* Support stagebapt2014-01-251-2/+1
|
* Support stagebapt2014-01-251-7/+2
|
* Convert USE_GMAKE->USES=gmakebapt2014-01-251-3/+1
| | | | Remove cruft
* Do not install license file for well known licensebapt2014-01-251-10/+6
| | | | | Convert USE_GMAKE-> USES=gmake Unmute installation
* Support stagebapt2014-01-251-9/+8
| | | | Avoid installing .orig file
* Support stagebapt2014-01-251-28/+9
| | | | Use options helpers
* Support stagebapt2014-01-251-19/+7
|
* Support stagebapt2014-01-252-18/+52
| | | | Use pkg-plist
* Support stagebapt2014-01-251-14/+7
|
* Support stagerene2014-01-251-7/+2
| | | | Approved by: portmgr (infrastructure blanket)
* Support stagebapt2014-01-251-2/+1
|
* Support stagebapt2014-01-251-2/+1
|
* Support stagebapt2014-01-252-16/+7
|
* Support stagebapt2014-01-251-2/+1
|
* Support stagebapt2014-01-251-2/+1
|
* Support stagebapt2014-01-252-27/+28
| | | | Use pkg-plist to simplify tracking
* Support stagebapt2014-01-252-17/+15
|
* Remove net-mgmt/nagios-devel, it's been outdated for a long time now.mat2014-01-2522-1107/+1
| | | | Sponsored by: Absolight
* - Stagifyrene2014-01-253-9/+4
| | | | | | | | | | | | | | | | | | | | - Remove NO_PACKAGE, not useful with pkg(8) anymore [1] - Apply patch for 8+ unconditionally - Fix typo in pkg-message.in - Remove pkg-plist entry now handled by kmod.mk - Mark broken on 10+ wrkdirs/usr/ports/audio/aureal-kmod/work/au88x0.c:330:3: error: member reference base type 'void' is not a structure or union snd_mtxlock(au->lock); ^~~~~~~~~~~~~~~~~~~~~ [...] /wrkdirs/usr/ports/audio/aureal-kmod/work/au88x0.c:342:3: error: member reference base type 'void' is not a structure or union snd_mtxunlock(au->lock); ^~~~~~~~~~~~~~~~~~~~~~~ [...] 2 errors generated. Approved by: portmgr (infrastructure blanket)
* Add nagios4, the next version of the nagios monitoring system.mat2014-01-2522-7/+1188
| | | | | | While there, garbage collect the UID/GID in nagios. Sponsored by: Absolight
* - Update to version 2.2.5pawel2014-01-253-3/+11
| | | | - Strip library when DEBUG=off
* - Stage supportantoine2014-01-252-5/+1
| | | | - Remove non existent directories from plist
* - kernel modules support SSP natively, so change the descriptionrene2014-01-251-2/+2
| | | | | | | | | of SSP_UNSAFE [1] - take advantage of rmdir -p to remove nested instances of KMODDIR if empty. Some ports have KMODDIR=dir1/dir2 Submitted by: antoine [1] Approved by: portmgr (bapt)
* Finish stage supportantoine2014-01-252-8/+8
| | | | Approved by: maintainer timeout (via email, 3 weeks)
* Do not set variables already set by USES=kmodrene2014-01-251-1/+1
| | | | Approved by: maintainer silence (vsevolod@)
* Fix a broken symlinkantoine2014-01-251-1/+2
| | | | With hat: portmgr
* Fix plist after upgrade to 0.74antoine2014-01-252-0/+9
|
* - Update to 3.1.0antoine2014-01-253-15/+10
| | | | | | | | | | | | - Remove obsolete message about SwitchTower, it was removed in 2006 - Add message about 3.1.0 change: With Capistrano version 3.1, deploy:restart task is no longer run by default. From this version, developers who restart the app on each deploy need to declare it in their deploy flow (eg after 'deploy:publishing', 'deploy:restart'). PR: ports/185983 Submitted by: Rustem Alimov
* Cleanup (the stagedir part allows to install everything and let the plistnetchild2014-01-251-15/+3
| | | | | | take care about the docs-install or not). Submitted by: bapb
* finance/openerp: Update version from 6.0.3 to 7.0 (LTS)marino2014-01-255-77/+37
| | | | | | | | Port maintenance assigned to Pakhom Golynga. PR: ports/185844 Submitted by: Pakhom Golynga Modified by: marino@
* Update to 6.4.netchild2014-01-253-198/+197
| | | | Submitted by: Johannes Meixner <xmj@chaot.net>
* - convert to auto-generated packing listrm2014-01-2514-352/+23
| | | | - bump PORTREVISION
* BSD4CLAUSE is FSF approvedantoine2014-01-251-1/+1
| | | | With hat: portmgr
* - update to 0.4.0rm2014-01-253-31/+6
| | | | | | | - convert to using auto-generated packing list Submitted by: rm (myself) Approved by: zont (maintainer, by mail)
* - Update to 1.7.2 .nox2014-01-252-5/+5
| | | | | - Clarify BSD part of LICENSE. (BSD2CLAUSE) - Switch USE_PYDISTUTILS from deprecated easy_install to yes.
* Add staging support to kyua* and lutok.jmmv2014-01-258-50/+309
| | | | | | | | While doing this, consolidate file handling into pkg-plist (instead of the previous split between the Makefile and the pkg-plist) for simplicity. Reviewed by: asomers (ex-maintainer) Approved by: bdrewery (ports)
* - convert to auto-generated packing listrm2014-01-252-33/+1
|
* - Update from 2.5 to 2.6danilo2014-01-252-4/+4
|
* - Enable stagedir supportmva2014-01-253-104/+6
| | | | - Convert to PYDISTUTILS_AUTOPLIST
* - Convert USE_PYDISTUTILS=easy_install to yesmva2014-01-251-1/+1
|
* - Bump PORTREVISIONnemysis2014-01-252-28/+15
| | | | | | | | | | - Disable all warnings with -w - Support STAGEDIR - Change Desktop entry file - Add REINPLACE_CMD to store highscore in $HOME - Remove not needed pkg-install.in Reviewed by: horia
* - Enable stagedir supportmva2014-01-251-9/+4
|
* - Convert to stagingmat2014-01-2536-91/+79
| | | | | | | - Add license - Pet portlint Sponsored by: Absolight
* Fix file conflict with avahi-app.kwm2014-01-251-1/+0
| | | | | PR: ports/185998 Submitted by: Volodymyr Kostyrko <arcade@b1t.name>
* - Update to 6.02.00eadler2014-01-253-4854/+6605
| | | | | - Upstream has some issues with the filename so add a workaround - Use makeplist to generate plist
* - Unbreak on FreeBSD < 10 by depending on c++11 compilervsevolod2014-01-251-1/+3
| | | | - Add license
* Revert r340911 for now.rakuco2014-01-251-2/+65
| | | | | | CDN redirection is not working well with IPv6 (it either times out or fails with 'No address record'), so back out the commit until there's time to investigate this issue.
* This was not a move but rather a divorce.demon2014-01-252-2/+2
| | | | | | | Point master-site and WWW back to nagios-plugins.org. monitoring-plugins probably deserves another port (if they release new version). Pointer out by: lme and others.
* - Remove the comment from USE_GCCdanilo2014-01-251-1/+1
| | | | Reported by: tijl
* - Support stagingmat2014-01-2437-106/+111
| | | | | | | - Add license - Pet portlint Sponsored by: Absolight
* Make MOVEDLint output more consistenteadler2014-01-241-1/+1
|
* - Unbreak on FreeBSD < 10vsevolod2014-01-241-5/+13
| | | | | | - Disable lua support as it is terribly broken - Add license - Update portrevision accordingly
* - Remove devel/ppl line missed in r328035eadler2014-01-241-3/+2
| | | | | - Fix likely timezone issue (date going backwards) - Remove final '.' from MOVED reason
* Use only the official CDNs in MASTER_SITE_{KDE,QT}.rakuco2014-01-241-65/+2
| | | | | | | | | | | Now that FETCH_ARGS accepts redirections by default, we can use only the official CDNs used by KDE and Qt, and they care of choosing an appropriate mirror. We didn't keep our lists very up-to-date, nor did we correctly prioritize the entries there anyway. With hat: kde@, acknowledged by makc@.
* - Add missing bison dependency.vsevolod2014-01-241-1/+1
|
* - Mark DEPRECATED, set EXPIRATION_DATEnemysis2014-01-241-0/+3
|
* - Convert to staging (as a user)mat2014-01-2436-90/+70
| | | | | | | - Add license - Pet portlint Sponsored by: Absolight
* And now, perl's not needed during patch.mat2014-01-241-1/+1
| | | | Sponsored by: Absolight
* - Stage safemiwi2014-01-247-8/+1
|
* - Stage safemiwi2014-01-2428-31/+2
|
* - Stage Safemiwi2014-01-2435-35/+0
|
* - Stage Safemiwi2014-01-2422-23/+0
|
* - Stage safemiwi2014-01-2411-11/+0
|
* - Stage safemiwi2014-01-2414-14/+0
|
* - Stage safemiwi2014-01-2412-12/+0
|
* - Stage safemiwi2014-01-2411-11/+0
|
* - Convert to stagingmat2014-01-242-9/+1
| | | | | | - Kill patching that was needed before perl 5.6. Sponsored by: Absolight
* Update to 1.1.2 release and stagify.ale2014-01-242-11/+10
|
* Update to 1.6.1 release and stagify.ale2014-01-242-10/+9
|
* Fix databases/slony1 to compile on FreeBSD 10.olgeni2014-01-241-0/+11
| | | | | PR: ports/186048 Submitted by: maintainer
* Convert my own Python ports to:olivierd2014-01-2427-558/+125
| | | | | | | | | - STAGEDIR - Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes While I'm here - Use PYDISTUTILS_AUTOPLIST - Adjust or add LICENSE
* - Fix distinfo and WRKSRC, now that the distfile is fetched from githubgahr2014-01-242-4/+2
| | | | Reported by: John J. Rushford <jjr@alisa.org>
* - Update to 0.2.2olivierd2014-01-243-8/+9
| | | | | | - Add LICENSE - Fix Python version - Update maintainer address
* - Update to 1.0.0olivierd2014-01-243-13/+7
| | | | | | - Add LICENSE - Update maintainer address - Use PYDISTUTILS_AUTOPLIST
* Replace a redirect URL (containing multiple query params) with the actual ↵ale2014-01-241-1/+1
| | | | | | | | | | site address. This is a workaround to fix eclipse port download: => <distfile> doesn't seem to exist in /distfiles/. eval: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/: not found *** [do-fetch] Error code 2
* Drop maintainership.olgeni2014-01-241-1/+1
|
* Upgrade to version 3.2.3 and add LICENSE.olgeni2014-01-242-4/+5
|
* Correct reason for removal of cad/salome-kernel caused by copy/paste error.rene2014-01-241-1/+1
|
* Remove expired ports:rene2014-01-24172-9837/+16
| | | | | | | | | | | | | | | | | | | 2013-12-22 devel/mico: Broken for more than 6 month 2014-01-22 cad/salome: depends on expired cad/salome-kernel 2014-01-22 cad/salome-netgenplugin: depends on expired cad/salome-kernel 2014-01-22 cad/salome-jobmanager: depends on expired cad/salome-kernel 2014-01-22 cad/salome-visu: depends on expired cad/salome-kernel 2014-01-22 cad/salome-kernel: does not configure 2014-01-22 cad/salome-multipr: depends on expired cad/salome-kernel 2014-01-22 cad/salome-smesh: depends on expired cad/salome-kernel 2014-01-22 cad/salome-gui: depends on expired cad/salome-kernel 2014-01-22 cad/salome-yacs: depends on expired cad/salome-kernel 2014-01-22 cad/salome-med: depends on expired cad/salome-kernel 2014-01-22 cad/salome-light: depends on expired cad/salome-kernel 2014-01-22 cad/salome-randomizer: depends on expired cad/salome-kernel 2014-01-22 cad/salome-sierpinsky: depends on expired cad/salome-kernel 2014-01-22 cad/salome-geom: depends on expired cad/salome-kernel 2014-01-22 devel/combat: depends on expired devel/mico
* Add MASTER_SITE_LOCAL since a previous version disappears as longbsam2014-01-241-1/+2
| | | | | | | as a new one is released. Requested by: marino (via e-mail) Reminded by: pkg-fallout@
* - correct the DOCSDIR valuerm2014-01-241-1/+1
| | | | Submitted by: mat
* - enclose docs and examples installation command with parenthesisrm2014-01-241-2/+2
| | | | Submitted by: mat
* - update to 4.23rm2014-01-243-316/+16
| | | | | | - convert USE_DOS2UNIX to USES equivalent - covert to using autogenerated packing list - support staging
* Update to 4.1.5matthew2014-01-242-3/+3
| | | | Announcement: http://sphinxsearch.com/blog/2014/01/23/sphinx-2-1-5-release-and-sphinx-2-0-10-release/
* - Update to 2013.62ak2014-01-242-3/+3
|
* - fix INDEX building (remove forgotten \ in r340875)ohauer2014-01-241-1/+1
|
* Update flash to 11.2r202.335eadler2014-01-243-6/+33
| | | | | | | Report security issues PR: ports/185790 Reported by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* Update to 1.8.6eadler2014-01-242-3/+3
|
* - Add dependency on avbinamdmi32014-01-241-2/+5
| | | | | | | - Install more docs PR: 182517 Submitted by: nemysis
* - Update to 3.3.0amdmi32014-01-247-184/+179
| | | | | | | | | Based on r340402 (graphics/osg version 3.2.0), additional changes include - Add new V8, LUA and PYTHON options PR: 185228 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
* - update to 8.22jgh2014-01-244-50/+116
| | | | | | | | | | | | | - support staging, strip libraries - trim master_site - use option helpers - shift away from inclusion of bsd.port.pre.mk as bsd.port.options.mk can test OSVERSION (less expensive) - patch of Makefile was merged upstream so removed patch PR: 185599 Submitted by: jgh@ (myself) Approved by: maintainer timeout, jharris@widomaker.com ( 15 days )
* Yet another props cleanup commit.mat2014-01-242-74/+74
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 7.6.2nemysis2014-01-243-27/+96
| | | | | | | | | | - Change CONFIGURE_ARGS - Reordering Options - Use the new format for LIB_DEPENDS - Break lines around 80 characters PR: ports/184796 Submitted by: Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
* - Update to b30.jkim2014-01-24107-41306/+278
| | | | | - Implement sigset(2) for libjsig. All supported FreeBSD releases have it. - Turn UseMembar back on by default until we find better solution.
* - Add stage supportdanilo2014-01-242-3/+11
| | | | | | - Fix build - Add USE_GCC. clang fails with a lot of c++ erros - Bump PORTREVISION
* - Update from 5.18.02 to 5.19.01danilo2014-01-247-211/+210
| | | | | | | - Convert USE_SCONS to USES PR: ports/185715 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update from 3.1.9 to 3.1.10danilo2014-01-242-28/+14
| | | | | | | | while here - Convert all "if's" in options helpers PR: ports/186047 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
* Update igor to 1.419eadler2014-01-242-3/+3
| | | | | | | Changes: Some code improvements and additional misspelling detection. PR: ports/185872 Submitted by: wblock (maintainer)
* Switch to fetching the font from GitHub.rakuco2014-01-242-8/+10
| | | | | | | | Upstream pointed out that the font is also hosted on GitHub, which is easier to fetch and more reliable than the download link on their website. We can also track the version numbers more easily now, so switch to using them instead of a date in PORTVERSION.
* - Use PYDISTUTILS_AUTOPLIST (instead of using a plist that doesn't work with ↵antoine2014-01-241-7/+1
| | | | | | pkg_install) - Remove DOCS/EXAMPLES conditionals
* Remove stray file that is not part of the port.rakuco2014-01-241-1/+0
| | | | | | It was not sent as part of the PR that originated the port, and most likely was added by mistake (it is also not referenced by the other files in the port).
* - Update to version 1.8.4pawel2014-01-242-18/+12
| | | | | | | | | | | | | | | | | - Fix shebang line - Remove cruft not needed when staged Fixes: * Fix crash when scanning CVS-only folders (Kai Willadsen) * Fix crash on Windows when missing cdll.intl (Bartosz Dziewonski) * Fix crash with Italian (it_IT.utf8) locale (Balint Reczey) Translations: * Andika Triwidada (id) * Benjamin Steinwender (de) * Daniel Mustieles (es)
* lang/gnatdroid-armv(5,7): Use lang/gcc-aux as base, not lang/gnat-auxmarino2014-01-246-52/+24
| | | | | | | | | | | | | | After a few additional patches for gcc-aux, gnatdroid-armv5 (and -armv7) build and execute well when built and based on gcc 4.7-based gcc-aux. The previous version was based on gcc 4.6-based gnat-aux. This was the final port requiring gnat-aux, and now its part of the Ada framework. Running acats using an ASUS Transformer XF101 (Android 4.0.3) as a target results in a nearly perfect result. Only test cb1010a fails, which is a failure to detect running out of stack space (-fstack-check). I intend to investigate further, but as the only problem, gnatdroid remains a highly capable compiler despite the small regression. Potentially zero-cost exceptions were gained as a trade-off.
* - Update from 3.3 to 3.3.1danilo2014-01-244-30/+78
| | | | | | | | | | - Add some experimental backends while here - Convert USE_LUA to USES PR: ports/185824 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* - Update from 3.3 to 3.3.1danilo2014-01-243-43/+76
| | | | | | | | | | - Add some experimental backends while here - Convert USE_LUA to USES PR: ports/185824 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
* Update 1.11.3 --> 1.11.5cy2014-01-243-13/+12
| | | | Fix build.
* - Chase busybox-1.22.1-ash.patch size/checksum differences because themandree2014-01-242-3/+11
| | | | | | | file was replaced (The maintainer had previously pulled the wrong file from the repository.) - Add two new fixes. - Bump PORTREVISION.
* Fixup props here too.mat2014-01-240-0/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* - Enable stagedir supportmva2014-01-242-104/+3
| | | | | - Convert to PYDISTUTILS_AUTOPLIST - Convert USE_PYDISTUTILS=easy_install to USE_PYDISTUTILS=yes
* - Enable stagedir supportmva2014-01-242-10/+8
| | | | | | - Add LICENSE - Convert to PYDISTUTILS_AUTOPLIST - Restrict the supported python versions
* More props fixes, Templates, Tools, categories [abc].mat2014-01-240-0/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 0.11 [1]culot2014-01-242-3/+6
| | | | | | | - Add LICENSE (Artistic 1 & GPL 1) PR: ports/185988 [1] Submitted by: David Landgren <david@landgren.net> (maintainer)
* lang/gcc-aux: Update diff-ada, diff-core for Androidmarino2014-01-242-311/+493
| | | | | | | | The majority of these changes affect the android cross-compiler builds. The only build change for the host compiler is builds convert_addresses within a separate file rather than as part of adaint.c. Given that this does not represent a functional change in any way, I just don't see the need to bump PORTREVISION as a result.
* Add PKGNAMESUFFIX to subversion1{6,7}mat2014-01-242-7/+2
| | | | | With hat: portmgr Sponsored by: Absolight