1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Muhammad Moinur Rahman
4f8f6415e2 audio/fdk-aac: Update version 0.1.5=>0.1.6
- Pet portlint

Relnotes:	https://sourceforge.net/p/opencore-amr/fdk-aac/ci/v0.1.6/tree/
2018-04-23 21:08:00 +00:00
Muhammad Moinur Rahman
bb6e39edd2 audio/fdk-aac: Update version 0.1.4=>0.1.5
PR:		216114
Submitted by:	takefu@airport.fm
2017-02-24 13:31:28 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Muhammad Moinur Rahman
2eeea37276 audio/fdk-aac: Update version 0.1.3=>0.1.4
- Add INSTALL_TARGET instead of STRIP_CMD

Approved by:	bapt marino (implicit)
2015-03-16 13:20:28 +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
Baptiste Daroussin
a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
Dmitry Marakasov
d7ca3d83ff - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-22 21:58:00 +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
Sunpoet Po-Chuan Hsieh
7cd5e34f26 - Update to 0.1.3
- Move LICENSE upward
- Add USE_LDCONFIG
- Pass maintainership to submitter
- While I'm here:
  - Use USES=pathfix
  - Strip shared library

Changes:	https://github.com/mstorsjo/fdk-aac/blob/master/ChangeLog
PR:		ports/184351
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2013-11-29 17:29:51 +00:00
Bryan Drewery
2d8b17ea39 - Remove NO_STAGE as these have been tested to be safe
With hat:	portmgr
2013-09-25 00:54:08 +00:00
Martin Matuska
e602585c8d Returning maintainership on my multimedia ports to ports@freebsd.org 2013-09-20 21:49:30 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Martin Matuska
238670dbaf Update audio/fdk-aac to 0.1.2 2013-07-30 20:45:38 +00:00
Martin Matuska
e0cf24237e Update fdk-aac to 0.1.1
Feature safe:	yes
2012-11-25 08:43:15 +00:00
Martin Matuska
b9fc8f703b Pass LIBS="-lm" to configure environment
Suggested by:	RyoTa SimaMoto on freebsd-ports@
Feature safe:	yes
2012-10-21 12:37:33 +00:00
Mark Linimon
b0e75e625c Mark as not for sparc64: "Please set architecture characterization defines
for your platform".

Hat:		portmgr
2012-08-23 23:40:46 +00:00
Martin Matuska
7ed27dcf67 Port of the Fraunhofer FDK AAC Codec Library for Android
WWW: http://sourceforge.net/projects/opencore-amr
2012-08-06 10:46:49 +00:00