| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
Notes:
svn path=/head/; revision=444463
|
|
|
|
| |
Notes:
svn path=/head/; revision=436078
|
|
|
|
| |
Notes:
svn path=/head/; revision=434286
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=430947
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=427389
|
|
|
|
| |
Notes:
svn path=/head/; revision=426326
|
|
|
|
|
|
|
| |
- Add missing dependency to libidn
Notes:
svn path=/head/; revision=418929
|
|
|
|
|
|
|
|
|
|
| |
- Add DOCS to OPTIONS_DEFINE
- Convert to new options target helper
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=417593
|
|
|
|
|
|
|
|
|
| |
by default anyway and don't need to be listed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415742
|
|
|
|
| |
Notes:
svn path=/head/; revision=415576
|
|
|
|
|
|
|
|
| |
PR: 208727
Submitted by: dim
Notes:
svn path=/head/; revision=413087
|
|
|
|
| |
Notes:
svn path=/head/; revision=412643
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=411990
|
|
|
|
|
|
|
|
|
|
|
| |
POSIX_FADV_* macros
- Switch to USES=localbase
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=408739
|
|
|
|
| |
Notes:
svn path=/head/; revision=406716
|
|
|
|
| |
Notes:
svn path=/head/; revision=395184
|
|
|
|
| |
Notes:
svn path=/head/; revision=390328
|
|
|
|
|
|
|
|
|
| |
Note: Lftp, when built with OpenSSL, now needs OpenSSL >= 1.0.1. On older
FreeBSD releases (8.x and 9.x), base OpenSSL is too old. In this case, the
ports' version will be used.
Notes:
svn path=/head/; revision=386361
|
|
|
|
| |
Notes:
svn path=/head/; revision=375838
|
|
|
|
| |
Notes:
svn path=/head/; revision=371344
|
|
|
|
| |
Notes:
svn path=/head/; revision=370757
|
|
|
|
| |
Notes:
svn path=/head/; revision=370109
|
|
|
|
| |
Notes:
svn path=/head/; revision=364262
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=362645
|
|
|
|
| |
Notes:
svn path=/head/; revision=362134
|
|
|
|
| |
Notes:
svn path=/head/; revision=359961
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=357486
|
|
|
|
| |
Notes:
svn path=/head/; revision=354746
|
|
|
|
| |
Notes:
svn path=/head/; revision=353772
|
|
|
|
|
|
|
| |
Reported by: mat
Notes:
svn path=/head/; revision=345366
|
|
|
|
|
|
|
|
| |
PR: ports/186896
Submitted by: Martijn Lina <martijn@hostage.nl>
Notes:
svn path=/head/; revision=345354
|
|
|
|
| |
Notes:
svn path=/head/; revision=342487
|
|
|
|
| |
Notes:
svn path=/head/; revision=338978
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
PR: ports/184548
Submitted by: olgeni
Notes:
svn path=/head/; revision=336057
|
|
|
|
|
|
|
|
|
| |
- Fix shebang of helper scripts
- Switch to new options format
- Always stage documentation
Notes:
svn path=/head/; revision=333856
|
|
|
|
|
|
|
| |
ftp)
Notes:
svn path=/head/; revision=327729
|
|
|
|
| |
Notes:
svn path=/head/; revision=326251
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
| |
- Remove _Bool type detection configure patch
Notes:
svn path=/head/; revision=319191
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
Notes:
svn path=/head/; revision=316654
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
| |
Notes:
svn path=/head/; revision=314538
|
|
|
|
| |
Notes:
svn path=/head/; revision=313440
|
|
|
|
| |
Notes:
svn path=/head/; revision=312099
|
|
|
|
|
|
|
| |
- Chase shlib version bump for dependant ports
Notes:
svn path=/head/; revision=311722
|
|
|
|
|
|
|
|
|
| |
- Fix lftp(1) man page (tbl GNU-isms) [1]
Submitted by: bsd@lavabit.com [1]
Notes:
svn path=/head/; revision=311606
|
|
|
|
| |
Notes:
svn path=/head/; revision=311371
|
|
|
|
|
|
|
|
|
|
| |
- Replace bsd.openssl.mk inclusion with USE_OPENSSL
- Use bsd.port.options.mk
Submitted by: bapt
Notes:
svn path=/head/; revision=308745
|
|
|
|
|
|
|
|
|
| |
- Fix typos in patch-configure
Feature safe: yes
Notes:
svn path=/head/; revision=307060
|