| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
to USES=ssl while here.
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
| |
- Port got new maintainer
PR: ports/207674
Submitted by: Chris Petrik <chris@bsdjunk.com>
|
|
|
|
|
|
|
| |
Drop domain-parking WWW: link from pkg-descr.
Submitted by: Chris Hutchinson
PR: 206862
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.
PR: 202838
Exp-run by: antoine
Approved by: portmgr (antoine)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
| |
- Update to version 2.2.3
PR: 18792
Submitted by: ports fury
|
|
|
|
|
|
|
| |
- Enable sound support for all ARCH
PR: 187494
Submitted by: ports fury
|
| |
|
| |
|
| |
|
|
|
|
| |
irc)
|
|
|
|
|
|
| |
- Remove superfluous bdep in GnuTLS case, LIB_DEPENDS satisfies it;
also switch to the new library specification format
- Correct pkg-plist; cleanup Makefile, sort the knobs while I'm here
|
|
|
|
|
| |
Submitted by: M. de Vries <mdv@unsavoury.net> (maintainer via email)
Obtained from: https://github.com/ScrollZ/ScrollZ/commit/125c00412258054e3e4501f2e7a4e32e3e372227
|
|
|
|
|
|
|
| |
While here:
- Trim headers
- Convert to USES
- Remove code for unsupported version
|
|
|
|
| |
Convert USE_READLINE by USES=readline
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
|
|
|
|
|
|
|
|
|
|
|
| |
- OPTIONfy
- Enable '/WINDOW CREATE'
- Install wserv as wservz, to avoid conflict with ports/irc/ircII
- Support tmux terminal multiplexer
- Bump PORTREVISION
PR: ports/176786
Submitted by: Norikatsu Shigemura <nork@FreeBSD.org>
Approved by: Maarten de Vries <mdv@unsavoury.net> (maintainer)
|
|
|
|
| |
- Chase shlib version bump for dependant ports
|
|
|
|
|
|
|
| |
- condense pkg-plist by using DATADIR [2]
PR: ports/167462
Submitted by: maintainer, mdv@unsavoury.net [1], jgh@ [2]
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
Changes: http://www.scrollz.com/download/ChangeLog.2.2.1.txt
PR: ports/166578
Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
Add USE_NCURSES
Fix plist
PR: ports/157766
Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer)
Approved by: tabthorpe (mentor)
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Removed dead mirror
PR: ports/142246
Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer)
|
|
|
|
|
| |
PR: ports/142214
Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer)
|
|
|
|
|
| |
PR: ports/141929
Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
- Switch to a new maintainer
PR: ports/134589
Submitted by: Maarten de Vries <mdv@unsavoury.net>
Approved by: Scott M. Likens <damm@yazzy.org> (old maintainer)
|
|
|
|
| |
- Add an entry to UPDATING
|
|
|
|
|
|
| |
PR: ports/114848
Submitted by: gabor
Approved by: Scott M. Likens <damm@yazzy.org> (maintainer)
|
|
|
|
| |
bump PORTREVISIONs.
|
|
|
|
|
| |
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
|
|
|
|
|
|
|
|
|
|
| |
- Remove unecessary perl dependency
- Remove IS_INTERACTIVE since this port respect BATCH
PR: ports/96740 [1]
Submitted by: maintainer [1]
Reworked by: garga
Approved by: maintainer
|
|
|
|
|
|
|
| |
- Use DATADIR macro
PR: 95359
Submitted by: Scott M. Likens <damm@yazzy.org> (maintainer)
|
| |
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
|
|
|
|
|
| |
PR: ports/80424
Submitted by: maintainer
|
|
|
|
|
| |
PR: 75480
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/66582
Submitted by: Scott M. Likens <damm@yazzy.org> (maintainer)
|
|
|
|
|
| |
PR: ports/66428
Submitted by: maintainer
|
| |
|
|
|
|
| |
(Part 2)
|
|
|
|
|
|
|
| |
- Add faster master site
PR: ports/60118
Submitted by: Scott M. Likens <damm@yazzy.org> (maintainer)
|
|
|
|
| |
Submitted by: Oliver Eikemeier
|
|
|
|
| |
"perl -pi -e" construction.
|
|
|
|
|
| |
Submitted by: maintainer
Approved by: adamw (mentor)
|
|
|
|
|
|
| |
PR: ports/59159
Submitted by: maintainer
Approved by: adamw (mentor)
|
|
|
|
|
|
| |
PR: 54110
Submitted by: Scott M. Likens <damm@fpsn.net>
Discussed with: petef (maintainer change)
|
| |
|
|
|
|
| |
Submitted by: new maintainer
|
| |
|
| |
|
|
|
|
| |
Reviewed by: ade
|
|
|
|
|
| |
PR: 28835
Submitted by: maintainer
|
|
|
|
|
| |
PR: 28816
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
- Take over as maintainer from ports@
- Better pkg-{comment,descr}
PR: 28735
Submitted by: Pete Fritchman <petef@databits.net>
|
|
|
|
|
| |
PR: 25022
Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
|
|
|
|
|
| |
which I'm holding for various reasons, so some kind soul can take the time
to fix them without having to wait for me.
|
|
|
|
| |
Submitted by: Maarten de Vries <maarten@netraam.com>
|
| |
|
| |
|
|
|
|
|
|
| |
andrews@technologist.com -> will@FreeBSD.org. :-)
Reminded by: asami
|
|
|
|
|
| |
PR: 17203
Submitted by: maintainer
|
|
|
|
|
| |
PR: 13580
Submitted by: maintainer
|
| |
|
|
ScrollZ is a colour-enabled IRC client that implements many
useful features normally found in a script.
PR: 13083
Submitted by: Will Andrews <andrews@technologist.com>
|