non port: devel/kdesvn/Makefile |
SVNWeb
|
Number of commits found: 56 |
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Mon, 5 Sep 2022
|
[ 19:06 Dima Panov (fluffy) ] 8369cd0
devel/kdesvn: pet stage-qa
|
Tue, 23 Nov 2021
|
[ 22:11 Stefan Eßer (se) ] 5933ac0 (Only the first 10 of 157 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
|
Thu, 9 Sep 2021
|
[ 18:12 Tobias C. Berner (tcberner) ] 4f8787b
devel/kdesvn: make portscout ignore this port
- the 2.1.0-1 release has no relevant changes, and development of this
software has mostly stopped.
|
Thu, 22 Apr 2021
|
[ 07:54 Adriaan de Groot (adridg) ] e9c54a7 (Only the first 10 of 17 ports in this commit are shown above. )
KDE not-Applications: chase doctools
These ports use KDE Frameworks and require kdoctools to build. Since
that is no longer an implicit build & run dependency, (re)introduce it
explicitly as a build-time dependency.
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
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, 9 Aug 2020
|
[ 08:55 tcberner ]
Fix bad sed call of r544551.
|
[ 08:53 tcberner ] (Only the first 10 of 12 ports in this commit are shown above. )
Remove obsolete CONFLICTS on kde4 ports
- kde4 has been removed 2018-12-31, that's way back when.
|
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
|
Sat, 13 Jul 2019
|
[ 08:36 tcberner ]
devel/kdesvn: update to 2.1.0
|
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, 30 Dec 2018
|
[ 17:15 tcberner ] (Only the first 10 of 30 ports in this commit are shown above. )
More GCC-related fixes in kde@ ports
PR: 234461
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Sun, 11 Nov 2018
|
[ 15:38 danfe ] (Only the first 10 of 65 ports in this commit are shown above. )
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support. Due to shlib
version change, bump port revisions of the consumer ports.
PR: 233059
Exp-run by: antoine
Approved by: maintainer (johans, numerous timeouts)
|
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
|
Mon, 21 May 2018
|
[ 19:02 arrowd ]
devel/kdesvn: Fix "Exec" line in .desktop file
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D15511
|
Mon, 30 Apr 2018
|
[ 19:21 tcberner ] (Only the first 10 of 11 ports in this commit are shown above. )
Add port for current version of kdesvn
* Take maintainership of devel/kdesvn-kde4
Approved by: bdn
Differential Revision: https://reviews.freebsd.org/D15224
|
Wed, 20 Jan 2010
|
[ 19:14 miwi ] (Only the first 10 of 145 ports in this commit are shown above. )
2010-01-08 audio/dino: has been broken for 7 months
2010-01-08 devel/asis-gpl: has been broken for 3 months
2010-01-08 devel/florist-gpl: has been broken for 3 months
2010-01-08 devel/kdesvn: has been broken for 4 months
2010-01-08 devel/radrails: has been broken for 3 months
2010-01-08 devel/rubygem-rtags: has been broken for 5 months
2010-01-12 games/hattrickorganizer: Has been broken for quite some time
2010-01-08 games/laughingman: has been broken for 3 months
2010-01-08 devel/aunit: has been broken for 3 months
2010-01-18 devel/gdb53: has been broken for 3 months
2010-01-08 lang/ccscript: has been broken for 4 months
2010-01-08 lang/gnat-glade: has been broken for 3 months
2010-01-08 lang/xsb: has been broken for 6 months
2010-01-08 multimedia/nmm: has been broken for 3 months
2010-01-08 multimedia/sabbu: has been broken for 3 months
2010-01-08 net/adasockets: has been broken for 3 months
2010-01-08 textproc/bidiv: has been broken for 3 months
2010-01-08 textproc/xmlada-gps: has been broken for 3 months
|
Tue, 8 Dec 2009
|
[ 14:30 pav ] (Only the first 10 of 62 ports in this commit are shown above. )
This port has been broken for 3+ months, thus
- Mark DEPRECATED and schedule for expiration in one month
With hat: portmgr
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
[ 08:25 miwi ]
- mark BROKEN fails to build
Reported by: pointyhat
|
Tue, 24 Mar 2009
|
[ 19:13 makc ] (Only the first 10 of 131 ports in this commit are shown above. )
bump PORTREVISION after cmake update
|
Mon, 16 Mar 2009
|
[ 11:19 linimon ]
Fix braino.
|
[ 09:08 linimon ]
Broken on sparc64 as well.
|
Wed, 28 Jan 2009
|
[ 12:05 stefan ]
- Update to 1.0.4.
- Mark as broken on amd64: leaves files behind.
PR: 127838
Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua>
Approved by: maintainer timeout
|
Sun, 18 Jan 2009
|
[ 19:43 pgollucci ] (Only the first 10 of 11 ports in this commit are shown above. )
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
defaults changed: WITH_BDB=yes [1]
convert APR_UTIL_* flags to KNOBS flag names
optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
o Remove devel/apr-svn and replace with devel/apr
o devel/apr:
defaults changed: WITH_BDB=yes [1]
convert APR_UTIL_* flags to KNOBS flag names
optionify and add IPV6, NDBM, LDAP, MYSQL, PGSQL
(sqlite,orcale,freetds,odbc -- PATCHES welcome, MAINTAINER does not use)
GMAKE is not needed, so remove it
split ./configure args into apr and apr-util args, they do not accept all the
same options
standardize on naming apr and apu to match other oses and the C code.
create APR_WRKDIR And APU_WRKDIR for simplicity (Only the first 15 lines of the commit message are shown above )
|
Thu, 24 Jul 2008
|
[ 11:54 pav ]
- Update to 0.14.4
PR: ports/125443
Submitted by: Serge Negodyuck <petr@petrovich.kiev.ua>
Approved by: maintainer timeout (yuanjue; 2 weeks)
|
Wed, 23 Jul 2008
|
[ 00:52 pav ]
- Try to unbreak this by updating neon dependency to 2.8 which is what
subversion expects
|
Mon, 7 Jul 2008
|
[ 12:37 miwi ] (Only the first 10 of 22 ports in this commit are shown above. )
- Bump PORTREVISION after apr update
PR: 125270 125271 125272 125278 125281 125282
125284 125285 125287 125288 125289 125290
125291 125292 125293 125295 125296 125297
125300
Submitted by: rodrigc
|
Fri, 6 Jun 2008
|
[ 13:21 edwin ] (Only the first 10 of 367 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Tue, 27 May 2008
|
[ 22:12 miwi ] (Only the first 10 of 48 ports in this commit are shown above. )
- Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake
Approved by: portmgr (pav)
|
Mon, 5 May 2008
|
[ 08:33 edwin ] (Only the first 10 of 20 ports in this commit are shown above. )
Rename www/neon to www/neon26 to make the integration
of www/neon28 possible
|
Mon, 7 Jan 2008
|
[ 04:18 delphij ]
Update to 0.14.1.
PR: ports/119335
Submitted by: maintainer (yuanjue)
|
Mon, 20 Aug 2007
|
[ 05:28 delphij ]
Update to 0.13.0
PR: ports/115415
Submitted by: maintainer
|
Fri, 15 Jun 2007
|
[ 18:11 lwhsu ]
- Capitalize project's name in MAINTAINER field
- Remove conditional definition of DOCSDIR
Approved by: maintainer
Noticed by: sat
|
[ 14:28 lwhsu ]
From PR:
- Update to 0.12.1
- Add WITHOUT_NLS knob
- Remove 4.x suff
- Change maintainer's address
While here:
- Respect NOPORTDOCS
- Change MASTER_SITES for new distfile URL
PR: ports/113661
Submitted by: YUAN Jue <yuanjue AT FreeBSD.org> (maintainer)
Approved by: YUAN Jue <yuanjue AT FreeBSD.org> (maintainer)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Mon, 9 Apr 2007
|
[ 18:07 stefan ]
Update to 0.11.2.
PR: 111367
Submitted by: maintainer
|
Fri, 16 Mar 2007
|
[ 10:03 lev ] (Only the first 10 of 14 ports in this commit are shown above. )
(1) Update `www/neon' to 0.26.3
(2) Bump port revisions (and dependencies) on all ports, using libneon
(3) Mark `devel/bazaar' broken, it doesn't support new neon version.
Approved by maintainer.
(4) Mark `www/neonpp' broken, it doesn't support new neon version.
Maintainer timeout.
|
Mon, 12 Mar 2007
|
[ 09:31 miwi ]
- Update to 0.11.1
PR: 110092
Submitted by: YUAN Jue <yuanjue02@gmail.com> (maintainer)
|
Mon, 6 Nov 2006
|
[ 01:58 clsung ]
- upgrade to 0.11.0
* fix the PREFIX issue
* "uninstall before install" problem should not happen again (untested)
PR: ports/105101
Submitted by: maintainer (Yuan Jue)
|
Sat, 28 Oct 2006
|
[ 16:35 rafan ]
- Move messages to pre-build stage. If we reach post-build, then we
already build it successfully.
Noticed by: delphij
Approved by: portmgr (erwni), Yuan Jue (maintainer)
|
Fri, 27 Oct 2006
|
[ 09:46 rafan ]
- Fix pkg-plist
- pet portlint(1)
- Add messages for users who can not build this port
PR: ports/104674
Submitted by: Yuan Jue <yuanjue at yuanjue.net> (maintainer)
Approved by: portmgr (erwin)
|
Sat, 21 Oct 2006
|
[ 02:52 kris ]
BROKEN: incomplete pkg-plist
Approved by: portmgr (self)
|
Mon, 9 Oct 2006
|
[ 16:48 clsung ]
- Update to 0.10.0
- author of kdesvn has changed its make system to CMake,
which results in a huge change in port this time. :-)
PR: ports/104196
Submitted by: maintainer (Yuan Jue)
|
Mon, 24 Jul 2006
|
[ 17:01 rafan ]
- Update to 0.9.1
PR: ports/100767
Submitted by: Yuan Jue <yuanjue at yuanjue.net> (maintainer)
|
Sun, 23 Jul 2006
|
[ 03:43 clsung ]
- update to 0.9.0
PR: ports/100730
Submitted by: maintainer
|
Mon, 26 Jun 2006
|
[ 01:44 delphij ]
Update to 0.8.5
Submitted by: maintainer
|
Sun, 28 May 2006
|
[ 18:01 arved ]
Fix pkg-plist
Mark broken on RELENG_4
PR: 97961
Submitted by: Yuan, Jue yuanjue02@gmail.com
Reported by: pointyhat
|
Sun, 21 May 2006
|
[ 15:08 arved ]
Update to 0.8.4
PR: 97557
Submitted by: Yuan, Jue <yuanjue@yuanjue.net>
|
Thu, 4 May 2006
|
[ 06:51 delphij ]
Update to 0.8.3
PR: ports/96648
Submitted by: maintainer
Approved by: sem (mentor)
|
Sat, 15 Apr 2006
|
[ 02:53 markus ]
Fix build if apr-svn isn't already installed (conflict between apr and apr-svn)
Noticed and tested by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
|
Fri, 14 Apr 2006
|
[ 23:36 markus ]
Add kdesvn-0.8.1, a KDE frontend for Subversion.
KDESvn is yet another client for Subversion. It uses the native KDE API
instead of an extra library like GAMBAS and it is using the native Subversion
delevelopment API instead of just parsing the output of the commandline
tool like most other clients do.
WWW: http://www.alwins-world.de/programs/kdesvn/
PR: ports/95676
Submitted by: Yuan Jue <yuanjue@yuanjue.net>
|
Number of commits found: 56 |