aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-04-21 04:19:47 +0800
committeranders <anders@FreeBSD.org>2002-04-21 04:19:47 +0800
commit88812da30a6f4b7b8f210257c0e0e67d39970a09 (patch)
tree39e4ce9d313c44daaacfec29910d82b1bc113397 /net/rsync
parent827968b51bc45d455607d54f8e8100981abd5c1b (diff)
downloadfreebsd-ports-gnome-88812da30a6f4b7b8f210257c0e0e67d39970a09.tar.gz
freebsd-ports-gnome-88812da30a6f4b7b8f210257c0e0e67d39970a09.tar.zst
freebsd-ports-gnome-88812da30a6f4b7b8f210257c0e0e67d39970a09.zip
Make port set -O2 in CFLAGS. Necessary for -z (compress) option to work
properly. PR: 36998 Submitted by: maintainer
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index b373b1feb482..2802acb92327 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -8,7 +8,7 @@
PORTNAME= rsync
PORTVERSION= 2.5.5
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://samba.anu.edu.au/pub/rsync/ \
ftp://sunsite.auc.dk/pub/unix/rsync/ \
@@ -19,6 +19,11 @@ MAINTAINER= obraun@informatik.unibw-muenchen.de
GNU_CONFIGURE= yes
+OPTIMIZATION!= ${ECHO} "${CFLAGS}" | grep '\-O[2-6]' || true
+.if empty(OPTIMIZATION)
+CFLAGS+= -O2
+.endif
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400016
5298b528f23a6a763e28623a4c98f1365c81ce'>The FreeBSD x11 team proudly presentszeising2013-05-259-20/+26 * Fix underminated quoted stringbapt2013-05-241-1/+1 * Do not try to remove directories not being created by the port/packagebapt2013-05-241-5/+0 * - Initialize variables to avoid giving incorrect valuesgahr2013-05-231-11/+20 * Move x11-wm/transset-df to x11-wm/transset and change upstream tozeising2013-05-216-32/+23 * - Update EFL libraries to 1.7.7gblach2013-05-192-3/+3 * - Update to 0.6wg2013-05-183-10/+31 * Revert r318338 to unbreak INDEX.rakuco2013-05-175-0/+73 * Remove x11-wm/libdockapp, expired last year.rakuco2013-05-175-73/+0 * Drop build dependencies on bison/flex now that it is compatible with yacc/lexbapt2013-05-161-3/+1 * - Change MAINTAINER address of all my portswg2013-05-162-2/+2 * - Remove debug printf introduced in my last commitgahr2013-05-151-5/+4 * - Convert to optionsNGgblach2013-05-151-7/+4 * Update to 1.3.9.rakuco2013-05-153-29/+3 * - Fix swap usage values in E-MemWatch.eppletgahr2013-05-151-13/+16 * - Update to 20130510 snapshotgblach2013-05-14123-225/+592 * - Restore and make default the XINERAMA option which was accidentally droppedpgj2013-05-132-1/+2 * Remove unneccessary default activation of NLS and DOCSlme2013-05-111-1/+0 * Fix plistlme2013-05-111-2/+2 * - Update to 1.3.8 [1]lme2013-05-114-4/+49 * - Bump PORTREVISION after update of x11/xfce4-terminal, misc/xfce4-appfinderolivierd2013-05-091-2/+7 * - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelolivierd2013-05-091-1/+1 * - Update to 4.10.1olivierd2013-05-086-103/+19 * - Update to 4.10.1olivierd2013-05-084-103/+116 * - Update to 4.10.1olivierd2013-05-085-181/+8 * update lang/sbcl to 1.1.7, and adjust dependent portsbf2013-05-061-1/+1 * Fix typobapt2013-05-061-1/+1 * Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-063-12/+14 * - adoption of USES framwork for gettext and pathfixjgh2013-05-061-2/+2 * Using gmake does not fix build with bmake at all, revertingbapt2013-05-052-2/+0 * - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also setbdrewery2013-05-041-2/+0 * Fix build with bmakebapt2013-05-042-0/+2 * - conversion to USES for gettextjgh2013-05-041-3/+3 * - Fix build issue when devel/libinotify is installed[*].hrs2013-05-0358-68/+976 * - Update lang/librep to 0.92.3sperber2013-05-013-2581/+2444 * Add port's licenseeadler2013-04-301-0/+2 * Update to 2.3.0zeising2013-04-303-9/+15 * - Remove USES= desktop-file-utils, because MimeType entry is not presentolivierd2013-04-281-2/+2 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-2812-18/+12 * Remove duplicated dirrmgarga2013-04-261-1/+0 * - Convert USE_GETTEXT to USES (part 4)ak2013-04-264-5/+4 * Fix pkg-plist again, now it seems to be fine.garga2013-04-262-2/+1 * - Add delay when x11/slock is used (xflock4 script)olivierd2013-04-264-10/+26 * - Fix PLISTgarga2013-04-252-0/+2 * - Convert USE_GETTEXT to USES (part 3)ak2013-04-2548-49/+49 * Convert to USES=gettexteadler2013-04-251-1/+1 * - Convert USE_GETTEXT to USES (part 1)ak2013-04-246-12/+6 * Update to 3.5.1garga2013-04-242-4/+3 * Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-2314-29/+15 * Convert my ports to use the new USES=pkgconfigbapt2013-04-232-3/+2 * - Update EFL libraries to 1.7.6(.1)gblach2013-04-232-5/+4 * - Update to 1.0.13gahr2013-04-222-3/+4 * Small fixes for pkg-descr.olgeni2013-04-201-1/+2 * Fix scale XPM icon in menu applications and launchers.olivierd2013-04-072-2/+49 * Fix RUN_DEPENDSwg2013-04-061-1/+3 * Fix conversion to new options frameworkbapt2013-04-041-2/+2 * - Fix buildmiwi2013-04-032-19/+36 * - Unbreak buildmiwi2013-04-022-0/+2 * - Update Haskell ports from the development repositorypgj2013-03-303-3/+4 * Qtile is simple, small, and extensible. It's easy to write your own layouts,lippe2013-03-295-0/+245 * Style: tab -> space.eadler2013-03-292-2/+2 * Drop support for old versions of FreeBSD from unmaintained portseadler2013-03-282-25/+0 * - Update to 1.0.12gahr2013-03-282-4/+4 * Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix...eadler2013-03-287-42/+20 * share/gnome/wm-properties is owned by gnomehier, don't try to remove it.kwm2013-03-271-2/+0 * - Move post-install message to pkg-message filegblach2013-03-272-9/+12 * Fix plistgarga2013-03-262-0/+7 * Now devel/lua-lgi is fixed, update awesome to 3.5 againgarga2013-03-255-74/+84 * Update to 2.2.0zeising2013-03-252-3/+3 * - convert USE_CMAKE to USESmakc2013-03-232-2/+2 * Don't remove share/gnome/wm-properties it belongs to gnomehier, add implicitkwm2013-03-232-12/+6 * Convert to new options framework left unconverted ports in x* categoriesbapt2013-03-221-37/+30 * Add a patch to make the optional shmlog mechanism works on FreeBSD.bapt2013-03-212-0/+69 * Turn perl into a runtime only dependencybapt2013-03-201-1/+1 * - Remove debug flagsgahr2013-03-201-1/+0 * - Update to 4.5.1bapt2013-03-202-3/+3 * - Reassign to the heap at maintainer's requesttabthorpe2013-03-192-12/+4 * This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.eadler2013-03-192-2/+2 * Force to scale XPM icons with recent update of graphics/gdk-pixbuf2olivierd2013-03-182-1/+81 * - Fix post-patch targetgahr2013-03-151-2/+3 * Downgrade awesome to 3.4.x while devel/lua-lgi is brokengarga2013-03-145-85/+75 * Add a new xorg module, to use with USE_XORG: xorg-macros. This modulezeising2013-03-121-3/+1 * - Fix lua-lgi dependencygarga2013-03-112-10/+19 * - Add missing dependency lua-lgigarga2013-03-111-1/+4 * Bump PORTREVISION after update of x11-wm/xfce4-desktopolivierd2013-03-111-1/+1 * - Update to 4.10.2olivierd2013-03-113-41/+3 * - Fix, when no image is selectedolivierd2013-03-093-0/+51 * Clean up my ports (and a couple of ports@ owned ones):eadler2013-03-091-2/+1 * Update to 3.5garga2013-03-094-68/+67 * Convert USE_BISON to USES= bisonbapt2013-03-081-1/+1 * * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichkwm2013-03-081-2/+0 * - Update to 1.0.11.002gahr2013-03-072-3/+4 * - Please welcome back Chris Petrik as maintainer ofbdrewery2013-03-07