1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-09 02:22:18 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
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
2018-11-10 18:12:57 +00:00
Raphael Kubo da Costa
9524d00377 Update to 5.9.0.
There seems to be no need to set CPPFLAGS and LDFLAGS, and install all of
numdiff's documentation.
2017-02-26 12:46:29 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Jan Beich
cca2c80e13 - Track libgmp dependency via GMP option
- Enable GMP by default per upstream [1]

[1] http://www.nongnu.org/numdiff/numdiff.html#with-GNU-MP-is-better
2015-02-17 03:36:58 +00:00
Jan Beich
edf523a437 - Update to version 5.8.1
- 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
2015-02-17 03:13:42 +00:00
Baptiste Daroussin
3f6c422e36 Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year

PR:		195059
2014-12-02 22:40:56 +00:00
Antoine Brodin
0dae2aca96 Cleanup plist 2014-11-15 12:20:53 +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
Martin Wilke
5b399dc5f5 - Really Stage 2014-02-15 12:32:41 +00:00
Martin Wilke
16b16db8db - Stage support 2014-02-15 10:14:22 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
William Grzybowski
4800bc3663 math/numdiff: update to 5.6.1
- 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)
2013-06-17 16:17:41 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Cheng-Lung Sung
275bd8f2d1 - fix pkg-plist
Submitted by:	sahil
2010-07-15 02:58:54 +00:00
Cheng-Lung Sung
eab0479390 - Update to 5.2.1
PR:		ports/148381
Submitted by:	C-S <c-s_AT_c-s dot li>
2010-07-12 08:37:12 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
2007-07-23 09:36:51 +00:00
Cheng-Lung Sung
ae755cd828 - Update 4.2.0 2007-05-26 05:16:26 +00:00
Cheng-Lung Sung
4ce4ce6a39 - Update to 4.0.0 2006-11-23 03:23:30 +00:00
Alejandro Pulver
d2ea05c769 Numdiff is a little program that can be used to compare putatively similar
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>
2006-10-31 17:29:35 +00:00