Commit graph

204 commits

Author SHA1 Message Date
Ganael LAPLANCHE
baaca9d06e Update to 4.5.4 2014-08-07 11:01:14 +00:00
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- 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)
2014-07-23 09:54:02 +00:00
Ganael LAPLANCHE
f02a794f9e Update to 4.5.3 2014-07-17 11:45:18 +00:00
Baptiste Daroussin
3abde05452 Fix build with ports version of readline 2014-07-01 06:24:06 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- 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)
2014-06-11 14:49:59 +00:00
Ganael LAPLANCHE
a87c2d471e Use @sample for my ports 2014-05-21 12:14:01 +00:00
Ganael LAPLANCHE
1aeaf47008 Update to 4.4.16 2014-05-12 06:16:41 +00:00
Ganael LAPLANCHE
b9522af0e1 Fix typo in previous commit
Reported by:	mat
2014-02-21 10:42:06 +00:00
Ganael LAPLANCHE
edb090a04b Fix build when GNUTLS is selected
PR:		ports/186896
Submitted by:	Martijn Lina <martijn@hostage.nl>
2014-02-21 10:13:59 +00:00
Ganael LAPLANCHE
3a28b40c85 Update to 4.4.15 2014-02-04 07:12:12 +00:00
Ganael LAPLANCHE
a1fa2f9388 Update to 4.4.14 2014-01-07 07:33:03 +00:00
Ganael LAPLANCHE
167722741a - Update to 4.4.13
- Update MASTER_SITES

PR:		ports/184548
Submitted by:	olgeni
2013-12-10 11:52:44 +00:00
Ganael LAPLANCHE
0fac70f5f0 - Use new LIB_DEPENDS format
- Fix shebang of helper scripts
- Switch to new options format
- Always stage documentation
2013-11-15 12:42:21 +00:00
Baptiste Daroussin
1640537ad6 Add NO_STAGE all over the place in preparation for the staging support (cat: ftp) 2013-09-20 17:23:18 +00:00
Ganael LAPLANCHE
7d37e46999 Update to 4.4.9 2013-09-04 06:20:39 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Ganael LAPLANCHE
e39c60629d - Update to 4.4.7
- Remove _Bool type detection configure patch
2013-05-27 09:28:05 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Ganael LAPLANCHE
2e476b3066 Update to 4.4.5 2013-03-18 08:16:22 +00:00
Ganael LAPLANCHE
f9ba68b320 Update to 4.4.4 2013-03-05 07:26:03 +00:00
Ganael LAPLANCHE
188bcddb5b Update to 4.4.3 2013-02-12 11:28:47 +00:00
Roman Bogorodskiy
91e365d630 - Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
2013-02-05 16:17:06 +00:00
Ganael LAPLANCHE
13896e19c7 - Update to 4.4.2
- Fix lftp(1) man page (tbl GNU-isms) [1]

Submitted by:	bsd@lavabit.com [1]
2013-02-04 11:47:05 +00:00
Ganael LAPLANCHE
8016354cc2 Update to 4.4.1 2013-02-01 12:29:11 +00:00
Ganael LAPLANCHE
d993d1bcae - Use radio options for SSL flavour
- Replace bsd.openssl.mk inclusion with USE_OPENSSL
- Use bsd.port.options.mk

Submitted by:	bapt
2012-12-12 08:12:13 +00:00
Ganael LAPLANCHE
f3e6648757 - Update to 4.4.0
- Fix typos in patch-configure

Feature safe:	yes
2012-11-06 11:03:27 +00:00
Ganael LAPLANCHE
94b6e79505 Update to 4.3.8 2012-07-06 08:59:13 +00:00
Ganael LAPLANCHE
f942e4a835 Update to 4.3.7 2012-06-12 06:21:27 +00:00
Ganael LAPLANCHE
73c2da9d38 - Un-version LIB_DEPENDS
- Switch to OptionsNg
- Add OPENSSL description to bsd.options.desc.mk
2012-06-11 07:56:37 +00:00
Ganael LAPLANCHE
6d5684841e Update to 4.3.6 2012-04-27 13:56:43 +00:00
Ganael LAPLANCHE
53ec0ed4ff Update to 4.3.5 2012-02-01 12:35:27 +00:00
Ganael LAPLANCHE
125df25992 Update to 4.3.4 2012-01-09 07:38:08 +00:00
Ganael LAPLANCHE
702f24ef23 - Update to 4.3.3
- Re-order LICENSE to make portlint happy
2011-11-10 07:35:16 +00:00
Ganael LAPLANCHE
86fbaded05 Update to 4.3.2 2011-09-20 09:09:57 +00:00
Wen Heping
e3c89c70c6 - Remove USE_GZIP=yes since it is default
PR:		ports/157174
Submitted by:	Alex kozlov <spam@rm-rf.kiev.ua>
Approved by:	pav@(portmgr)
2011-07-07 09:17:32 +00:00
Ganael LAPLANCHE
2b493ef9b3 Update to 4.3.1 2011-06-29 07:44:59 +00:00
Roman Bogorodskiy
207386f96a Chase security/gnutls update and add an UPDATING entry. 2011-06-05 18:43:16 +00:00
Ganael LAPLANCHE
a502c7d9e5 - Fix build on OSVERSION > 900035 by disabling use of posix_fallocate()
- Remove CPPFLAGS from CONFIGURE_ENV

PR:		ports/157233
Submitted by:	bf
2011-05-23 13:10:06 +00:00
Ganael LAPLANCHE
f52bbae2a9 Update to 4.2.3 2011-05-16 12:14:35 +00:00
Ganael LAPLANCHE
d4f32da1a4 Update to 4.2.2 2011-04-22 11:34:44 +00:00
Ganael LAPLANCHE
5011c8ee98 Update to 4.2.0
Approved by:	ehaupt (mentor)
2011-03-22 15:22:06 +00:00
Ganael LAPLANCHE
ec8acbf4c6 - Update to 4.1.3
- Remove outdated DEPENDS (related to now EOL'd FreeBSD versions)
- Reworked PORTDOCS and config file installation

Approved by:	ehaupt (mentor)
Feature safe:	yes
2011-02-14 14:20:35 +00:00
Ganael LAPLANCHE
3ebe01ba07 Update to 4.1.2
Approved by:	ehaupt (mentor)
2011-01-04 09:11:17 +00:00
Ganael LAPLANCHE
2c22b56a9f Update to 4.1.1
Approved by:	ehaupt (mentor)
2010-12-09 07:25:21 +00:00
Ganael LAPLANCHE
9a4329a9f6 - Add missing LICENSE
- Clean up MASTER_SITES

Approved by:	itetcu (mentor)
2010-10-15 11:30:05 +00:00
Ganael LAPLANCHE
db6d323dff Update MAINTAINER address for my ports
Approved by:	ehaupt (mentor)
2010-09-27 12:08:23 +00:00
Bernhard Froehlich
e112d9c4ad - Update to 4.0.10
PR:		ports/150382
Submitted by:	Ganael Laplanche <ganael dot laplanche at martymac dot org> (maintainer)
Approved by:	miwi (mentor)
2010-09-11 11:56:51 +00:00
Philip M. Gollucci
2e59da295c - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too

PR:             ports/150349
Submitted by:   maintainer
2010-09-07 15:52:18 +00:00
Wen Heping
c9f183f19d - Update to 4.0.9
PR:		ports/147964
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Feature safe:	yes
2010-06-20 04:44:23 +00:00