| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=357486
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/188020
Submitted by: Nick <decrofn@gmail.com>, Jason Unovitch <oneshotuno@yahoo.com>
Notes:
svn path=/head/; revision=349617
|
|
|
|
| |
Notes:
svn path=/head/; revision=349269
|
|
|
|
|
|
|
| |
- Update CONFLICTS for upcoming isc-dhcp43-* ports
Notes:
svn path=/head/; revision=342625
|
|
|
|
| |
Notes:
svn path=/head/; revision=340674
|
|
|
|
|
|
|
| |
net)
Notes:
svn path=/head/; revision=327755
|
|
|
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes:
svn path=/head/; revision=327343
|
|
|
|
| |
Notes:
svn path=/head/; revision=321805
|
|
|
|
|
|
|
|
|
| |
- Switch to new 'created by' header
Feature safe: yes
Notes:
svn path=/head/; revision=316014
|
|
|
|
| |
Notes:
svn path=/head/; revision=304159
|
|
|
|
| |
Notes:
svn path=/head/; revision=301656
|
|
|
|
| |
Notes:
svn path=/head/; revision=301504
|
|
|
|
|
|
|
| |
- Convert to OptionsNG
Notes:
svn path=/head/; revision=298548
|
|
|
|
|
|
|
|
|
|
|
|
| |
properly.
- Bump PORTREVISION of isc-dhcp4?-relay ports
Reported by: Glen Neff <glen.neff@emc.com>
Approved by: Douglas Thrift <douglas@douglasthrift.net>, zi@
Notes:
svn path=/head/; revision=295049
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Resolve issue on systems set to UTC time would fail copying /etc/localtime to the chroot [2]
PR: ports/162447 [1]
Submitted by: Hilko Meyer <hilko.meyer@gmx.de> [1]
Reported by: dougb@ [2]
Feature safe: yes
Notes:
svn path=/head/; revision=293547
|
|
|
|
|
|
|
| |
Reported by: Glen Neff <glen.neff at emc.com>
Notes:
svn path=/head/; revision=289385
|
|
|
|
|
|
|
| |
Security: 1800886c-3dde-11e1-89b4-001ec9578670
Notes:
svn path=/head/; revision=289105
|
|
|
|
|
|
|
|
|
|
| |
- Pacify portlint(1)
Security: 93be487e-211f-11e1-89b4-001ec9578670
Feature safe: yes
Notes:
svn path=/head/; revision=287037
|
|
|
|
|
|
|
| |
is no longer supported, so this test is no longer needed)
Notes:
svn path=/head/; revision=284100
|
|
|
|
| |
Notes:
svn path=/head/; revision=283951
|
|
|
|
|
|
|
| |
Approved by: wxs (mentor)
Notes:
svn path=/head/; revision=279666
|
|
|
|
|
|
|
| |
Approved by: wxs@ (mentor)
Notes:
svn path=/head/; revision=277761
|
|
These include:
Processing the DHCP to DNS server transactions in an asynchronous fashion.
The DHCP server or client can now continue with it's processing while
awaiting replies from the DNS server.
There are a number of DHCPv6 limitations and features missing in this
release, which will be addressed in the future:
- DHCPv6 includes human-readable text in status code messages, in
English. A method to reconfigure or support other languages would
be preferable.
- The "host-identifier" option is limited to a simple token.
- The client and server can only operate DHCPv4 or DHCPv6 at a time,
not both. To use both protocols simultaneously, two instances of the
relevant daemon are required, one with the '-6' command line option.
PR: ports/158516
Submitted by: Ryan Steinmetz <rpsfa@rit.edu>
Notes:
svn path=/head/; revision=277279
|