Commit graph

3901 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
ac568ace46 Update to 0.8.1
Changes:	https://github.com/jpbarrette/curlpp/releases
2017-03-08 16:50:56 +00:00
Mathieu Arnold
bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00
Sunpoet Po-Chuan Hsieh
6f44334909 Update to 0.24
- Add LICENSE
- Update *_DEPENDS
- Add TEST_DEPENDS
- Add NO_ARCH
- Convert to options target helper

Changes:	http://search.cpan.org/dist/POE-Component-Client-FTP/Changes
2017-03-02 17:59:41 +00:00
Sunpoet Po-Chuan Hsieh
0fc9c0de9f Cosmetic change 2017-02-27 17:10:05 +00:00
Antoine Brodin
789652771a Deprecate ports broken for more than 6 months 2017-02-26 13:58:50 +00:00
Sunpoet Po-Chuan Hsieh
6ca735be73 Update to 7.53.1
Changes:	https://curl.haxx.se/changes.html
2017-02-25 09:55:20 +00:00
Sunpoet Po-Chuan Hsieh
f6c7463135 Update to 7.53.0
Changes:	https://curl.haxx.se/changes.html
Security:	311e4b1c-f8ee-11e6-9940-b499baebfeaf
2017-02-22 17:13:43 +00:00
Sunpoet Po-Chuan Hsieh
7bac899dfe Update to 0.8.0
Changes:	https://github.com/jpbarrette/curlpp/releases
2017-02-20 15:08:58 +00:00
Ganael LAPLANCHE
211101f784 Update to 4.7.6 2017-02-17 15:52:16 +00:00
Matthew Rezny
68ae2c6667 Update to 3.24.0
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9385
2017-02-07 14:58:02 +00:00
Tijl Coosemans
6d324c1f70 - Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
  pre-makefile section to the options section so the variables can be used
  earlier.  Also put the bit of code sitting between the options section and
  the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT.  This variable is
  handled in bsd.default-versions.mk and some ports were setting it after
  including bsd.port.options.mk.  After FreeBSD 9 EoL all but a few ports,
  and then only when setting non-default options, work without setting that
  variable.

PR:		215996
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-02-05 21:20:24 +00:00
Vasil Dimov
78441dcfd5 ftp/wget: fix compilation error due to -R being passed to clang
gcc accepts -R, but clang needs -Wl,-R and since we are changing
this, use the proper -Wl,-rpath.

Reported by:	Walter Schwarzenfeld, Barbara Guida, Jimmy Olgeni, Ken J.
2017-02-05 16:47:34 +00:00
Vasil Dimov
db1916cb2b ftp/wget: Upgrade from 1.18_2 to 1.19 2017-02-05 09:54:31 +00:00
Sunpoet Po-Chuan Hsieh
ce707824df Update to 5.0.9
- While I'm here, fix GH_TAGNAME

Changes:	https://github.com/happyfish100/fastdfs/commits/master
PR:		216698
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
2017-02-02 13:32:32 +00:00
John Marino
7303f590e8 The latest version of ftp/proftpd doesn't build with libressl either.
Increase the IGNORE from openssl-devel to include all versions of libressl.

Approved by:	SSL blanket
2017-02-01 17:05:18 +00:00
Tijl Coosemans
d0d15cc5cd Enable i386 support to Linux CentOS 7 ports.
PR:		216646
2017-01-31 20:32:46 +00:00
Tijl Coosemans
6140d3c6aa - Autodetect the installed linux_base port and use LINUX_DEFAULT only as
a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
  Select one list for regular make and all lists for make makesum so linux
  ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
  lib64 and sbin into symbolic links to the same directory under usr.
  This fixes the problem where some programs/libraries exist under / on
  FreeBSD and /usr on Linux or vice versa and then depending on the order
  of search paths Linux programs may run/load FreeBSD programs/libraries
  and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so
  Linux programs can find desktop theme icons.  This eliminates the need
  for x11-themes/linux*-hicolor-icon-theme.
- Rename pkg-plist.x86_64 to pkg-plist.amd64.
- Regenerate all pkg-plist files.
- Add @preexec to linux_base pkg-plist that moves existing files in bin,
  lib, lib64, sbin and icons to the new destination before the directories
  are turned into symbolic links.
- Remove several empty directories from linux_base ports.
- Sweep over all linux ports: use consistent style, remove old CONFLICTS,
  remove unused pkg-descr files, add NLS option,...
- Remove old linux arts, esound and openssl-compat ports.
2017-01-31 16:54:21 +00:00
Sunpoet Po-Chuan Hsieh
730ae93f4c Update to 1.0.45
Changes:	https://github.com/jedisct1/pure-ftpd/releases
		https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
