non port: irc/quirc/Makefile |
SVNWeb
|
Number of commits found: 39 |
Fri, 12 May 2023
|
[ 03:51 Alexey Dokuchaev (danfe) ] 2ef9b9d
irc/quirc: clean the port's Makefile up a little
Drop needless MAKE_ENV+=DESTDIR=${STAGEDIR}, adjust USE_XORG per
what stage Q/A reports, and put the knobs in their natural order.
|
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:22 Tobias C. Berner (tcberner) ] 6ec0477 (Only the first 10 of 87 ports in this commit are shown above. )
irc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* A. Gabriel <backslash@BSDCode.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Alfred Perlstein <alfred@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Ben Hutchinson <benhutch@xfiles.org.uk>
* Bill Fumerola <billf@chc-chimes.com>
* Chess Griffin <chess@chessgriffin.com>
* Chris Piazza <cpiazza@FreeBSD.org>
* Craig Edwards <brain@mail1.chatspike.net> (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.
|
Tue, 5 Nov 2019
|
[ 22:26 zeising ]
Add USES=xorg USES=gl, ports categories i
Add USES=xorg and USES=gl to ports in categories starting with 'i'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
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)
|
Tue, 22 Dec 2015
|
[ 14:52 miwi ]
- Update MASTER_SITES
- Add LICENSE
- Switch to options helper
- Pass maintainership to submitter
PR: D4601
Submitted by: 205371
Approved by: mat (mentor)
Differential Revision: D4601
|
Sun, 29 Nov 2015
|
[ 09:51 antoine ] (Only the first 10 of 17 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Fri, 21 Feb 2014
|
[ 13:37 ehaupt ] (Only the first 10 of 12 ports in this commit are shown above. )
Remove trailing whitespaces from category irc
|
Thu, 20 Feb 2014
|
[ 10:04 gahr ]
- Remove CFLAGS not understood by gcc
|
[ 10:01 gahr ]
- Convert to USES=tk
- STAGE-clean
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Fri, 20 Sep 2013
|
[ 18:44 bapt ] (Only the first 10 of 135 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
|
Tue, 14 May 2013
|
[ 09:07 gahr ]
- Restore the correct USE_TK value range, was inadvertently changed in my
previous commit due to testing
|
[ 09:04 gahr ]
- Fix build with Tcl 8.6 [1]
- Trim Makefile header
- Remove article from COMMENT
Reported by: miwi (Tcl/Tk 86 exp-run) [1]
|
Mon, 23 Feb 2009
|
[ 14:46 mm ] (Only the first 10 of 103 ports in this commit are shown above. )
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav)
|
Mon, 5 Jan 2009
|
[ 14:29 mm ]
- Switch to USE_TCL infrastructure
- Enable tcl85
- Bump PORTREVISION
|
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 )
|
Sat, 19 Apr 2008
|
[ 17:56 miwi ] (Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
Wed, 9 Apr 2008
|
[ 13:42 pav ] (Only the first 10 of 171 ports in this commit are shown above. )
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr
|
Tue, 2 Oct 2007
|
[ 15:00 kevlo ]
- Fix build with gcc4.
- Drop maintainer.
|
[ 01:35 linimon ]
Mark as broken with gcc4.2 on 64-bit archs.
|
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}.
|
Tue, 16 May 2006
|
[ 02:57 kevlo ]
Update MASTER_SITES and WWW.
|
Mon, 24 Oct 2005
|
[ 06:16 kevlo ]
set USE_X_PREFIX. Pointed by kris
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Mon, 23 Feb 2004
|
[ 22:23 pav ]
- Update to 0.9.84 (and unbreak)
PR: ports/62430
Submitted by: Ports Fury
Reviewed by: maintainer timeout (20 days)
|
Tue, 23 Dec 2003
|
[ 08:41 linimon ]
Per bento logs, mark as broken on recent versions of 5.x due to gcc3.3
deprecating 'long long'. Informed maintainer.
|
Fri, 7 Nov 2003
|
[ 09:28 marcus ] (Only the first 10 of 25 ports in this commit are shown above. )
Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
Thu, 22 May 2003
|
[ 06:27 kevlo ]
Oops, this one is correct
|
[ 06:21 kevlo ]
Update to 0.9.83 and mark unbroken.
|
Sun, 18 May 2003
|
[ 10:08 kris ]
BROKEN on 5.1: bad C++
|
Fri, 7 Mar 2003
|
[ 06:04 ade ] (Only the first 10 of 30 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Thu, 16 May 2002
|
[ 13:56 kevlo ]
update to version 0.9.82
|
Tue, 17 Apr 2001
|
[ 07:01 kevlo ]
- Upgrade to version 0.9.81 - Takeover maintainership - Add %%PORTDOCS%%
|
Wed, 23 Aug 2000
|
[ 09:01 kevlo ]
Update to version 0.9.80
|
Tue, 20 Jun 2000
|
[ 22:45 cpiazza ] (Only the first 10 of 18 ports in this commit are shown above. )
Remove maintainership of most of my ports. I don't really have time to
maintain these and I'm just not interested in these particular ones any more.
|
Number of commits found: 39 |