1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Commit Graph

35 Commits

Author SHA1 Message Date
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Dmitry Marakasov
fbe0f96a25 - Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands

Approved by:	portmgr blanket
2015-09-03 16:37:31 +00:00
Mathieu Arnold
6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Rodrigo Osorio
404f500a16 Transfer ports maintainership to Muhammad Moinur Rahman
PR:		ports/195854
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-12-11 08:04:05 +00:00
Antoine Brodin
8e556b93ae Cleanup plist 2014-11-22 18:42:44 +00:00
Dmitry Marakasov
d350bf0de0 - Drop .la files for mail/gmime24, no dependees require them
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-09-15 18:29:36 +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
Tijl Coosemans
be91effb52 - Remove hyphen from PKGNAMESUFFIX.
- Add USES=libtool:oldver.
- Use USES+= to fix slave port.
- Remove LATEST_LINK.
- Remove PTHREAD_CFLAGS.
2014-05-28 19:56:41 +00:00
Baptiste Daroussin
88e920ac15 Convert to USES=tar:xz 2014-05-26 12:59:55 +00:00
Sunpoet Po-Chuan Hsieh
767a9cc54a - Support STAGEDIR
PR:		ports/183965
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
2013-11-15 10:44:23 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
William Grzybowski
ad32ee489b mail/{gmime2,gmime24}: convert docs to options ng
- NOPORTDOCS -> PORT_OPTIONS:MDOCS [1]
- Convert to USES gmake
- Define DOCS option

PR:		ports/181778 [1]
Submitted by:	Alan Hicks <ahicks p-o.co.uk> (maintainer)
2013-09-03 16:03:41 +00:00
Bryan Drewery
fb92b192ca - Convert to USES=pathfix
PR:		ports/178420
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
2013-05-08 22:23:36 +00:00
Koop Mast
2364635756 Make these ports build with glib 2.36 2013-05-06 11:13:56 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Wesley Shields
aa48ed11e6 Update to 2.4.33.
PR:		ports/173968
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Feature safe:	yes
2012-11-30 02:44:55 +00:00
Koop Mast
bc4c225e52 Add USE_PKGCONFIG= build.
Approved by:	maintainer (priv mail)
2012-08-05 11:10:35 +00:00
Michael Scheidell
424a416d85 - Update to 2.4.32
- Submitter is now maintainer

PR:		ports/168308
Submitted by:	Alan Hicks <ahicks@p-o.co.uk> (maintainer)
2012-05-24 21:20:06 +00:00
Thomas Abthorpe
978fe5634d - Reassign to the heap 2012-02-01 15:53:08 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Romain Tartière
9dd4abf862 Fix mono bindings of libgmime-2.4.so.
The patch lives in the master port, the slave port only is affected and
therefor only this one has PORTREVISION bumped.
2011-06-15 17:59:11 +00:00
Romain Tartière
e62990bc20 Hello Mono 2.10!
Main updates
------------
devel/mono-tools                2.6.2 -> 2.10
lang/mono                       2.6.7 -> 2.10.2
lang/mono-basic                 2.6.2 -> 2.10.2
www/mod_mono                    2.6.3 -> 2.10
www/xsp                         2.6.5 -> 2.10.2
x11-toolkits/libgdiplus         2.6.7 -> 2.10

Other updates
-------------
deskutils/tomboy                1.4.2 -> 1.6.1
devel/mono-addins               0.5 -> 0.6.1
devel/monodevelop               2.4 -> 2.4.2
graphics/f-spot                 0.8.0 -> 0.8.2
print/pdfmod                    0.9.0 -> 0.9.1
x11-toolkits/gnome-sharp20      2.24.1 -> 2.24.2

Ports marked BROKEN
-------------------
multimedia/banshee
multimedia/moonlight

PR:		ports/155948
Submitted by:	me
2011-06-12 19:06:25 +00:00
Romain Tartière
5c80951022 - Update lang/mono to 2.6.4;
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
  devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
  devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
  graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
  multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
  www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
  x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).

PR:		ports/143657 [1]
Submitted by:	glewis [1]
2010-06-01 12:41:30 +00:00
Marcus Alves Grando
da37686693 - Update to 2.4.10
PR:		139488
Submitted by:	Sahil Tandon <sahil___tandon.net>
2009-10-11 02:30:18 +00:00
Marcus Alves Grando
8f9d831636 - Update to 2.4.9
PR:		139308
Submitted by:	Romain Tartiere <mono___FreeBSD.org>
2009-10-05 02:33:49 +00:00
Pav Lucistnik
c1fa17b0c0 - Update to 2.4.8
PR:		ports/138430
Submitted by:	Romain Tartiere <mono@FreeBSD.org>
Approved by:	maintainer timeout (mnag; 16 days)
Feature safe:	yes
2009-09-17 09:16:31 +00:00
Florent Thoumie
0b4e3dc1e9 Update mail/gmime24 to 2.4.7.
PR:		ports/135973
Submitted by:	Romain Tartiere
2009-06-23 18:49:38 +00:00
Pav Lucistnik
aa952fd48f - Resolve LATEST_LINK conflict 2009-05-31 20:31:08 +00:00
Marcus Alves Grando
17d9ebc368 - Update to 2.4.6 2009-04-25 18:39:41 +00:00
Florent Thoumie
8082dd3462 Fix packing list when NOPORTDOCS is defined.
Reported by:	QAT
2009-02-20 14:48:01 +00:00
Florent Thoumie
c1f23cd26d - Update lang/mono to 2.0.1.
- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org.

PR:		ports/129724
Submitted by:	Phillip Neumann, Romain Tartiere (bsd-sharp team)
2009-02-09 09:00:01 +00:00