| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Fix build in head without gcc installed
Notes:
svn path=/head/; revision=324056
|
|
|
|
|
|
|
|
| |
- Unbreak the build on amd64 (and make it generally type safe)
- Remove gtkmm-2.4 from LIB_DEPENDS, glademm-2.4 implies it
Notes:
svn path=/head/; revision=323894
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix the build on recent versions of FreeBSD (against Clang)
- Add a patch from Gentoo to unbreak GTK+ program build
- Fix potential buffer overflow (also obtained from Gentoo)
- Convert to OptionsNG, utilize new option helpers
- Drop WANT_GNOME and USE_GNOME, they are useless
- Define LICENSE (GPLv2), remove COPYING from the docs
- Make pkg-message word substitution actually work
- Generally sanitize and cleanup the Makefile
Reported by: pointyhat-west
Notes:
svn path=/head/; revision=323888
|
|
|
|
|
|
|
| |
- Pet portlint
Notes:
svn path=/head/; revision=323852
|
|
|
|
|
|
|
| |
Better to remove now, in one go, then forget about it.
Notes:
svn path=/head/; revision=323850
|
|
|
|
|
|
|
| |
https://lists.gnu.org/archive/html/qemu-devel/2013-07/msg04609.html
Notes:
svn path=/head/; revision=323807
|
|
|
|
|
|
|
|
| |
- Style cleanups.
- Take maintainership.
Notes:
svn path=/head/; revision=323772
|
|
|
|
| |
Notes:
svn path=/head/; revision=323759
|
|
|
|
|
|
|
|
| |
PR: ports/180817
Submitted by: pfg
Notes:
svn path=/head/; revision=323750
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Minor fix required in emulators/o2em.
Remove allegrogl, which is broken and included in allegro-4.4 anyway.
Update allegro-devel to 5.0.7 [1]
PR: ports/172981 [1]
Submitted by: nemysis <nemysis@gmx.ch> [1]
Notes:
svn path=/head/; revision=323734
|
|
|
|
|
|
|
|
|
| |
- Rename GTK knob to GTK2.
Submitted by: olgeni (via private email)
Notes:
svn path=/head/; revision=323249
|
|
|
|
|
|
|
|
| |
PR: 180511
Submitted by: ports fury
Notes:
svn path=/head/; revision=323057
|
|
|
|
|
|
|
|
| |
PR: 180502
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=323036
|
|
|
|
| |
Notes:
svn path=/head/; revision=322976
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
file.cpp: In function 'MDFNFILE* MakeMemWrap(void*, int)':
file.cpp:225: error: invalid conversion from 'void*' to 'gzFile_s*'
file.cpp:225: error: initializing argument 1 of 'int gzread(gzFile_s*, void*, unsigned int)'
file.cpp:277: error: invalid conversion from 'void*' to 'gzFile_s*'
file.cpp:277: error: initializing argument 1 of 'int gzclose(gzFile_s*)'
file.cpp: In function 'MDFNFILE* MDFN_fopen(const char*, const char*, const char*, const char*)':
file.cpp:439: error: invalid conversion from 'void*' to 'gzFile_s*'
file.cpp:439: error: initializing argument 1 of 'int gzclose(gzFile_s*)'
file.cpp: In function 'bool MDFN_DumpToFileReal(const char*, int, const std::vector<PtrLengthPair, std::allocator<PtrLengthPair> >&)':
Notes:
svn path=/head/; revision=322917
|
|
|
|
| |
Notes:
svn path=/head/; revision=322865
|
|
|
|
|
|
|
| |
Notified by: Barbara <barbara.freebsd@gmail.com>
Notes:
svn path=/head/; revision=322825
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
Notes:
svn path=/head/; revision=322783
|
|
|
|
|
|
|
|
| |
- Update emulators/mess to version 0.149
- Update emulators/qmc2 to version 0.39
Notes:
svn path=/head/; revision=322777
|
|
|
|
|
|
|
| |
Submitted by: Cy Schubert <cy@FreeBSD.org>
Notes:
svn path=/head/; revision=322726
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It supports almost every system (Consoles, Handheld, and Arcade) with very
verbose ROM information, ROM and SRAM convertion to various backup tool
formats, IPS/APS/BSL/PPF patching, bad dump detection via RomCenter DAT
files, and more.
WWW: http://ucon64.sourceforge.net/
PR: ports/177042
Submitted by: Nicole Reid <nicole@cooltrainer.org>
Notes:
svn path=/head/; revision=322700
|
|
|
|
| |
Notes:
svn path=/head/; revision=322649
|
|
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert some USE_GMAKE to USES=gmake
Notes:
svn path=/head/; revision=322621
|
|
|
|
|
|
|
|
|
| |
PR: ports/179924
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: Tom Carrick <knyght@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=322539
|
|
|
|
|
|
|
|
|
| |
PR: ports/180279
Submitted by: myself
Approved by: cyberbotx@cyberbotx.com (maintainer)
Notes:
svn path=/head/; revision=322495
|
|
|
|
|
|
|
| |
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com>
Notes:
svn path=/head/; revision=322447
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://lists.gnu.org/archive/html/qemu-devel/2013-06/msg04798.html
- Simplify bsd-user ld script handling. [1]
- Make STATIC_LINK work again.
- Add GTK knob.
- Neither graphical UI can be built static, set IGNORE in that case.
- Properly fix AES_* link errors by #defining those functions as
QEMU_AES_* to avoid conflicts with AES_* in -lcrypto needed (at
least) by -lcurl.
- Add back CURL knob in the process.
- Fix "Warning: vlan %d is not connected to host network" when using
pcap.
- Switch to USES= gmake.
- Note: I did not backport sson's latest bsd-user patches which he has
now in a github tree based on qemu git head, tho I have a seperate
port of that tree on redports:
svn co https://svn.redports.org/nox/emulators/qemu-devel-sson/
See also:
https://wiki.freebsd.org/QemuUserModeHowTo
Submitted by: emaste [1]
Notes:
svn path=/head/; revision=322401
|
|
|
|
|
|
|
|
| |
PR: 180277
Submitted by: rene
Notes:
svn path=/head/; revision=322344
|
|
|
|
|
|
|
| |
Remove an empty OPTIONS_DEFAULT in lang/nbc
Notes:
svn path=/head/; revision=322337
|
|
|
|
| |
Notes:
svn path=/head/; revision=322285
|
|
|
|
|
|
|
|
|
|
| |
implementation for FreeBSD that could calculate available RAM.
PR: ports/180086
Submitted by: Martin Birgmeier <Martin.Birgmeier@aon.at>
Notes:
svn path=/head/; revision=322228
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2013-07-01 net/openldap23-sasl-client: Unmaintained by upstream
2013-07-01 net/openldap23-server: Unmaintained by upstream
2013-07-01 net/openldap23-client: Unmaintained by upstream
2013-07-01 www/py-django13: Unsupported version
2013-07-01 devel/libtifiles: Superseded by devel/libtifiles2
2013-07-01 comms/libticables: Superseded by comms/libticables2
2013-07-01 devel/libticalcs: Superseded by comms/libticalcs2
2013-07-01 emulators/tiemu2: Superseded by emulators/tiemu3
Notes:
svn path=/head/; revision=322119
|
|
|
|
|
|
|
|
|
| |
- installs icons
- installs .desktop file with MimeType
- register mime types
Notes:
svn path=/head/; revision=322054
|
|
|
|
| |
Notes:
svn path=/head/; revision=321985
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This uses accept 'env' as an argument for ports that do use their own or a different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port
Notes:
svn path=/head/; revision=321957
|
|
|
|
| |
Notes:
svn path=/head/; revision=321920
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD-10's ATA code requires LBA to be used. There's no code in the
ATA stack to send CHS commands to the hardware these days.
* Enable it by default;
* Turn print() into debug()
Tested:
* MALTA kernel on gxemul.
Notes:
svn path=/head/; revision=321919
|
|
|
|
|
|
|
|
|
|
| |
svgalib installs a 'vga.h' file in /usr/local/include, which conflicts with
the vga.h in gxemul.
Until that gets resolved, mark it as a conflict.
Notes:
svn path=/head/; revision=321910
|
|
|
|
| |
Notes:
svn path=/head/; revision=321908
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE. [1]
- Remove 7.x bug workarounds, FreeBSD 7 is no more supported. [1]
- Respect ${CC} instead of using 'gcc'. [1]
- Switch to optionsng. [1]
- Fix build with gcc46 (it doesn't like -fformat-extensions in CWARNFLAGS.)
- Sync kqemu-kmod with these -devel updates.
PR: ports/179952 [1]
Submitted by: r4721@tormail.org
Notes:
svn path=/head/; revision=321765
|
|
|
|
|
|
|
|
| |
PR: ports/177145
Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com>
Notes:
svn path=/head/; revision=321725
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix VLAN trunking support in vboxnetflt [1]
- Fix panic in kmod when VIMAGE is disabled in the kernel and port [2]
- Enable IPv6 support for VNC per default to be able to set the VRDE properties VNCPort4 and VNCPort6 [3]
- Pet portlint (WWW, Created by lines)
This update was mainly done by Mikhail Tsatsenko.
Submitted by: Landon J Fuller <landonf at plausible.coop> [1],
Gleb Kurtsou <gleb@freebsd.org> [2],
Stefan Bethke <stb@FreeBSD.org> [3]
Notes:
svn path=/head/; revision=321665
|
|
|
|
| |
Notes:
svn path=/head/; revision=321589
|
|
|
|
|
|
|
| |
2013-06-19 emulators/fceu-server: Replaced by the games/fceux port
Notes:
svn path=/head/; revision=321487
|
|
|
|
| |
Notes:
svn path=/head/; revision=321114
|
|
|
|
|
|
|
|
|
|
|
| |
To prevent this problem from happening again the @dirrm section
was consolidated and moved to after the files are added.
Approved by: eadler,bdrewery (mentors, implicit)
Reported by: qat@redports.org, bdrewery
Notes:
svn path=/head/; revision=321106
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The dynamic plist removed some directories before the files in those directories
were created, fix this.
Use a UMASH of 0755 for directory creation (vs 0333).
Approved by: eadler,bdrewery (mentors, implicit)
Pointed out by: Jan Beich <jbeich@tormail.org>
Notes:
svn path=/head/; revision=321003
|
|
|
|
|
|
|
|
|
|
|
|
| |
- New implementation of the typelib creation support.
- GLSL-based support for fixed function vertex shaders.
- Support for desktop launchers in virtual desktop mode.
- Fixes for Japanese vertical text.
- New Croatian translation.
- Various bug fixes.
Notes:
svn path=/head/; revision=320981
|
|
|
|
|
|
|
|
|
| |
PR: ports/178386
Submitted by: Jukka Ukkonen <jau@oxit.fi>
Approved by: maintainer timeout (38 days)
Notes:
svn path=/head/; revision=320958
|
|
|
|
| |
Notes:
svn path=/head/; revision=320874
|