1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

8575 Commits

Author SHA1 Message Date
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
Sunpoet Po-Chuan Hsieh
ea2ac6eeb3 - Update to 0.04
Changes:	http://search.cpan.org/dist/Geo-Coder-OpenCage/Changes
2014-06-11 11:16:57 +00:00
Pawel Pekala
79d923ffeb - Add staging support
- Use new LIB_DEPENDS format
2014-06-11 11:03:24 +00:00
Dmitry Marakasov
b6d9d8471c - Fix installation by adding forgotten patch 2014-06-11 00:03:54 +00:00
Dmitry Marakasov
bf1f0515b9 - Stagify
- Add missing USES=libtool
- Properly optionize
- Fix build
- Use new LIB_DEPENDS syntax
2014-06-10 23:19:36 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Jason E. Hale
38c9b513ef - Update to 19.1
- Support staging
- Use options helpers where possible
- Install icon for FLTK option
- Use newer LIB_DEPENDS syntax
- Convert PLIST_FILES to pkg-plist
- Take maintainership
2014-06-09 14:47:10 +00:00
Baptiste Daroussin
ca7a14a38c Stagify
Mark package as jobs unsafe
Convert to USES=mono
Fix plist
2014-06-09 10:32:43 +00:00
Nicola Vitale
751a29a690 - Add CONFLICTS_INSTALL with textproc/google-translate-cli.
Both ports install the same binary file: bin/translate.
2014-06-09 03:50:42 +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
Vanilla I. Shu
a838244fba Stagify. 2014-06-08 16:21:10 +00:00
Vanilla I. Shu
056f7c6822 Stagify. 2014-06-08 16:16:36 +00:00
Vanilla I. Shu
2274a52173 Stagify. 2014-06-08 16:13:11 +00:00
Vanilla I. Shu
33a8b40855 Stagify. 2014-06-08 16:04:21 +00:00
Vanilla I. Shu
7e8e4c8d0a Stagify. 2014-06-08 15:36:32 +00:00
Vanilla I. Shu
cbc9bcb81b Stagify. 2014-06-08 15:23:03 +00:00
Sunpoet Po-Chuan Hsieh
cd7945c661 - Update to 0.46-5
- Complete PLIST

Changes:	http://search.cpan.org/dist/Geo-Coder-Many/Changes
2014-06-08 13:24:52 +00:00
Sunpoet Po-Chuan Hsieh
c7662bf539 - Add p5-Geo-Coder-OpenCage 0.02
Geo::Coder::OpenCage provides an interface to the OpenCage geocoding service.

WWW: http://search.cpan.org/dist/Geo-Coder-OpenCage/
2014-06-08 13:24:42 +00:00
Baptiste Daroussin
a0cf0ff71b Remove useless pre.mk/post.mk dance 2014-06-08 00:37:38 +00:00
Joe Marcus Clarke
97e783db05 Convert to STAGE. 2014-06-07 23:55:00 +00:00
Emanuel Haupt
8266578f94 Support staging 2014-06-07 18:52:53 +00:00
Jimmy Olgeni
6a56bcc4b8 Upgrade to version 3.1.1. 2014-06-05 20:54:57 +00:00
Martin Wilke
f6d7fd99c4 - Stage support
PR:		190533
Submitted by:	maintaine
2014-06-05 01:42:05 +00:00
Mark Felder
167e2206fd Support Stage
PR:		190458
Submitted by:	mstowe@chicago.us.mensa.org
2014-06-04 17:16:37 +00:00
Martin Wilke
cae76c52ea - Update to 0.7.7
PR:		189972
Approved by:	maintainer timeout
2014-06-04 11:06:25 +00:00
Martin Wilke
24fec26278 - Update to 2.5.6
PR:		190256
Submitted by:	maintainer
2014-06-04 11:04:29 +00:00
Dmitry Sivachenko
61eb6dbc78 Update to version 3.31. 2014-06-03 10:09:06 +00:00
Rusmir Dusko
bec644de66 - Update to 0.2.37, Announce message:
Add twip unit to length category
 modifed appdata location to help with making RPM