2017-01-31 15:33:01 +00:00
Dirk Meyer
8f7fdbd3a3 - fix build for FreeBSD-12
- make portlint happier
2017-01-30 18:04:28 +00:00
Matthew Rezny
02915a3d0c Change the MAINTAINER line to my FreeBSD.org address in the ports I maintain
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9380
2017-01-30 14:55:08 +00:00
John Marino
e0fde11019 ftp/fastdfs: Revbump due to libfastcommon dependency
The fastcommon library was misbuilt on amd64, and this port was missed
from the original list of revbumps.
2017-01-28 15:19:56 +00:00
John Marino
cc875c39f3 ftp/fastdfs: Add explicit -L flag to link libfastcommon
Supports non-default LOCALBASE and compilers that don't look in
/usr/local/lib by default.  It adjusts already existing patches.

Approved by:	just-fix-it
2017-01-28 14:33:43 +00:00
John Marino
eade84d0d7 devel/libfastcommon: fix misbuild, add DF, bump deps minus nginx-full
The fastcommon library is being built as 32-bit on amd64 due to the
misuse of uname (uname -p returns "amd64", not uname alone).

Additionally, the hardcoded install commands (added via patch) have been
updated to the BSD_INSTALL* macros to satisfy QA tests.

While here, fix building on DragonFly (sacrificing unused Darwin support
in the process).

Finally, bump all ports dependend on fault libfastcommon.so except
www/nginx-full which has no separate PORTREVISION setting.  I can't bump
it without bumping www/nginx too (bug??).

Approvd by:	just-fix-it
2017-01-28 14:22:53 +00:00
Martin Matuska
5fdb38713e Update ProFTPd to 1.3.5d 2017-01-27 20:48:25 +00:00
Sunpoet Po-Chuan Hsieh
2e247cfda0 Add php71-fastdfs 5.0.8 (copied from php70-fastdfs)
PR:		216494
Submitted by:	Daniel Ylitalo <daniel@blodan.se>
2017-01-26 14:38:32 +00:00
Sunpoet Po-Chuan Hsieh
ceeb325af4 Use PKGNAMEPREFIX
- While I'm here, update IGNORE_WITH_PHP
2017-01-26 14:38:27 +00:00
Torsten Zuehlsdorff
875dbacfa1 Connect PHP 7.1 ports (r432324) 2017-01-24 12:56:45 +00:00
Torsten Zuehlsdorff
db021968e3 Add PHP 7.1
Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
2017-01-24 11:54:20 +00:00
Dmitry Sivachenko
60b2b0e721 Update to version 4.9.3 2017-01-22 07:50:39 +00:00
Tijl Coosemans
c2712d2471 Update Linux CentOS 7 ports to 7.3.1611. While 7.2 had semi-official i386
packages there are no such packages for 7.3 yet so i386 support has been
marked IGNORE for now.

Change DIST_SUBDIR to just "centos" so distfiles that remain the same
between major versions don't have to be redownloaded.

Remove fmake hacks from linux.mk.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2017-01-19 15:44:53 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-01-18 13:20:31 +00:00
Tijl Coosemans
83579f491e Make 64 bit Linux packages the default on amd64. 2017-01-12 10:44:45 +00:00
Sunpoet Po-Chuan Hsieh
dc421bb167 Fix TLSCipherSuite parsing
- Bump PORTREVISION for package change

Note: author pointed out that users will get a more secure cipher suite by not
setting TLSCipherSuite to HIGH and just use the default.

PR:		215906
Reported by:	<yani@pi-greece.eu>
Obtained from:	3823d00dee
2017-01-09 14:41:58 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Sunpoet Po-Chuan Hsieh
a6d5096657 Update to 1.0.44
- Clean up MASTER_SITES
- Convert to options target helper
- Update WWW

Changes:	https://github.com/jedisct1/pure-ftpd/releases
2017-01-08 20:42:47 +00:00
Sunpoet Po-Chuan Hsieh
5b72772a8c Fix net-p2p/rtorrent with https trackers
- Bump PORTREVISION for package change

Reference:	https://github.com/rakshasa/rtorrent/issues/538
Obtained from:	a7b38c9dc9
MFH:		2017Q1
2017-01-07 10:54:16 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Sunpoet Po-Chuan Hsieh
41436d6e8f Update to 0.7.4
Changes:	https://github.com/jpbarrette/curlpp/releases
2017-01-05 19:33:07 +00:00
Vanilla I. Shu
026db04754 Upgrade to 4.0.1.
PR:		215704
Submitted by:	anastasios at mageirias.com
2017-01-02 04:04:06 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Rene Ladan
0896b32448 Drop support for Linux Fedora 10 (ports part)
games/dsnake only worked with linux-f10

Should fix INDEX

