| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: 195087
Submitted by: Jan Beich
Approved by: Just Fix it
|
|
|
|
|
| |
PR: 194877
Approved by: maintainer timeout (2 weeks)
|
|
|
|
|
|
|
| |
unbreak INDEX (part two)
Spotted by: cperciva
Approved by: swills
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Submitted by: sson
Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/cab0d36ffd4e70b1879dc2cf860c975a7965afc3
|
|
|
|
|
|
|
| |
- Use /var instead of ${PREFIX}/var .
- Bump PORTREVISION.
Submitted by: beefy2 via pkg-fallout [1]
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
2.24 to 2.34.
Bump PORTREVISION of wine-devel.
Approved by: dbn (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: beefy1 via pkg-fallout
|
|
|
|
| |
Submitted by: beefy1 via pkg-fallout
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- 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 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.
|
|
|
|
|
|
|
|
|
| |
- 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}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
Approved by: portmgr (mat)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Submitted by: sbruno
Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/2478a4e4a33d0523cc436eabb4a27b258b4358b8
|
|
|
|
|
|
|
|
| |
- More support for fonts in DirectWrite.
- Improved ATL thunk support.
- A few more C runtime functions.
- Regedit import/export fixes.
- Various bug fixes.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Changes:
* Update supported OSVERSION.
|
|
|
|
|
|
|
| |
Changes:
* Improve the pkg-plist handling for differences between -devel and
-compholio packages.
* Stop emitting @dirrm and @dirrmtry in pkg-plist
|
|
|
|
|
|
|
|
|
| |
- Allow build/packaging as unprivileged user.
PR: 193848
Differential Revision: https://reviews.freebsd.org/D989
Submitted by: mandree
Approved by: swills (mentor)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
| |
USES=python
Approved by: portmgr (implicit)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
except for a renaming of the top-level directory from wine-compholio-1.7.28
to wine-staging-1.7.28.
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
- Support for conditional compilation in JavaScript.
- Bidirectional text support in DirectWrite.
- Stubs for DirectPlay Voice support.
- Various bug fixes.
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>.
|
|
|
|
|
| |
Differential Revision: D902
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Submitted by: sbruno
Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/ad92220df37d1ab3120316fcc436071c78817561
|
|
|
|
|
| |
It can attempt to use config.h before it's fully generated. I've seen
this a few times already.
|
| |
|
|
|
|
| |
Approved by: bapt (blanket)
|
|
|
|
| |
Approved by: bapt (blanket)
|
|
|
|
|
|
|
|
|
| |
- Drop @dirrm
PR: 193356
Submitted by: Kevin Zheng <kevinz5000@gmail.com>
Patched by: myself
Approved by: acm (maintainer timeout, 3 weeks)
|
|
|
|
|
| |
Submitted by: osa
Pointyhat to: bapt
|
| |
|
|
|
|
|
|
| |
Bump port revision
PR: 193592
|
| |
|
|
|
|
| |
PR: 194035
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Convert PLIST_DIRSTRY to PLIST_DIRS
|
|
|
|
|
|
|
| |
kernel module
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com>
Reported by: Mike Harding <mvharding@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
- Some more work on Direct2D support.
- Various improvements to RichEdit interfaces.
- Initial support for ICMP version 6.
- Various bug fixes.
|
|
|
|
|
|
|
|
| |
than kqemu worked before. [1]
- Fix build on 10/i386.
PR: 184984 [1]
Submitted by: syrinx [1]
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com>,
Jung-uk Kim <jkim@FreeBSD.org>
Obtained from: svn.redports.org/virtualbox
|
|
|
|
|
|
|
| |
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt)
|
| |
|
|
|
|
| |
- Bump PORTREV
|
| |
|
|
|
|
|
|
| |
- Fix pkg-descr content and url
Approved by: mentors (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
- Fix build on head
|
| |
|
|
|
|
|
| |
PR: 193550
Submitted by: mazhe@alkumuna.eu
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
|
|
|
| |
- USES=kmod and simplify
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
This is a slave port to the staged master port emulators/
linux_dist-gentoo-stage3, so staging has already been implemented.
|
|
|
|
|
|
|
|
| |
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 pkg-message for initial pipelight setup / usage
- Bump PORTREV
|
|
|
|
|
| |
PR: 193287
Submitted by: Jan Beich <jbeich@vfemail.net>
|
|
|
|
|
| |
PR: 193001
Submitted by: amdmi3
|
|
|
|
|
| |
PR: ports/193155
Submitted by: Ports Fury.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Also, fix build of i386-wine-* on 32-bit environments (move $MKDIR to prior
the $INSTALL).
|
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Submitted by: sbruno
Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/200e09e4bf497b43cace6b2b2b85b943f5d59dc1
|
|
|
|
|
| |
PR: ports/193032
Submitted by: Ports Fury.
|
|
|
|
| |
- Strip libraries
|
| |
|
| |
|
|
|
|
| |
with devel/libltdl libtoolize and other autotools are needed.
|
| |
|
|
|
|
|
|
| |
- Add missing dependency on libfreetype and USE_XORG xxf86vm
- Remove remnants of broken SDL support
- Replace patch with post-patch command
|
|
|
|
|
|
| |
PR: 192062
Exp-run by: antoine
Approved by: portmgr (antoine)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
|
|
|
|
| |
- Implementation of the packet capture library.
- A few more DirectWrite functions.
- Improvements in HTML table support.
- More VBScript math functions.
- Various bug fixes.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
===> 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
|
|
|
|
|
|
|
|
|
|
|
| |
===> 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
|
|
|
|
|
| |
PR: 192789
Submitted by: Ports Fury
|
|
|
|
|
| |
Reported by: antoine
Approved by: mentors (implicit)
|
|
|
|
|
|
|
|
|
| |
- Update WWW in pkg-descr
- Pet portlint
PR: 192790
Submitted by: tkato432@yahoo.com
Approved by: mentors (implicit)
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Reported by: sbruno
|
|
|
|
|
| |
PR: 192684
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
- SFML is only needed for LINK option
- Fix build when LIRC is enabled
Approved by: portmgr blanket
|
|
|
|
| |
- Bump PORTREV
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
| |
This is the companion port to wine-compholio: proving a means to compile,
and binaries, for FreeBSD/amd64.
|
|
|
|
|
|
|
| |
http://thread.gmane.org/gmane.comp.emulators.qemu/291585
- Strip executables by default.
- Switch to USES=python:2,build.
|
|
|
|
|
|
| |
Also, fix the binbounce script to properly invoke LD_32_LIBRARY_PATH_RPATH.
Reported by: Nils Beyer <nbe@renzel.net>
|
|
|
|
| |
Reminded by: adam
|
|
|
|
|
|
| |
there is no need to touch the plist.
With hat: python@
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: 190081
Submitted by: Matthieu Volat
Tweaks by: marino
|
|
|
|
| |
- Stage
|
|
|
|
|
|
|
|
|
| |
- Fix missing -lusb [1]
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Use @sample
Reported by: sbruno [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)
|
| |
|
|
|
|
|
| |
PR: 192476
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
- Beginning of some DirectWrite classes implementation.
- Initial wrapper dll for the packet capture library.
- Some crypto improvements.
- Various bug fixes.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
| |
PR: 192271
|
|
|
|
|
| |
Fix a bug when running in a 64-bit environment that made it crash
immediately.
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
| |
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
|
|
|
|
|
| |
- fix build when CFLAGS is set in /etc/make.conf
- support build on amd64 when lib32 is present
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 188861
Submitted by: Ports Fury
|
|
|
|
|
| |
With hat: portmgr
Pointy hat: adamw
|
|
|
|
|
| |
PR: 191819
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
Submitted by: John Hein <john.hein@microsemi.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (not really, but it's still unstaged).
|
|
|
|
|
|
| |
build without gcc.
Approved by: portmgr (not really, but it's still unstaged)
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
|
|
|
| |
'__' instead.
|
|
|
|
|
|
| |
PR: 190308
Reported by: aksyom (gmail)
Fixed by: maintainer (Naram Qashat)
|
| |
|
|
|
|
| |
installed.
|
|
|
|
|
|
|
| |
While here, simplify powerpc breakage, remove reference to BERLIOS
PR: 191727
Submitted by: Dan Lukes
|
|
|
|
|
|
|
| |
- Better support for files drag & drop.
- Improvements to HTTP cookie management.
- Fixes to crypto certificates management.
- Various bug fixes.
|
|
|
|
|
|
| |
- Require desktop-file-utils as suggested by check-sanity
Approved by: portmgr blanket
|
| |
|
|
|
|
|
| |
- Improve build to include preload.tar.gz files
- Depend upon X11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
| |
hardware information for DRM checks to work in emulators/pipelight
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
|
|
|
| |
- Strip libraries
|
| |
|
|
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
| |
to install proper wine version for use with pipelight
|
|
|
|
|
| |
PR: 192048
Submitted by: Joseph Mingrone <jrm@ftfl.ca>
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
instead.
|
| |
|
|
|
|
|
| |
PR: 191893
Submitted by: beyert@cs.ucr.edu (maintainer)
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/191760
Submitted by: maintainer
Sponsored by: Orange Business Services
|
|
|
|
|
|
|
|
| |
- stripped binary
- USES update
PR: 191893
Submitted by: beyert@cs.ucr.edu (maintainer)
|
| |
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
| |
PR: 189138
Approved by: maintainer timeout (74 days)
MFH: 2014Q3
|
|
|
|
|
| |
PR: 191820
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Support for Unicode bracketing pairs.
- Improved Internet cookie support.
- Initial support for geographical information.
- Various bug fixes.
Add sysutils/preload as a new build dependency. This should help with
DRM and similar Windows bits and will especially be helpful for the new
emulators/pipelight port. [1]
Suggested by: kmoore [1]
|
|
|
|
|
|
|
| |
- Sort OPTIONS_DEFINE.
- Stop including bsd.port.{pre,post}.mk:
o Replace the ${ARCH} check with BROKEN_<arch>=...
o Include bsd.port.options.mk for checking the GTK2 option.
|
|
|
|
| |
and i386-wine-devel on amd64
|
| |
|
|
|
|
| |
Submitted by: beefy1 via pkg-fallout
|
|
|
|
|
|
|
|
| |
This is off by default for now and nicely moving towards increasing
upstream integration. It will be needed for Pipelight support.
Submitted by: kmoore
Tested by: gerald, kmoore
|
|
|
|
|
|
| |
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
|
|
|
|
|
| |
2: add INSTALLS_EGGINFO, bump version.
3: use options helper.
|
| |
|
|
|
|
|
|
|
|
| |
up guest stack. [1]
- Bump PORTREVISION.
Submitted by: kan [1]
Obtained from: https://github.com/seanbruno/qemu-bsd-user/commit/21927cffcc7bcacbb953155f778200846df9f60e [1]
|
|
|
|
|
|
|
|
|
|
|
|
| |
and sparc64 dynamic exectuables get a little further:
- Fix crashes with long argv invocations. [1]
- Fix ARMv6 stack alignment in a new thread. [1]
- sparc64: sync ccr before changing carry flag.
- Writing to readonly page can cause trap 0xc on FreeBSD too.
- Bump PORTREVISION.
Submitted by: sson [1]
|
|
|
|
| |
Use options helpers
|
|
|
|
| |
Use @sample
|
| |
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
| |
pending PR
With hat: portmgr
|
|
|
|
|
|
|
|
| |
and used by tar. [1]
- bsd-user: Fix crashes in sysctl.kern.proc in 32bit envs on 64bit. [1]
- Bump PORTREVISION.
Submitted by: sson [1]
|
|
|
|
|
| |
PR: 190875
Submitted by: maintainer
|
|
|
|
| |
Reported by: jhibbits
|
|
|
|
|
|
|
|
| |
- Support for critical sections in the C runtime.
- Unicode data updated to Unicode 7.0.
- Support for interlaced PNG encoding.
- Initial stub for the Packager library.
- Various bug fixes.
|
|
|
|
|
|
|
|
| |
handling. (this fixes sysutils/screen) [1]
- arm-bsd-user: fix sigreturn frame handling. [2]
- Bump PORTREVISION.
Submitted by: kan [1], sson [2]
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
| |
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Reported by: sbruno
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improvements:
* Add Link support
* Add Lirc support
* Patch SDL interface (thanks dennylin93)
* Several new translations
* Many small fixes to various titles
PR: 189647
Submitted by: maintainer (Nicole Reid)
|
|
|
|
| |
files/extra-patch-790d0ef625d22ff3f1a895d266a48e2bacd63776 lost by psvn ci.
|
|
|
|
|
|
| |
- Bump PORTREVISION.
Submitted by: kan
|
|
|
|
| |
PR: 190897
|