aboutsummaryrefslogtreecommitdiff
path: root/math/numdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 5.9.0.Raphael Kubo da Costa2017-02-263-9/+13
| | | | | | | | There seems to be no need to set CPPFLAGS and LDFLAGS, and install all of numdiff's documentation. Notes: svn path=/head/; revision=434866
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Track libgmp dependency via GMP optionJan Beich2015-02-171-1/+5
| | | | | | | | | - 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
* - Update to version 5.8.1Jan Beich2015-02-174-33/+29
| | | | | | | | | | | | | | | - 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
* Reset maintainership:Baptiste Daroussin2014-12-021-1/+1
| | | | | | | | | | - Lots of maintainers timeout - unresponsive for almost a year PR: 195059 Notes: svn path=/head/; revision=373790
* Cleanup plistAntoine Brodin2014-11-151-1/+0
| | | | Notes: svn path=/head/; revision=372596
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Really StageMartin Wilke2014-02-151-1/+0
| | | | Notes: svn path=/head/; revision=344375
* - Stage supportMartin Wilke2014-02-152-2/+3
| | | | Notes: svn path=/head/; revision=344350
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* math/numdiff: update to 5.6.1William Grzybowski2013-06-172-12/+16
| | | | | | | | | | | | | - 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
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - fix pkg-plistCheng-Lung Sung2010-07-152-11/+2
| | | | | | | Submitted by: sahil Notes: svn path=/head/; revision=257765
* - Update to 5.2.1Cheng-Lung Sung2010-07-124-24/+31
| | | | | | | | PR: ports/148381 Submitted by: C-S <c-s_AT_c-s dot li> Notes: svn path=/head/; revision=257671
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | 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
* - Update 4.2.0Cheng-Lung Sung2007-05-263-4/+6
| | | | Notes: svn path=/head/; revision=191879
* - Update to 4.0.0Cheng-Lung Sung2006-11-232-5/+5
| | | | Notes: svn path=/head/; revision=177854
* Numdiff is a little program that can be used to compare putatively similarAlejandro Pulver2006-10-314-0/+58
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