Index: sieve/Makefile.in diff -u sieve/Makefile.in.orig sieve/Makefile.in --- sieve/Makefile.in.orig Sat May 29 03:03:09 2004 +++ sieve/Makefile.in Sat May 29 04:53:11 2004 @@ -34,6 +34,7 @@ YACC = @YACC@ YFLAGS = -d LEX = @LEX@ +INSTALL = @INSTALL@ RANLIB = @RANLIB@ COMPILE_ET = @COMPILE_ET@ @@ -60,8 +61,8 @@ dist: $(BUILT_SOURCES) install: sievec - $(srcdir)/../install-sh -d ${DESTDIR}$(service_path) - $(srcdir)/../install-sh -c -m 755 sievec $(DESTDIR)$(service_path) || exit + $(INSTALL) -d ${DESTDIR}$(service_path) + $(INSTALL) -s -c -m 755 sievec $(DESTDIR)$(service_path) || exit test: $(DEPLIBS) libsieve.a test.o $(CC) $(LDFLAGS) -o test test.o libsieve.a $(DEPLIBS) $(LIBS) s-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
Commit message (Expand)AuthorAgeFilesLines
* Bump ports that should have been bumped along with r484628bapt2018-11-111-0/+1
* Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-112-2/+2
* Fix build with curl 7.62.0sunpoet2018-11-041-0/+28
* Fix build on powerpc64 by adding compiler:c++11-lang to USES.linimon2018-11-032-2/+2
* Remove compatibility code for FreeBSD < 11.2 from all ports.rene2018-11-021-1/+0
* Update to 7.62.0sunpoet2018-11-027-45/+42
* Now builds on powerpc64.linimon2018-10-271-2/+0
* - Update to 5.0danilo2018-10-202-4/+4
* - fix OpenSSL 1.1.x builddinoex2018-10-102-0/+12
* Connect all the PHP 7.3 portstz2018-10-081-0/+2
* Add PHP 7.3 RC2 to the ports-tree.tz2018-10-082-0/+26
* Deprecate some GNOME 2 applicationsantoine2018-10-081-0/+3
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-10-063-6/+6
* Update Objective-C LLVM version to 6.0.brooks2018-09-262-2/+2
* Update to 0.8.0sunpoet2018-09-152-6/+7
* Add EXAMPLES options to ports that should have one.mat2018-09-101-1/+1
* Add DOCS options to ports that should have one.mat2018-09-103-0/+6
* Mark various ports broken on powerpc64.linimon2018-09-101-0/+1
* Update to 7.61.1sunpoet2018-09-062-5/+4
* ftp/filezilla: update 3.24.0 -> 3.36.0pi2018-09-013-13/+34
* ftp/libfilezilla: update 0.9.0 -> 0.13.0pi2018-09-013-5/+7
* Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as theydanfe2018-08-301-1/+1
* Fix build when selected SSL library is linked to libthrmartymac2018-08-271-0/+14
* Update WWWsunpoet2018-08-271-1/+1
* Update to 4.8.4 and remove obsolete patchesmartymac2018-08-213-31/+4
* ftp/ocaml-ocurl: Update to 0.8.2swills2018-08-163-20/+27
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-302-1/+2
* Remove leftover of testingsunpoet2018-07-281-1/+2
* Fix r475433sunpoet2018-07-281-1/+3
* ftp/curl: Update to 7.61.0swills2018-07-273-5/+15
* PHP 7.1 and PHP 7.2: add TEST_TARGET to all extensionstz2018-07-244-0/+8
* - Update to 1.95-4.11tota2018-07-202-4/+4
* Remove all := from BUILD_DEPENDS, here are never needed.mat2018-07-092-3/+3
* Mark these ports broken on mips64 and/or mips.linimon2018-07-011-0/+3
* lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.arrowd2018-06-301-1/+1
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-292-4/+4
* - Whitespace fixamdmi32018-06-232-2/+2
* Use PY_FLAVOR for dependencies.mat2018-06-212-3/+3
* Fix readline detection on 10.xmartymac2018-06-131-0/+4
* Fix readline detection with a non-standard LOCALBASEmartymac2018-06-121-0/+4
* Update to 7.43.0.2sunpoet2018-06-042-4/+4
* Sort USESsunpoet2018-06-041-1/+1
* Update GNUTLS and NSS optionssunpoet2018-06-041-2/+4
* Adjust USES to fix building on gcc-based archs (in particular, powerpc64).linimon2018-06-031-3/+1
* Update to 0.9.6sunpoet2018-05-312-4/+4
* Update to 0.9.5sunpoet2018-05-302-4/+4
* Update to version 4.9.7.demon2018-05-282-4/+4
* Update WWWsunpoet2018-05-287-7/+7
* Update lang/ghc 8.4.2 and the hs-* ports the newer versionstcberner2018-05-261-1/+1
* - Update to 3.0.3.1miwi2018-05-204-5/+16
* Update to 0.7.0sunpoet2018-05-195-36/+12
* Update to 7.60.0sunpoet2018-05-173-5/+7
* Update to netdumpd-20180511.markj2018-05-112-4/+4
* ftp/wget: Upgrade from 1.19.4 to 1.19.5vd2018-05-102-5/+4
* ftp/py-sftp: Fix license informationyuri2018-05-081-1/+1
* - Update to 1.5.4lwhsu2018-05-062-5/+4
* ftp/netdumpd:sbruno2018-05-021-0/+3
* Drop support for expired security/polarssl13rene2018-05-021-4/+2
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereamdmi32018-04-261-1/+1
* Update to netdumpd-20180424.markj2018-04-252-4/+4
* Update to version 4.9.6.demon2018-04-182-4/+4
* Update to netdumpd-20180411.markj2018-04-122-4/+4
* - Update to 3.2tota2018-04-102-5/+4
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkacm2018-04-051-1/+1
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultkrion2018-03-301-0/+1
* Make libgnome and libgnomeui not implying esound dependencybapt2018-03-261-2/+2
* Fix build with LibreSSL 2.7sunpoet2018-03-251-0/+28
* - Update to 1.95-4.10tota2018-03-202-6/+8
* Update to 7.59.0sunpoet2018-03-153-8/+13
* - Add missing @dir into plistamdmi32018-03-131-0/+1
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-112-1/+2
* - Update to 3.1tota2018-03-092-4/+4
* Introduce PHP flavors.mat2018-03-099-45/+4
* A simple interface to SFTP.miwi2018-03-084-0/+31
* Update netdumpd to 20180305.markj2018-03-062-4/+4
* New port: ftp/py-requests-ftp: Ftp transport adapter for requestsyuri2018-03-054-0/+27
* - Update to 4.9danilo2018-03-052-4/+4
* Work around the lack of definition of union semun per POSIX.brooks2018-03-031-0/+1
* Update to 0.40sunpoet2018-03-032-4/+4
* Update dns/libpsl to 0.20.1sunpoet2018-02-272-2/+2
* Update options dependencysunpoet2018-02-271-0/+2
* Update dns/libpsl to 0.20.0sunpoet2018-02-242-1/+2
* Fix build with CURL_DEBUG enabledsunpoet2018-02-181-3/+4
* security/openssl-devel: Remove BROKEN from some portsbrnrd2018-02-153-15/+1
* Rename KDE4 meta portstcberner2018-02-101-1/+1
* Switch C compiler used to compile GHC to base Clang.tcberner2018-02-101-1/+1
* Update to netdumpd-20180205.markj2018-02-062-4/+4
* Update pkg-descrsunpoet2018-02-041-3/+14
* Allow concurrent installation (USE_PYTHON=concurrent)sunpoet2018-02-031-2/+2
* Fix r460400sunpoet2018-02-031-1/+2
* Add more optionssunpoet2018-01-301-15/+26
* Fix BROTLI optionsunpoet2018-01-301-1/+1
* Remove LIBSSH option to avoid circular dependencysunpoet2018-01-281-5/+1
* Update to 7.58.0sunpoet2018-01-253-5/+12
* ftp/wget: Upgrade from 1.19.2 to 1.19.4vd2018-01-232-4/+4
* Return kevlo's ports to the pool, he handed in his commit bit.rene2018-01-121-1/+1
* - Update to 4.8danilo2017-12-272-4/+4
* Remove unneeded USE_AUTOTOOLS.tijl2017-12-251-1/+0
* Convert to USES=autoreconf.tijl2017-12-251-2/+3
* New slaveport: ftp/php72-fastdfsjoneum2017-12-192-0/+13
* ftp/php*-fastdfs: Remake to Master/Slave Portsjoneum2017-12-149-88/+13
* Update to 7.29.0-42.el7_4.1.tijl2017-12-112-13/+13
* Update to 7.43.0.1sunpoet2017-12-112-5/+4
* Disable brotli support to fix build with old brotli installedsunpoet2017-12-081-1/+1
* Add DOCS optionsunpoet2017-12-082-0/+19
* Update to 0.56sunpoet2017-12-042-4/+4
* Fix configure options for gnustep-maketheraven2017-12-032-2/+2
* - Update WWWamdmi32017-12-031-1/+1
* Update to 7.57.0sunpoet2017-12-023-12/+12
* Convert Python ports to FLAVORS.mat2017-11-302-3/+3
* - Update to 1.5.3lwhsu2017-11-302-5/+4
* For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-11-302-0/+2
* php*-fastdfs: remove hard-code patchingjoneum2017-11-256-37/+5
* PHP 7.2: Remove bad repocopies.tz2017-11-172-22/+0
* Add PHP 7.2 RC6tz2017-11-16