summaryrefslogtreecommitdiff
path: root/sysutils/fileschanged (follow)
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-1/+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
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* - Add LICENSEDmitry Marakasov2016-03-031-5/+8
| | | | | - Switch to USES=localbase - Switch to options helpers
* sysutils/fileschanged: disable -Werror, eliminate pkg-plistJohn Marino2015-03-262-12/+5
|
* Cleanup plistAntoine Brodin2014-11-221-1/+0
|
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+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)
* Convert the tree to USES=famAntoine Brodin2014-01-041-2/+1
| | | | Approved by: portmgr (bapt)
* Support STAGEDIR.Vanilla I. Shu2013-11-132-11/+20
|
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | sysutils)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+3
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | starting with P,R,S
* - Respect NOPORTDOCSWesley Shields2009-03-172-0/+37
| | | | | PR: ports/132729 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 0.6.5Pav Lucistnik2007-06-049-95/+149
|
* Fix build with gcc41Tilman Keskinoz2006-12-211-0/+3
|
* Remove direct LIB_DEPENDS on fam in favour of the new USE_FAMKris Kennaway2006-02-111-1/+2
| | | | | | | | | infrastructure. Default to WANT_FAM_SYSTEM=fam to be conservative since these ports either have not been tested with gamin or are known to fail (courier). PR: ports/92583 Submitted by: marcus
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
|
* Use CONFIGURE_ARGSVolker Stolz2005-10-262-12/+2
|
* Reset undeliverable maintainer address:Kris Kennaway2004-07-151-1/+1
| | | | | | | | | | ----- Transcript of session follows ----- 451 4.4.1 reply: read error from mix.premierbank.dp.ua. <kot@premierbank.dp.ua>... Deferred Message could not be delivered for 1 week Message will be deleted from queue For two consecutive weeks.
* - Add patch to fix zombie problemPav Lucistnik2004-06-162-3/+11
| | | | | | | - Raise portrevision PR: ports/67927 Submitted by: Konstantin Reznichenko <kot@premierbank.dp.ua> (maintainer)
* Add fileschanged, a client to the FAM (File Alteration Monitor) server.Pav Lucistnik2004-05-2310-0/+178
Here's how the fileschanged FAM client works: you give it some filenames on the command line and then it monitors those files for changes. When it discovers that a file has changed (or has been altered), it displays the filename on the standard-output. PR: ports/66894 Submitted by: Konstantin Reznichenko <kot@premierbank.dp.ua>