Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.0 13 Jan 2025 08:59:25 |
Jason E. Hale (jhale) |
sysutils/libcdio: Update to 2.2.0
https://github.com/libcdio/libcdio/releases/tag/2.2.0 |
2.1.1 09 Jan 2025 04:14:30 |
Jason E. Hale (jhale) |
sysutils/libcdio: Update to 2.1.1
Project has moved to GitHub. [1]
https://github.com/libcdio/libcdio/releases/tag/2.1.1
PR: 283943 [1]
Reported by: diizzy [1] |
2.1.0_2 18 May 2024 15:25:43 |
Jason E. Hale (jhale) Author: Daniel Engberg |
sysutils/libcdio: Disable broken CDDB support
While here, pet portclippy(1) and portlint(1).
PR: 278861 |
2.1.0_1 28 Jan 2024 18:33:17 |
Muhammad Moinur Rahman (bofh) |
sysutils/libcdio: Moved man to share/man
Approved by: portmgr (blanket) |
2.1.0 06 Oct 2023 17:48:55 |
Dimitry Andric (dim) |
sysutils/libcdio: fix build with lld 17
Building sysutils/libcdio with lld 17 results in the following link
errors:
libtool: link: cc -shared -fPIC -DPIC .libs/_cdio_generic.o
.libs/_cdio_stdio.o .libs/_cdio_stream.o .libs/abs_path.o .libs/aix.o
.libs/audio.o .libs/cd_types.o .libs/cdio.o .libs/cdtext.o .libs/device.o
.libs/disc.o .libs/ds.o FreeBSD/.libs/freebsd.o FreeBSD/.libs/freebsd_cam.o
FreeBSD/.libs/freebsd_ioctl.o .libs/gnu_linux.o image/.libs/bincue.o
image/.libs/cdrdao.o .libs/image_common.o image/.libs/nrg.o .libs/logging.o
.libs/memory.o mmc/.libs/mmc.o mmc/.libs/mmc_hl_cmds.o mmc/.libs/mmc_ll_cmds.o
mmc/.libs/mmc_util.o MSWindows/.libs/aspi32.o MSWindows/.libs/win32_ioctl.o
MSWindows/.libs/win32.o .libs/netbsd.o .libs/osx.o .libs/read.o .libs/realpath.o
.libs/sector.o .libs/solaris.o .libs/track.o .libs/utf8.o .libs/util.o
-L/usr/local/lib -lm -lcam -O2 -fstack-protector-strong
-Wl,--version-script=libcdio.la.ver -fstack-protector-strong -Wl,-soname
-Wl,libcdio.so.19 -o .libs/libcdio.so.19.0.0
ld: error: version script assignment of 'CDIO_19' to symbol
'cdio_get_default_device_bsdi' failed: symbol not defined
ld: error: version script assignment of 'CDIO_19' to symbol
'cdio_get_devices_bsdi' failed: symbol not defined
ld: error: version script assignment of 'CDIO_19' to symbol 'cdio_have_bsdi'
failed: symbol not defined
ld: error: version script assignment of 'CDIO_19' to symbol
'cdio_open_am_bsdi' failed: symbol not defined
ld: error: version script assignment of 'CDIO_19' to symbol 'cdio_open_bsdi'
failed: symbol not defined
ld: error: version script assignment of 'CDIO_19' to symbol
'cdio_set_drive_speed' failed: symbol not defined
ld: error: version script assignment of 'CDIO_19' to symbol 'mmc_get_last_lsn'
failed: symbol not defined
ld: error: version script assignment of 'CDIO_19' to symbol
'mmc_isrc_track_read_subchannel' failed: symbol not defined
cc: error: linker command failed with exit code 1 (use -v to see invocation)
There are a number of symbols in libcdio's linker version scripts which
are no longer defined, so remove them.
PR: 274196
Approved by: jhale (maintainer)
MFH: 2023Q4 |
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.1.0 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.1.0 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.0 20 Dec 2019 13:03:25 |
jhale |
sysutils/libcdio: Fix build with GCC versions older than 4.6.0 which do not
allow "#pragma GCC diagnostic" to be used inside of functions
PR: 242693
Reported by: canardo <canardo909@gmx.com> |
2.1.0 16 Dec 2019 09:11:34 |
pkubaj |
sysutils/libcdio: fix build on GCC architectures
Newer compiler is necessary:
iso9660.c:376: error: #pragma GCC diagnostic not allowed inside functions |
2.1.0 12 Dec 2019 15:11:33 |
jhale |
Update sysutils/libcdio to 2.1.0
Update sysutils/libcdio-paranoia to 10.2+2.0.1
Bump PORTREVISION on consumers due to shared library version increase |
2.0.0_1 10 Nov 2018 18:12:58 |
bapt |
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 |
2.0.0 05 Apr 2018 20:13:34 |
jhale |
Update sysutils/libcdio to 2.0.0
- Add regression tests
Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr
Bump PORTREVISON on dependent ports due to libcdio shared libary increase
Changes
(libcdio): http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager): https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision: https://reviews.freebsd.org/D14469 |
0.94 22 Feb 2018 09:47:20 |
jhale |
Take maintainership (update for version 2.0.0 is in the works) |
0.94 19 Jan 2017 07:13:10 |
jhale |
- Update to 0.94
- Fix LICENSE and move upward
- Convert to USES=localbase
- Whitespace fix
- Actually build the FreeBSD driver for > 10.x
- Sort pkg-plist |
0.93 31 Oct 2016 14:03:09 |
arved |
Drop Maintainership. (There is a new version out, that needs testing ) |
0.93 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
0.93 19 May 2016 10:57:35 |
amdmi3 |
- Fix trailing whitespace in Makefiles
Approved by: portmgr blanket |
0.93 29 Apr 2016 15:20:28 |
arved |
Update libcdio: 0.92 -> 0.93
Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1
Bump PORTREVISIONs of dependents because of shared library version bump. |
0.92_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.92_1 14 May 2015 10:15:09 |
mat |
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 |
0.92_1 11 Mar 2015 08:03:01 |
arved |
Add CPE information
PR: 198472
Submitted by: shun.fbsd.pr@dropcut.net |
0.92_1 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.92 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
0.92 09 Aug 2014 10:02:01 |
arved |
Update to 0.92
PR: 192271 |
0.83_3 06 Aug 2014 16:21:43 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.83_2 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
0.83_2 21 Feb 2014 01:30:21 |
miwi |
- Fix INDEX
No Points to: brd :) |
0.83_2 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.83_2 16 Sep 2013 07:47:02 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
0.83_2 04 Sep 2013 20:01:06 |
bsam |
Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
It's value is "--with-libiconv-prefix=/usr/local" for systems
before 100043 with ports libiconv and to use at systems post
100043 with base iconv it's value is "" (NULL).
Co-authors: bapt, madpilot and bsam (me) |
0.83_2 04 Sep 2013 18:06:08 |
madpilot |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
0.83_2 07 May 2013 15:46:15 |
ale |
Remove unnecessary popt dependency and bump PORTREVISION.
Approved by: maintainer |
0.83_1 06 May 2013 15:34:18 |
bapt |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
0.83_1 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
0.83_1 19 Jan 2012 20:14:34 |
arved |
Fix plist
Submitted by: ale |
0.83 18 Jan 2012 17:35:29 |
arved |
Update to 0.83
PR: 162512
Submitted by: "Conrad J. Sabatier" <conrads@cox.net>
Reviewed by: rm |
0.82_2 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
0.82_2 29 Oct 2011 11:36:16 |
miwi |
- Fix build on FreeBSD 10 |
0.82_2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.82_2 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.82_2 21 May 2011 17:17:56 |
arved |
Add USE_NCURSES
PR: 157139
Submitted by: Raphael Kubo da Costa <kubito@gmail.com> |
0.82_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.82_1 30 May 2010 17:39:07 |
arved |
Add LICENSE and LICENSE_FILE to my ports. |
0.82_1 29 Nov 2009 16:17:35 |
kwm |
Fix packaging. Make sure we always install the cdio_cdda and cio_cdparanoia .pc
files.
Approved by: maintainer (by email) |
0.82 28 Nov 2009 10:33:40 |
arved |
Update to 0.82
Parts from:
PR: 140388
Submitted by: lippe |
0.78.2_3 07 Nov 2009 23:58:37 |
arved |
- Add missing japanese manpage
PR: 136259
Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
- Grab back maintainership
- Adjust configure regex for current versions of FreeBSD (8 and 9)
- Bump PORTREVISION |
0.78.2_2 20 Oct 2009 16:54:56 |
mich |
- drop maintainership |
0.78.2_2 06 Jun 2008 14:03:26 |
edwin |
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) |
0.78.2_1 11 Apr 2008 22:53:51 |
pav |
- Toggle paranoia option to default on
OK'ed by: mich (maintainer) |
0.78.2 08 Apr 2008 09:11:20 |
mich |
- update to -> 0.78.2 |
0.77_2 02 Jan 2008 13:51:57 |
mich |
- add get_media_changed method drives accessed via CAM(SCSI/ATAPICAM)
Submitted by: Andriy Gapon <avg@icyb.net.ua> |
0.77_2 16 Apr 2007 17:28:53 |
ahze |
Chase libcddb libver bump |
0.77_1 12 Mar 2007 14:19:39 |
mich |
- Use "getopt.h" , not <getopt.h>
(Also fixed upstream)
PR: ports/108953
Submitted by: Tuure Laurinolli <tuure@laurinolli.net> |
0.77_1 04 Sep 2006 14:37:15 |
mich |
- Don't install false hope pkg-config files since some programs detect if
the lib is installed via pkg-config files.[1]
- s/INSTALLS_SHLIB/USE_LDCONFIG
PR: ports/102847[1]
Submitted by: ahze[1] |
0.77 24 May 2006 08:41:02 |
mich |
- update to 0.77
- Add a cd-paranoia OPTION
PR: 97291
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> |
0.76_1 13 May 2006 04:15:53 |
edwin |
Remove USE_REINPLACE from all categories starting with S |
0.76_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.76 24 Jan 2006 01:06:45 |
edwin |
SHA256ify
Approved by: krion@ |
0.76 16 Jan 2006 15:29:59 |
mich |
- Fix support for FREEBSD_CDROM under -CURRENT
Submitted by: Peter Jeremy <PeterJeremy@optushome.com.au> |
0.76 15 Nov 2005 06:52:12 |
ade |
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. |
0.76 04 Oct 2005 14:15:07 |
mich |
o Update to -> 0.76
o Fix whitespaces in Makefile |
0.75_1 24 Jul 2005 03:35:15 |
ahze |
- Chase libversion bump in libcddb |
0.75 12 Jul 2005 12:48:30 |
mich |
o Update to -> 0.75
- audio volume level fix on Microsoft Windows
- fix build when --enable-shared, --disable-static
- CD-Text retrieval fix
- allow the MMC timeout to be adjusted by the application
- cd-paranoia: Add option --mmc-timeout (-m) to set MMC timeout.
We now check that integer arguments are integers and are within
range.
- changes for libcddb 1.1.0 API change
- remove gcc 4.0 warnings
- miscellaneous small bug fixes, removal of questionable idioms or
memory leak fixes |
0.74_1 11 Jul 2005 15:04:36 |
mich |
o adopt this maintainer-less port |
0.74_1 11 Jul 2005 15:00:47 |
mich |
o fix build, as latest libcddb update had API changes
patches obtained: libcdio CVS |
0.74_1 11 Jul 2005 05:38:59 |
ahze |
- Chase lib version in libcddb, bump PORTREVISION |
0.74 18 May 2005 15:21:30 |
arved |
Update to 0.74
- cdda-player fixes
- cd-drive shows MMC level
- CD Text improvements/fixes
- FreeBSD audio sub-channel time reporting fixed |
0.73 16 May 2005 21:52:58 |
pav |
- libdata/pkgconfig is now included in mtree
Approved by: marcus (portmgr hat) |
0.73 20 Apr 2005 15:51:49 |
arved |
Update libcdio to 0.73.
Chase shared library version. |
0.72_1 24 Feb 2005 13:14:49 |
ahze |
- Add missing pkg-config file to plist
- Utilize USE_LIBTOOL_VER to and not install libtool files
- Bump PORTREVISION |
0.72 20 Feb 2005 19:22:37 |
arved |
Fix packagebuild by adding USE_PERL5_BUILD
Disable cdparanoia support
Drop maintainership
Reported by: pointyhat cluster |
0.72 14 Feb 2005 20:53:00 |
arved |
Update to 0.72 |
0.71_1 18 Dec 2004 20:41:09 |
arved |
Add missing files
Reported by: pointyhat |
0.71 08 Dec 2004 22:19:43 |
arved |
libcdio: Update to 0.71
vcdimager: Update to 0.7.21
vlc: Chase share library bumps, Bump PORTREVISION |
0.70 13 Oct 2004 08:17:54 |
arved |
Update libcdio to 0.70
Bump PORTREVISION of affected port |
0.69 26 Jun 2004 12:56:44 |
arved |
Update to 0.69 |
0.68_1 24 May 2004 07:50:12 |
arved |
Default to /dev/acd0 on 5.x
PR: 67114
Submitted by: michael johnson <ahze@ahze.net> |
0.68_1 08 Apr 2004 08:57:51 |
arved |
Fix pkg-plist
Pointy hat to: arved
Reported by: rabarber.fruitsalad.org (via lofi) |
0.68 04 Apr 2004 17:45:44 |
arved |
forgot to remove a directory. |
0.68 04 Apr 2004 17:35:44 |
arved |
Add libcdio, the GNU Compact Disc Input and Control Library |