forked from freebsd/freebsd-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
227 changed files
with
1,588 additions
and
2,010 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
# Created by: Christopher Key <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTREVISION= 1 | ||
CATEGORIES= archivers lang | ||
PKGNAMESUFFIX= -bzip2 | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Free Pascal bzip2 unit | ||
|
||
USE_FPC= yes | ||
USE_FPC= rtl-extra | ||
|
||
MASTERDIR= ${.CURDIR}/../../lang/fpc | ||
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/Package.fpc | ||
lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/bzip2.fpm | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2.o | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2.ppu | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2comn.o | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2comn.ppu | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2stream.o | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2stream.ppu | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/libpbzip2.a | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/libpbzip2comn.a | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/libpbzip2stream.a | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2stream.rsj |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Created by: Alonso Cardenas Marquez <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTREVISION= 1 | ||
PORTREVISION= 0 | ||
CATEGORIES= archivers lang | ||
PKGNAMESUFFIX= -unzip | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/Package.fpc | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/ziptypes.ppu | ||
lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/unzip.fpm | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/unzip51g.o | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/unzip51g.ppu | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/ziptypes.o | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/unzip51g.o | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/libpziptypes.a | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/libpunzip51g.a | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/ziptypes.ppu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# Created by: Christopher Key <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTREVISION= 1 | ||
CATEGORIES= audio lang | ||
PKGNAMESUFFIX= -a52 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- packages/a52/fpmake.pp.orig 2015-01-05 19:27:06 UTC | ||
+++ packages/a52/fpmake.pp | ||
@@ -20,7 +20,7 @@ begin | ||
P.Email := ''; | ||
P.Description := 'A free library for decoding ATSC A/52 streams.'; | ||
P.NeedLibC:= true; | ||
- P.OSes := [linux,win32]; | ||
+ P.OSes := [linux,win32,dragonfly,freebsd]; | ||
|
||
{$ifdef ALLPACKAGES} | ||
P.Directory:=ADirectory; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/a52/Package.fpc | ||
lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/a52.fpm | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/a52/a52.o | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/a52/a52.ppu | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/a52/libpa52.a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# Created by: Christopher Key <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTREVISION= 2 | ||
CATEGORIES= audio lang | ||
PKGNAMESUFFIX= -mad | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- packages/mad/fpmake.pp.orig 2015-08-29 16:37:05 UTC | ||
+++ packages/mad/fpmake.pp | ||
@@ -17,7 +17,7 @@ begin | ||
P.Directory:=ADirectory; | ||
{$endif ALLPACKAGES} | ||
P.Version:='3.0.0'; | ||
- P.OSes := [linux,win32,win64,wii]; | ||
+ P.OSes := [linux,win32,win64,wii,freebsd,dragonfly]; | ||
P.SourcePath.Add('src'); | ||
|
||
T:=P.Targets.AddUnit('mad.pas'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mad/Package.fpc | ||
lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/mad.fpm | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mad/mad.o | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mad/mad.ppu | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mad/libpmad.a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# Created by: Christopher Key <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTREVISION= 1 | ||
CATEGORIES= audio lang | ||
PKGNAMESUFFIX= -modplug | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- packages/modplug/fpmake.pp.orig 2015-08-07 13:22:31 UTC | ||
+++ packages/modplug/fpmake.pp | ||
@@ -17,7 +17,7 @@ begin | ||
P.Directory:=ADirectory; | ||
{$endif ALLPACKAGES} | ||
P.Version:='3.0.0'; | ||
- P.OSes := [linux]; | ||
+ P.OSes := [linux,dragonfly,freebsd]; | ||
P.SourcePath.Add('src'); | ||
|
||
T:=P.Targets.AddUnit('modplug.pas'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/modplug/Package.fpc | ||
lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/modplug.fpm | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/modplug/modplug.o | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/modplug/modplug.ppu | ||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/modplug/libpmodplug.a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# Created by: Christopher Key <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTREVISION= 2 | ||
CATEGORIES= audio lang | ||
PKGNAMESUFFIX= -oggvorbis | ||
|
||
|
11 changes: 11 additions & 0 deletions
11
audio/fpc-oggvorbis/files/patch-packages_oggvorbis_fpmake.pp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# Created by: Christopher Key <[email protected]> | ||
# $FreeBSD$ | ||
|
||
PORTREVISION= 1 | ||
CATEGORIES= audio lang | ||
PKGNAMESUFFIX= -openal | ||
|
||
|
Oops, something went wrong.