Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2.10_7 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
2.2.10_7 20 Jul 2022 14:20:54
    |
Tobias C. Berner (tcberner)  |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.2.10_7 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.2.10_7 26 Jul 2016 16:51:16
  |
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
2.2.10_7 21 Apr 2016 12:45:17
  |
gahr  |
Convert a few more ports to USES=tcl:tea |
2.2.10_7 08 Apr 2016 20:36:46
  |
amdmi3  |
- Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch` |
2.2.10_7 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
2.2.10_7 07 Oct 2015 01:36:59
  |
amdmi3  |
- Switch to options helpers |
2.2.10_7 16 May 2015 15:49:23
  |
amdmi3  |
- Strip libraries |
2.2.10_6 02 Mar 2015 23:07:16
  |
bapt  |
Remove Authors from pkg-descr |
2.2.10_6 20 Oct 2014 06:36:00
  |
bapt  |
Cleanup plist |
2.2.10_6 09 Jun 2014 11:21:53
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt) |
2.2.10_6 10 May 2014 22:06:23
  |
antoine  |
Maintainer no longer wishes to maintain those ports
With hat: portmgr |
2.2.10_6 23 Jan 2014 11:15:01
  |
gahr  |
- Convert to USES=tk
- STAGE-clean |
11 Dec 2013 14:35:37
 |
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
2.2.10_6 20 Sep 2013 14:36:37
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
2.2.10_6 05 Mar 2013 17:07:44
  |
miwi  |
- Convert to OptionsNG
- Trim header
Reviewed by: beat, bapt, kwm |
2.2.10_6 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
2.2.10_6 06 Jun 2010 20:44:03
 |
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
2.2.10_5 06 Jul 2009 21:26:00
 |
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
2.2.10_3 23 Feb 2009 14:46:38
 |
mm  |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
2.2.10_3 05 Jan 2009 13:58:02
 |
mm  |
- switch to USE_TCL infrastructure
- add support for tcl85
- bump PORTREVISION
PR: ports/130182
Submitted by: mm
Approved by: Simon Olofsson <simon@olofsson.de> (maintainer) |
2.2.10_2 21 Aug 2008 06:18:49
 |
rafan  |
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 ) |
2.2.10_2 09 Apr 2008 13:42:26
 |
pav  |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
2.2.10_2 04 Aug 2007 11:41:31
 |
gabor  |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
2.2.10_2 28 Jul 2007 12:27:31
 |
miwi  |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
2.2.10_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.2.10 08 Aug 2006 21:38:27
 |
miwi  |
- Respect TARGETDIR
PR: ports/101532
Submitted by: Simon Olofsson <simon(at)olofsson.de>
Approved by: krion (mentor) |
2.2.10 11 Jul 2006 00:16:57
 |
rafan  |
- Update to 2.2.10
- Pass maintainership to submitter
- Add AUTHOR in pkg-descr
PR: 100043
Submitted by: Simon Olofsson <simon olofsson.de> |
2.2.9 03 May 2006 05:14:35
 |
edwin  |
Remove USE_REINPLACE from ports in categories starting with A. |
2.2.9 08 Mar 2006 13:23:33
 |
ehaupt  |
This is now fetchable again
PR: 94186
Submitted by: Jean-François BOEUF <jfb@minet.net>
Approved by: portmgr (erwin) |
2.2.9 23 Nov 2005 23:29:54
 |
pav  |
- Add some SHA256 checksums |
2.2.9 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
2.2.9 11 Apr 2005 08:04:41
 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
2.2.9 20 Feb 2005 08:30:48
 |
krion  |
Update to version 2.2.9
PR: ports/77755
Submitted by: Sam Lawrance <boris at brooknet.com.au> |
2.2.8 24 Nov 2004 02:53:20
 |
ijliao  |
upgrade to 2.2.8 |
2.2.7 13 Jul 2004 15:05:08
 |
vs  |
Update to 2.2.7 |
2.2.4 18 Feb 2004 16:28:08
 |
krion  |
- Update to version 2.2.4
PR: ports/63003
Submitted by: Ports Fury |
2.2.3 27 Jan 2004 20:51:07
 |
trevor  |
Add SIZE. |
2.2.3 30 Dec 2003 19:02:02
 |
krion  |
- Update to version 2.2.3
PR: 60733
Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> |
2.2.2_1 20 Dec 2003 16:14:14
 |
naddy  |
Catch up with libogg/libvorbis version bump. |
2.2.2_1 27 Oct 2003 09:11:29
 |
kris  |
portlint (whitespace cleanup) |
2.2.2_1 27 Sep 2003 00:23:56
 |
edwin  |
ECHO -> ECHO_MSG
(ECHO_CMD for deskutils/notebook)
PR: ports/56767-56770,56772-56774,56776-56784
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
2.2.2_1 17 Aug 2003 01:14:08
 |
kris  |
Update to tcl/tk 8.4 and bump PORTREVISION. |
2.2.2 15 Jun 2003 22:05:32
 |
oliver  |
update snack to 2.2.2 |
2.2 28 Feb 2003 22:53:02
 |
kris  |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk |
2.2 20 Feb 2003 16:49:55
 |
knu  |
De-pkg-comment. |
2.2 01 Jan 2003 19:56:52
 |
pat  |
Update to 2.2
PR: ports/46624
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> |
2.1.6_1 01 Sep 2002 16:07:59
 |
dwcjr  |
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net |
2.1.6_1 20 Jul 2002 15:32:43
 |
naddy  |
Ogg Vorbis 1.0 library major version bumps. |
2.1.6 17 Jun 2002 08:21:53
 |
jkoshy  |
Upgrade to v2.1.6. Make port respect ${PREFIX}. Add conditional support
for OGG/VORBIS (make 'WITH_VORBIS=yes').
PR: ports/35476
Submitted by: David Yeske <dyeske@yahoo.com> |
16 Dec 2001 19:38:20
    |
steve  |
This port LIB_DEPENDS on Tcl/Tk version 8.3.x. |
24 Nov 2001 05:37:05
    |
ijliao  |
add snack The Snack Sound Toolkit |