1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

7338 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
Baptiste Daroussin
6366b4495a Update to libreoffice 4.2.4
- Speed staging phase by really installing to the stagedir directly
- Rework to use predefined targets for build and install
- Strip binaries
- Remove now unnecessary dependencies on autotools
- Add patches to fix crashes with icu 53.1
2014-06-11 14:40:31 +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
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
Danilo Egea Gondolfo
c877f60cb7 - Update from 2.8.7 to 2.8.8 [1]
- Add libtool to USES
- Add libtoolize to USE_AUTOTOOLS

PR:		ports/190750
Submitted by:	townwear@gmail.com (maintainer) [1]
2014-06-07 18:30:50 +00:00
Danilo Egea Gondolfo
0dbc02a191 - Update from 0.20140501 to 0.20140602 2014-06-06 15:41:54 +00:00
Alex Kozlov
12e263b358 - Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip

PR:        ports/188419
Approved by:	portmgr (bapt)
Exp-run:	antoine
2014-06-06 15:26:41 +00:00
John Marino
401286ff02 japanese/edict: Remove unnecessary extract target and dependency
This port never needed a roll-your-own extract target; all it needed
was the EXTRACT_ONLY definition.

While touching this unmaintained port, change it to use TAR instead
of UNZIP_CMD during installation.  Poudriere-verified to install the
same way as before.  And pet portlint a bit.
2014-06-06 10:13:55 +00:00
John Marino
dd4865b22d japanese/xgate: nightmarish stage support added.
* Removed FreeBSD 7 and earlier condition
* Switched from @exec/@unexec to @sample keywords
* Moved /var/log/xgate creation/deletion to plist
* Converted patches to unix CR
* Used DOS2UNIX for entire package
* Used @owner, @group instead of broken %%WWW???%% in plist
* Used UIDFIX and TAR:tgz
* Moved conf file renames from post-extract to post-patch where it belongs
* Removed NOPORTDOCS and used DOCS option instead
* Removed <pre>, <post>, replaced with <options>
* Lots of portlint petting

Verified in Redports
2014-06-05 22:21:43 +00:00
Martin Wilke
34c5689b47 - Update to version 2.14.0
PR:		174176
Submitted by:	ports fury
2014-06-05 07:31:00 +00:00
Martin Wilke
15083bc7e4 - Update to 0.21
PR:		189452
Submitted by:	maintainer
2014-06-04 08:09:57 +00:00
Antoine Brodin
807710a0b7 Reset maintainer on staged ports too
With hat:	portmgr
2014-06-03 20:06:55 +00:00
Antoine Brodin
3baa9b8952 Reset maintainer, they are unreachable
With hat:	portmgr
2014-06-03 19:31:11 +00:00
Olli Hauer
c1023f2b65 - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) 2014-06-01 16:43:03 +00:00
John Marino
b1f8a24476 2 ports: Use ${TAR} explicitly over ${EXTRACT_CMD}
Approved by:	portmgr (implicit)
2014-05-31 23:33:50 +00:00
Steve Wills
59ca7f5176 - Update to 20140524
PR:		ports/190194
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
2014-05-31 13:20:39 +00:00
Tijl Coosemans
01f7cef0b3 Remove USE_GCC=any and OPTIONS_DEFAULT=DOCS.
PR:		ports/185268
Approved by:	maintainer timeout (5 months)
2014-05-30 17:42:47 +00:00
Hiroki Sato
108450505f - Fix build when only CANNA is defined in PORT_OPTIONS.
- Simplify PORT_OPTIONS handling.

