Update to 2.0.1
This commit is contained in:
parent
25c0a4205c
commit
6cc91bccc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170698
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libadplug
|
||||
PORTVERSION= 2.0
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= adplug
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (adplug-2.0.tar.gz) = 06869885099dcc79765ffb1ab5d31207
|
||||
SHA256 (adplug-2.0.tar.gz) = 8e0f8fef212384532f95f8557eb6482fac7db2faa5fdc232e3a8336ec06f2546
|
||||
SIZE (adplug-2.0.tar.gz) = 966816
|
||||
MD5 (adplug-2.0.1.tar.gz) = c9a9259dbc6a21424b9caaa24f64a01b
|
||||
SHA256 (adplug-2.0.1.tar.gz) = 3d4910fcf39b368feabbf0f699486ac777064eebf96b1dfb329d59336837db90
|
||||
SIZE (adplug-2.0.1.tar.gz) = 975975
|
||||
|
@ -1,27 +0,0 @@
|
||||
--- adplugdb/adplugdb.cpp.orig Sun Aug 8 21:17:40 2004
|
||||
+++ adplugdb/adplugdb.cpp Sat May 7 06:16:26 2005
|
||||
@@ -29,6 +29,7 @@
|
||||
#include <binfile.h>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
+#include <unistd.h>
|
||||
|
||||
#if defined(HAVE_SYS_TYPES_H) && defined(HAVE_SYS_STAT_H)
|
||||
# if HAVE_SYS_TYPES_H
|
||||
@@ -46,16 +47,6 @@
|
||||
#include "../src/adplug.h"
|
||||
#include "../src/silentopl.h"
|
||||
#include "../src/database.h"
|
||||
-
|
||||
-/*
|
||||
- * Apple (OS X) and Sun systems declare getopt in unistd.h, other systems
|
||||
- * (Linux) use getopt.h.
|
||||
- */
|
||||
-#if defined ( __APPLE__ ) || ( defined (__SVR4) && defined (__sun) )
|
||||
-# include <unistd.h>
|
||||
-#else
|
||||
-# include "getopt.h"
|
||||
-#endif
|
||||
|
||||
/***** Defines *****/
|
||||
|
@ -1,60 +1,60 @@
|
||||
bin/adplugdb
|
||||
include/adplug/adplug.h
|
||||
include/adplug/emuopl.h
|
||||
include/adplug/fmopl.h
|
||||
include/adplug/silentopl.h
|
||||
include/adplug/opl.h
|
||||
include/adplug/diskopl.h
|
||||
include/adplug/a2m.h
|
||||
include/adplug/adlibemu.h
|
||||
include/adplug/adplug.h
|
||||
include/adplug/adtrack.h
|
||||
include/adplug/amd.h
|
||||
include/adplug/analopl.h
|
||||
include/adplug/bam.h
|
||||
include/adplug/bmf.h
|
||||
include/adplug/cff.h
|
||||
include/adplug/d00.h
|
||||
include/adplug/database.h
|
||||
include/adplug/dfm.h
|
||||
include/adplug/diskopl.h
|
||||
include/adplug/dmo.h
|
||||
include/adplug/dro.h
|
||||
include/adplug/dtm.h
|
||||
include/adplug/emuopl.h
|
||||
include/adplug/flash.h
|
||||
include/adplug/fmc.h
|
||||
include/adplug/fmopl.h
|
||||
include/adplug/fprovide.h
|
||||
include/adplug/hsc.h
|
||||
include/adplug/hsp.h
|
||||
include/adplug/hybrid.h
|
||||
include/adplug/hyp.h
|
||||
include/adplug/imf.h
|
||||
include/adplug/kemuopl.h
|
||||
include/adplug/ksm.h
|
||||
include/adplug/lds.h
|
||||
include/adplug/mad.h
|
||||
include/adplug/mid.h
|
||||
include/adplug/mkj.h
|
||||
include/adplug/msc.h
|
||||
include/adplug/mtk.h
|
||||
include/adplug/opl.h
|
||||
include/adplug/player.h
|
||||
include/adplug/players.h
|
||||
include/adplug/protrack.h
|
||||
include/adplug/psi.h
|
||||
include/adplug/rad.h
|
||||
include/adplug/rat.h
|
||||
include/adplug/raw.h
|
||||
include/adplug/realopl.h
|
||||
include/adplug/rix.h
|
||||
include/adplug/rol.h
|
||||
include/adplug/s3m.h
|
||||
include/adplug/sa2.h
|
||||
include/adplug/silentopl.h
|
||||
include/adplug/sng.h
|
||||
include/adplug/u6m.h
|
||||
include/adplug/player.h
|
||||
include/adplug/fmc.h
|
||||
include/adplug/mad.h
|
||||
include/adplug/xad.h
|
||||
include/adplug/bmf.h
|
||||
include/adplug/flash.h
|
||||
include/adplug/hyp.h
|
||||
include/adplug/psi.h
|
||||
include/adplug/rat.h
|
||||
include/adplug/hybrid.h
|
||||
include/adplug/rol.h
|
||||
include/adplug/adtrack.h
|
||||
include/adplug/cff.h
|
||||
include/adplug/dtm.h
|
||||
include/adplug/dmo.h
|
||||
include/adplug/fprovide.h
|
||||
include/adplug/database.h
|
||||
include/adplug/players.h
|
||||
include/adplug/xsm.h
|
||||
include/adplug/adlibemu.h
|
||||
include/adplug/kemuopl.h
|
||||
include/adplug/dro.h
|
||||
include/adplug/realopl.h
|
||||
include/adplug/analopl.h
|
||||
include/adplug/temuopl.h
|
||||
include/adplug/msc.h
|
||||
include/adplug/rix.h
|
||||
lib/libadplug-2.0.so.0
|
||||
lib/libadplug-2.0.so
|
||||
lib/libadplug.so
|
||||
lib/libadplug.la
|
||||
include/adplug/u6m.h
|
||||
include/adplug/xad.h
|
||||
include/adplug/xsm.h
|
||||
lib/libadplug-2.0.1.so
|
||||
lib/libadplug-2.0.1.so.0
|
||||
lib/libadplug.a
|
||||
lib/libadplug.la
|
||||
lib/libadplug.so
|
||||
@dirrm include/adplug
|
||||
|
Loading…
Reference in New Issue
Block a user