| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
Notes:
svn path=/head/; revision=484628
|
|
|
|
|
|
|
|
| |
There seems to be no need to set CPPFLAGS and LDFLAGS, and install all of
numdiff's documentation.
Notes:
svn path=/head/; revision=434866
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
| |
- Enable GMP by default per upstream [1]
[1] http://www.nongnu.org/numdiff/numdiff.html#with-GNU-MP-is-better
Notes:
svn path=/head/; revision=379141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to GNU_CONFIGURE
- Add NLS option
- Respect STRIP
- Unbreak check-plist with DOCS=off
- Drop default LICENSE_FILE
- Wrap long lines in pkg-descr
PR: 197445
Submitted by: tkato432@yahoo.com
Notes:
svn path=/head/; revision=379139
|
|
|
|
|
|
|
|
|
|
| |
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059
Notes:
svn path=/head/; revision=373790
|
|
|
|
| |
Notes:
svn path=/head/; revision=372596
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=344375
|
|
|
|
| |
Notes:
svn path=/head/; revision=344350
|
|
|
|
|
|
|
| |
math)
Notes:
svn path=/head/; revision=327746
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 5.6.1 [1]
- NOPORTDOCS -> PORT_OPTIONS:MDOCS [1]
- Use bsd.port.options.mk instead of pre/post
PR: ports/176833
Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com>
Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout)
Notes:
svn path=/head/; revision=321138
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
| |
Submitted by: sahil
Notes:
svn path=/head/; revision=257765
|
|
|
|
|
|
|
|
| |
PR: ports/148381
Submitted by: C-S <c-s_AT_c-s dot li>
Notes:
svn path=/head/; revision=257671
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196111
|
|
|
|
| |
Notes:
svn path=/head/; revision=191879
|
|
|
|
| |
Notes:
svn path=/head/; revision=177854
|
|
files line by line and field by field, ignoring small numeric differences
or/and different numeric formats.
Equivalently, Numdiff is a program with the capability to appropriately
compare files containing numerical fields (and not only).
% numdiff file1 file2
WWW: http://www.nongnu.org/numdiff/
PR: ports/104525
Submitted by: Cheng-Lung Sung <clsung at FreeBSD.org>
Notes:
svn path=/head/; revision=175879
|