non port: devel/svn2git/Makefile |
SVNWeb
|
Number of commits found: 28 |
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 26 Apr 2020
|
[ 14:44 wen ]
- Update to 1.0.18
|
Mon, 3 Feb 2020
|
[ 20:21 rene ] (Only the first 10 of 37 ports in this commit are shown above. )
Return dbn's ports to the pool after safekeeping his commit bit.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Tue, 12 Mar 2019
|
[ 01:12 linimon ]
Fix build on gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11"
Approved by: portmgr (tier-2 blanket)
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Sun, 16 Dec 2018
|
[ 14:49 tcberner ] (Only the first 10 of 116 ports in this commit are shown above. )
Update Qt5 to 5.12.0
http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/
- This breaks support for libressl again. Patches are welcome.
PR: 233705
Exp-run by: antoine
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Sat, 2 Jun 2018
|
[ 11:46 dbn ]
devel/svn2git: update to 1.0.12
- add LICENSE_FILE as it is now included in the tarball
- LICENSE does not indicate "or later" for version
- add libapr as dependency, it is linked in
- switch to Qt5 [1]
- override LOCALBASE for SVN and APR includes using qmake arguments
- update patches (and patch name)
[1] Although the code base still compiles with Qt4, the src.pro file
implicitly uses Qt5. On Qt4 the overriding of the SVN_INCLUDE and
APR_INCLUDE variables do not work (due to the src.pro implicitly using Qt5).
|
Tue, 27 Dec 2016
|
[ 12:14 amdmi3 ]
- Fix LICENSE
- Remove bogus (in presence of USE_GITHUB) USES=tar*
Approved by: portmgr blanket
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 16 Dec 2015
|
[ 06:30 dbn ]
devel/svn2git: bump port's minor version.
Adding the suffix '.a.20151201' to the port's version caused the port to
regress (i.e. the newer version in ports was actually considered older then
previous version in ports). Bump the port's minor version in addition to
adding the suffix.
|
Tue, 15 Dec 2015
|
[ 21:34 dbn ]
devel/svn2git: update to 1.0.10.a.20151201
Changes:
- Drop local mirror from MASTER_SITES
- Update to latest commit after 1.0.10 release (see change log)
- Simplify option specific extra patches
- Patch scr.pro with the port's version
- Fix patch per portlint's recommendation
Change Log:
- Fix bug exposed by update to svn-1.9: deleted directories are not
available in the revision the directory was deleted in [1].
PR: 204023
Reported by: Guy Helmer <guy.helmer@gmail.com> [1]
Differential Revision: https://reviews.freebsd.org/D4066
|
Thu, 24 Apr 2014
|
[ 20:11 dbn ] (Only the first 10 of 14 ports in this commit are shown above. )
Update my ports to be compliant with new USES framework and fix other issues.
Changes:
* various: migrate USE_BZIP2 to USES=tar:bzip2
* various: migrate USE_XZ to USES=tar:xz
* multimedia/py-ffmpeg: add and prefer github (GH) as master site
* ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD)
Most ports are updated infrequently so a single batch commit is preferred over
collating changes per port.
|
Mon, 25 Nov 2013
|
[ 18:01 makc ]
- Convert to USES=qmake
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval)
|
Sun, 3 Nov 2013
|
[ 15:14 dbn ]
Add stage support to devel/svn2git.
|
Fri, 20 Sep 2013
|
[ 17:17 bapt ] (Only the first 10 of 623 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
|
Sun, 28 Jul 2013
|
[ 20:28 dbn ]
Remove MAKE_JOBS_SAFE from all my ports.
Better to remove now, in one go, then forget about it.
|
Sun, 19 May 2013
|
[ 19:17 dbn ]
Update devel/svn2git to 1.0.10.
The changes for svn2git-1.0.9 were incomplete thus another release
was made.
Approved by: eadler,bdrewery (mentors, implicit)
|
Sat, 18 May 2013
|
[ 12:13 dbn ]
Update devel/svn2git to 1.0.9.
ChangeLog:
- Stop unintended re-encoding of author names from UTF-8 to ASCII
- Fix compilation, the last rebase/merge went wrong.
Approved by: eadler,bdrewery (mentors, implicit)
|
Tue, 12 Feb 2013
|
[ 04:19 dbn ]
Update devel/svn2git to 1.0.8.
This update enables determinist exports of subversion repositories, and
optionally includes the patches required for exporting FreeBSD's subversion
repositories.
Beware, though, that using the patches for FreeBSD exporting could break other
exports.
Approved by: eadler (mentor) and uqs (FreeBSD's svn2git patch author)
|
Wed, 16 Jan 2013
|
[ 20:15 dbn ] (Only the first 10 of 21 ports in this commit are shown above. )
- Update to my new FreeBSD address
- Trim header
- Add myself as creator of devel/svn2git (see r272261)
Approved by: eadler|bdrewery (mentor)
|
Tue, 16 Oct 2012
|
[ 11:09 jhale ]
- Update to 1.0.5
- Fix LICENSE
- Trim Makefile header
PR: ports/172729
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
Approved by: makc, avilla (mentors)
Feature safe: yes
|
Sat, 30 Jun 2012
|
[ 14:07 az ] (Only the first 10 of 41 ports in this commit are shown above. )
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Wed, 13 Apr 2011
|
[ 19:38 culot ]
- Update to 1.0.4
PR: ports/156373
Submitted by: David Naylor <naylor.b.david AT gmail.com> (maintainer)
|
Tue, 5 Apr 2011
|
[ 20:06 makc ]
Add new port devel/svn2git:
The svn to git converter as used by KDE. For practical examples on writing
rules for conversion, see: http://gitorious.org/svn2git/kde-ruleset
WWW: http://gitorious.org/svn2git/
PR: ports/156097
Submitted by: David Naylor <naylor.b.david at gmail.com>
|
Number of commits found: 28 |