aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2008-10-07 16:19:26 +0800
committerehaupt <ehaupt@FreeBSD.org>2008-10-07 16:19:26 +0800
commitfcac1aed4e5a8667a784ae95cb75b614dd8545f6 (patch)
tree2c2d44a97d097af96296c6fff40cebcfec455068
parenta72753e29be49b027a12476f8d9719c68a207e87 (diff)
downloadfreebsd-ports-graphics-fcac1aed4e5a8667a784ae95cb75b614dd8545f6.tar.gz
freebsd-ports-graphics-fcac1aed4e5a8667a784ae95cb75b614dd8545f6.tar.zst
freebsd-ports-graphics-fcac1aed4e5a8667a784ae95cb75b614dd8545f6.zip
Update to the latest git snapshot
-rw-r--r--audio/schism/Makefile19
-rw-r--r--audio/schism/distinfo6
2 files changed, 11 insertions, 14 deletions
diff --git a/audio/schism/Makefile b/audio/schism/Makefile
index 3634d0616bb..37ebdfabdcd 100644
--- a/audio/schism/Makefile
+++ b/audio/schism/Makefile
@@ -6,25 +6,20 @@
#
PORTNAME= schism
-DISTVERSION= 0.2a
-PORTREVISION= 3
+PORTVERSION= 20081004
CATEGORIES= audio
-MASTER_SITES= http://rigelseven.com/schism/dl/ \
+MASTER_SITES= http://nimh.org/schism/ \
CRITICAL
+DISTNAME= cvs-snapshot
+EXTRACT_SUFX= .tgz
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A module tracker editor/player resembling impulse tracker
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= i386 amd64
-USE_BZIP2= yes
USE_SDL= yes
GNU_CONFIGURE= yes
-USE_GCC= 3.4
-
-# Dies with bus error unless building debug version
-CXXFLAGS= -g
-CFLAGS= -g
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \
CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" \
@@ -33,7 +28,9 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \
PLIST_FILES= bin/${PORTNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/schismtracker ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
diff --git a/audio/schism/distinfo b/audio/schism/distinfo
index 5700e3ec1e1..3e053b8eb50 100644
--- a/audio/schism/distinfo
+++ b/audio/schism/distinfo
@@ -1,3 +1,3 @@
-MD5 (schism-0.2a.tar.bz2) = 2b07f1f7657ab82ad6f0a737dda623eb
-SHA256 (schism-0.2a.tar.bz2) = 4107483a9c8ed93682af5f2e9890ad64155e8077dcb9eb0ac7e8bbc38e1dce23
-SIZE (schism-0.2a.tar.bz2) = 392770
+MD5 (cvs-snapshot.tgz) = cb31270b71b08c5c2150f783b5cc61cd
+SHA256 (cvs-snapshot.tgz) = f0c6cfbfa4a9a3d87afaa1466f3f6be2d7199e4da8cc75e02619f96a5e57ec41
+SIZE (cvs-snapshot.tgz) = 1784799
ijliao2004-03-263-49/+11 * Fix packing list.trevor2004-03-251-1/+1 * o/~ Everybody was distfile sizing! o/~kris2004-03-222-0/+2 * SIZE-ify my ports.thierry2004-03-191-2/+10 * Reassign maintainership to the former maintainer.thierry2004-03-191-4/+4 * . SIZEify.glewis2004-03-191-0/+1 * Add size data, approved by maintainers.trevor2004-03-191-0/+1 * Add size data, approved by maintainers.trevor2004-03-191-0/+1 * The distfile on Sourceforge has been changed--use a different mastertrevor2004-03-191-1/+2 * Per distfile survey, chase mastersite reorg on planetmirror.com:linimon2004-03-191-2/+2 * Per distfile survey, comment out bad mastersite (refuses connections).linimon2004-03-191-1/+1 * Add SIZE data.perky2004-03-181-0/+1 * Add size data.trevor2004-03-186-0/+6 * Update to 1.3.1. Be less verbose.trevor2004-03-188-164/+44 * SIZEify.trevor2004-03-181-0/+1 * Trying to make my little town famous.thierry2004-03-161-0/+1 * Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-143-3/+3 * Change the method of pkg-message generation to fix potential breakage withmarcus2004-03-144-2/+4 * BROKEN on !i386: Does not compilekris2004-03-131-1/+7 * Since asami's directory on MASTER_SITE_LOCAL is gone, stow histrevor2004-03-131-1/+1 * Since asami's directory on MASTER_SITE_LOCAL has disappeared, stowtrevor2004-03-131-1/+1 * add p5-Astro-FITS-Header 2.8.1ijliao2004-03-125-0/+47 * Update to 0.3.0 and add SIZE.marcus2004-03-104-8/+5 * Update to 0.25.marcus2004-03-102-5/+3 * Put Navan on the map (and myself).peadar2004-03-101-0/+1 * - Update to 2.6.1markus2004-03-043-26/+118 * Feed the global missile targeting program with a new targetmarkus2004-02-241-0/+1 * Jason Harris has agreed to take over maintainence. Thanks, Jason.linimon2004-02-121-1/+1 * USE_GCC 3.3, because it builds fine with CURRENTS system compiler andarved2004-02-111-1/+1 * dbaker@FreeBSD.org has been inactive in the ports community for overlinimon2004-02-111-1/+1 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-0618-9/+9 * Use PLIST_FILES.trevor2004-02-0612-6/+6 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0426-4/+26 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-043-7/+6 * - Update to 3.07pav2004-02-015-14/+65 * I got overly zealous. GNOME_DESKTOP_VERSION is only needed for ports in themarcus2004-02-011-1/+0 * Add a missing dependency on gail, and indicate that this port requiresmarcus2004-02-011-2/+3 * - SIZEifykrion2004-01-312-0/+2 * - Use PLIST_FILES/PLIST_DIRS and remove pkg-plistkrion2004-01-292-1/+2 * Add SIZE.trevor2004-01-2828-0/+28 * Add size data.trevor2004-01-283-0/+3 * - Support CFLAGS properlykrion2004-01-272-11/+6 * - Use PLIST_FILESpav2004-01-272-2/+2 * Add stellarium 0.5.2,krion2004-01-266-0/+251 * - Update to 0.8.perky2004-01-262-2/+6 * - Update to version 0.9.0krion2004-01-266-31/+15 * Now gettext 0.12.1 is gettext-old.trevor2004-01-243-3/+3 * Point hitmen in the right direction ;-)philip2004-01-221-1/+2 * - Update to 0.24pav2004-01-193-6/+10 * - Update to 2.07-pre7.ale2004-01-144-28/+42 * Update to 0.7perky2004-01-132-2/+2 * - Add missed dependency on compat4x when running on 5.x systempav2004-01-111-0/+4 * ports/astro/wmjupiter has a checksum erroredwin2004-01-101-1/+1 * - Update to 1.0.3clement2004-01-092-2/+2 * - Update to version 1.37krion2004-01-082-2/+2 * - Drop maintainership to ports@krion2004-01-082-2/+2 * Update to 0.4.marcus2004-01-053-8/+8 * - Update to 0.23pav2004-01-033-2/+12 * Add my coordinates (Milano capitale).ale2003-12-291-0/+1 * - Update to version 0.8krion2003-12-293-3/+3 * add pp3 1.3.2ijliao2003-12-245-0/+147 * upgrade to 1.0.2ijliao2003-12-233-4/+12 * Fix the DATADIR. This should fix the Help link with the new libgnome update.marcus2003-12-232-2/+20 * Add myself as new target.clement2003-12-231-0/+1 * - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-211-1/+1 * Update to 0.3.adamw2003-12-145-44/+6 * Add glunarclock, GNOME 2 panel applet that displays the phase of the Moon.pav2003-12-116-0/+81 * - Update to version 1.35.1krion2003-12-073-13/+2 * Update to 0.91.tobez2003-12-042-4/+4 * Add patch originally missed in import. Patch byadamw2003-12-011-0/+21 * - Fix build on 5.xkrion2003-11-251-0/+10 * Add myself to the global missile targeting program.mat2003-11-231-0/+1 * Change BROKEN to IGNORE in the case of configurations that will neverlinimon2003-11-221-1/+1 * - Fix build on 5.xpav2003-11-223-5/+124 * When the clock is at 12am and it will crash.jeh2003-11-222-1/+16 * Make reliance on tk 8.4 more consistent (missed in the big upgrade).linimon2003-11-212-3/+3 * Add gdesklets-weather, a weather monitoring Sensor and Display formarcus2003-11-196-0/+109 * Add Python compilation post-install, and an extra mirror.adamw2003-11-192-1/+12 * Add gdesklets-seti, a gdesklet client for the SETI project that is designedmarcus2003-11-196-0/+77 * Hi, I'm coming from Prague.pav2003-11-181-0/+1 * Add gdesklets-goodweather, a gdesklet weather forecast thingy.adamw2003-11-186-0/+380 * - Update to version 1.34krion2003-11-165-101/+106 * Remove my e-mail address from DESCR files of portstrevor2003-11-131-1/+0 * Remove my e-mail address from comment blocks of portstrevor2003-11-131-1/+1 * Update to 0.6perky2003-11-103-3/+6 * portlint (silence possible rm errors)kris2003-10-271-1/+1 * portlint (remove trailing blank line)kris2003-10-271-1/+0 * portlint (Remove default DISTFILES setting)kris2003-10-271-1/+0 * portlint (USE_IMAKE implies USE_X_PREFIX)kris2003-10-271-1/+0 * portlint ($() -> ${}, DISTFILES -> DISTNAME, set WRKSRC, remove unusedkris2003-10-271-8/+6 * Remove x3arth, which has been marked IGNORE for a year because it nokris2003-10-276-50/+0 * portlint (whitespace)kris2003-10-274-12/+12 * portlint (variable ordering, trim trailing blank lines)kris2003-10-272-2/+1 * Per distfile survey, note that mastersite has disappeared. A Googlelinimon2003-10-261-1/+2 * utilize SITE_PERLijliao2003-10-2410-44/+40 * - Add new MASTER_SITESkrion2003-10-231-1/+2 * Pacify Fenner's report.linimon2003-10-231-1/+1 * Add myself.sergei2003-10-221-1/+1 * Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-217-116/+116 * - Update to 0.1.12krion2003-10-213-5/+5 * - Update to version 1.33.2krion2003-10-212-2/+2 * . Update to 1.9.5.glewis2003-10-173-13/+15 * . Update to 1.6.1.glewis2003-10-173-8/+7 * BUILD_DEPENDS -> EXTRACT_DEPENDSedwin2003-10-151-1/+1 * BROKEN On 5.x: does not compilekris2003-10-151-1/+7 * Let the world know where to aim the missles the first time I break things.linimon2003-10-151-0/+1 * update astro/p5-Astro-Catalog: 1.8.1 -> 2.1.3daichi2003-10-143-15/+18 * Convert to tk84 and bump PORTREVISION.kris2003-10-121-2/+3 * fix for "user stats" function in tksetiedwin2003-10-101-1/+1 * Update to 1.20.7mat2003-10-073-16/+21 * . Update to 2.0.2.glewis2003-10-032-2/+2 * Drop maintainership.naddy2003-09-291-1/+1 * perl -> reinplaceedwin2003-08-311-1/+2 * perl -> reinplaceedwin2003-08-312-3/+5 * remove perl dependencies -> reinplaceedwin2003-08-311-4/+5 * Unbreak the C++ errorsedwin2003-08-314-11/+65 * Partly unbreak astro/celestia due to C++ issues.edwin2003-08-313-11/+50 * update to port astro/roadmapedwin2003-08-315-14/+105 * Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-273-2/+3 * Chase the libintl.so shared lib version.marcus2003-08-253-3/+3 * - unbreak this portkrion2003-08-193-9/+14 * o Main modificationnork2003-08-191-2/+2 * Bump PORTREVISION for previous commit.kris2003-08-171-0/+1 * Use tk 8.4 instead of 8.3.kris2003-08-171-2/+2 * o Correct the number of extra markers that we provide, according to pkg-descrceri2003-08-162-8/+6 * . Add a port of SQueuer, a queueing proxy for Seti@Home:glewis2003-08-1410-0/+189 * Remove these ports as part of phase II of the GNOME 1.4 desktop removal.marcus2003-08-1214-256/+0 * Update to version 0.7krion2003-08-113-4/+5 * Update of astro/gpsdrive to latest version (1.33)leeym2003-08-097-75/+6 * I am now a resident of Ottawa, Ontario, Canada.adamw2003-08-061-1/+1 * Update to 0.8.0krion2003-07-314-5/+22 * Hand ports over to Thierry Thomas <thierry@pompo.net>.naddy2003-07-31