aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gtoaster
diff options
context:
space:
mode:
authorEric Melville <eric@FreeBSD.org>2001-04-09 10:44:31 +0000
committerEric Melville <eric@FreeBSD.org>2001-04-09 10:44:31 +0000
commit53543214358df59d106c7f962ce12e157c553cb2 (patch)
tree2893dab38f5ef91299a5605d097f301acaaf396e /sysutils/gtoaster
parentc70d1d7678d3693f1ba35520b61e50b26e6051f3 (diff)
downloadports-53543214358df59d106c7f962ce12e157c553cb2.tar.gz
ports-53543214358df59d106c7f962ce12e157c553cb2.zip
Notes
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 ea116033b85a..d3575399c2e8 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 18681f7ea084..52cea8eb8345 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 000000000000..65476968e5da
--- /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 2c681b74257d..3dc6de36aede 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 e38ca6a271f1..0fed879b8cce 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/