From aac0a297fb6dbbce6671d7a50c3000c50a57ea84 Mon Sep 17 00:00:00 2001 From: marius Date: Sat, 15 Sep 2007 11:58:51 +0000 Subject: - Update to 1.2.2. Relevant parts from the release notes: Cdrdao changes: o Man page cleanup (Andrew Suffield) GCDMaster changes: o Fixed GCC 4.1 compilation issues o Fixed hang when inserting WAV file - Ensure that the libraries built by the port are linked in and not already installed ones. For example in case of libcdda_paranoia installed by audio/cdparanoia can't be used to build cddao. Such problems only happen when using non-standard compiler and/or linker flags are used but it doesn't hurt to add some anti-footshooting measurements to the port. [1] PR: 115616 [1] Approved by: netchild --- sysutils/gcdmaster/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/gcdmaster') diff --git a/sysutils/gcdmaster/Makefile b/sysutils/gcdmaster/Makefile index df4380341f8a..1f37a98e5b12 100644 --- a/sysutils/gcdmaster/Makefile +++ b/sysutils/gcdmaster/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gcdmaster -PORTREVISION= 2 +PORTREVISION= 0 COMMENT= GNOME frontend for cdrdao -- cgit