HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/audio/fpc-modplug/files/patch-packages_modplug_fpmake.pp
--- packages/modplug/fpmake.pp	2017-09-02 11:48:24.000000000 -0500
+++ packages/modplug/fpmake.pp	2017-12-12 12:24:14.440128000 -0500
@@ -17,7 +17,7 @@
     P.Directory:=ADirectory;
 {$endif ALLPACKAGES}
     P.Version:='3.2.0';
-    P.OSes := [linux];
+    P.OSes := [linux,dragonfly,freebsd];
     P.SourcePath.Add('src');
 
     T:=P.Targets.AddUnit('modplug.pas');