audio/linux-f10-sdl_mixer
audio/linux-f10-pulseaudio-libs
audio/linux-f10-freealut
audio/linux-f10-arts
audio/linux-f10-esound
audio/linux-f10-libogg
audio/linux-f10-alsa-plugins-oss
audio/linux-f10-openal
audio/linux-f10-openal-soft
audio/linux-f10-nas-libs
audio/linux-f10-alsa-lib
audio/linux-f10-libvorbis
audio/linux-f10-libaudiofile
audio/linux-f10-mikmod
databases/linux-f10-sqlite3
devel/linux-f10-dbus-glib
devel/linux-f10-sdl12
devel/linux-f10-libglade2
devel/linux-f10-devtools
devel/linux-f10-allegro
devel/linux-f10-nspr
devel/linux-f10-dbus-libs
devel/linux-f10-libsigc++20
devel/linux-f10-ncurses-base
dns/linux-f10-libasyncns
emulators/linux_base-f10
emulators/linux-f10
ftp/linux-f10-curl
games/dsnake
graphics/linux-f10-sdl_image
graphics/linux-f10-sdl_ttf
graphics/linux-f10-glew
graphics/linux-f10-ungif
graphics/linux-f10-png
graphics/linux-f10-tiff
graphics/linux-f10-dri
graphics/linux-f10-jpeg
graphics/linux-f10-libGLU
graphics/linux-f10-gdk-pixbuf
graphics/linux-f10-libmng
graphics/linux-f10-cairo
graphics/linux-f10-imlib
lang/linux-f10-tcl85
lang/linux-f10-libg2c
multimedia/linux-f10-libtheora
multimedia/linux-f10-libv4l
net/linux-f10-openldap
net/linux-f10-nss_ldap
print/linux-f10-cups-libs
security/linux-f10-gnutls
security/linux-f10-nss
security/linux-f10-openssl
security/linux-f10-libgpg-error
security/linux-f10-libtasn1
security/linux-f10-libgcrypt
security/linux-f10-libssh2
security/linux-f10-cyrus-sasl2
sysutils/linux-f10-procps
textproc/linux-f10-aspell
textproc/linux-f10-expat
textproc/linux-f10-scim-gtk
textproc/linux-f10-scim-libs
textproc/linux-f10-libxml2
x11/linux-f10-xorg-libs
x11-fonts/linux-f10-fontconfig
x11-themes/linux-f10-qtcurve-gtk2
x11-themes/linux-f10-hicolor-icon-theme
x11-toolkits/linux-f10-qt45
x11-toolkits/linux-f10-gtk2
x11-toolkits/linux-f10-openmotif
x11-toolkits/linux-f10-pango
accessibility/linux-f10-atk
archivers/linux-f10-ucl
archivers/linux-f10-upx
2016-12-31 17:25:05 +00:00
Dmitry Marakasov
24647f0184 - Mark it broken properly on FreeBSD 9 i386
- Pet portlint

PR:		214953
Submitted by:	daniel@blodan.se (maintainer)
2016-12-25 17:30:38 +00:00
Jason E. Hale
39235d9869 Update to 3.23.0.2
PR:		215132
Submitted by:	<matthew@reztek.cz> (maintainer)
2016-12-25 15:06:15 +00:00
Jason E. Hale
3efe0cea5c Update to 0.9.0
PR:		215131
Submitted by:	<matthew@reztek.cz> (maintainer)
2016-12-25 15:05:34 +00:00
Sunpoet Po-Chuan Hsieh
4a12f85bb5 - Update to 7.52.1
Changes:	https://curl.haxx.se/changes.html
Security:	c40ca16c-4d9f-4d70-8b6c-4d53aeb8ead4
MFH:		2016Q4
2016-12-24 08:40:18 +00:00
Sunpoet Po-Chuan Hsieh
db936e2edc - Update to 7.52.0
Changes:	https://curl.haxx.se/changes.html
Security:	42880202-c81c-11e6-a9a5-b499baebfeaf
MFH:		2016Q4
2016-12-22 18:08:45 +00:00
Sunpoet Po-Chuan Hsieh
b9c701d7b8 - Remove BUILD_DEPENDS and RUN_DEPENDS:
- RUN_DEPENDS: BUILD_DEPENDS is sufficient to block unqualified version.
  - BUILD_DEPENDS: it's safe to remove BUILD_DEPENDS after nghttp2->libnghttp2 transition because initial version of libnghttp2 is 1.0.0+.

Pointed out by:	adamw
2016-12-22 17:38:19 +00:00
Sunpoet Po-Chuan Hsieh
19c76abeae - Change HTTP2 dependency from www/nghttp2 to www/libnghttp2
- Enable HTTP2 option by default
- Bump PORTREVISION for dependency and package change
2016-12-18 15:20:50 +00:00
Sunpoet Po-Chuan Hsieh
8d716fefa7 - Add net to CATEGORIES
PR:		205269
Suggested by:	<bkazemi@users.sf.net>
2016-12-17 13:25:27 +00:00
Sunpoet Po-Chuan Hsieh
619c99ffbb - Update to 0.16.1
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS
2016-12-17 12:50:19 +00:00