1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
Commit Graph

48 Commits

Author SHA1 Message Date
Adam Weinberger
99afccd1ce Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:14:15 +00:00
Jimmy Olgeni
168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +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
Jimmy Olgeni
55dc0f983a Remove all space characters from Makefile assignments.
No functional changes included.

CR:		D193 (except math/sedumi)
Approved by:	portmgr (bapt)
2014-06-08 19:51:27 +00:00
Martin Wilke
c9c8c6ba2c - Stage support
PR:		189892
Submitted by:	maintainer
2014-05-19 03:37:11 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +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
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Alexey Dokuchaev
d1fd3fdcf3 Use standard PGO_DESC from the pool. 2013-06-02 14:42:23 +00:00
Baptiste Daroussin
fa697548c6 Convert to new options framework 2013-06-01 23:18:19 +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
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Philip M. Gollucci
cb76880023 - Update to 20100106
PR:             ports/142503
Submitted by:   Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
2010-01-11 06:19:28 +00:00
Martin Wilke
321501efe1 - Update to 20091225
PR:		142023
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
2009-12-25 21:20:23 +00:00
Martin Wilke
e624cceb93 - Chase libtre shlib bump 2009-12-22 11:36:22 +00:00
Beat Gaetzi
cdaae2c25b - Update to 20090423
- Pass maintainership to submitter

Note: css files will have to be rebuilt to work against this version,
as the data file format has changed.

PR:		ports/134213
Submitted by:	Corey Halpin <chalpin AT cs.wisc.edu>
Approved by:	hideo <hideo AT lastamericanempire.com> (old maintainer), miwi (mentor)
2009-05-13 16:03:16 +00:00
Mario Sergio Fujikawa Ferreira
e8b88a20fc Fix typo on COMMENT 2009-04-22 01:58:12 +00:00
Mario Sergio Fujikawa Ferreira
cbf8f70d65 Add WITH_PGO to build with Profile-Guided Optimization
PR:		133356
Approved by:	maintainer
2009-04-22 01:27:20 +00:00
Thomas Abthorpe
4240b2297c - Pass maintainership to submitter
Submitted by:	hideo via freebsd-ports@
2009-02-13 17:10:59 +00:00
Mario Sergio Fujikawa Ferreira
b0225e1593 o rewriteutil.crm requires the same crm binary location fix as the
other crm recipes
o Bump PORTREVISION due to crm recipe change
2008-08-07 04:36:40 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
488eb8a3df - Update to 114
PR:		122304
Submitted by:	Corey Halpin <chalpin+d+1207418886.2e431b@cs.wisc.edu>
2008-04-25 16:11:05 +00:00
Martin Wilke
8687b5cd61 - Update to 119870
PR:		119870
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu>
2008-01-21 22:28:54 +00:00
Michael Nottebrock
e4183e7454 Update to 20070810 2007-09-07 21:22:15 +00:00
Michael Nottebrock
cd8b87229d Update to 20070731. 2007-08-09 23:27:05 +00:00
Kris Kennaway
32b058ecc4 BROKEN: Unfetchable 2007-08-09 21:53:26 +00:00
Martin Wilke
8a16fe9880 - Update to 20070622
PR:		114351
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu>
2007-07-06 08:38:46 +00:00
Martin Wilke
dac4c3f5e8 - Update to 20070428
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu> (via privat mail)
2007-05-27 22:31:33 +00:00
Martin Wilke
2b778e8fa5 - Update MASTER_SITES 2007-05-01 16:34:47 +00:00
Martin Wilke
18dba68d11 - Update to 20070406
PR:		112018
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu>
2007-04-24 22:30:18 +00:00
Martin Wilke
f0eb1f8a8f - Update to 20070301
PR:             110976
Submitted by:   Corey Halpin <chalpin@cs.wisc.edu>
2007-03-28 20:46:26 +00:00
Mark Linimon
a80016c9a8 Reset meno.abels@adviser.com due to maintainer-timeouts and no response
to email.

Hat:		portmgr
2007-02-27 09:57:22 +00:00
Gabor Kovesdan
907f4c27bd - Update to 20061103
PR:		ports/107294
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu>
Approved by:	erwin (mentor),
		maintainer timeout
2007-01-12 23:53:43 +00:00
Sam Lawrance
703ff3a8be Update to 20060118.
PR:		ports/92812
Submitted by:	hideo <hideo@lastamericanempire.com>
Approved by:	Meno Abels <Meno.Abels@Adviser.com> (maintainer)
2006-04-29 13:30:25 +00:00
Edwin Groothuis
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +00:00
Renato Botelho
5fdae666a1 update to 20050518
PR:		ports/83661
Submitted by:	Radim Kolar <hsn@netmag.cz>
Approved by:	Meno Abels <Meno.Abels@Adviser.com> (maintainer), flz (mentor)
2005-07-18 17:56:03 +00:00
Sam Lawrance
86d71ecd7f Add post-patch reinplace to fix a few of my botches
- don't static link (PORTREVISION++ for this)
- obey CFLAGS, LDFLAGS
- allow it to build on 4.x

as a result of
PR:		ports/79345
Approved by:	maintainer (timeout, 2 months)
2005-06-10 12:02:43 +00:00
Sam Lawrance
c88bfadd68 Update to 20041231 ("well-tested" version)
PR:		ports/79345
Submitted by:	Garrett Wollman <wollman@freebsd.org>
Approved by:	maintainer (timeout 2 months)
2005-06-10 08:04:38 +00:00
Kirill Ponomarev
10a0440daa Chase libraries for new textproc/libtre version. 2004-10-26 15:34:05 +00:00
Mario Sergio Fujikawa Ferreira
55f81e919c Fix build with gcc 3.4
Approved by:	maintainer
2004-08-18 02:11:14 +00:00
Kirill Ponomarev
69a0238e3d - Chase libraries for new textproc/libtre version 2004-05-10 10:51:06 +00:00
Kirill Ponomarev
9d296722c2 - Add RUN_DEPENDS
* Make use of b64decode

PR:		ports/63912
Submitted by:	maintainer
2004-03-08 10:26:13 +00:00
Mario Sergio Fujikawa Ferreira
be44b142cf Add trailing slash '/' to WWW tag URI address 2004-03-06 02:55:24 +00:00
Pav Lucistnik
12006bb086 - Update to 20040221
- Download and install contributed scripts and prelearned spam and nonspam databases

PR:		ports/63415
Submitted by:	Meno Abels <meno.abels@adviser.com> (maintainer)
2004-03-01 21:11:38 +00:00
Kirill Ponomarev
dca15073fc - Fix patch-Makefile
PR:		ports/63380
Submitted by:	maintainer
2004-02-26 11:11:08 +00:00
Kirill Ponomarev
2203e2a373 Add crm114 20040212,
CRM114 is a system to examine incoming e-mail, system log
streams, data files or other data streams, and to sort, filter,
or alter the incoming files or data streams according to the
user's wildest desires. Criteria for categorization of data can
be by satisfaction of regexes, by sparse binary polynomial
matching with a Bayesian Chain Rule evaluator, or by other
means. Accuracy of the SBPH/BCR classifier has been seen in
excess of 99 per cent, for 1/4 megabyte of learning text. In
other words, CRM114 learns, and it learns fast.

WWW: http://crm114.sourceforge.net

PR:		ports/63304
Submitted by:	Meno Abels <meno.abels@adviser.com>
2004-02-24 14:17:04 +00:00