aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
Commit message (Collapse)AuthorAgeFilesLines
* Update to Wine 1.7.33. This includes the following changes:gerald2014-12-243-10/+43
| | | | | | | | | | | | | | | | | | | | | | | | - Support for copy/paste commands in MSHTML. - Some more font support in DirectWrite. - Better handling for loss of focus in Direct3D windows. - Several more API Sets DLLs. - Various bug fixes. Configure with --without-gettextpo and --without-osmesa. [1] Break out items in those lines of CONFIGURE_ARGS touched anyway, one item per line, to make this part easier to compare with emulators/wine. Add tools/make_requests to SHEBANG_FILES. [1] No longer use XORG=xpm. This has been removed with upstream commit 18e4b5e293cdbb83197fd1427cdd4e42314c831b eons ago. [1] Configure --without-pulse in the COMPHOLIO case (which is the one adding support for Pulseaudio to begin with). [1] PR: 195765 [1] Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> [1]
* Properly patch for png 1.5bapt2014-12-243-14/+14
|
* Add a startup requirement on ldconfig so start up does not fail with:brd2014-12-232-2/+2
| | | | | | Shared object "libiconv.so.2" not found, required by "libglib-2.0.so.0" Approved by: swills
* - Reduce diff from Linux OpenGL support. Note we do not have to manuallyjkim2014-12-239-3/+413
| | | | | | | | turn off AIGLX any more. - Do not install vboxvideo.ko when OPENGL is disabled. It is only required for OpenGL support. - Install vboxvideo.ko.symbols when both DEBUG and OPENGL are enabled. - Do not try to load vboxvideo.ko if it does not exist.
* - Update to version 1.5 [1]pawel2014-12-233-7/+7
| | | | | | | | - Add LICENSE info [1] - Move autorship info to correct place PR: 196120 [1] Submitted by: maintainer [1]
* Add USES=desktop-file-utils as suggested by stage-qa. [1][2]gerald2014-12-222-3/+26
| | | | | | | | | Adjust dependency on emulators/wine-mono-devel to recent update there. Configure --with-cms, --with-jpeg, and --with-png when X11 is set. [2] Fix pkg-plist when COMPHOLIO is set. [2] PR: 195903 [1], 195765 [2] Submitted by: amdmi3 [1], Andriy Voskoboinyk <s3erios@gmail.com> [2]
* cleanup plistbapt2014-12-2112-12/+0
|
* Fix pkg-plist when the MPG123 option is set.gerald2014-12-202-2/+4
| | | | | | | Add USES=desktop-file-utils as suggested by stage-qa. PR: 195903 Submitted by: amdmi3
* x11-servers/xorg-server: Update to 1.14dumbbell2014-12-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The X.Org server has been updated to 1.14. The changes it brings are described in a post on the Graphics team blog: http://blogs.freebsdish.org/graphics/2014/11/19/xserver-1-14-update-ready/ The most noticable change is the DEVD input device autodetection backend which is enabled by default, replacing the HAL backend. The keyboard layout configuration must be migrated from HAL's .fdi files to X.Org files. The procedure is explained in the post mentionned above. Several ports were removed with this update, mainly because they are not compatible with the X.Org server anymore: o nvidia-driver-71 o nvidia-driver-96 o xf86-input-egalax o xf86-video-newport o xf86-video-tga PR: 155696, 181660, 183478 (partially fixed), 188640, 191331 Differential Revision: https://reviews.freebsd.org/D1337 Submitted by: ak (most of the work on the DEVD backend), dumbbell, kwm, zeising Tested by: Many people on freebsd-x11@ and IRC Reviewed by: kwm, portmgr (antoine) Approved by: kwm, portmgr (antoine)
* Add an X.org patch to fix emulators/virtualbox-ose-additions with GCC 4.2.jkim2014-12-191-0/+28
| | | | | | | http://cgit.freedesktop.org/xorg/xserver/commit?id=ee9f766a PR: 195950 Obtained from: The X.Org project
* Let vboxwatchdog properly create a pidfile.jkim2014-12-192-2/+2
| | | | PR: 196104
* emulators/linux-f10: fix RUN_DEPENDSxmj2014-12-181-74/+74
| | | | | | | | | | | - fix RUN_DEPENDS structure: ${PKGBASE}>0:${PORTSDIR}/category/portname ... - bump PORTVERSION PR: 195124 DiffRev: placeholder Submitted by: adrian Approved by: swills (mentor)
* Reset maintainership, don't have time to mess with it right nowkmoore2014-12-171-1/+1
|
* - Fix a bug in pipelight-mkufs scriptkmoore2014-12-162-2/+5
| | | | | | | - Bump PORTREV PR: 195963 Submitted by: f0andrey@gmail.com
* - Use pkgconf to detect X server version. [1]jkim2014-12-112-5/+68
| | | | | | - Allow building vboxmouse for newer X servers. Submitted by: dumbbell (initial version) [1]
* Update emulators/i386-wine-devel to 1.7.32.dbn2014-12-103-19/+28
|
* Update emulators/wine-mono-devel to 4.5.4.dbn2014-12-102-3/+3
|
* Set CentOS 6.6 as default Linux version.xmj2014-12-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since CentOS 6.5 landed in the portstree and was updated to CentOS 6.6 and we've fixed the remaining issues, it's time to replace Fedora 10 as Linux default -- given that in the past five years it has done its service and has long since gone EOL upstream. The CentOS 6 series will go End of Life in 2020, this should give us some time to keep its annual releases up to date. If you have not switched to using CentOS 6.6 ports, please refer to today's UPDATING entry -- it contains detailed instructions. If you have already switched to CentOS 6.6 userland, you can now remove the following two lines from make.conf: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 If you encounter any difficulties, please follow the UPDATING entry from 20140922 but skip step 2. In case these steps do not fix the issues, please submit an issue report in Bugzilla and send an email to FreeBSD's emulation mailing list. Differential Revision: https://reviews.freebsd.org/D1145 Reviewed by: wblock, bcr (doc), rene (emulation) Approved by: swills (mentor) Approved by: portmgr (swills) Sponsored by: Perceivon Hosting Inc.
* Force PREFIX to LINUXBASExmj2014-12-104-4/+4
| | | | | | | | | Using pkg with linux packages will generate conflicts with non-linux ports if PREFIX is set in make.conf. If USE_LINUX_PREFIX is defined, force PREFIX to LINUXBASE, which can be overridden separately. Differential Revision: https://reviews.freebsd.org/D1265 Approved by: koobs, swills (mentors)
* CLeanup plistbapt2014-12-092-4688/+0
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-0955-45/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* Sort entries alphabetically across all categories to avoid extra repo churn.danfe2014-12-081-3/+3
|
* Update emulators/i386-wine-devel to 1.7.31.dbn2014-12-073-17/+22
|
* Update "BSD" licensefeld2014-12-071-1/+1
|
* - Fix always true conditionsamdmi32014-12-051-14/+2
|
* - Add rubygem-fission 0.5.0sunpoet2014-12-044-0/+30
| | | | | | | | Fission is a simple command line tool for managing VMware Fusion VMs. Only Fusion 3.x is currently supported. WWW: https://github.com/thbishop/fission RG: https://rubygems.org/gems/fission
* - More bsd-user updates:nox2014-12-038-1/+572
| | | | | | | | | | | | | | | | | | - target-mips: Status.UX/SX/KX enable 32-bit address wrapping. [1] - target-mips: define ISA_MIPS64R6. [1] - Change UX/AWRAP to allow compile. Probably, this is part of the problem. [2] - Fix the pipe(2) and pipe2(2) syscalls so the file descriptors are returned correctly. [3] - Add sched_yield(2) and sched_get_priority_{max,min}(2) syscall handlers. [3] - Add missing setresgid(2) and setresuid(2) system call handlers. [3] - Eliminate "Qemu unsupported ioctl" warnings for cryptodev. [3] - Bump PORTREVISION. Submitted by: Leon Alrae <leon.alrae@imgtec.com> [1], sbruno [2], sson [3] Obtained from: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
* linux_base-f10/c6: add missing gmpxmj2014-12-036-1/+46
| | | | | | | | | | | - expr(1) and factor(1) currently shipped with linux emulation fail, due to missing gmp libraries. Add these to allow the correct behavior - Bump PORTREVISIONs PR: 195084 Differential Revision: https://reviews.freebsd.org/D1252 Submitted by: Jan Beich <jbeich@vfemail.net> Approved by: swills (mentor)
* - Drop .la files from multimedia/dirac and multimedia/schroedingeramdmi32014-12-021-1/+1
| | | | | | | - Bump dependent ports as .so versions have changed - While here, remove @dirrm* from plists and add missing empty directory to plist of multimedia/lives Approved by: portmgr blanket
* - Fix buildamdmi32014-12-021-0/+11
| | | | | | | | Disconnect a program which is not used by the port and which invokes compilation error from build. Note that Debian has a fix for this, however a person who understands what the utility does is needed to check the patch. Approved by: portmgr blanket MFH: 2014Q4
* Fix crash with USB devices attached.jkim2014-12-022-10/+39
| | | | PR: 194196
* Update to Wine 1.7.32. This includes the following changes:gerald2014-12-013-6/+12
| | | | | | | - A few more functions implemented in MSHTML. - Improved support for restoring display mode. - Font metrics improvements in DirectWrite. - Various bug fixes.
* - Remove obsolete commentsak2014-12-012-6/+3
| | | | | | | - Make failure to create DOCSDIR fatal - Include bsd.port.mk instead of pre/post.mk in emulators/wine Approved by: gerald (maintainer)
* - bsd-user: fix hw.machine and hw.machine_arch sysctls for a NULL buffer.nox2014-11-292-1/+35
| | | | | | | - Bump PORTREVISION. Submitted by: sson Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/8267ad2cb92b106bb16e91234f04abc49ab32036
* - Update from 0.45 to 0.46danilo2014-11-273-24/+15
|
* Do not use DRI2 as we did not port vboxvideo.ko for DRM2/KMS yet.jkim2014-11-272-54/+65
| | | | PR: 194324
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* - Update to 4.3.20.jkim2014-11-259-85/+119
| | | | | | - Fix MANUAL option. [1] PR: 195272 [1]
* emulators/linux_base-f10: Add fallback mirrormarino2014-11-251-1/+2
| | | | | | PR: 195087 Submitted by: Jan Beich Approved by: Just Fix it
* - Update to 4.0, unbreakak2014-11-254-67/+39
| | | | | PR: 194877 Approved by: maintainer timeout (2 weeks)
* Renaming linux-c6-gdk-pixbuf to linux-c6-gdk-pixbuf2 in emulators/linux-c6 toxmj2014-11-241-1/+1
| | | | | | | unbreak INDEX (part two) Spotted by: cperciva Approved by: swills
* - bsd-user: Convert signal number for thr_kill() to host signum.nox2014-11-242-1/+31
| | | | | | | - Bump PORTREVISION. Submitted by: sson Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/cab0d36ffd4e70b1879dc2cf860c975a7965afc3
* - bsd-user: actually apply the faith(4) removal fix. (doh!) [1]nox2014-11-222-2/+3
| | | | | | | - Use /var instead of ${PREFIX}/var . - Bump PORTREVISION. Submitted by: beefy2 via pkg-fallout [1]
* emulators/linux_base-f10: re-add gamin distfilexmj2014-11-202-3/+4
| | | | | | | | | | gamin-0.1.9-6.fc10.src.rpm distfile was lost when adding linux-c6 infrastructure, re-add it to comply with GPL. PR: 195085 Differential Revision: https://reviews.freebsd.org/D1180 Submitted by: Jan Beich <jbeich@vfemail.net> Approved by: koobs (mentor)
* Update the Gecko Layout Engine component for wine-devel from versiongerald2014-11-203-4/+5
| | | | | | | | 2.24 to 2.34. Bump PORTREVISION of wine-devel. Approved by: dbn (maintainer)
* Remove: abandonware, depends on non existing USE_GNOME componentsbapt2014-11-196-214/+0
|
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-192-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
* Update to Wine 1.7.31. This includes the following changes:gerald2014-11-163-9/+10
| | | | | | | | | | | | - Support for the Visual Studio 2013 version of the C/C++ runtimes. - More font metrics support in DirectWrite. - Some more Direct2D work. - Various bug fixes. Always installs documentation, this is then taken care of during the packaging process. Also no longer print pkg-message ourselves.
* Update catapult to 0.11.0johans2014-11-162-4/+3
|
* Fix LIB_DEPENDSantoine2014-11-161-1/+1
|
* Update to OpenMSX 0.11.0johans2014-11-162-6/+4
|
* (Attempt to) fix build on head after faith(4) removal. (r274331)nox2014-11-151-0/+22
| | | | Submitted by: beefy1 via pkg-fallout
* (Attempt to) fix build on head after removal of @ symlink. (r274184)nox2014-11-151-1/+1
| | | | Submitted by: beefy1 via pkg-fallout
* Cleanup plistantoine2014-11-141-1872/+546
|
* Cleanup plistantoine2014-11-137-17/+7
|
* Fix DEPENDSantoine2014-11-131-1/+1
|
* Cleanup plistantoine2014-11-122-5/+2
|
* emulators/linux_base-c6: distfiles cleanupxmj2014-11-112-6/+6
| | | | | | | - replace two i686 distfiles in SRC_DISTFILES with their src.rpm counterpart Reported by: Nikolai Lifanov <lifanov@mail.lifanov.com> Approved by: swills (mentor)
* Upgrade CentOS to 6.6xmj2014-11-114-243/+816
| | | | | | | | | | | | | | | | | | - Upgrade all things linux-c6- to CentOS 6.6 - Add ports: devel/linux-c6-libsigc++20 graphics/linux-c6-gdk-pixbuf [1] graphics/linux-c6-glx-utils - Add pkg-plists for net/linux-c6-openldap and security/linux-c6-cyrus-sasl2 - Misc. cleanups Differential Revision: https://reviews.freebsd.org/D1108 Submitted by: kmoore [1] Reviewed by: rene (emulation) Approved by: portmgr (swills) Approved by: swills (mentor) Sponsored by: Perceivon Hosting Inc.
* Merge back several changes and improvements from wine-devel:gerald2014-11-101-23/+21
| | | | | | | | | - Add new option MPG123 (off by default). - Move OPTIONS_SUB and several other statements related to options (..._CONFIGURE_WITH, ..._USES); no functional change. - Sort the sections for the GECKO and MONO options alphabetically. - Remove obsolete check for versions of FreeBSD older than 8.0. - Un-mute all invocations of ${INSTALL_DATA}.
* - More bsd-user updates:nox2014-11-0817-21/+2636
| | | | | | | | | | | | | | | | | | | | - Add support for the wait6(2) system call. [1] - Add stubs for the new cap_*() system calls. [1] - Add support for new socket system calls. [1] - Add support for pipe2(2) and chflagsat(2) system calls. [1] - Add stubs for the new aio_*() system calls. [1] - Add stub for the new procctl(2) system call. [1] - Add JHB's ioctl decoding to unknown ioctl message. [1] - Disable shebang script handling in qemu for head now that the the kernel image activators can be run independantly there; this allows /bin/sh to be used as a static amd64 binary on head poudriere jails. [2] - Some other small non-user-visible fixes. - Bump PORTREVISION. Submitted by: sson [1], sbruno [2] Obtained from: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
* Do not mute ${INSTALL_DATA} any more.gerald2014-11-071-3/+3
|
* - Remove a few remaining $Id$ from pkg-plistsak2014-11-071-1/+1
| | | | Approved by: portmgr (mat)
* - Update to 2.20ak2014-11-064-25/+6
|
* Update emulators/i386-wine-devel to 1.7.30.dbn2014-11-053-17/+21
|
* Add new port emulators/fs-uae-launchermarino2014-11-055-0/+1186
| | | | | | | | PR: 193801 Submitted by: uffe The FS-UAE Launcher is an easy to use GUI frontend for FS-UAE, the free and open source Amiga Emulator based on WinUAE.
* - bsd-user: deal with new sem_wait2 and sem_wake2 syscalls in head.nox2014-11-043-1/+102
| | | | | | | - Bump PORTREVISION. Submitted by: sbruno Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/2478a4e4a33d0523cc436eabb4a27b258b4358b8
* Update to Wine 1.7.30. This includes the following changes:gerald2014-11-023-5/+9
| | | | | | | | - More support for fonts in DirectWrite. - Improved ATL thunk support. - A few more C runtime functions. - Regedit import/export fixes. - Various bug fixes.
* emulators/xhomer: not jobs safemarino2014-11-011-0/+2
|
* Simplify plistbapt2014-11-011-1/+1
|
* Remove useless directory creationbapt2014-11-011-1/+0
|
* Simplify plistbapt2014-11-011-3/+3
|
* Avoid @execbapt2014-11-011-1/+1
|
* Simplify plistbapt2014-11-011-6/+2
|
* Avoid @exec and properly track directoriesbapt2014-11-011-1/+5
|
* Update emulators/i386-wine-devel to 1.7.29.dbn2014-10-303-47/+30
| | | | | Changes: * Update supported OSVERSION.
* Update emulators/i386-wine-devel to 1.7.28.dbn2014-10-284-63/+101
| | | | | | | Changes: * Improve the pkg-plist handling for differences between -devel and -compholio packages. * Stop emitting @dirrm and @dirrmtry in pkg-plist
* emulators/linux_base-c6: fix build/packaging as unprivileged user.xmj2014-10-271-4/+18
| | | | | | | | | - Allow build/packaging as unprivileged user. PR: 193848 Differential Revision: https://reviews.freebsd.org/D989 Submitted by: mandree Approved by: swills (mentor)
* Clean up plistbapt2014-10-2768-1807/+0
|
* Deprecate ports broken for more than 6 monthsantoine2014-10-261-0/+2
|
* Update to 4.3.18.jkim2014-10-219-57/+20
|
* Add USES=alias to several portsmarino2014-10-201-1/+1
| | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket)
* Update to Wine 1.7.29. This includes the following changes:gerald2014-10-203-21/+9
| | | | | | | | | - Support for shaping and BiDi mirroring in DirectWrite. - Some page fault handling fixes. - A few more C runtime functions. - Various bug fixes. Remove all uses of @dirrm and @dirrmtry from the package list.
* - Convert ports from dns/, editors/ and emulators/ to newmva2014-10-1910-23/+17
| | | | | | USES=python Approved by: portmgr (implicit)
* - Update from 0.44 to 0.45danilo2014-10-193-85/+91
|
* Remove @dirrm/@dirrmty from my portsmartymac2014-10-133-76/+0
|
* Clean up pkg-plist of my ports.rene2014-10-093-25/+0
|
* The Compholio patchset has been rerolled upstream. No actual changesgerald2014-10-091-2/+2
| | | | | except for a renaming of the top-level directory from wine-compholio-1.7.28 to wine-staging-1.7.28.
* Cleanup plistbapt2014-10-081-5/+2
|
* emulators/hyperv-is: Use kmod, support non-default prefixmarino2014-10-082-13/+15
| | | | | | | | USES= kmod correctly installs the kernel modules at /boot/modules instead of /boot/kernel. Also use the post-install target to support prefixes other than /usr/local. Suggested by: bapt and bdrewery
* Update emulators/i386-wine to 1.6.2_5.dbn2014-10-083-10/+9
|
* Update to Wine 1.7.28. This includes the following changes:gerald2014-10-072-5/+5
| | | | | | | - Support for conditional compilation in JavaScript. - Bidirectional text support in DirectWrite. - Stubs for DirectPlay Voice support. - Various bug fixes.
* Big cleanupbapt2014-10-074-29/+26
| | | | | | | directly specify the pkg-message used instead of trying to manually generate it avoid using @cwd Do not touch base and push everything in PREFIX This port needs way more love
* graphics/linux-c6-libGLU: Port of CentOS 6.5's Mesa libGLUxmj2014-10-071-1/+3
| | | | | | | | | | | | | Add port of CentOS 6.5's libGLU library. This allows several games to be used with the new CentOS ports. While here: - Add c6 libglu to Mk/bsd.linux-apps.mk - Add to emulators/linux-c6 as dependency, bump PORTREVISION Differential Revision: https://reviews.freebsd.org/D841 Approved by: swills (mentor) Approved by: portmgr (bapt)
* emulators/hyperv-is: Fix primary categorymarino2014-10-071-1/+1
|
* Add new port emulators/hyperv-is (FreeBSD 8.4, 9.1, 9.2, 9.3, 10.0)marino2014-10-078-0/+201
| | | | | | | | | | | | | | | | | | | PR: 182209 Submitted by: kylie (bsdic @ microsoft) The hyperv-is provision a collection of kernel mode drivers as well as user-space daemons to facilitate integration with Hyper-v to provide a feature rich and high performance FreeBSD guest experience. The FreeBSD Integration Service on Hyper-v includes a collection of kernel mode drivers as well as user-space daemons to interact with the drivers that are required to run Hyper-V-specific devices known as FreeBSD Integration Services (BIS). It is to facilitate integration with Hyper-v to provide a feature rich and high performance FreeBSD guest experience. See the man page for a list of binaries and their functions. FreeBSD support for hyperv-is was first added by Microsoft BSD Integration Services Team <bsdic@microsoft.com>.
* Add net/linux-c6-avahi-libs and add it as a dependency of emulators/linux-c6.lme2014-10-061-0/+1
| | | | | Differential Revision: D902 Approved by: portmgr (bapt)
* emulators/mame: Remove redundant @dirrm, simplify an install commandmarino2014-10-052-9/+1
|
* emulators/mess: clean up, remove zip dependency, support DragonFlymarino2014-10-053-40/+94
| | | | | | | | | | | | | | | | | | | | | This port has a post-extract target that wants to use native unzip on an extracted file. This is an issue for DragonFly, but tar can handle the zip file just file on both platforms, so switch to that. DragonFly still has the incomplete FILE that it inherited from FreeBSD, which is really a pain when FILE is a parameter in c++ routines. This adds an extra patch for DragonFly to use an alternative default logging callbacks to all mame to finally build on this platform. While here: - remove use of ${PORTNAME} where "mess" is the only correct value - use ".zip" instead of extract variable - Unmask installation commands - Group mkdir commands into one - Use NOT_FOR_ARCHS instead of conditional BROKEN - Convert to USES=python - Remove unnecessary conversion of -lpthread => -pthread - Remove redundant @dirrm from pkg-plist
* emulators/mame: clean up, remove zip dependency, support DragonFlymarino2014-10-052-31/+94
| | | | | | | | | | | | | | | | | | | | This port has a post-extract target that wants to use native unzip on an extracted file. This is an issue for DragonFly, but tar can handle the zip file just file on both platforms, so switch to that. DragonFly still has the incomplete FILE that it inherited from FreeBSD, which is really a pain when FILE is a parameter in c++ routines. This adds an extra patch for DragonFly to use an alternative default logging callbacks to all mame to finally build on this platform. While here: - remove use of ${PORTNAME} where "mame" is the only correct value - use ".zip" instead of extract variable - Unmask installation commands - Group mkdir commands into one - Use NOT_FOR_ARCHS instead of conditional BROKEN - Convert to USES=python - Remove unnecessary conversion of -lpthread => -pthread
* - bsd-user: fix sendmsg(2) emulation w/o ancillary data.nox2014-10-052-1/+61
| | | | | | | - Bump PORTREVISION. Submitted by: sbruno Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/ad92220df37d1ab3120316fcc436071c78817561
* emulators/catapult is not jobs safemarino2014-10-051-0/+2
| | | | | It can attempt to use config.h before it's fully generated. I've seen this a few times already.
* Convert to USES=autoreconftijl2014-10-042-5/+20
|
* Update for ifnet(9) changes in head.glebius2014-10-032-0/+48
| | | | Approved by: bapt (blanket)
* Update for recent ifnet(9) changes in head.glebius2014-10-032-5/+30
| | | | Approved by: bapt (blanket)
* - Fix build with NLS option disabledjhale2014-10-022-2/+11
| | | | | | | | | - Drop @dirrm PR: 193356 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Patched by: myself Approved by: acm (maintainer timeout, 3 weeks)
* Readd the right portrevisionbapt2014-10-021-0/+1
| | | | | Submitted by: osa Pointyhat to: bapt
* Partially revert previous commitsbapt2014-10-022-4/+0
|
* Prevent some ports to provide bundled librariesbapt2014-10-022-1/+4
| | | | | | Bump port revision PR: 193592
* Update emulators/i386-wine-devel to 1.7.27.dbn2014-10-023-17/+18
|
* Fix build on head.jkim2014-10-011-0/+14
| | | | PR: 194035
* Update emulators/i386-wine-devel to 1.6.26.dbn2014-09-303-17/+28
|
* emulators/linux_base-c6: Use a CVE-free version of bashxmj2014-09-273-24/+15
| | | | | | | | | | | | | | Bash 4.1.2 as shipped with this Linux base port is vulnerable to CVE-2014-6271 and CVE-2014-7169. As EL6 policy is to backport security patches, use a RPM that is not vulnerable to either remote code execution vulnerability. While here: - Add the proper UDPATES Master site - remove sample files installation from Makefile, in favor of @sample Approved by: swills (mentor) Security: 71ad81da-4414-11e4-a33e-3c970e169bc2
* - Remove obsolete @dirrm(try)ak2014-09-252-2/+1
| | | | - Convert PLIST_DIRSTRY to PLIST_DIRS
* - Fix missing symbol RTTermRegisterCallback in virtualbox-ose-additions ↵decke2014-09-253-3/+22
| | | | | | | kernel module Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> Reported by: Mike Harding <mvharding@gmail.com>
* Add NVIDIA_GL option to fix conflicts with Linux DRIxmj2014-09-232-3/+13
| | | | | | | | | | | | linux-c6/f10 metaports pull in their respective dri implementation, which conflicts with nvidia-driver's libGL. Resolve this by adding an option for it, and conditionally pull in either Linux DRI, or the NVIDIA driver. Note: users of nvidia-driver will have to use ports for now. PR: 193832 Differential Revision: https://reviews.freebsd.org/D808 Submitted by: Admir Mehic (admir@mehic.at) Approved by: koobs (mentor)
* Unbreak emulators/i386-wine(-devel) builds.dbn2014-09-232-0/+4
| | | | | | | | | With the removal of REINPLACE_PLIST in r367153 building wine on FreeBSD/i386 broke. This was not detected in an exp-run as i386-wine is marked IGNORE unless WINE_CROSS_BUILD is defined (to protect the build infrastructure and avoid confusion). PR: 193734
* Simplify plistbapt2014-09-221-4/+1
|
* Update CentOS base to 6.5, add userland portsxmj2014-09-2212-208/+916
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Fedora 10 infrastructure ports have been in use since June 2009 and, while having served a great deed, have become unsupported upstream and hence affected by unfixed security vulnerabilities. In addition to that, many recent Linux binaries need newer libc / stdlibc++ versions. This commit adds the linux-c6- userland as drop-in replacement for the -f10 infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5. If you want to switch to linux-c6 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=c6 OVERRIDE_LINUX_NONBASE_PORTS=c6 Additionally, please add the following line to /etc/sysctl.conf: compat.linux.osrelease=2.6.18 Upgrading procedures are shown in /usr/ports/UPDATING. This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in November 2013, using and extending mav@'s work. It has been tested extensively and most reported issues were already fixed. Please report any additional bug or "features" to the emulation mailing list. Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's filed Issues and Pull requests on GitHub, PR: 186820 Differential Revision: https://reviews.freebsd.org/D793 Reviewed by: allanjude, antoine, bapt, rene Approved by: portmgr (antoine, bapt) Approved by: koobs (mentor) Sponsored by: Perceivon Hosting Inc.
* Update to Wine 1.7.27. This includes the following changes:gerald2014-09-203-5/+6
| | | | | | | - Some more work on Direct2D support. - Various improvements to RichEdit interfaces. - Initial support for ICMP version 6. - Various bug fixes.
* - Finally import syrinx' fix for 10.0+, it seems to work no worsenox2014-09-203-5/+107
| | | | | | | | than kqemu worked before. [1] - Fix build on 10/i386. PR: 184984 [1] Submitted by: syrinx [1]
* - Remove ALL_TARGETS from OPTIONS_DEFAULT as target-ppc doesn't buildnox2014-09-201-2/+2
| | | | | | | | | | | | with gcc48 on i386: work/qemu-0.11.1/target-ppc/op_helper.c: In function 'helper_fmadd': work/qemu-0.11.1/target-ppc/op_helper.c:1250:10: error: frame pointer required, but reserved uint64_t helper_fmadd (uint64_t arg1, uint64_t arg2, uint64_t arg3) - Bump PORTREVISION. Submitted by: beefy1 via pkg-fallout
* - Add CPE information to virtualbox portsdecke2014-09-183-3/+12
|
* - Update to 4.3.16decke2014-09-1715-102/+250
| | | | | | Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com>, Jung-uk Kim <jkim@FreeBSD.org> Obtained from: svn.redports.org/virtualbox
* Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.tijl2014-09-171-1/+3
| | | | | | | There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt)
* - Fix a typo in pkg-messagekmoore2014-09-161-1/+1
|
* - Update pipelight-mkufs script to create a larger UFS volume (400MB)kmoore2014-09-162-2/+2
| | | | - Bump PORTREV
* - Add the new MPG123 & V4L options to wine-compholiokmoore2014-09-151-1/+1
|
* emulators/hercules: update 3.10 -> 3.11robak2014-09-153-7/+4
| | | | | | - Fix pkg-descr content and url Approved by: mentors (implicit)
* Update to Wine 1.7.26. This includes the following changes:gerald2014-09-143-10/+20
| | | | | | | | | | | | | | | - Still more DirectWrite functions. - Improvements to the common File Dialog. - A number of C runtime improvements. - Various bug fixes. Add two new options MPG123 and V4L that pull in and leverage the respective ports for MP3 and Video support. [1] Sort OPTIONS alphabetically, except for the two that pull in Gecko and Mono MSI packages for run-time support. Submitted by: kmoore [1]
* devel/glib12 x11-toolkits/gtk12:tijl2014-09-134-4/+4
| | | | | | | - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
* - Allow staging as a regular userantoine2014-09-132-5/+1
| | | | - Fix build on head
* Both master and slave fail to packageantoine2014-09-121-1/+1
|
* - Unbreak by providing path to glut.h includeamdmi32014-09-111-3/+1
| | | | | PR: 193550 Submitted by: mazhe@alkumuna.eu
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-1163-39/+63
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Allow staging as a regular userantoine2014-09-102-15/+4
| | | | - USES=kmod and simplify
* Update the pipelight-mkufs script to mount zvols latekmoore2014-09-102-2/+2
|
* Remove virtualbox-*-legacy due to lack of stagingmarino2014-09-1043-2334/+0
| | | | | | The virtualbox-ose-kmod-legacy port is staged, but it has no purpose without the unstaged virtualbox-ose-legacy port, so both ports have been removed at the same time.
* Stage emulators/linx_base-gentoo-stage3marino2014-09-101-1/+0
| | | | | This is a slave port to the staged master port emulators/ linux_dist-gentoo-stage3, so staging has already been implemented.
* emulators/mupen64plus-video-z64: preserve a bit longermarino2014-09-081-1/+0
| | | | | | | | Most of the mupen64plus ports support stage out of the box, just remove "NO_STAGE=yes". However, this port is broken for another reason. To avoid it being pruned for being unstaged, remove NO_STAGE but leave it broken to give somebody a little more time to fix the glew dependency issue.
* - Add pipelight-mkufs script for users on ZFSkmoore2014-09-064-1/+119
| | | | | - Add pkg-message for initial pipelight setup / usage - Bump PORTREV
* - Ignore bash from PATHkmoore2014-09-061-2/+5
| | | | | PR: 193287 Submitted by: Jan Beich <jbeich@vfemail.net>
* Update to 4.0.2martymac2014-09-043-6/+19
| | | | | PR: 193001 Submitted by: amdmi3
* Upgrade to 1.2.5.vanilla2014-09-0310-112/+115
| | | | | PR: ports/193155 Submitted by: Ports Fury.
* Remove useless @cwdbapt2014-09-021-11/+10
|
* Add USES=libtool to accessibility/atkmm and bump dependent portstijl2014-09-021-1/+1
|
* Fix build on 8 and 9.adamw2014-09-021-4/+13
|
* Remove non staged ports without pending PR from d*bapt2014-09-0136-1896/+0
|
* Remove support for pkg_installbapt2014-09-012-22/+10
| | | | | | | | Merge back bsd.pkgng.mk into bsd.port.mk Add a note about @stopdaemon not being supported anymore With hat: portmgr Differential Revision: https://reviews.freebsd.org/D693
* Update emulators/i386-wine-devel (and -compholio) to 1.7.25.dbn2014-08-304-18/+25
| | | | | Also, fix build of i386-wine-* on 32-bit environments (move $MKDIR to prior the $INSTALL).
* - bsd-user: Increase MAX_ARG_PAGES to 64.nox2014-08-302-1/+30
| | | | | | | - Bump PORTREVISION. Submitted by: sbruno Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/200e09e4bf497b43cace6b2b2b85b943f5d59dc1
* Upgrade to 1.3.vanilla2014-08-285-88/+109
| | | | | PR: ports/193032 Submitted by: Ports Fury.
* - Fix shebangsamdmi32014-08-281-2/+4
| | | | - Strip libraries
* Add missing libstijl2014-08-281-0/+4
|
* Convert to USES=libtool:keeplatijl2014-08-283-77/+5
|
* Convert to USES=libtool. Because the bundled libtool is too old to worktijl2014-08-284-81/+78
| | | | with devel/libltdl libtoolize and other autotools are needed.
* Fix a build failure. Still fails later in the build.adamw2014-08-271-0/+11
|
* - Convert to USES=libtooltijl2014-08-273-81/+13
| | | | | | - Add missing dependency on libfreetype and USE_XORG xxf86vm - Remove remnants of broken SDL support - Replace patch with post-patch command
* - Fix missing library problems when the linker enforces explicit linkingtijl2014-08-262-1/+2
| | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine)
* Use @sample keywordantoine2014-08-262-6/+1
|
* IGNORE emulators/i386-wine(-devel)? on ARCH=i386, fix lib bundling.dbn2014-08-263-21/+30
| | | | | | | | | | | | | | | | | Due to the hackery things these ports do to properly work under amd64, it results in issues for pkg. This port - although it needs to build under i386 - is not intended to be consumed under i386. The normal wine(-devel)? ports should be consumed on an i386 system and these ports should be consumed on an amd64 system. [1] Reorder the library detection to pick up soft dependencies first, then the linked to libraries. Prior to this change any libraries required by a soft dependency wasn't bundled, for example libgnutls.so.28 did not have its dependencies bundled. [2][3] Requested by: bdrewery [1] Reported by: Joseph Mingrone <jrm@ftfl.ca> [2] Beeblebrox <zaphod@berentweb.com> [3]
* Update to Wine 1.7.25. This includes the following changes:gerald2014-08-252-5/+5
| | | | | | | | - Implementation of the packet capture library. - A few more DirectWrite functions. - Improvements in HTML table support. - More VBScript math functions. - Various bug fixes.
* Stagify.vanilla2014-08-252-20/+16
|
* Mark BROKEN: Fails to buildantoine2014-08-241-0/+2
| | | | | | | | | | | | ===> Building for mupen64plus-video-z64-2.0_1 CC _obj/osal_dynamiclib_unix.o CXX _obj/rgl.o In file included from ../../src/rgl.cpp:80: ../../src/rgl.h:29:18: error: glew.h: No such file or directory ... Reported by: pkg-fallout With hat: portmgr
* Mark linux_dist-gentoo-stage3 BROKEN, Fails to packageantoine2014-08-241-0/+1
| | | | | | | | | | | ===> Building package for linux_dist-gentoo-stage3-20140812 pkg-static: lstat(/wrkdirs/usr/ports/emulators/linux_dist-gentoo-stage3/work/stage/usr/local/gentoo-stage3/lib/ld-2.17.so): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/emulators/linux_dist-gentoo-stage3/work/stage/usr/local/gentoo-stage3/lib/libBrokenLocale-2.17.so): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/emulators/linux_dist-gentoo-stage3/work/stage/usr/local/gentoo-stage3/lib/libanl-2.17.so): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/emulators/linux_dist-gentoo-stage3/work/stage/usr/local/gentoo-stage3/lib/libc-2.17.so): No such file or directory .. Reported by: pkg-fallout
* emulators/gxemul: Upgrade version 0.6.0 => 0.6.0.1marino2014-08-242-23/+24
| | | | | PR: 192789 Submitted by: Ports Fury
* - Fix make indexriggs2014-08-241-1/+1
| | | | | Reported by: antoine Approved by: mentors (implicit)
* - Update to version 0.51.9riggs2014-08-2412-132/+82
| | | | | | | | | - Update WWW in pkg-descr - Pet portlint PR: 192790 Submitted by: tkato432@yahoo.com Approved by: mentors (implicit)
* Fix indentation.nox2014-08-231-1/+1
|
* - bsd-user: fix sysctl hw.physmem if host bitsize != target's.nox2014-08-232-0/+42
| | | | | | - Bump PORTREVISION. Reported by: sbruno
* - Update to 1.33ak2014-08-222-3/+3
| | | | | PR: 192684 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
* - Add missing patchamdmi32014-08-221-0/+8
|
* - Switch to bundled SFML in preparation to ports' SFML update (bundled one ↵amdmi32014-08-222-6/+22
| | | | | | | | | | was used anyway, probably conflictiong with systemwide one) - Add USES=compiler:c++11-lib to fix build on 9.x - Patch build system to not pick up includes from systemwide SFML (also submitted upstream) - Minor whitespace fix Approved by: portmgr blanket (for bits not related to sfml update)
* - Switch to sfml1 in preparation to sfml updateamdmi32014-08-191-4/+11
| | | | | | | - SFML is only needed for LINK option - Fix build when LIRC is enabled Approved by: portmgr blanket
* - Make pipelight depend on the new i386-wine-compholio on amd64kmoore2014-08-191-2/+3
| | | | - Bump PORTREV
* Convert most NO_INSTALL_MANPAGES to USES=imake:nomanantoine2014-08-191-4/+0
| | | | With hat: portmgr
* Introduce emulators/i386-wine-compholio.dbn2014-08-195-5/+41
| | | | | This is the companion port to wine-compholio: proving a means to compile, and binaries, for FreeBSD/amd64.
* - Update to 2.0.2, announce message is here:nox2014-08-193-6/+6
| | | | | | | http://thread.gmane.org/gmane.comp.emulators.qemu/291585 - Strip executables by default. - Switch to USES=python:2,build.
* Update emulators/i386-wine-devel to 1.7.24.dbn2014-08-194-11/+13
| | | | | | Also, fix the binbounce script to properly invoke LD_32_LIBRARY_PATH_RPATH. Reported by: Nils Beyer <nbe@renzel.net>
* - Update distinfo (forgotten in previous commit)gabor2014-08-181-4/+4
| | | | Reminded by: adam
* - Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,mva2014-08-171-1/+0
| | | | | | there is no need to touch the plist. With hat: python@
* Fix SRPM checksums and size for gamin (was a HTML pagenetchild2014-08-162-2/+3
| | | | | | | | | | | | | instead of a SRPM). Add additional master sites for the gamin SRPM. Only affects automated package building systems (fetch-only, build and packages are not affected), so no revision-bump. Assumption: new distfiles are copied to mirrors even if the package didn't change. Noticed by: Matthias Apitz <guru@unixarea.de>, nox
* Stage all emulators/mupen64plus portsmarino2014-08-1514-48/+26
| | | | | | PR: 190081 Submitted by: Matthieu Volat Tweaks by: marino
* - Update to 20140812gabor2014-08-137-28220/+53442
| | | | - Stage
* comms/lirc:tijl2014-08-111-0/+1
| | | | | | | | | - Fix missing -lusb [1] - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Use @sample Reported by: sbruno [1]
* emulators/mupen64plus: Reset maintainermarino2014-08-111-1/+1
| | | | | | | All the slave ports have already been reset, but a PR that still hasn't been processed spared this one. Approved by: portmgr (implicit, NOT_STAGED)
* Replace homegrown glue by @fontsdir.joerg2014-08-111-2/+1
|
* emulators/hatari: upgrade version 1.7.0 => 1.8.0marino2014-08-104-29/+48
| | | | | PR: 192476 Submitted by: Ports Fury
* Update to Wine 1.7.24. This includes the following changes:gerald2014-08-103-5/+7
| | | | | | | - Beginning of some DirectWrite classes implementation. - Initial wrapper dll for the packet capture library. - Some crypto improvements. - Various bug fixes.
* Various improvements for emulators/i386-wine-devel.dbn2014-08-094-8/+16
| | | | | | | | | | | | * Add support for a forthcoming i386-wine-compholio port [1] * Fix binbounce for RPATH issues [1] A port revision bump is not possible due to the complexities for the wine ports. The impact is minimised by timing these updates closely with the underlying updates of wine-devel. Requested by: [1] Kris Moore <kris@pcbsd.org> Reported by: [2] Nils Beyer <nbe@renzel.net>
* Chase library dependencies after libcdio <-> libcdio-paranoia splitarved2014-08-092-2/+2
| | | | PR: 192271
* Add stage support.joerg2014-08-095-49/+53
| | | | | Fix a bug when running in a 64-bit environment that made it crash immediately.
* - Fix plistamdmi32014-08-071-0/+2
| | | | Approved by: portmgr blanket
* Bump PORTREVISION on more ports that depend on libgcrypt after the updatetijl2014-08-061-1/+1
| | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports)
* In some straightforward cases, protect documentation behindadamw2014-08-042-4/+6
| | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure.
* - fix iconv on FreeBSD-10dinoex2014-08-042-8/+41
| | | | | - fix build when CFLAGS is set in /etc/make.conf - support build on amd64 when lib32 is present
* - fix order in USESdinoex2014-08-041-1/+1
|
* - restore verbosedinoex2014-08-031-1/+1
|
* - rename patch filesdinoex2014-08-032-0/+0
|
* Update emulators/i386-wine to 1.6.2_4.dbn2014-08-033-10/+10
|
* Update emulators/i386-wine-devel to 1.7.23.dbn2014-08-023-10/+10
|
* Update mame/mess to 0.154madpilot2014-08-0124-163/+577
| | | | | PR: 188861 Submitted by: Ports Fury
* Unbreak a bitantoine2014-07-311-1/+1
| | | | | With hat: portmgr Pointy hat: adamw
* emulators/pearpc: Upgrade version 0.4 => 0.5 and stagemarino2014-07-317-204/+47
| | | | | PR: 191819 Submitted by: Ports Fury
* Switch to USE_GCC=yeskmoore2014-07-311-1/+1
|
* Fix a typo in setting PLIST=kmoore2014-07-301-1/+1
| | | | Submitted by: John Hein <john.hein@microsemi.com>
* security/libgcrypt: 1.5.3_3 -> 1.6.1pi2014-07-302-2/+2
| | | | | | | | | | | | | | | | | | | | | - 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)
* Remove empty post-patch.adamw2014-07-301-3/+0
|
* Fix build without gcc.adamw2014-07-302-8/+25
|
* This port remains unstaged, but this should at least fix the build without gcc.adamw2014-07-301-3/+29
| | | | Approved by: portmgr (not really, but it's still unstaged).
* This port is still unstaged, but this should at least fix theadamw2014-07-301-0/+1
| | | | | | build without gcc. Approved by: portmgr (not really, but it's still unstaged)
* Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-303-3/+3
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-304-8/+4
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-307-14/+7
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-306-0/+0
| | | | '__' instead.
* emulators/higan: Fix GLX supportmarino2014-07-292-1/+32
| | | | | | PR: 190308 Reported by: aksyom (gmail) Fixed by: maintainer (Naram Qashat)
* Rename emulators/ patch-xy patches to reflect the files they modify.adamw2014-07-2935-1/+1
|
* Use OPTIONS instead of WITH_* and checking whether dependencies are already ↵adamw2014-07-291-7/+12
| | | | installed.
* stage emulators/tpm-emulatormarino2014-07-271-16/+7
| | | | | | | While here, simplify powerpc breakage, remove reference to BERLIOS PR: 191727 Submitted by: Dan Lukes
* Update to Wine 1.7.23. This includes the following changes:gerald2014-07-262-6/+5
| | | | | | | - Better support for files drag & drop. - Improvements to HTTP cookie management. - Fixes to crypto certificates management. - Various bug fixes.
* - Fix plistamdmi32014-07-262-5/+1
| | | | | | - Require desktop-file-utils as suggested by check-sanity Approved by: portmgr blanket
* Fix a bug in previous commit, link to correct distfiles locationskmoore2014-07-251-2/+2
|
* - Update to 0.2.7.3kmoore2014-07-254-45/+16
| | | | | - Improve build to include preload.tar.gz files - Depend upon X11
* net/openldap24-*:tijl2014-07-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports)
* - Update from 0.43 to 0.44danilo2014-07-243-30/+61
|
* Enable HAL support for wine-compholio build, it is often used to get uniquekmoore2014-07-241-1/+1
| | | | hardware information for DRM checks to work in emulators/pipelight
* - Switch to USES=libtool, drop .la filesamdmi32014-07-245-6/+8
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-07-242-3/+6
| | | | - Strip libraries
* Use more recent gcc 4.7 or later to compile pipelightkmoore2014-07-241-0/+1
|
* Reset maintainership for ports not staged with no pending PRbapt2014-07-243-3/+3
| | | | With hat: portmgr
* Switch depend for pipelight-i386 to emulators/wine-compholiokmoore2014-07-231-2/+2
|
* Add slave-port for emulators/wine-compholio, which will allow pkg userskmoore2014-07-232-0/+18
| | | | to install proper wine version for use with pipelight
* - Fix building pipelight on FreeBSD 9 and earlierkmoore2014-07-231-2/+3
| | | | | PR: 192048 Submitted by: Joseph Mingrone <jrm@ftfl.ca>
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-234-3/+4
| | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove some instances of WITHOUT_X11 and use an X11 OPTIONadamw2014-07-221-1/+1
| | | | instead.
* Use DISTFILES instead of DISTNAME to fix build.adamw2014-07-211-4/+3
|
* emulators/joytran: provide correct distinfopi2014-07-201-2/+2
| | | | | PR: 191893 Submitted by: beyert@cs.ucr.edu (maintainer)
* Fix buildkmoore2014-07-191-1/+2
|
* Update emulators/i386-wine-devel to 1.7.22.dbn2014-07-192-9/+9
|
* - Update to 0.8.7jadawin2014-07-173-4/+12
| | | | | | PR: ports/191760 Submitted by: maintainer Sponsored by: Orange Business Services
* emulators/joytran: 0.9.5.1 -> 0.9.5.2pi2014-07-171-6/+6
| | | | | | | | - stripped binary - USES update PR: 191893 Submitted by: beyert@cs.ucr.edu (maintainer)
* Update emulators/i386-wine to 1.6.2_2.dbn2014-07-173-15/+18
|
* Fix non default LIB_DEPENDSbapt2014-07-161-1/+1
| | | | With hat: portmgr
* Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.adamw2014-07-165-2/+8
|
* - Cleanup Makefile includes, remove depreciated MAN1= entrykmoore2014-07-161-12/+11
|
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-155-3/+7
|
* - Fix plistswills2014-07-151-0/+2
|
* Modernize LIB_DEPENDSbapt2014-07-147-10/+10
| | | | With hat: portmgr
* Modernize LIB_DEPENDSbapt2014-07-1410-10/+10
| | | | With hat: portmgr
* Add dependency on pkg-config when GTK2 is on.rakuco2014-07-141-0/+1
| | | | | | PR: 189138 Approved by: maintainer timeout (74 days) MFH: 2014Q3