PR:	ports/190396
2014-05-30 02:16:34 +00:00
Antoine Brodin
8f66ae99c3 Reset a few maintainers who are unreachable
With hat:	portmgr
2014-05-29 18:54:55 +00:00
Hajimu UMEMOTO
a620bbe799 Make password work again on recent 9-STABLE and later. 2014-05-28 03:06:23 +00:00
Martin Wilke
cf6b32bc02 - Convert gmake,bzip2 to USES
Approved by:	portmgr
2014-05-26 12:33:13 +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
fe0e5623de - Unbreak build with clang
PR:		184208
Submitted by:	maintainer
2014-05-25 10:47:39 +00:00
Hiroki Sato
4d57c39003 Add a missing patch to fix build. 2014-05-25 03:29:32 +00:00
Hiroki Sato
4d4482585c Fix build. 2014-05-25 03:11:35 +00:00
Hiroki Sato
2b99d16641 Fix build on 10.x and later. 2014-05-25 03:10:37 +00:00
Hiroki Sato
6ca0f39d9f Fix pkg-plist. 2014-05-25 03:01:35 +00:00
Hiroki Sato
a8687e8806 STAGEDIR support. 2014-05-24 18:29:07 +00:00
Hiroki Sato
70d842709f - STAGEDIR support.
- Fix BUILD_DEPENDS when VGAFONT defined.
2014-05-24 18:10:10 +00:00
Hiroki Sato
f3147b0157 s/USE_BZIP2=yes/USES=tar:bzip2/ 2014-05-24 17:42:01 +00:00
Hiroki Sato
14fed617c9 s/USE_BZIP2=yes/USES=tar:bzip2/ 2014-05-24 17:39:36 +00:00
Hiroki Sato
2f57f2eeec STAGEDIR support. 2014-05-24 17:38:24 +00:00
Hiroki Sato
49d4b81f63 - s/USE_XZ=yes/USES=tar:xz/.
- Minor style fixes.
2014-05-24 17:31:34 +00:00
Hiroki Sato
a2ff46989a Update to 462. 2014-05-24 17:27:32 +00:00
Hiroki Sato
279356f957 STAGEDIR support. 2014-05-24 17:20:50 +00:00
Hiroki Sato
89c15599c4 - STAGEDIR support.
- Add LICENSE.
- Remove GCC dependency.
2014-05-24 17:14:56 +00:00
Hiroki Sato
e50fe32195 - STAGEDIR support.
- Add LICENSE.
- Remove GCC dependency.
2014-05-24 17:00:11 +00:00
Steve Wills
529efd49c9 - Update to 20140510
PR:		ports/189751
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
2014-05-22 16:02:35 +00:00
Martin Wilke
a44296758a - Strip shared libraries.
- Bump PORTREVISION.

PR:		188988
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer timeout
2014-05-22 10:16:15 +00:00
Pawel Pekala
7defb2f10b - Stage safe
- Convert to new LIB_DEPENDS format
2014-05-18 19:34:01 +00:00
Pawel Pekala
9ccc16d46f - Fix build with clang
- Add staging support

MFH:		2014Q2
2014-05-18 19:11:05 +00:00
Pawel Pekala
d834932b47 - Add staging support
- Convert to USES=gmake
- Don't create links in pkg-plist with @exec, they are created
  during build
- Unmute install commands
2014-05-18 18:13:32 +00:00
Pawel Pekala
59bdab0024 - Add staging support
- Convert to USES=tar:bzip2, new options framework
- Use @sample for configuration files
2014-05-18 16:23:53 +00:00
Pawel Pekala
a80d61a390 - Add staging support
- Convert to USES=tar:bzip2
- Use @sample for configuration files
- Remove Enable word from options descriptions
2014-05-18 16:21:50 +00:00
Pawel Pekala
54dcccb4ba - Add staging support
- Convert to new options framework, USES=tar:bzip2
- Switch to PLIST_FILES, PORTDOCS
2014-05-17 20:35:55 +00:00
Pawel Pekala
9ec4ca731b Stage safe 2014-05-17 20:12:19 +00:00
Pawel Pekala
ef24ea0594 - Add staging support
- Switch to PLIST_FILES, PORTDATA
2014-05-17 19:38:44 +00:00
Pawel Pekala
0bd093a217 Stage safe 2014-05-17 19:10:25 +00:00
Pawel Pekala
506738e899 - Add staging support
- Convert to new options framework
2014-05-17 18:41:43 +00:00
Pawel Pekala
682960d22f - Add staging support
- Switch to PLIST_FILES, don't touch other package's files
- Don't support DOCS, that would create conflict with master
- Remove leading article from COMMENT
2014-05-17 18:35:00 +00:00