notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: audio/autocd/Makefile
SVNWeb

Number of commits found: 24

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  213b0b7  (Only the first 10 of 561 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 19 Nov 2016
[ 15:10 marino search for other commits by this committer ] Original commit   Revision:426380
audio: autocd, etcd, gramofile: Document ncurses requirement

Approved by:	ncurses blanket
Wed, 9 Sep 2015
[ 14:52 amdmi3 search for other commits by this committer ] Original commit   Revision:396513
- Respect LDFLAGS
- Switch to options helpers
- Switch to USES=libedit as suggested by stage-qa

Approved by:	portmgr blanket
Sat, 1 Mar 2014
[ 21:13 marino search for other commits by this committer ] Original commit   Revision:346720
audio/autocd: Complete stage support

The vendor makefile doesn't contain the word "DESTDIR" so it's pretty
clear why the first attempt at staging this port failed.   Complete
staging by using the do-install target to install everything.
Thu, 20 Feb 2014
[ 07:38 ehaupt search for other commits by this committer ] Original commit   Revision:345167
Support staging
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
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, 3 Jan 2014
[ 15:26 adamw search for other commits by this committer ] Original commit   Revision:338547 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Convert to PORT_OPTIONS:MDOCS.

Holdout shame list: ruby, perl, python
Fri, 20 Sep 2013
[ 14:36 bapt search for other commits by this committer ] Original commit   Revision:327706 (Only the first 10 of 879 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 31 Jul 2008
[ 16:12 pgollucci search for other commits by this committer ] Original commit 
- fully utilize USE_RC_SUBR
  itectu@: no more .sh
  dougb@: move load_config above variables checks
- Bump PORTREVISION

PR:             ports/125623
Approved by:    maintainer, gabor (mentor)
Wed, 2 May 2007
[ 07:11 edwin search for other commits by this committer ] Original commit 
[patch] cleanup non-supported FreeBSD versions

PR:             ports/111648
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Approved by:    maintainer timeout
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Mon, 19 Apr 2004
[ 08:28 osa search for other commits by this committer ] Original commit 
Update to latest stable release 3.02.12b.

Submitted by:   KOT@MATPOCKuH.Ru (maintainer)
Mon, 29 Mar 2004
[ 08:42 osa search for other commits by this committer ] Original commit 
Update to 3.02.11b.
Use RCng.
Move pkg-files to Makefile.
Fix LIB_DEPENDS.
SIZEfy.

Submitted by:   Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
Thu, 13 Nov 2003
[ 16:40 osa search for other commits by this committer ] Original commit 
Update to 3.02.10a.

Submitted by:   Dmitry Afanasiev <dima@KOT.SPb.Ru> (maintainer)
Mon, 8 Sep 2003
[ 08:29 osa search for other commits by this committer ] Original commit 
Update to 3.02.08a

Submitted by:   Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
Tue, 19 Aug 2003
[ 21:45 osa search for other commits by this committer ] Original commit 
Update to 3.02.07a: fix more bugs.

Submitted by:   Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
Tue, 5 Aug 2003
[ 14:59 osa search for other commits by this committer ] Original commit 
Update to latest version: 3.02.04a

Submitted by:   Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
Thu, 24 Jul 2003
[ 21:12 osa search for other commits by this committer ] Original commit 
Update to 3.02.03a

Submitted by:   Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
Wed, 4 Jun 2003
[ 08:07 edwin search for other commits by this committer ] Original commit 
New version of autocd port

        New version (3.01.02a) of autocd port

PR:             ports/52721
Submitted by:   Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
Tue, 1 Apr 2003
[ 00:24 edwin search for other commits by this committer ] Original commit 
New port: Compact disc control utility

        Another compact disc control utility

PR:             ports/49104
Submitted by:   Dmitry Afanasiev <KOT@KOT.SPb.Ru>

Number of commits found: 24