2014-06-02 06:41:28 +00:00
Marcus von Appen
74c65ae602 - Update graphics/sdl_gfx to version 2.0.25
- Bump PORTREVISION on ports depending on it, since the shlib version changed
2014-06-01 08:11:34 +00:00
Ruslan Makhmatkhanov
e03d4b913d misc/typetrainer: support stage
- do not use easy_install
- support stage
- bump PORTREVISION
2014-06-01 05:46:57 +00:00
Hajimu UMEMOTO
73fd294da9 Mark GKrellM 1.X as DEPRECATED.
Approved by:	portmgr (implicit)
2014-05-31 19:12:43 +00:00
Koop Mast
6014516d2c Stagify, switch gnomehack -> pathfix. 2014-05-30 16:37:57 +00:00
Koop Mast
f6f2fd7ad4 Stagify.
Misc Makefile updates

Obtained from:	gnome dev repo
2014-05-30 16:01:34 +00:00
Cy Schubert
7ea116081b Stagify. 2014-05-30 05:56:15 +00:00
Antoine Brodin
4e122f03e1 Reset maintainer, maintainer no longer wishes to maintain those ports
With hat:	portmgr
2014-05-29 23:18:42 +00:00
Rusmir Dusko
66cf122f40 - Update to 0.2.35, Announce message:
added /usr/share/appdata to showcase in the GNOME and KDE Software Centers.

- Remove TODO from DOCS
2014-05-29 19:03:16 +00:00
Edwin Groothuis
b5289d218d Dummy commit. No changes in tzdata, only in tzcode. 2014-05-28 21:11:00 +00:00
Dmitry Marakasov
4ed5d621eb - Convert misc/xosd and dependent ports which need it (deskutils/xneur, polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files
- Since xosd shlib version has changed, bump all ports which depend on it
- Stagify deskutils/xneur
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
2014-05-27 11:17:41 +00:00
Dmitry Marakasov
b70db56b07 - Add LICENSE_FILE
- Convert to USES=tar
2014-05-26 19:45:04 +00:00
Dmitry Marakasov
5253496871 - Add LICENSE_FILE
- Convert to USES=libtool
- Strip binaries
- Use new LIB_DEPENDS syntax
2014-05-26 19:38:50 +00:00
Sunpoet Po-Chuan Hsieh
cf4ede390a - Update to 20140526
Changes:	http://people.FreeBSD.org/~sunpoet/pciids-20140526.diff
2014-05-26 15:31:16 +00:00
Martin Wilke
05e980f565 - Unbreak index 2014-05-26 12:48:29 +00:00
Martin Wilke
0a47453c43 - Convert gmake, bzip2 to USES
Approved by:	portmgr
2014-05-26 12:16:06 +00:00
Baptiste Daroussin
1e279835ef Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 08:44:34 +00:00
Frederic Culot
d906c95331 - Update to 2-30-0
PR:		ports/190212
Submitted by: 	Armin Gruner <ag-freebsd@muc.de> (maintainer)
2014-05-26 07:54:32 +00:00
Eitan Adler
eccf5db03a Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
	over the course of several months about pending actions required.

	We really appreciate the time and effort you put in to maintain
	these ports.

	If you are still interested in helping to maintain these ports just
	reply to me or file a PR and I will happily assign the port to you
	again.

Approved by:	portmgr (implicit)
2014-05-26 02:33:38 +00:00
Martin Wilke
af8ce93ba2 - Update to 2.5.5
- Stage support

PR:		190189
Submitted by:	maintainer
2014-05-25 09:52:35 +00:00
Martin Wilke
c410d7752f flag
Produces a cute little ansi colour 'flag' based off a hash of the machine's
hostname (or settable via ~/.flag or /etc/flag) which can uniquely visually
identify a machine, at a glance. Useful for placing into /etc/issue or your
bash prompt, so that you don't send stupid commands to the wrong machine.

WWW: http://git.cyberleo.net/CDN/flag.git

PR:		ports/183117
Submitted by:	cyberleo@cyberleo.net
2014-05-25 07:34:26 +00:00
Koop Mast
6de9270814 Stagify.
Fix check-plist [1]

Reported by:	miwi [1]
2014-05-24 17:54:54 +00:00
William Grzybowski
dca8d40633 misc/py-pexpect: update to 3.2
PR:		ports/189708
Submitted by:	Bartek Rutkowski <ports at robakdesign com>
2014-05-24 12:47:05 +00:00