non port: devel/compiz-bcop/Makefile |
SVNWeb
|
Number of commits found: 30 |
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 )
|
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 )
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
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.
|
Fri, 8 Nov 2019
|
[ 11:39 tobik ] (Only the first 10 of 109 ports in this commit are shown above. )
devel: Add missing USES={gl,gnome,php,sdl}
|
Sat, 19 Oct 2019
|
[ 12:21 rakuco ] (Only the first 10 of 106 ports in this commit are shown above. )
Switch MASTER_SITES and WWW to https in Chris' ports.
PR: 241272
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
|
Fri, 21 Oct 2016
|
[ 15:21 mat ] (Only the first 10 of 354 ports in this commit are shown above. )
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
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
|
Sat, 30 Jan 2016
|
[ 19:04 riggs ]
Fix build (distfile fetch), new maintainer portmaster@bsdforge.com
PR: 206477
Submitted by: portmaster@bsdforge.com
Approved by: freebsd-ports@dan.me.uk (previous maintainer)
MFH: 2016Q1 (build fix blanket)
|
Sat, 24 Oct 2015
|
[ 00:48 bapt ]
Mark as broken: does not fetch
|
Tue, 3 Jun 2014
|
[ 05:19 miwi ]
- Update to 0.8.8
- Pass maintainership to submitter
PR: 190537
Submitted by: Daniel Austin
|
Tue, 22 Apr 2014
|
[ 08:15 bapt ]
Modernize
|
Mon, 3 Feb 2014
|
[ 13:57 miwi ] (Only the first 10 of 13 ports in this commit are shown above. )
- Stage support
- Convert to USES
|
Fri, 20 Sep 2013
|
[ 17:03 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
|
Tue, 23 Apr 2013
|
[ 10:13 bapt ] (Only the first 10 of 97 ports in this commit are shown above. )
Convert devel to USES=pkgconfig
|
Thu, 26 Jul 2012
|
[ 05:40 bapt ] (Only the first 10 of 158 ports in this commit are shown above. )
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
|
Mon, 23 Jul 2012
|
[ 01:33 dougb ] (Only the first 10 of 45 ports in this commit are shown above. )
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
|
Tue, 5 Jul 2011
|
[ 02:51 tabthorpe ] (Only the first 10 of 18 ports in this commit are shown above. )
- Reassign to the heap
|
Tue, 1 Dec 2009
|
[ 21:57 rnoland ] (Only the first 10 of 28 ports in this commit are shown above. )
Update to 0.8.4
I'm not dealing with kde4 support right now, patches welcome.
|
Wed, 8 Apr 2009
|
[ 06:55 rnoland ] (Only the first 10 of 46 ports in this commit are shown above. )
Update to 0.8.2
o Start removing the fusion name from plugins.
|
Wed, 1 Oct 2008
|
[ 12:32 rnoland ] (Only the first 10 of 31 ports in this commit are shown above. )
Update to 0.7.8
Approved by: garga (mentor), portmgr
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Wed, 30 Jul 2008
|
[ 19:00 rnoland ] (Only the first 10 of 25 ports in this commit are shown above. )
Update my email address to my @FreeBSD.org address.
Approved by: garga (mentor)
|
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)
|
Mon, 24 Mar 2008
|
[ 15:44 wxs ] (Only the first 10 of 26 ports in this commit are shown above. )
Pass maintainership back to rnoland - he's back online.
Sorry about this and welcome back!
Approved by: garga (implicit)
|
Thu, 20 Mar 2008
|
[ 16:10 wxs ] (Only the first 10 of 25 ports in this commit are shown above. )
Reset maintainer due to bouncing mails.
Discussed with pav.
Submitted by: miwi on IRC
Approved by: garga (mentor)
|
Mon, 29 Oct 2007
|
[ 19:22 flz ] (Only the first 10 of 26 ports in this commit are shown above. )
- Update compiz-fusion components to 0.6.0.
- Add new compiz-fusion meta-port.
Submitted by: maintainer
|
Sat, 25 Aug 2007
|
[ 01:47 flz ]
Style fix.
Suggested by: sat
|
Wed, 22 Aug 2007
|
[ 15:59 flz ]
Add devel/compiz-bcop, a code generator that provides an easy way to handle
plugin options by generating parts of the plugin code directly from the xml
metadata file. It is used for most of the Compiz Fusion plugins.
PR: ports/115704
Submitted by: Robert Noland <rnoland@2hip.net>
|
Number of commits found: 30 |