diff options
author | marino <marino@FreeBSD.org> | 2015-12-06 07:29:36 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-12-06 07:29:36 +0800 |
commit | 02a040de8efbde03f3ef96fa4cf6d61e4d9a7573 (patch) | |
tree | 6ef0e1020a116341931d3335d3863622b9586ead /audio/fpc-oggvorbis | |
parent | 7a38e438af35fc32097474361c55577614e86bfe (diff) | |
download | freebsd-ports-gnome-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.tar.gz freebsd-ports-gnome-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.tar.zst freebsd-ports-gnome-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.zip |
FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0
Several new unit ports were added, some were contracted. Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.
All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
Diffstat (limited to 'audio/fpc-oggvorbis')
-rw-r--r-- | audio/fpc-oggvorbis/Makefile | 1 | ||||
-rw-r--r-- | audio/fpc-oggvorbis/files/patch-packages_oggvorbis_fpmake.pp | 11 | ||||
-rw-r--r-- | audio/fpc-oggvorbis/pkg-plist | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/audio/fpc-oggvorbis/Makefile b/audio/fpc-oggvorbis/Makefile index 34e03b5e144e..a0cc2969df30 100644 --- a/audio/fpc-oggvorbis/Makefile +++ b/audio/fpc-oggvorbis/Makefile @@ -1,7 +1,6 @@ # Created by: Christopher Key <cjk32@cam.ac.uk> # $FreeBSD$ -PORTREVISION= 2 CATEGORIES= audio lang PKGNAMESUFFIX= -oggvorbis diff --git a/audio/fpc-oggvorbis/files/patch-packages_oggvorbis_fpmake.pp b/audio/fpc-oggvorbis/files/patch-packages_oggvorbis_fpmake.pp new file mode 100644 index 000000000000..8c21acf0a305 --- /dev/null +++ b/audio/fpc-oggvorbis/files/patch-packages_oggvorbis_fpmake.pp @@ -0,0 +1,11 @@ +--- packages/oggvorbis/fpmake.pp.orig 2015-01-05 19:27:06.000000000 +0000 ++++ packages/oggvorbis/fpmake.pp +@@ -19,7 +19,7 @@ begin + {$endif ALLPACKAGES} + P.Version:='3.0.1'; + P.SourcePath.Add('src'); +- P.OSes := [linux,win32,wince]; ++ P.OSes := [linux,win32,wince,dragonfly,freebsd]; + // P.Dependencies.Add('x11'); + + T:=P.Targets.AddUnit('ogg.pas'); diff --git a/audio/fpc-oggvorbis/pkg-plist b/audio/fpc-oggvorbis/pkg-plist index 264c199b2bb8..bfa06f4601d7 100644 --- a/audio/fpc-oggvorbis/pkg-plist +++ b/audio/fpc-oggvorbis/pkg-plist @@ -1,7 +1,5 @@ -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/Package.fpc +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/oggvorbis.fpm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/ogg.o -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/vorbis.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/ogg.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/vorbis.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/vorbis.ppu -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/libpogg.a -lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/libpvorbis.a |