Commit graph

51 commits

Author SHA1 Message Date
Alexander Leidinger
8cba86908a - Update to 1.1.9. Relevant parts from the release notes:
<snip>
  Cdrdao changes:
  - MMC-driver auto-detection. If no --driver option is specified,
    cdrdao will try to autodetect an MMC-compliant device and use the
    generic-mmc driver by default. (Denis Leroy)
  - Included scsilib upgraded from cdrtools 2.01a31 (Denis Leroy)
  - Added --eject option to the unlock command to eject the cd after
    unlocking. (Eric Benson)
  - New 'discid' command to display CDDB information. (Eric Benson,
    Denis Leroy).
  - Added --full-burn and --capacity options to extend lead-out to entire
    disc, beyond 80 mins limit. (Vladimir Petrov)
  GCDMaster changes (Denis Leroy) :
  - Some bug fixes (manual driver configurations were not being saved
    correctly).
  cue2toc changes:
  - Version 0.2 released. Complete rewrite, should now handle most of all
    CUE files. (Matthias Czapla)
  <snip>
- Disable the use of mlockall(2) on FreeBSD 5, even after the last round
  of fixes there are still issues.
- Add a workaround for problems with gmake and certain locales on FreeBSD 5.
- Use MASTER_SITE_SOURCEFORGE_EXTENDED.
- Use ARCH instead of MACHINE_ARCH to please portlint >= 2.5.9.

Submitted by:		marius
On my TODO list since:	June 7 :-(
2004-06-13 15:01:27 +00:00
Alexander Leidinger
4171a9b485 Use the @FreeBSD.org address of the maintainer.
Approved by:	marius
2004-04-20 13:49:29 +00:00
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
Alexander Leidinger
4e98f4c42a Change the progress meter back to not print newlines on update, this
annoying behaviour unintentionally got introduced shortly before 1.1.8
was released. This patch also went into the cdrdao repository.

Submitted by:	maintainer
2004-03-05 16:37:33 +00:00
Alexander Leidinger
d316a1c7df In case the distfile of cdrdao is not available locally, the slave port
gcdmaster was not able to fetch it.

Submitted by:	maintainer
2004-02-20 15:22:22 +00:00
Alexander Leidinger
5af2b1ef15 - Update to 1.1.8. Relevant parts from the release notes:
<snip>
  - Improved performance of the new L-EC code by up to a factor 2 depending
    on the hardware.
  - 'read-test' runs L-EC encoder over mode 1 or mode 2 form 1 sectors to
    allow performance testing in conjunction with option --speed.
  new:
  - toc2cddb: translates a TOC file into a cddb file. (Giuseppe Corbelli)
  new:
  - cue2toc: convert CUE to TOC format for audio CDs. (Matthias Czapla)
  <snip>

  Note:	The 1.1.8 tarball was re-rolled twice because of missing files and
	a show-stopper in gcdmaster and some SourceForge mirrors still might
	need to catch up on it. If you have problems with differing checksums
	please fetch from ftp://us.dl.sourceforge.net/pub/sourceforge/cdrdao,
	which is known to carry the latest version.
- Use/respect DATADIR and DOCSDIR.
- Make PREFIX-clean by respecting PREFIX instead of LOCALBASE.
- First part of splitting gcdmaster into a slave port because the conditional
  compilation via HAVE_GNOME caused problems when gnomelibs where installed
  afterwards (PR 61840).
- Tidy the PORTDOCS a bit, e.g. no longer install the release notes for
  previous releases, they are easily accessible on the homepage anyway.
- On deinstall, remind the user to delete the global config file if existent
  and permanently removing this port.
- In pkg-descr, mention that cdrdao also handles the bin/cue format. Wording
  taken from the Debian cdrdao package.
- Fix some references in the cdrdao manpage to fit FreeBSD.
- Remove the WITH_PTHREADS knob, it was never very usefull on FreeBSD.
- Remove the WITHOUT_SCGLIB knob, the "native" CAM interface of cdrdao has
  issues with ATAPICAM and probably will be removed in future version.
- Remove "-DBSD_SCSI_SENSE_BUG" from CFLAGS, for an explanation see
  sysutils/sformat/Makefile revision 1.5.

Submitted by:	maintainer
2004-02-18 14:56:10 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Alexander Leidinger
50d67c832d Temporarily disable compilation of gcdmaster until problems with broken
dependencies when gnomelibs are installed after cdrdao can be resolved.

PR:		61840
Submitted by:	maintainer
2004-01-30 12:44:57 +00:00
Alexander Leidinger
3a726cb4d9 - Fix yet another bug that might be used for a root exploit. As with the last
bug you are only vulnerable if you locally set the cdrdao binary suid root.
- Respect CC already at the configure-stage of scsilib else we end up running
  configure with GCC and compiling with whatever CC was set to.

Submitted by:	maintainer
2003-06-04 18:43:16 +00:00
Alexander Leidinger
2799d745c3 Fix potential root exploit.
THE FREEBSD PORT IS NOT VULNERABLE AS IT DOES NOT SET THE SUID BIT, YOU
ARE ONLY VULNERABLE, IF YOU SET IT ON YOUR OWN!

Submitted by:	maintainer
2003-05-21 15:19:38 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Kris Kennaway
1c24674242 Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
2003-02-28 22:53:02 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Joe Marcus Clarke
e57110f7cc Chase the gnomemm shared lib version. 2003-01-30 03:59:46 +00:00
Alexander Leidinger
21e18d8230 From the submitter:
- Don't default to '-O2' when compiling the cdparanoia-lib but respect CFLAGS,
  this should work around the generation of broken code with GCC and an
  optimazation-level greater than 1.
- Fix a bug in the cdparanoia-lib that can cause problems on some !386.
- Remove the unneeded usage of what seems to be an extension of G++, i.e.
  arguments to the constructor when allocating an array of objects with new,
  fixes compilation with compilers stricter obeying the standards.
- Always symlink ${MACHINE_ARCH}-freebsd-cc.rul to the i386-version on !i386 in   the RULES-directory of scglib to be consistent with sysutils/cdrtools, cdrdao
  also should compile and work on any platform with the fixes above.
- hier(7) the location of the global cdrdao.etc to LOCALBASE/etc/cdrdao.conf.
- Make the gcdmaster gnome-frontend compile with GCC3, use HAVE_GOME-magic to
  build it.
- Clean up some stuff.

NOTE: Gcdmaster has a very obvious bug, if one creates a new audio-CD by
      "New Audio CD project" -> "Edit" -> "Append Track" (select audio-file)
      it will get the length of the track wrong, display a garbage waveform
      and play nothing when hitting the play-button, same for further added
      tracks. This can be worked around by saving the project and re-opening
      it, now appending further tracks also works and the burnt CD is fine.
      This is _not_ a bug of this port but a bug in gcdmaster itself and
      is totally reproducable on Linux, therefore please don't mail the
      maintainer of this port about it expect you have a fix, thanks.

Submitted by:	maintainer
2003-01-02 15:53:38 +00:00
Alexander Leidinger
94afc39b85 Add missing patches, see log of Makefile for more.
Pointy hat to:	netchild
2002-11-13 18:56:34 +00:00
Alexander Leidinger
f1f585463f - give maintainership from ports to submitter
From submitter:
- Remove the devel/pccts BUILD_DEPENDS, there's no need to depend on it as
  cdrdao ships it's own version (but use the pccts-port if it happens to be
  installed in order to speed up things).
