| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
emulators/fuse -> 1.6.0
- add ALSA, OSS (was implicit default), PulseAudio options for sound
- prefer GTK 3 over GTK 2, push down cairo dependency
- prefer SDL 2 over SDL 1
emulators/libspectrum -> 1.5.0 (needed for fuse)
emulators/fuse-utils: no update, but force rebuild against new libspectrum
Reported by: upstream mail
Notes:
svn path=/head/; revision=567262
|
|
|
|
| |
Notes:
svn path=/head/; revision=517045
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems
to no longer need perl5 at runtime. This makes perl5 a build dep only.
Removing the run dep causes some other ports to fail, so add the build
dep to those where needed.
PR: 233138
Approved by: gnome (kwm, maintainer, older version of patch)
Exp-run by: antoine
Notes:
svn path=/head/; revision=485327
|
|
|
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes:
svn path=/head/; revision=479406
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- libspectrum 1.4.3 -> 1.4.4
- fuse-utils 1.4.2 -> 1.4.3
- fuse 1.5.4 -> 1.5.5
Changes for fuse:
- Improve sound accuracy on Unix 64 bit systems
- Allow the use of real joystick hats/dpads in the SDL joystick code
- Rename compat_get_home_path() to compat_get_config_path()
- Various minor bugfixes
Reported by: portscout
Notes:
svn path=/head/; revision=473969
|
|
|
|
|
|
|
|
|
|
|
|
| |
Highlights include:
* Add *.FMF as an allowed filetype to file selectors
* Save SCR from current display file
* Use 44.1KHz as default sound frequency
* Upgrade to libspectrum 1.4.3 to fix TC2048 and TC2068 timings regression
* Various minor bugfixes
Notes:
svn path=/head/; revision=471951
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fuse 1.5.3
- Disable inactive peripherals after loading a snapshot
- Re-enable sound after phantom typist finishes loading TAP, standard ROM TZX or +3 DSK images
* libspectrum 1.4.2
- Fix writing RZX files containing a snapshot which cannot be compressed
* fuse-utils updated to 1.4.1
Reported by: portscout
Notes:
svn path=/head/; revision=468983
|
|
|
|
|
|
|
| |
Changes: http://fuse-emulator.sourceforge.net/
Notes:
svn path=/head/; revision=452814
|
|
|
|
|
|
|
|
|
| |
This adds DivMMC and ZXMMC emulation and support for MLT screenshots.
Submitted by: portscout
Notes:
svn path=/head/; revision=450145
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libspectrum:
- 1.3.5 -> 1.3.6
- add libspectrum.pc
fuse:
- 1.3.7 -> 1.3.8
fuse-utils:
- 1.3.1 -> 1.3.2
- remove obsolete comment in Makefile about removed ffmpeg1 port
- add missing libraries
- sort pkg-plist
Reported by: portscout
Notes:
svn path=/head/; revision=448189
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=446658
|
|
|
|
| |
Notes:
svn path=/head/; revision=442897
|
|
|
|
|
|
|
| |
Submitted by: portscout
Notes:
svn path=/head/; revision=439800
|
|
|
|
|
|
|
| |
Distribution files checked against authors' PGP signature.
Notes:
svn path=/head/; revision=428344
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=425802
|
|
|
|
|
|
|
| |
Distfiles verified against authors GPG key.
Notes:
svn path=/head/; revision=423335
|
|
|
|
|
|
|
| |
Distfiles verified against authors GPG signature
Notes:
svn path=/head/; revision=422050
|
|
|
|
| |
Notes:
svn path=/head/; revision=418968
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Always include libaudiofile support, it was ON in fuse-utils
but OFF in libspectrum
- Bump version of libspectrum.so to 8.2.0
- New ulitity tape2pulses
- Add missing LIB_DEPENDS / USES / USE_* [1]
- Remove upstreamed patch
- Pet portlint
Reported by: poudriere [1]
Notes:
svn path=/head/; revision=416760
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415498
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
| |
Notes:
svn path=/head/; revision=401054
|
|
|
|
| |
Notes:
svn path=/head/; revision=380305
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code. Take
care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
* mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
allocated but not used bits before resizing.
* tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
* src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.
PR: 193264
Approved by: cpm@fbsd.es (maintainer)
Notes:
svn path=/head/; revision=376062
|
|
|
|
| |
Notes:
svn path=/head/; revision=370516
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
security/shishi with PR 192164 is already committed
[1] devel/ccrtp
[2] editors/abiword
[3] security/p5-Crypt-GCrypt
PR: 191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
Notes:
svn path=/head/; revision=363436
|
|
|
|
| |
Notes:
svn path=/head/; revision=362015
|
|
|
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=359476
|
|
|
|
| |
Notes:
svn path=/head/; revision=344597
|
|
|
|
|
|
|
| |
- Strip library
Notes:
svn path=/head/; revision=344594
|
|
|
|
| |
Notes:
svn path=/head/; revision=340674
|
|
|
|
|
|
|
| |
- Place the post-install: target outside of the corresponding .if block
Notes:
svn path=/head/; revision=328447
|
|
|
|
| |
Notes:
svn path=/head/; revision=328045
|
|
|
|
| |
Notes:
svn path=/head/; revision=328021
|
|
|
|
|
|
|
| |
emulators)
Notes:
svn path=/head/; revision=327721
|
|
|
|
|
|
|
| |
Remove an empty OPTIONS_DEFAULT in lang/nbc
Notes:
svn path=/head/; revision=322337
|
|
|
|
| |
Notes:
svn path=/head/; revision=319775
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Highlights:
* fuse-utils:
- new tool fmfconv to convert movies recorded with fuse
* fuse:
- new ROMs Speccyboot 1.4 and DISCiPLE
- drop ROMs without clear redistribution rights
(128p, 256s, Gluck, IF1, Opus, TrDOS)
- support PZX and POK files
- GTK+ 3 compatibility
Notes:
svn path=/head/; revision=318604
|
|
|
|
|
|
|
|
| |
- Depend on pkgconfig, this fixes emulators/fuse
- Bump PORTREVISION
Notes:
svn path=/head/; revision=317314
|
|
|
|
| |
Notes:
svn path=/head/; revision=317220
|
|
|
|
|
|
|
| |
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
Notes:
svn path=/head/; revision=315487
|
|
|
|
|
|
|
|
|
|
|
|
| |
- convert to new options, USES, etc.
- pet portlint
- trim Makefile header
- mark emulators/fuse as BROKEN: doesn't build (presumably after recent glib update)
Submitted by: Yuri Pankov (via mail) [1]
Notes:
svn path=/head/; revision=314736
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
Notes:
svn path=/head/; revision=284239
|
|
|
|
| |
Notes:
svn path=/head/; revision=276971
|
|
|
|
|
|
|
|
|
| |
PR: 154308
Submitted by: Yuri Pankov <yuri.pankov@gmail.com> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=268387
|
|
|
|
|
|
|
|
| |
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Notes:
svn path=/head/; revision=258314
|
|
|
|
|
|
|
| |
starting with E,F
Notes:
svn path=/head/; revision=240069
|
|
|
|
|
|
|
|
| |
PR: ports/130969
Submitted by: Yuri Pankov <yuri.pankov at gmail.com> (maintainer)
Notes:
svn path=/head/; revision=227054
|
|
|
|
|
|
|
| |
PR: ports/127478
Notes:
svn path=/head/; revision=225326
|