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/libadplug/Makefile
SVNWeb

Number of commits found: 52

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)
Thu, 7 Oct 2021
[ 07:05 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:201a4542abc06a1b831505b6eb630257d6c75774  commit hash:201a4542abc06a1b831505b6eb630257d6c75774  commit hash:201a4542abc06a1b831505b6eb630257d6c75774  201a454 
audio/libadplug: Add CPE information

Approved by:    portmgr (blanket)
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.
Thu, 18 Jun 2020
[ 15:41 pkubaj search for other commits by this committer ] Original commit   Revision:539550
audio/ocp: fix build on powerpc64 with gcc

GCC is still used on stable/11 and stable/12. It needs sys/types.h in lzh.h,
because some types are not recognized.

Force newer compiler due to:
pfilesel.c:3312: error: #pragma GCC diagnostic not allowed inside functions

Because of libstdc++ ABI changes due to forcing new compiler, audio/libadplug
and devel/libbinio in order for audio/ocp to build.

PR:		247377
Approved by:	ehaupt (maintainer)
Wed, 10 Jun 2020
[ 09:23 ehaupt search for other commits by this committer ] Original commit   Revision:538377
Update to 2.3.3

MFH:		2020Q2 (blanket, security fixes)
Security:	329ecd60-aaf7-11ea-8659-10bf48e1088e
Sat, 23 May 2020
[ 14:40 ehaupt search for other commits by this committer ] Original commit   Revision:536300
- Update to 2.3.2
- While here make portclippy/portfmt happy
Sat, 10 Nov 2018
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Mon, 23 Apr 2018
[ 15:27 ehaupt search for other commits by this committer ] Original commit   Revision:468095
Update to 2.3.1
Sun, 19 Nov 2017
[ 14:35 ehaupt search for other commits by this committer ] Original commit   Revision:454494
- Update to 2.3
- Update WWW to HTTPS
Wed, 3 May 2017
[ 12:16 mat search for other commits by this committer ] Original commit   Revision:440009 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Simplify USE_GITHUB usage.

Sponsored by:	Absolight
Tue, 18 Apr 2017
[ 15:15 ehaupt search for other commits by this committer ] Original commit   Revision:438785
- Move from SF to GitHub
- Update WWW
- Use autoreconf and remove now unneeded extra compiler flags and header
  patching
- distfile checksum differs due to the removal of VCS files, autoconf files,
  adjustment of copyright dates, no functional changes
- To be safe bump PORTREVISION (autoreconf)
- Move INFO to pkg-plist
Fri, 21 Oct 2016
[ 15:21 mat search for other commits by this committer ] Original commit   Revision:424427 (Only the first 10 of 354 ports in this commit are shown above. View all ports for this commit)
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
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 25 Feb 2015
[ 15:59 ehaupt search for other commits by this committer ] Original commit   Revision:379921
Strip library
Wed, 25 Jun 2014
[ 14:31 bapt search for other commits by this committer ] Original commit   Revision:359249
Fix build without texinfo in base
Thu, 5 Jun 2014
[ 18:16 amdmi3 search for other commits by this committer ] Original commit   Revision:356670
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Wed, 11 Dec 2013
[ 14:35 bapt search for other commits by this committer ] Original commit   Revision:336166 (Only the first 10 of 268 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
Fri, 25 Oct 2013
[ 12:42 ehaupt search for other commits by this committer ] Original commit   Revision:331571 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Fix package list.
Wed, 23 Oct 2013
[ 10:26 ehaupt search for other commits by this committer ] Original commit   Revision:331362 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Support staging.
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)
Wed, 4 Sep 2013
[ 08:25 bapt search for other commits by this committer ] Original commit   Revision:326260
Fix build without libstdc++
Wed, 24 Jul 2013
[ 08:19 ehaupt search for other commits by this committer ] Original commit   Revision:323578 (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Remove MAKE_JOBS_SAFE which is now default.
Mon, 22 Apr 2013
[ 23:19 bapt search for other commits by this committer ] Original commit   Revision:316287 (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Wed, 13 Mar 2013
[ 10:41 ehaupt search for other commits by this committer ] Original commit   Revision:314054
Fix post-patch regex in order to install adplug.pc in the correct directory.
Also add the file to pkg-plist. This didn't pop up in previous tinderbox runs
due to a bug in portbuild. While here move LICENSE, trim header and get rid of
ABI version number in LIB_DEPENDS.
Fri, 27 Jul 2012
[ 07:05 ehaupt search for other commits by this committer ] Original commit 
Use the new USE_PKGCONFIG macro.
Tue, 21 Jun 2011
[ 14:31 ehaupt search for other commits by this committer ] Original commit 
Fix build with clang.
Fri, 6 May 2011
[ 12:25 ehaupt search for other commits by this committer ] Original commit 
Pacify portlint by unclobbering CONFIGURE_ENV, no functional change.
Tue, 25 Jan 2011
[ 08:39 ehaupt search for other commits by this committer ] Original commit  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Add LICENSE and remove MD5 sums.

Feature safe:   yes
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Fri, 21 May 2010
[ 12:43 ehaupt search for other commits by this committer ] Original commit 
Update to 2.2.1
Tue, 5 Jan 2010
[ 15:22 ehaupt search for other commits by this committer ] Original commit 
Update to 2.2
Wed, 2 Sep 2009
[ 15:01 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:    portmgr (pav)
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Fri, 27 Mar 2009
[ 09:53 ehaupt search for other commits by this committer ] Original commit  (Only the first 10 of 132 ports in this commit are shown above. View all ports for this commit)
Mark MAKE_JOBS_SAFE
Mon, 7 Jul 2008
[ 13:41 ehaupt search for other commits by this committer ] Original commit 
Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we support
via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the
system compiler.
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Sat, 21 Apr 2007
[ 12:44 ehaupt search for other commits by this committer ] Original commit 
Update to 2.1
Mon, 16 Apr 2007
[ 07:53 ehaupt search for other commits by this committer ] Original commit 
Cleanup non-supported FreeBSD versions

PR:             111667
Submitted by:   edwin
Sun, 28 Jan 2007
[ 09:07 kris search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
Use libtool port instead of included one to avoid objformat a.out botch
Sun, 3 Sep 2006
[ 12:37 ehaupt search for other commits by this committer ] Original commit 
Mark it BROKEN on 4.x, it does not compile.
Tue, 15 Aug 2006
[ 12:57 ehaupt search for other commits by this committer ] Original commit 
Update to 2.0.1
Thu, 29 Jun 2006
[ 17:52 ehaupt search for other commits by this committer ] Original commit 
Replace INSTALL_SHLIB with USE_LDCONFIG
Thu, 18 May 2006
[ 20:21 ehaupt search for other commits by this committer ] Original commit 
Update to 2.0
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Sun, 19 Feb 2006
[ 11:39 ehaupt search for other commits by this committer ] Original commit  (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Remove deprecated USE_REINPLACE
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Thu, 6 Oct 2005
[ 11:57 ehaupt search for other commits by this committer ] Original commit  (Only the first 10 of 107 ports in this commit are shown above. View all ports for this commit)
Change MAINTAINER address for my ports.

Approved by:    novel (mentor)
Thu, 22 Sep 2005
[ 12:49 garga search for other commits by this committer ] Original commit 
devel/libbinio:
- Update to 1.4

all:
- Cleanup Makefile Header
- Remove signature from pkg-descr
- Adjustments to build with libbinio 1.4

PR:             ports/86431
Submitted by:   maintainer
Tue, 31 May 2005
[ 21:24 flz search for other commits by this committer ] Original commit 
- Use USE_GCC=3.4+ for upcoming audio/ocp release.

PR:             ports/81703
Submitted by:   maintainer
Sun, 15 May 2005
[ 18:46 jylefort search for other commits by this committer ] Original commit 
Update to 1.5.1

PR:             ports/81009
Submitted by:   maintainer
Mon, 9 May 2005
[ 20:18 jylefort search for other commits by this committer ] Original commit 
AdPlug is a free, cross-platform, hardware independent AdLib sound player
library, mainly written in C++ and released under the LGPL. AdPlug plays
sound data, originally created for the AdLib (OPL2) audio board, directly
from its original format on top of an OPL2 emulator or by using the real
hardware. No OPL chip is required for playback.

AdPlug itself is just the backend to many different audio player frontends,
which are also being developed here. There are plugins for popular audio
players, like Winamp and XMMS, as well as stand-alone players for many
different systems available.

WWW: http://adplug.sourceforge.net/

PR:             ports/80727
Submitted by:   Emanuel Haupt <ehaupt@critical.ch>

Number of commits found: 52