- Add a knob to build toc2mp3 (a tool encode an audio cd-image to a set of
  mp3 files, see Release-1.1.6), makes this port depend on audio/lame.
- Use the FreeBSD INSTALL-macros to install the 4 (5 when building toc2mp3)
  files that are not yet installed by them, much faster than going through
  the whole makfile-tree.
- Don't install extra documentation when NOPORTDOCS is defined (pkg-plist
  was already correct).
- Remove pkg-message, POSIX scheduling is part of the GENERIC kernel since
  FreeBSD 4.0-RELEASE and it's options are different for 3-stable, 4-stable
  and 5.0-current. Therefore it's ugly to explain for what options to check
  on what FreeBSD-version. Don't install README.FreeBSD for the same reason.
- Don't copy a getopt.h to ${WRKSRC}/utils, it's neither required nor gets
  picked up.
- Respect PTHREAD_LIBS, respect CC/CFLAGS when compiling Joerg Schiling's
  SCSI library (the later is recycled sysutils/cdrtools/files/patch-ad).
- Don't build librscg and rscsi (remote-scsi) of the SCSI library, they
  aren't required by cdrdao and the later fails to link anyway because
  _somewhere_ in the makefile-tree libcam no longer gets passed forward
  in $SCSILIB.
- Fix compilation on 5.0-current.
- Add support for FreeBSD/sparc64.

Submitted by:	marius@alchemy.franken.de
2002-11-13 14:05:31 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
880f872b91 upgrade to 1.1.7
PR:		43960
Submitted by:	Ports Fury
2002-10-12 15:48:17 +00:00
Ying-Chieh Liao
221014b9b5 1. Mark IGNORE because of License issues
2. fix WWW

PR:		43419 (1)
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-09-28 13:22:57 +00:00
Christian Weisgerber
2da0affcd4 MAINTAINER resigns.
Submitted by:	David Lebel <lebel@lebel.org>
2002-02-07 22:43:57 +00:00
Ying-Chieh Liao
827ac39580 Add NOPORTDOCS support to pkg-plist
PR:		28579, 28582, 28583, 28585, 28586, 28587, 28590, 28591, 28595, 28599
Submitted by:	Patrick Li <pat@databits.net>
2001-07-08 07:25:57 +00:00
Ying-Chieh Liao
58d856e60e upgrade to 1.1.5
PR:		27228
Submitted by:	maintainer
2001-05-27 12:48:45 +00:00
Kris Kennaway
a2cc6b15a8 Fix plist 2001-03-10 06:02:19 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Peter Pentchev
353027ba43 Fix build with LOCALBASE != /usr/local - tell configure where to look
for the pccts binaries.

