summaryrefslogtreecommitdiffstats
path: root/sysutils/gtoaster
diff options
context:
space:
mode:
authoreric <eric@FreeBSD.org>2001-04-09 10:44:31 +0000
committereric <eric@FreeBSD.org>2001-04-09 10:44:31 +0000
commitcc722c0238c9189a6835ed90ec4eae8a6c71fccc (patch)
tree37f564ae2aac5acf93a1ef45a1b65321deec2ed0 /sysutils/gtoaster
parentecedfd2223162c046fd46f567b548ae9b86115d6 (diff)
downloadFreeBSD-ports-cc722c0238c9189a6835ed90ec4eae8a6c71fccc.zip
FreeBSD-ports-cc722c0238c9189a6835ed90ec4eae8a6c71fccc.tar.gz
Update to a newer version.
Approved by: murray
Diffstat (limited to 'sysutils/gtoaster')
-rw-r--r--sysutils/gtoaster/Makefile11
-rw-r--r--sysutils/gtoaster/distinfo2
-rw-r--r--sysutils/gtoaster/files/patch-aa11
-rw-r--r--sysutils/gtoaster/pkg-comment2
-rw-r--r--sysutils/gtoaster/pkg-descr4
5 files changed, 21 insertions, 9 deletions
diff --git a/sysutils/gtoaster/Makefile b/sysutils/gtoaster/Makefile
index ea11603..d357539 100644
--- a/sysutils/gtoaster/Makefile
+++ b/sysutils/gtoaster/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= gtoaster
-PORTVERSION= 2000092620
+PORTVERSION= 2001033113
CATEGORIES= sysutils gnome
MASTER_SITES= http://gnometoaster.rulez.org/archive/
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= .tgz
-MAINTAINER= eric@osd.bsdi.com
+MAINTAINER= eric@FreeBSD.org
RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrecord \
mkisofs:${PORTSDIR}/sysutils/mkisofs
@@ -20,10 +20,11 @@ RUN_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrecord \
WRKSRC= ${WRKDIR}/gtoaster
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --prefix=${X11BASE}
+CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
+
USE_GTK= yes
USE_GMAKE= yes
-
-post-install:
- strip ${PREFIX}/bin/gtoaster
+USE_X_PREFIX= yes
.include <bsd.port.mk>
diff --git a/sysutils/gtoaster/distinfo b/sysutils/gtoaster/distinfo
index 18681f7..52cea8e 100644
--- a/sysutils/gtoaster/distinfo
+++ b/sysutils/gtoaster/distinfo
@@ -1 +1 @@
-MD5 (gtoaster2000092620.tgz) = ad57f4e77df71f2aad3be93eed0dfdb6
+MD5 (gtoaster2001033113.tgz) = 689983e152e3def428c44fdc7306d52a
diff --git a/sysutils/gtoaster/files/patch-aa b/sysutils/gtoaster/files/patch-aa
new file mode 100644
index 0000000..6547696
--- /dev/null
+++ b/sysutils/gtoaster/files/patch-aa
@@ -0,0 +1,11 @@
+--- cdromlow.c.orig Sun Apr 8 11:30:36 2001
++++ cdromlow.c Sun Apr 8 11:30:39 2001
+@@ -323,7 +323,7 @@
+ #ifndef __FreeBSD__
+ if (track.cdte_ctrl&CDROM_DATA_TRACK)
+ #else
+- if (entry.entry.control & CDROM_DATA_TRACK)
++ if (track.entry.control & CDROM_DATA_TRACK)
+ #endif
+ result=TRACKTYPE_DATA;
+ else
diff --git a/sysutils/gtoaster/pkg-comment b/sysutils/gtoaster/pkg-comment
index 2c681b7..3dc6de3 100644
--- a/sysutils/gtoaster/pkg-comment
+++ b/sysutils/gtoaster/pkg-comment
@@ -1 +1 @@
-Fully graphical GNOME cd cooking front-end
+Fully graphical GNOME cd cooking interface
diff --git a/sysutils/gtoaster/pkg-descr b/sysutils/gtoaster/pkg-descr
index e38ca6a..0fed879 100644
--- a/sysutils/gtoaster/pkg-descr
+++ b/sysutils/gtoaster/pkg-descr
@@ -1,5 +1,3 @@
-description from freshmeat.net -
-
Gnometoaster is a full CD creation suite for X11 and GNOME. It can be used to
copy and create data, audio, and mixed mode CDs on the fly or with precaching
in both TAO and DAO mode. Data tracks can easily be created with the built-in
@@ -7,3 +5,5 @@ file manager. GNOME drag-and-drop is supported throughout the program.
Gnometoaster can also write mp3 files on the fly, it is fully multisession
capable, and can be used to encode all sorts of filetypes directly from audio
tracks on a CD.
+
+WWW: http://gnometoaster.rulez.org/
OpenPOWER on IntegriCloud