| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
present in base, then port was detecting it and not registering dependency
correctly. After installation, libsss_ldap.so was linked against libk5crypto.so
but it was not present in the system. Replace explicit dependency by USES
gssapi:mit and bump PORTREVISION
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=384983
|
|
|
|
|
|
|
|
|
| |
- Add CPE info
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=383999
|
|
|
|
|
|
|
| |
Strip binaries
Notes:
svn path=/head/; revision=382515
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add non-default SMB (samba) option
PR: 194155
Submitted by: syepes@gmail.com
Reviewed by: lukas.slebodnik@intrak.sk (maintainer), riggs
Approved by: lukas.slebodnik@intrak.sk (maintainer)
Notes:
svn path=/head/; revision=378208
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update devel/gettext to 0.19.4
- Update devel/libtool and devel/libltdl to 2.4.5
- This version of libtool has been fixed to pass -fstack-protector to the
compiler during linking. Add the same fix to USES=libtool. This should
improve SSP support on FreeBSD/i386 8 and 9.
- databases/libmemcached, security/sssd: patch configure.ac so
AC_CONFIG_AUX_DIR appears earlier.
For databases/libmemcached changing configure.ac causes manpages to be
regenerated which requires extra dependencies so patch a makefile to
prevent that.
- devel/xfce4-dev-tools: only depend on recent versions of autoconf and
automake
PR: 196938
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=377757
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371453
|
|
|
|
|
|
|
|
| |
PR: ports/193266
Submitted by: maintainer
Notes:
svn path=/head/; revision=367172
|
|
|
|
|
|
|
|
|
|
| |
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
Notes:
svn path=/head/; revision=366467
|
|
|
|
|
|
|
|
|
|
|
| |
- Add USES=libtool and bump dependent ports
- Move variable definitions in front of include bsd.port.options.mk
- Replace patch with USES=pathfix
Approved by: portmgr (implicit, bump unstaged port)
Notes:
svn path=/head/; revision=366389
|
|
|
|
|
|
|
| |
Tested by: mat
Notes:
svn path=/head/; revision=365438
|
|
|
|
|
|
|
| |
Reported by: mat
Notes:
svn path=/head/; revision=365374
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=362835
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when an older version of a package is installed. This is the case when an
executable links with installed libraries and with uninstalled libraries
that link with other uninstalled libraries. For each of the directly
linked libraries the executable will have an rpath (/usr/local/lib for the
installed libraries and a path under WRKDIR for each of the uninstalled
libraries), but not for the indirect libraries. Both ld(1) and rtld(1)
search the rpath of the executable first before any rpath of libraries, so
the indirectly linked libraries will be found in /usr/local/lib if they are
installed instead of in WRKDIR.
With this commit executables will overlink with uninstalled indirect
libraries again so their location is added to the rpath of the executable.
This partially reverts r358784.
PR: 191611
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=362656
|
|
|
|
| |
Notes:
svn path=/head/; revision=362024
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
When libtool relinks libA it replaces "libB.la" on the linker command line
with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in
the stage directory but this -L flag isn't necessarily the first so another
libB may be linked instead. The two sed commands make relink the same as a
normal link. This means libtool will relink with libraries from the work
directory using a path similar to "../srcB/.libs/libB.so" without -L flags.
This applies to libtool 1.4 and up. Earlier versions don't seem to relink
libraries.
(This fixes ports like devel/apr1 so they link with freshly built libraries
instead of installed libraries.)
Fix all ports with missing libraries.
Additionally:
archivers/rpm4: USES=patchfix.
databases/gdbm: INSTALL_TARGET=install-strip.
devel/gnome-vfs: remove patch that doesn't change anything.
devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS.
devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD.
multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386
instead of disabling optimisations.
net/libnetdude: disable static plugins.
PR: 190941
Exp-run: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=358784
|
|
|
|
|
|
|
|
| |
PR: 184464
Submitted by: maintainer
Notes:
svn path=/head/; revision=357602
|
|
|
|
|
|
|
|
| |
PR: ports/190090
Submitted by: maintainer
Notes:
svn path=/head/; revision=354844
|
|
|
|
|
|
|
| |
Submitted by: lslebodn
Notes:
svn path=/head/; revision=354743
|
|
|
|
|
|
|
|
|
| |
Disable it so that man pages can be generated
Submitted by: maintainer
Notes:
svn path=/head/; revision=354691
|
|
|
|
|
|
|
|
|
| |
- Add missing USE_AUTOTOOLS=libtoolize autoheader.
- Don't patch configure and Makefile.in because they are regenerated.
- Sort pkg-plist and use @sample.
Notes:
svn path=/head/; revision=353313
|
|
|
|
|
|
|
| |
Point hat to: self
Notes:
svn path=/head/; revision=353233
|
|
|
|
| |
Notes:
svn path=/head/; revision=353201
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- rc script creates dirs in /var before launching daemon
- add patch from upstream to match behavior of sssd on Linux
https://fedorahosted.org/sssd/ticket/2232
PR: ports/186545
Sponsored by: SupraNet Communications, Inc
Notes:
svn path=/head/; revision=353157
|
|
|
|
|
|
|
|
| |
PR: ports/188942
Approved by: Lukas Slebodnik <lukas.slebodnik@intrak.sk> (maintainer)
Notes:
svn path=/head/; revision=352221
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
Notes:
svn path=/head/; revision=351411
|
|
|
|
|
|
|
|
| |
PR: ports/184193
Submitted by: Lukas Slebodnik <lukas.slebodnik@intrak.sk> (maintainer)
Notes:
svn path=/head/; revision=334674
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.9.6
- Remove FreeBSD < 8.0-RELEASE check (unsupported)
PR: ports/183750
Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer)
Notes:
svn path=/head/; revision=333199
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix build on 10
- Move library path to where it belongs
PR: ports/183693
Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer)
Notes:
svn path=/head/; revision=332963
|
|
|
|
|
|
|
|
| |
PR: ports/183504
Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer)
Notes:
svn path=/head/; revision=332351
|
|
|
|
|
|
|
|
|
|
| |
- Fix ldap client dependency
PR: ports/183377
Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer)
Notes:
svn path=/head/; revision=331841
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to the last PR submitter
Approved by: maintainer (timeout)
Notes:
svn path=/head/; revision=331740
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.9.5 [1]
- Allow staging
- Convert lib depends to new format
- Use correct autotools
PR: ports/181566
Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk>
Approved by: maintainer (timeout)
Notes:
svn path=/head/; revision=331729
|
|
|
|
|
|
|
| |
security)
Notes:
svn path=/head/; revision=327769
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5
Notes:
svn path=/head/; revision=325745
|
|
|
|
| |
Notes:
svn path=/head/; revision=323110
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix plist by adding localized man pages.
Bump portrevision.
Trim makefile headers
Submitted by: xorg exp-run [1]
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=318964
|
|
|
|
| |
Notes:
svn path=/head/; revision=318263
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
Notes:
svn path=/head/; revision=316683
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
|
|
|
|
| |
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Notes:
svn path=/head/; revision=308630
|
|
|
|
|
|
|
| |
This bumps shlib version of libsasl2.
Notes:
svn path=/head/; revision=308609
|
|
|
|
|
|
|
|
| |
PR: 166836
Tested by: Multiple -exp runs (pav)
Notes:
svn path=/head/; revision=296454
|
|
|
|
| |
Notes:
svn path=/head/; revision=291338
|
|
|
|
| |
Notes:
svn path=/head/; revision=291063
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=287851
|
|
|
|
| |
Notes:
svn path=/head/; revision=283572
|
|
sssd integrates the functionality of pam_krb5 and pam_ldap/nss_ldap
with caching and additional features.
This project provides a set of daemons to manage access to remote
directories and authentication mechanisms, it provides an NSS and
PAM interface toward the system and a pluggable backend system to
connect to multiple different account sources. It is also the
basis to provide client auditing and policy services for projects
like FreeIPA. sssd also features caching, which can allow for
offline use to assist laptop users.
WWW: https://fedorahosted.org/sssd/
PR: ports/161555
Submitted by: Andrew Elble <aweits@rit.edu>
Notes:
svn path=/head/; revision=283553
|