PR:		ports/22777
Submitted by:	maintainer
2000-11-22 17:16:11 +00:00
Kevin Lo
179b18e909 Change MASTER_SITES to SourceForge.
PR: 22738
Submitted by: MAINTAINER
2000-11-11 06:17:33 +00:00
Doug Barton
43bbe2f180 Current maintainer requests a new one be assigned
PR:		ports/22657
Submitted by:	Yasuhito FUTATSUKI, futatuki@debug.gr.jp
2000-11-07 06:56:03 +00:00
James E. Housley
303b9da965 New MASTER_SITES
PR:		22607
Submitted by:	David Lebel <lebel@lebel.org>
2000-11-07 02:40:17 +00:00
James E. Housley
01aee34750 Upgraded to version 1.1.4
PR:		22155
Submitted by:	David Lebel <lebel@lebel.org>
2000-11-01 02:45:38 +00:00
Motoyuki Konno
7ce27e9936 o Turn off the build of xcdrdao:
Xcdrdao cannot build with GTK-- 1.2.0 bacause of the incompatibility
    of GTK--.  If GTK-- is installed, cdrdao port always tries to build
    xcdrdao, and fails.

o  Support 5-current.

o  Do not use posix-threads by default due to thread scheduling problem.

o  Change the address of maintainer.

PR:		ports/19504
Submitted by:	Yasuhito FUTATSUKI <futatuki@debug.gr.jp> (maintainer)
2000-06-30 15:43:39 +00:00
Steve Price
f44a4cca8b Fixup LIB_DEPENDS after upgrade of gtk-- port. 2000-05-28 03:20:42 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Michael Haro
bcd8ffd9d0 update with the new PORTNAME/PORTVERSION variables 2000-04-08 21:25:03 +00:00
Michael Haro
6ba32b931f fix some pkg/MESSAGE stuff 2000-01-29 20:01:39 +00:00
Kris Kennaway
017127529f Correct grammar in comments 2000-01-22 23:43:13 +00:00
Steve Price
40afbb8a71 Update to version 1.1.3.
PR:		14550
Submitted by:	maintainer
1999-11-01 02:04:33 +00:00
Satoshi Asami
7ca6416314 Change to follow gtkmm shlib version bump.
Found by:	bento
1999-10-25 07:37:06 +00:00
Steve Price
f4971b755f ln(1) a set of rules so this build (at least) on FreeBSD/Alpha. 1999-09-20 00:36:16 +00:00
Tim Vanderhoek
847ae8f2b6 Remove preceeding pkgname from some of the comments having one. 1999-08-29 19:19:43 +00:00
Chris Piazza
481f889a5f Move USE_NEWGCC and add -fpermissive to CFLAGS for the USE_NEWGCC case.
Submitted by:	futatuki@debug.gr.jp
1999-08-29 06:25:05 +00:00
Chris Piazza
84e3d1a348 USE_NEWGCC=yes
PR:		13435
Submitted by:	Yasuhito FUTATSUKI <futatuki@debug.gr.jp>
1999-08-29 04:45:19 +00:00
David E. O'Brien
78ab65a396 Change Id->FreeBSD. 1999-08-25 04:36:31 +00:00
Chris Piazza
ab2498ecfc Look for gtk--.h in ${X11BASE} not ${PREFIX}
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-08-13 22:37:38 +00:00
Chris Piazza
223bdd52f2 Remove a stray PLIST= that wasn't supposed to be there 1999-08-12 18:54:46 +00:00
Chris Piazza
f162ef270b Update to version 1.1.2
PR:		12642
Submitted by:	maintainer

Build xcdrdao if gtk-- is installed or XCDRDAO is set to yes.

PR:		12642
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
1999-08-12 18:49:28 +00:00
SADA Kenji
d6e7d4e602 Upgrade to 1.1.1 .
PR:		ports/12588
Submitted by:	maintainer
1999-07-10 19:36:42 +00:00
Satoshi Asami
33c06253b3 Fix bogus CATEGORIES line.
Submitted by:	jkh
1999-05-12 10:38:07 +00:00
Tim Vanderhoek
6cfb5d6bb8 Wisten, to the SWwound, of a Whole new WOO
[CheeriWOs!]
Wisten, to the SWwound, of a Whole new WOO

[CheeriWOs!]

[ie. Add WWW:, and periodic misc legibalizificatings]
1999-05-02 21:31:59 +00:00