aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* - switch simple inline replacement from perl to sedaz2013-07-264-27/+13
| | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
* - Move misc/rabbit to misc/rubygem-rabbit [1]tota2013-07-247-660/+53
| | | | | | | | | - Update to 2.1.1 [1] - Split rabbiter and rabbirack into net/rubygem-rabbiter and www/rubygem-rabbirack, respectively PR: ports/173383 (based on) [1] Submitted by: Shin-ya Murakami <murashin_AT_gfd-dennou_DOT_org> [1]
* Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-247-11/+0
|
* - Update to 1.62culot2013-07-242-3/+3
| | | | Changes: http://search.cpan.org/dist/Locale-SubCountry/Changes
* - Changed my emailvg2013-07-221-2/+2
| | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors)
* Update to 0.11matthew2013-07-222-3/+3
| | | | ChangeLog: http://cpansearch.perl.org/src/ALEXMV/Business-Hours-0.11/Changes
* Update to r42326 of the FreeBSD docset.blackend2013-07-207-30/+21
| | | | Approved by: doceng (implicit)
* - Update to 20130718sunpoet2013-07-202-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130718.diff
* - Update to version 2.26danfe2013-07-193-18/+16
| | | | | | | | | - Unbreak parallel builds - Really respect CC and CFLAGS - Unmute installation commands - Reformat port description text and remove old-school attribution Reported by: pointyhat-west
* - Attempt to fix parallel builds (-jX)danfe2013-07-192-354/+359
| | | | | | | - Utilize OPTIONS framework for docs and examples - Generally clean up the port while here Reported by: pointyhat-west
* Simplify the header, remove outdated ruby version assertion, and add aknu2013-07-191-13/+4
| | | | new target "test".
* Update to 1.2.3, which works with ruby 1.9 and later.knu2013-07-192-4/+4
|
* Mark as BROKEN. Does not compile with new ftp/ftplib.tijl2013-07-181-6/+3
|
* Remove now excess verbiage.eadler2013-07-174-8/+0
| | | | Reviewed by: bapt
* - Update to 2013.4sunpoet2013-07-132-3/+3
| | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb
* - Trim Makefile headersamdmi32013-07-121-1/+1
| | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files
* - Update to 7.31.0sunpoet2013-07-127-4/+8
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* Mark job unsafebapt2013-07-111-0/+1
| | | | | | | While here: - Trim headers - Convert to USES - Remove code for unsupported version
* Fails to build with -j24bapt2013-07-101-0/+1
|
* Mark jobs unsafebapt2013-07-101-5/+2
|
* Update to 2.3.8.rakuco2013-07-104-6/+5
|
* Mark jobs unsafebapt2013-07-101-0/+1
|
* Fix plist, as reported by miwimails.rakuco2013-07-101-1/+0
|
* Convert from USE_MOTIF to USES=motifbapt2013-07-102-3/+2
| | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment
* Fix INDEX by really fixing the kde4-l10n portsbapt2013-07-1050-0/+50
|
* - Update to 0.06sunpoet2013-07-102-3/+3
| | | | Changes: http://search.cpan.org/dist/Geo-Coder-Mapquest/Changes
* - Update to 1.43.3sunpoet2013-07-102-3/+3
| | | | | | | | | | | Changes: - Update Ukranian translation (thanks to Yuri Chornoivan). - Update Esperanto translation (thanks to Felipe Castro). - Update Polish translation (thanks to Jakub Bogusz). - Update Russian translation (thanks to Yuri Kozlov). - Update Japanese translation (thanks to Yasumichi Akahoshi). - Update Vietnamese translation (thanks to Tran Ngoc Quan). - Update French translation (thanks to David Prevot).
* - Update to 20130709sunpoet2013-07-102-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130709.diff
* KDE4 l10n fixes.rakuco2013-07-1092-155/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove an entry from all plists that slipped under radar and made packaging fail. - Properly save the OPTIONS defined by the user in the l10n ports. [1] Quoting bapt, master of all things ports: That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does ... .include <bsd.port.pre.mk> ... .include <bsd.port.options.mk> ... .include <bsd.port.post.mk> First the right order in that case should be: ... .include <bsd.port.options.mk> ... .include <bsd.port.pre.mk> ... .include <bsd.port.post.mk> Second in that case (kde) the pre.mk/post.mk can be removed just keeping the options.mk and given that we now have the helpers options.mk can also be removed. The check for variables in OPTIONS_DEFINE is also useless (already done by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some empty values is also useless. No PORTREVISION bump because the generated packages do not change regardless of the changes/fixes in behavior here. Reported by: avg [1] Submitted by: bapt [1]
* - Drop all my portspav2013-07-105-5/+5
|
* - Convert USE_GMAKE to USES=gmakeehaupt2013-07-093-15/+3
| | | | | | - Change pkgconfig:build to pkgconfig since it's the same and it's bad practice. It accidentally slipped in during the original introduction - Trim header
* Update to tzdata2013d:edwin2013-07-082-3/+3
| | | | | | | | | | | | | | - Morocco: announced that the year's Ramadan daylight-savings transitions would be 2013-07-07 and 2013-08-10. - Israel: As of 2013, DST starts at 02:00 on the Friday before the last Sunday in March. DST ends at 02:00 on the first Sunday after October 1, unless it occurs on the second day of the Jewish Rosh Hashana holiday, in which case DST ends a day later (i.e. at 02:00 the first Monday after October 2). [Rosh Hashana holidays are factored in until 2100.]
* Convert some of my ports from USE_GMAKE to USES=gmake.eadler2013-07-071-2/+1
| | | | The remainder have other pending patches which I must finish before conversion.
* - Update to 3.3.1lme2013-07-062-3/+3
| | | | - Changelog: http://tvbrowser.org:8080/jira/secure/IssueNavigator.jspa?mode=hide&requestId=10230
* - fix options conversionjgh2013-07-051-0/+1
| | | | Reported by: portmgr
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-0549-94/+131
| | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved.
* - add LATE_INSTALL_ARGS in favor of imake.mkdinoex2013-07-041-0/+1
|
* - fix build after USES=imakedinoex2013-07-041-1/+1
|
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-0353-98/+116
| | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly.
* Deprecate ports broken on FreeBSD 8 or newerantoine2013-07-021-0/+3
| | | | Approved by: maintainer silence
* misc/lxde-common: preserve conf fileswg2013-07-011-6/+4
| | | | | | | - Fix preservation of old .conf files PR: ports/180111 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* Update to r42095 of the FreeBSD docset.blackend2013-07-019-22/+35
| | | | Approved by: doceng (implicit)
* Update compat9x to 9.1-RELEASE-p4garga2013-06-302-5/+5
|
* - Update to 2.9.2tabthorpe2013-06-293-161/+4
|
* Convert to USES=imakebapt2013-06-294-24/+8
| | | | | Trim headers Remove indefinite article
* New USES imake to handle the dependency on imake.bapt2013-06-282-2/+3
| | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port
* - Update to 2.5cs2013-06-282-8/+3
| | | | - Cleanup header
* Update to r41954 of the FreeBSD docset.blackend2013-06-2751-614/+618
| | | | Approved by: doceng (implicit)
* MK_ZONEINFO -> WITHOUT_ZONEINFOedwin2013-06-261-2/+2
| | | | | | make.conf -> src.conf PR: ports/172975
* Welcome PHP 5.5!ale2013-06-242-0/+11
| | | | | | Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run
* Update to 9.1-RELEASEgarga2013-06-244-7/+13
|
* Update to version 3.26.demon2013-06-242-3/+3
|
* misc/lxde-common: NLS and config fixeswg2013-06-227-39/+72
| | | | | | | | | | | - Trim Makefile header - Add LICENSE (GPLv2) - Install docs - Preserve original *.conf files - Pass maintainership to submitter PR: ports/179700 Submitted by: nemysis <nemysis@gmx.ch>
* Update to 2013.02.20mm2013-06-222-5/+4
| | | | | | | Take maintainership PR: ports/179804 Approved by: rafan
* - Trim Makefile headerswen2013-06-221-5/+1
|
* A pure-ruby library for decoding and encoding vCard and iCalendar dataswills2013-06-224-0/+24
| | | | WWW: http://vpim.rubyforge.org/
* Update the PyQt ports.rakuco2013-06-222-2/+2
| | | | | | - SIP has been upgraded to 4.14.7. - PyQt4 has been upgraded to 4.10.2. - QScintilla2 has been upgraded to 2.7.2.
* Update to 3.43.kwm2013-06-193-3/+4
|
* Send some ports back to the pool that I no longer have time forkmoore2013-06-181-1/+1
|
* - Cleanup outdated checks. (PERL_LEVEL < 5.12)az2013-06-181-1/+1
| | | | | | - Assign some p5- ports under perl@ maintainership. Approved by: portmgr@ (bapt@)
* - Remove www/libxul19, is has been vulnerable and unsupported upstream forflo2013-06-151-7/+1
| | | | | | | | | quite some time. - Switch all remaining consumers to depend on www/libxul - Mark ports that don't work with the new libxul BROKEN - Mark some old ports DEPRECATED with a reasonable timeout Approved by: portmgr (miwi)
* misc/hotkeys: fix build with clangwg2013-06-152-33/+43
| | | | | | | | - Fix build with clang, return type error - Add LICENSE (GPLv2) - Trim Makefile header Approved by: culot / jpaetzel (mentors, implicit)
* misc/astrolog: fix build with clangwg2013-06-153-20/+29
| | | | | | | | | - Fix build with clang - WITHOUT_X11 -> PORT_OPTIONS:MX11 - Use PORTDOCS instead of pkg-plist - Simplify docs install commands Approved by: culot / jpaetzel (mentors, implicit)
* - Update to 0.2.33miwi2013-06-142-3/+3
|
* - Do not remove directories not created by this portmiwi2013-06-142-6/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Don't remove directories not created by this portmiwi2013-06-141-4/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* . fix build with clang (CFLAGS+=-Wno-return-type);bsam2013-06-132-16/+4
| | | | | . use PLIST_FILES instead of pkg-plist; . trim Makefile headers.
* - Update to 20130606sunpoet2013-06-132-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130606.diff
* - Update to 0.12sunpoet2013-06-132-8/+4
| | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Geo-Coder-Google/Changes
* - Update to 1.43.2sunpoet2013-06-132-3/+3
| | | | | | | | | | | | | | Changes: 1.43.2: - Use the generic term "section" in the documentation rather than "name", which could be confused to mean only the literal "NAME" section. 1.43.1: - Add explicit include syntax for prepending, replacing or appending to generated output for a section (thanks to Daniil Baturin for the idea). - Update Vietnamese translation (thanks to Tran Ngoc Quan). - Update Esperanto translation (thanks to Felipe Castro).
* - Update to 1.1.rakuco2013-06-132-11/+6
| | | | | | | | - Pass maintainership to submitter. - Trim Makefile header. PR: ports/179522 Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com>
* - Fix build with new site_perlaz2013-06-131-1/+1
| | | | Submitted by: olli hauer <ohauer@gmx.de>
* - Fix buildmiwi2013-06-111-0/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix i18n manpagesmiwi2013-06-111-0/+12
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Trim headermiwi2013-06-111-5/+1
|
* - Remove php4 referencemiwi2013-06-101-1/+0
|
* - Update to 2.0miwi2013-06-106-28/+10
| | | | | PR: 179221 Submitted by: Ports Fury
* - Update to 0.8.1.1miwi2013-06-105-68/+70
| | | | | PR: 179211 Submitted by: Ports Fury
* - Add LICENSEsunpoet2013-06-092-11/+20
| | | | | | | | - Fix *_DEPENDS - Add BUILD_DEPENDS and TEST_DEPENDS - Fix PLIST [1] and complete it with corresponding PLIST_DIRSTRY Reported by: pointyhat [1]
* - Update to 20130530sunpoet2013-06-092-6/+6
| | | | | | - Update maintainer section Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130530.diff
* - Update to 1.42.1sunpoet2013-06-092-3/+3
| | | | | | | | | Changes: - Update Vietnamese translation (thanks to Tran Ngoc Quan). - Update Croatian translation (thanks to Tomislav Krznar). - Consistently strip path and/or libtool "lt-" prefix from any instance of $program derived from --help or --version (thanks to Eric Shattow for identifying the issue).
* Update to 2.5. Bring under perl@'s fold.tobez2013-06-072-9/+5
| | | | Changes: http://search.cpan.org/dist/Array-PrintCols/README
* - Update to 1.58miwi2013-06-072-8/+4
|
* Convert to new options frameworkbapt2013-06-071-5/+9
|
* Convert to new options frameworkbapt2013-06-071-17/+15
|
* Convert to new options frameworkbapt2013-06-064-88/+95
|
* Drop alpha supporteadler2013-06-061-2/+0
|
* Convert to new options frameworkbapt2013-06-051-13/+12
|
* Drop alpha supporteadler2013-06-051-1/+1
|
* Drop alpha supporteadler2013-06-052-10/+1
|
* - Drop alpha support which has not been supported since 7.0eadler2013-06-051-6/+3
| | | | - Clean up the single arch information
* fix the build after the update of lang/tcl84 to 8.4.20; assign tobf2013-06-051-1/+1
| | | | tcltk@
* WITHOUT_NLS -> PORT_OPTIONS:MNLSbapt2013-06-043-23/+18
| | | | NOPORTDOCS -> PORT_OPTIONS:MDOCS
* - Fix build with clangmiwi2013-06-0434-26/+358
| | | | | | | - Support PLIST_FILES PR: 179226 Submitted by: ports fury
* - Trim Makefile headeraz2013-06-031-12/+2
| | | | | | | | - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178916 Submitted by: az Approved by: maintainer
* - adoption of optionsNGjgh2013-06-036-76/+56
| | | | | | - trim historical headers Approved by: portmgr (bapt)
* Update to 2.06eadler2013-06-032-8/+4
|
* The ISC license has been added since this port was created. Use the ↵eadler2013-06-021-5/+1
| | | | | | 'default' one. Submitted by: antoine
* The ISC license is considered copyfree.eadler2013-06-021-1/+1
|
* - Update to 1.23swills2013-06-022-3/+3
|
* - Do not try to remove dirs. not created by the portmiwi2013-05-312-6/+1
| | | | | | - Trim header Reported by: pkg (DEVELOPER_MODE)
* Unbreak with clang using -Wno-error=return-type (old K&R code)antoine2013-05-311-4/+3
| | | | Approved by: miwi, eadler (mentors, implicit)
* Fix buildbapt2013-05-281-0/+17
|
* The FreeBSD x11 team proudly presentszeising2013-05-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing!
* Unbreak on -CURRENT.thierry2013-05-241-5/+5
| | | | | | | | Since I'm there, mark it as deprecated, because therte is no more consumer for this lib in the tree, and its development stopped years ago. Reported by: pointyhat via miwi
* - Remove unnecessary depend on PERL_LEVEL < 5.12az2013-05-241-7/+1
|
* - Update to 20130504sunpoet2013-05-242-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130504.diff
* - Trim Makefile headeramdmi32013-05-231-6/+4
| | | | - OptionsNG
* - Update to 3.0.7bdrewery2013-05-203-4/+15
| | | | | | | - Pass maintinership to submitter PR: ports/178723 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-1986-178/+1109
| | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself.
* - Update to last released 4.8.8.fjoe2013-05-184-177/+19
| | | | - Switch to the official master site now that http://midnight-commander.org/ is back.
* Mark BROKEN on 9.x as well.erwin2013-05-171-1/+1
|
* Don't try to remove directories we don't touch. [1]kwm2013-05-162-72/+5
| | | | | | | | | Drop gtk20 depend because we only need gtk-update-icon-cache which is already implied by INSTALLS_ICONS. [2] Update COMMENT. [2] Submitted by: miwi [1] Obtained from: GNOME devel repo [1],[2]
* - Remove py-xdelta3, no longer activly maintain via upstreammiwi2013-05-133-64/+0
|
* update to 3.54oliver2013-05-132-3/+3
|
* - Add missing sharedmime to the list of USE_KDE4 components. It will bemakc2013-05-133-8/+1
| | | | | | | superseded by recently introduced USES= shared-mime-info later. - Remove no longer needed exec/unexec from plist and post-install calls for update-mime-database - Trim Makefile header while I'm here
* Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-121-1/+1
| | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk.
* - abandonware, mark for deprecationjgh2013-05-111-0/+3
| | | | Submitted by: Ports Fury
* Rework kdehier4 port and bump version to 1.1:makc2013-05-113-1174/+1170
| | | | | | | | | Instead of installing into $KDE4_PREFIX, install the port into default prefix ($LOCALBASE) and create additional hierarchy under $KDE4_PREFIX. This fixes problems spotted by testing on poudriere. Reported by: miwi
* - attempt to fix duplicate LATEST_LINK warningjgh2013-05-112-6/+7
| | | | Reported by: indexbuild@
* - Update to 3.3lme2013-05-104-23/+18
| | | | | | - Use upstream desktop file - Update pkg-descr and COMMENT - Trim Makefile header
* -Update to 3.0.6miwi2013-05-103-42/+20
| | | | | PR: 177926 Submitted by: ports fury
* Upstream site is down for about two weeks:fjoe2013-05-091-7/+5
| | | | | | https://mail.gnome.org/archives/mc-devel/2013-April/msg00013.html Switch to local distfiles for a while.
* Fix gettext logic. Gettext is needed in pre-configure.ehaupt2013-05-091-5/+2
| | | | Submitted by: ak, John Marino <draco@marino.st> (via irc)
* Firmware is no longer installed by this port - remove firmware master site.fjoe2013-05-091-2/+1
|
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelolivierd2013-05-091-3/+4
| | | | | | | | While I'm here, - Finish to convert USES - Trim Makefile header - Remove ABI version in LIB_DEPENDS - Remove desktopfileutils, because MimeType entry is not present in desktop file
* - Update to 4.10.1olivierd2013-05-084-100/+118
| | | | | | | - Trim Makefile header - Add new option, NLS - Finish to convert USES - Remove ABI version in LIB_DEPENDS
* - Remove MAKE_JOBS_SAFE from ports that set NO_BUILDehaupt2013-05-081-1/+0
| | | | | - Trim header - While here use PLIST_FILES for databases/mrtg-mysql-load
* - Mark MAKE_JOBS_SAFEehaupt2013-05-081-5/+2
| | | | - Trim header
* update mime-support to 3.53oliver2013-05-082-3/+3
|
* Convert USE_NCURSES by USES=ncursesbapt2013-05-063-28/+25
| | | | Convert USE_READLINE by USES=readline
* - convert to USES for gettextjgh2013-05-061-3/+5
| | | | | | - mark broken (doesn't fetch) Approved by: portmgr (bapt@)
* This port is still not jobs safe, so add back MAKE_JOBS_UNSAFE.kwm2013-05-061-0/+1
| | | | | PR: ports/178362 Submitted by: mandree@
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-4/+3
| | | | instead to make migration to TeXLive easier.
* Update to 1.1.kwm2013-05-063-6/+16
|
* Remove 'test' target which was a hand-written test, not running an upstream ↵eadler2013-05-051-15/+0
| | | | vesion.
* Fix build on currentbapt2013-05-051-5/+3
|
* Fix build with bmakebapt2013-05-051-0/+4
|
* Update patchutils to 0.3.3johans2013-05-052-10/+5
|
* Chase security/libgcrypt updateehaupt2013-05-041-2/+2
|
* Add p5-Asterisk-FastAGI - a perl module for FastAGI handling.sobomax2013-05-035-0/+43
| | | | Sponsored by: pbxpress.it
* - adoption of USES for gettextjgh2013-05-021-2/+1
| | | | Approved by: portmgr (bapt@)
* Update to 3.41.kwm2013-05-013-4/+7
| | | | Indent USES correctly to be inline with the rest of the file.
* Rely on bsdtar to autodetermine the format of the distfiles when possiblebapt2013-04-294-4/+2
| | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-276-9/+6
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* Fix typobapt2013-04-261-1/+1
| | | | Reported by: danfe
* Remove USE_CDRTOOLS from bsd.port.mkbapt2013-04-261-7/+3
| | | | | | | | | | | | This macros has been useless since cdrtools-cjk port has gone. This macros also lead to badly handled dependencies assuming that the dependency on cdrtools was most BUILD and RUN dependency. While most of the time it is simply a RUN dependency and sometime a build one. While here: - Trim some headers - Convert some ports to optionsng - Convert some ports to USES= gettext
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-266-9/+6
| | | | Approved by: portmgr (bapt)
* In preparation of the removal of USE_FREETYPE from bsd.port.mk: removebapt2013-04-261-2/+2
| | | | | | USE_FREETYPE from all ports using it While here trim some headers, and do some conversion to new options framework.
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-15/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-261-16/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Update to 2013.3sunpoet2013-04-262-3/+3
| | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-2516-17/+17
| | | | Approved by: portmgr (bapt)
* Convert to USES=gettexteadler2013-04-251-2/+2
| | | | Reviewed by: kwm
* Take maintainership, fix pkg-descreadler2013-04-252-2/+2
|
* Fix formatting of WWW line for my portseadler2013-04-251-1/+1
|
* - Convert USE_GETTEXT to USES (part 2)ak2013-04-2460-60/+60
| | | | Approved by: portmgr (bapt)
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-245-10/+5
| | | | Approved by: portmgr (bapt)
* - Add LICENSEsunpoet2013-04-241-17/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-241-15/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* - Add LICENSEsunpoet2013-04-241-17/+6
| | | | | - Remove outdated PERL_LEVEL check - Cleanup Makefile header
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-2310-26/+13
|
* - Update to 20130420sunpoet2013-04-232-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130420.diff
* - Update to 0.6.5madpilot2013-04-234-11/+33
| | | | | PR: ports/177583 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
* Reassign skv@ ports to the heapbapt2013-04-221-6/+2
| | | | Feature safe: yes
* - Update to 2.19.3sunpoet2013-04-222-4/+5
| | | | | Changes: http://search.cpan.org/dist/Text-FIGlet/CHANGES Feature safe: yes
* Update to tzdata2013c:edwin2013-04-202-3/+3
| | | | | | | | | - antarctica: AusAQ and ATAQ have been removed. - Antarctica/Macquarie has been moved to australasia file and AU. - Asia/Hebron, Palestine updated for 2013. Feature safe: yes
* - Update to 1.41.2sunpoet2013-04-192-3/+3
| | | | | | | | | Changes: - Update Vietnamese translation (thanks to Tran Ngoc Quan). - Update Croatian translation (thanks to Tomislav Krznar). - Update Brazilian Portuguese translation (thanks to Rodolfo Ribeiro Gomes). Feature safe: yes
* - Update to 2.19sunpoet2013-04-173-10/+18
| | | | | | | | - Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/Text-FIGlet/CHANGES Feature safe: yes
* Update to last revision of doc/release/8.4.0/ i.e. r41380blackend2013-04-093-4/+4
| | | | | Approved by: portmgr Approved by: doceng (implicit)
* Update to r41339 of the FreeBSD docset which is the doc/release/8.4.0blackend2013-04-033-4/+4
| | | | | | | version of the docs ports. Approved by: portmgr Approved by: doceng (implicit)
* Update to r41327 of the FreeBSD docset.blackend2013-04-0120-41/+24
| | | | Approved by: portmgr (implicit)
* GNU Emacs updatesashish2013-03-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | editors/emacs: - Update to 24.3 - Update CANNA patchset[1] - Unbreak ARM support by using the patch from emacs-devel port - Add missing INSTALLS_ICONS[2] - Remove a patch which is already integrated upstream - Fix Makefile header editors/emacs-devel: - Update to bzr revision 112178 - Fix Makefile header - Add missing INSTALLS_ICONS[2] editors/emacs23: - Remove ABI versions from LIB_DEPENDS - Fix Makefile header - Add missing INSTALLS_ICONS[2] Mk/bsd.emacs.mk: - Update major version for editors/emacs port *: - Bump PORTREVISION to chase Emacs updates PR: ports/177428[2] Submitted by: Yuji TAKANO[1] (via private email), bdrewery[2]
* For perl@ owned ports:eadler2013-03-292-11/+3
| | | | | - Fix COMMENT - Trim header
* - Update to 20130327sunpoet2013-03-292-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130327.diff
* Style: tab -> space.eadler2013-03-295-5/+5
| | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
* Drop support for old versions of FreeBSD from unmaintained portseadler2013-03-284-22/+0
| | | | Reviewed by: miwi
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵eadler2013-03-284-4/+8
| | | | "pathfix" instead.
* A portlint run over my ports revealed some false positives and these two ↵eadler2013-03-281-1/+1
| | | | minor formatting issues. Fix them.
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-27158-954/+1856
| | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner
* Cleanup unmaintained ports in the misc category:eadler2013-03-2643-228/+81
| | | | | | | | - Single space for WWW in pkg-descr - Ordering if of items in Makefile - Trim headers - Comment should not begin with leading article - Pet portlint
* Cleanup unmaintained ports in the misc category:eadler2013-03-263-6/+5
| | | | | | - @unexec rm must not cause failure - Single space for WWW - Pet portlint
* Convert to OptionsNGeadler2013-03-251-6/+5
| | | | Approved by: mike@mikekohn.net (maintainer)
* - remove empty OPTIONS_DEFAULTrene2013-03-251-1/+1
| | | | - portlint fixes
* Cleanup unmaintained ports in the misc category:eadler2013-03-2530-204/+141
| | | | | | | | | | | | | | | | | | - Trim Header - Convert to OptionsNG - Prefer DISTNAME to DISTFILES - Reorder variables - Fix comments (don't include leading article) - @unexec rm must not cause failure - Tabs, not spaces - Single space for WWW - Pet portlint - etc. In a few cases the option DOCS was used to control installation into EXAMPLEDIR. I opted to keep the existing logic of the port in these cases. Reviewed by: koobs, ashish
* - Update to 1.1.1miwi2013-03-252-11/+6
| | | | | PR: 177253 Submitted by: ports fury
* - Update to 20130323sunpoet2013-03-232-11/+11
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130323.diff
* - Update to 20130317sunpoet2013-03-232-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130317.diff
* - Update to 2.6.2acm2013-03-231-5/+1
| | | | - Trim Makefile headers
* - convert USE_CMAKE to USESmakc2013-03-237-7/+7
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* Mk/bsd.kde4.mk:makc2013-03-226-6/+7
| | | | | | | | | | - Don't set CMAKE_BUILD_TYPE for debug builds (cmake.mk already handles it) - Don't set WITH_DEBUG for unstable branch (KDE4_BRANCH) - Remove now useless KDE4_BUILDENV KDE SC ports: - Chase KDE4_BUILDENV removal: replace 'KDE4_BUILDENV= yes' with 'USES= cmake:outsource' and add USE_LDCONFIG if needed
* - Update poppler to 0.22.2.mezz2013-03-211-1/+1
| | | | | | | | | - Bump the rest ports that depend on the poppler and poppler-qt because of shared library version have been changed. - Add a note in the UPDATING for require to rebuild all ports that depend on poppler. Submitted by: kwm (poppler* part)
* Use USES=pathfix instead of gnomehack and add USE_PKGCONFIG=build [1].kwm2013-03-211-1/+3
| | | | Submitted by: Joe Maloney <pkgdemonteam@gmail.com> [1]
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-191-1/+1
| | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixkwm2013-03-191-6/+1
| | | | | | | instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt
* "aaargh, quoted Makefile variables"eadler2013-03-192-12/+4
| | | | Approved by: portmgr (bapt)
* - Adjust RUN_DEPENDSbeech2013-03-184-32/+66
| | | | | | | | | | - Add icons - Add desktop - Add build - Bump portrevision PR: ports/171617 Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
* In categories starting with [h-m], remove empty lines from pkg-plist (anddanfe2013-03-173-3/+0
| | | | purge one empty file).
* - Update to version 2.13pawel2013-03-164-37/+45
| | | | | | | | | | - Add license info - Use pkg-message file to display configure tips - Support DOCS option - Give maintainership to submitter PR: ports/174099 Submitted by: nemysis <nemysis@gmx.ch>
* - Convert to PEAR_AUTOINSTALLmiwi2013-03-151-11/+3
| | | | - Trim header
* Update to tzdata2013b:edwin2013-03-153-3/+6
| | | | | | | | Lots of historical data added. Morocco: add DST rules for the coming years Cuba: Doing DST in 2013. Chili: Will do DST in 2013 as it seems.
* - Update to 2013.2sunpoet2013-03-142-3/+3
| | | | | | Changes: http://pecl.php.net/package-changelog.php?package=timezonedb PR: ports/176911 Submitted by: Gasol Wu <gasol.wu@gmail.com>
* - Update to 20130313sunpoet2013-03-142-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130313.diff
* - Fix headerjadawin2013-03-131-1/+1
|
* - Update to 2.8jadawin2013-03-132-9/+4
| | | | - Changelog: http://www.staff.science.uu.nl/~penni101/mirmon/svn/trunk/RELEASE-NOTES
* 2013-03-13 misc/gopod: does not work with modern iPods anymorebapt2013-03-138-147/+0
| | | | 2013-03-13 misc/gtk-gopod: does not work with modern iPods anymore
* Add missing man-pages.demon2013-03-111-7/+12
|
* Update to version 3.25.demon2013-03-113-3/+13
|
* - Update to 20130308sunpoet2013-03-102-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130308.diff
* - Update to 20130228sunpoet2013-03-092-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130228.diff
* Clean up my ports (and a couple of ports@ owned ones):eadler2013-03-095-10/+17
| | | | | | | | | | - Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc)
* Remove indefinite article from COMMENTehaupt2013-03-082-7/+3
|
* Convert USE_BISON to USES= bisonbapt2013-03-082-7/+3
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-0812-27/+87
| | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo
* - Fix all new cases of 'No newline at end of file' in the ports treeak2013-03-071-1/+1
| | | | Approved by: portmgr (bapt)
* Remove expired, unmaintained ports:rene2013-03-0627-690/+0
| | | | | | | | | | | | | | | | | | | | | 2013-03-01 sysutils/sge60: Ancient and unsupported release 2013-03-01 sysutils/sge61: Ancient and unsupported release 2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month 2013-03-05 misc/fep: Broken for more than 6 month 2013-03-05 devel/gauche-gaunit: Broken for more than 6 month 2013-03-05 games/tuxracer_golf: Broken for more than 6 month 2013-03-05 net/bfilter: Broken for more than 6 month 2013-03-05 graphics/fnlib: Broken for more than 6 month 2013-03-05 print/gfontview: Broken for more than 6 month 2013-03-05 print/hugelatex: Broken for more than 6 month 2013-03-05 misc/gtktalog: Broken for more than 6 month 2013-03-05 x11/wterm: Broken for more than 6 month 2013-03-05 databases/xapian-bindings10: Broken for more than 6 month 2013-03-05 databases/adstudio: Broken for more than 6 month 2013-03-05 misc/splitvt: Broken for more than 6 month 2013-03-05 sysutils/udesc_dump: Broken for more than 6 month 2013-03-05 textproc/gxditview: Broken for more than 6 month 2013-03-05 x11/powershell: Broken for more then 6 month
* - removal of non-essential meta portjgh2013-03-054-42/+0
| | | | | | | throws port into bikeshed: http://www.freebsd.org/doc/en/articles/mailing-list-faq/bikeshed.html PR: 176610
* Update to r41075 of the FreeBSD doc set.blackend2013-03-048-16/+10
| | | | Approved by: doceng (implicit)
* - Fix EXPIRATION date, we are in 2013, not 2012swills2013-03-031-1/+1
| | | | | Pointyhat to: swills Reported by: bapt
* I forgot to "svn add" the patch fileeadler2013-03-031-0/+30
| | | | Pointyhat to: me
* Update to 1.1.5eadler2013-03-035-99/+21
| | | | | PR: ports/172911 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
* - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocationlwhsu2013-03-031-7/+3
|
* - Deprecate ports which don't work with Ruby 1.9swills2013-03-031-5/+4
| | | | | | | | - Set expiration to 2 months to give plenty of time to fix them to anyone who may be interested (patching rubygem- ports is possible now) - Trim headers while here With Hat: ruby@
* Fix patchmakc2013-02-261-2/+4
| | | | | PR: ports/176430 Submitted by: Javad Kouhi (maintianer)
* - Update to 0.4sunpoet2013-02-222-9/+7
| | | | | | - Cleanup Makefile header Changes: http://search.cpan.org/dist/Geo-Coder-Many/Changes
* - Update to 20130220sunpoet2013-02-212-3/+3
| | | | Changes: http://people.FreeBSD.org/~sunpoet/pciids-20130220.diff
* Connect qmetro and saaghar to the buildmakc2013-02-211-0/+2
|
* Add new port misc/saaghar:makc2013-02-214-0/+197
| | | | | | | | | Cross-platform Persian poetry software. WWW: http://www.pozh.org/saaghar PR: ports/176209 Submitted by: Javad Kouhi <javad.kouhi@gmail.com>
* Add new port misc/qmetro:makc2013-02-214-0/+49
| | | | | | | | | Map of the transport system for many city subways. WWW: http://sourceforge.net/projects/qmetro/ PR: ports/175842 Submitted by: Veniamin Gvozdikov <g.veniamin at googlemail.com>
* - Reassign ports from avl@ back to pool at his request.fluffy2013-02-212-2/+2
| | | | | Submitted by: avl via IM Approved by: avl via IM
* - Update to 0.8.3olivierd2013-02-205-53/+325
| | | | | | | | | - Add new option, UPOWER (power state support, suspend/resume events) - Trim Makefile header - Remove Author entry in pkg-desc file - Remove unneeded patch Approved by: rene, miwi (mentors, implicit)
* - Correct plistmiwi2013-02-202-2/+1
| | | | | | - Bump PORTREVISION Reported by: rm
* Convert Makefile headers to the new format.olgeni2013-02-181-5/+1
|
* Text-mode less-like fb2 books reader, written on python.miwi2013-02-185-0/+61
| | | | | | | WWW: http://github.com/matimatik/fbless PR: ports/172885 Submitted by: Alexander <alexander.4mail@gmail.com>
* - instruct portscout to not check for updates, because 0.7 is the last releaserm2013-02-181-0/+1
| | | | | | according to [1] [1] http://www.lysator.liu.se/~jc/wotsap/news.html (see latest entry)
* - update to 0.7rm2013-02-182-15/+8
| | | | | | | | | | | | | - trim Makefile header - pass maintainership to submitter while here: - limit python version to 2.x only (print/expect) - turn python dependency to RUN only (because of NO_BUILD) - eliminate SITELIBDIR usage in RUN_DEPENDS PR: 176210 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* - Fix build on amd64 [1]pawel2013-02-171-8/+7
| | | | | | | | - Convert to OptionsNG - Trim Makefile header PR: ports/175450 [1] Submitted by: Lawrence Chen <lchen@zen.lhaven.homeip.net> [1]
* - update to 4.5.11, see changelog [1]rm2013-02-174-17/+167
| | | | | | | | | | | | | | | - add upstream bug-fix that preventing some segfaults [2] while here: - trim Makefile header - remove indefinite article from COMMENT - convert to optionsng (NLS case) [1] http://lists.gnu.org/archive/html/bug-findutils/2013-02/msg00000.html [2] http://savannah.gnu.org/bugs/?38239 PR: 175812 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer)
* - Update rails to 3.2.12swills2013-02-172-7/+4
| | | | | | | | - Update dependent ports, including: - Update rack to 1.4.5 to resolve CVE-2013-0263 and CVE-2013-0262 - Update activemodel to 3.2.12 to resolve CVE-2013-0276 Security: forthcoming
* Update to 1.61.tobez2013-02-152-3/+3
| | | | Changes: http://search.cpan.org/dist/Locale-SubCountry/Changes
* Drop maintainership and mark DEPRECATED with an expiration time of one month.ehaupt2013-02-132-5/+6
| | | | | The port does not work with modern iPods anymore. Also remove WWW and the primary master site since it seized to exist.
* Update to 1.60.tobez2013-02-132-3/+3
| | | | Changes: http://search.cpan.org/dist/Locale-SubCountry/Changes
* - Update to 0.2.32miwi2013-02-102-3/+3
| | | | | PR: 175989 Submitted by: Maintainer
* Various spelling correctionscrees2013-02-091-1/+1
| | | | | | | | | | PR: ports/175331 Submitted by: Christoph Mallon Approved by: No objections within three weeks from any maintainer While here, style and duplicate phrase fixes in bsdcflow pkg-descr Submitted by: mi
* - Fix build with clangmiwi2013-02-071-6/+6
| | | | | | | | - Add LICENSE - Trim header PR: 175026 Submitted by: Ports Fury
* - Fix build with clangmiwi2013-02-072-5/+14
| | | | | PR: 175044 Submitted by: ports fury