aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomislav Vujec <tvujec@carnet.hr>1999-03-11 07:16:04 +0800
committerRaja R Harinath <harinath@src.gnome.org>1999-03-11 07:16:04 +0800
commit1b383b0fa71f05423f333fc0afcd049a643dca74 (patch)
tree53195dbcc02273551b7f6f918e770b067a2cc3bd
parented4bc0b947e0cd9ee61dc741ac394c6cbf4f2e19 (diff)
downloadgsoc2013-evolution-1b383b0fa71f05423f333fc0afcd049a643dca74.tar.gz
gsoc2013-evolution-1b383b0fa71f05423f333fc0afcd049a643dca74.tar.zst
gsoc2013-evolution-1b383b0fa71f05423f333fc0afcd049a643dca74.zip
Applied this change:
1999-03-10 Tomislav Vujec <tvujec@carnet.hr> * aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Add ACLOCAL_FLAGS in ACLOCAL. This allows maintainer rules to work if any of the macros change. svn path=/trunk/; revision=745
-rw-r--r--macros/ChangeLog13
-rw-r--r--macros/aclocal-include.m42
2 files changed, 12 insertions, 3 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 07e98f06d7..d2243e59d6 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,8 +1,15 @@
1999-03-10 Tomislav Vujec <tvujec@carnet.hr>
- * gnome.m4 (GNOME_INIT_HOOK): Wrapped position parameter in testing
- for additional inits. It gets expanded while generating configure,
- resulting in an empty parameter list - syntax error in for statement.
+ * aclocal-include.m4 (AM_ACLOCAL_INCLUDE): Add ACLOCAL_FLAGS in
+ ACLOCAL. This allows maintainer rules to work if any of the macros
+ change.
+
+1999-03-10 Tomislav Vujec <tvujec@carnet.hr>
+
+ * gnome.m4 (GNOME_INIT_HOOK): Wrapped position parameter in
+ testing for additional inits. It gets expanded while generating
+ configure, resulting in an empty parameter list - syntax error in
+ for statement.
1999-03-09 Raja R Harinath <harinath@cs.umn.edu>
diff --git a/macros/aclocal-include.m4 b/macros/aclocal-include.m4
index dba50e8d3d..abf6533fe4 100644
--- a/macros/aclocal-include.m4
+++ b/macros/aclocal-include.m4
@@ -10,5 +10,7 @@ AC_DEFUN([AM_ACLOCAL_INCLUDE],
[
AM_CONDITIONAL(INSIDE_GNOME_COMMON, test x = y)
+ test -n "$ACLOCAL_FLAGS" && ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
+
for k in $1 ; do ACLOCAL="$ACLOCAL -I $k" ; done
])
='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/?id=0b102c4ef2dcfa16851f9e39069f80c2be8a1fc1'>- Update 0.8.4 (see http://gibberlings3.net/forums/index.php?showtopic=27878 ↵amdmi32016-07-133-370/+60 | | | | | | | | | | | | | | for changes) - Switch to USES=localbase - Indent CMAKE_ARGS - Add missing LIB_DEPENDS - Add missing INSTALLS_ICONS - Pass maintainership to submitter PR: 210889 Submitted by: lifanov@mail.lifanov.com Approved by: beyert@cs.ucr.edu (maintainer) * sysutils/iocage: update 1.7.4 -> 1.7.5robak2016-07-132-3/+4 | | | | | | - Fix jails import bugs MFH: 2016Q3 * LinuxCNC controls CNC machines. It can drive milling machines,trasz2016-07-1333-0/+3072 | | | | | | | | | | | | | | | | lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more. - Accepts G-code input, drives CNC machines in response. - Active user community. - Several different GUIs available. - Compatible with many popular machine control hardware interfaces. - Supports rigid tapping, cutter compensation, and many other advanced control features. WARNING: This port is simulation-only for now. WWW: http://linuxcnc.org/ * - Clarify LICENSEamdmi32016-07-131-2/+5 | | | | | | - Add LICENSE_FILE - Add missing X11 depends - Switch to options helpers * Fix typo in pkg-descr.kevlo2016-07-131-1/+1 | * multimedia/vapoursynth: unbreak after r417413jbeich2016-07-131-0/+7 | | | | | | https://lists.freebsd.org/pipermail/freebsd-ports/2016-June/103724.html Reported by: pkg-fallout * New port: devel/py-darts.util.lrupi2016-07-134-0/+30 | | | | | | | | | | | | | | A LRUDict is basically a simple dictionary, which has a defined maximum capacity, that may be supplied at construction time, or modified at run-time via the capacity property: >>> cache = LRUDict(1) >>> cache.capacity 1 WWW: https://pypi.python.org/pypi/darts.util.lru PR: 211047 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> * Add a missing dependency on graphics/ImageMagick.kevlo2016-07-131-1/+2 | * Import py-moviepy 0.2.2.11.kevlo2016-07-134-0/+36 | | | | | | MoviePy s a Python module for video editing: cuts, concatenations, title insertions, video compositing (a.k.a. non-linear editing), video processing, and creation of custom effects. * Import py-imageio 1.5.kevlo2016-07-134-0/+33 | | | | | | Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, volumetric data, and scientific formats. * Update devel/erlang-protobuffs to version 0.8.4.olgeni2016-07-133-6/+6 | * sysutils/py-salt: add patches to handle runtime regressions in 2016.3.xjunovitch2016-07-133-0/+41 | | | | | | | | | | | | | | | | | Fixes cron.file from upstream issue #34094/#34095 [1]. This will be in 2016.3.2. - https://github.com/saltstack/salt/issues/34094 - https://github.com/saltstack/salt/pull/34095 Restore patch for upstream issue #33608. This was patched in 2016.3.0 but removed in the maintainer update to 2016.3.1 in r417508. However the patch has yet to be merged upstream. [2] - https://github.com/saltstack/salt/issues/33608 PR: 210627 [1], 210395 [2] Reported by: Andres Montalban <amontalban@gmail.com> Approved by: Christer Edwards <christer.edwards@gmail.com> (maintainer) MFH: 2016Q3 * Add information about CVE-2016-2119 vulnerability in Samba suits.timur2016-07-131-0/+43 | | | | Security: CVE-2016-2119 * Upgrade third-party njs module from 44fe9c1 to f71f005.osa2016-07-134-8/+8 | * Upgrade from 5.0.28 to 5.0.29:osa2016-07-1310-40/+17 | | | | | o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. * Upgrade from 1.11.1 to 1.11.2.osa2016-07-133-4/+24 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> *) Change: now nginx always uses internal MD5 and SHA1 implementations; the --with-md5 and --with-sha1 configure options were canceled. *) Feature: variables support in the stream module. *) Feature: the ngx_stream_map_module. *) Feature: the ngx_stream_return_module. *) Feature: a port can be specified in the "proxy_bind", "fastcgi_bind", "memcached_bind", "scgi_bind", and "uwsgi_bind" directives. *) Feature: now nginx uses the IP_BIND_ADDRESS_NO_PORT socket option when available. *) Bugfix: a segmentation fault might occur in a worker process when using HTTP/2 and the "proxy_request_buffering" directive. *) Bugfix: the "Content-Length" request header line was always added to requests passed to backends, including requests without body, when using HTTP/2. *) Bugfix: "http request count is zero" alerts might appear in logs when using HTTP/2. *) Bugfix: unnecessary buffering might occur when using the "sub_filter" directive; the issue had appeared in 1.9.4. </ChangeLog> * security/libsodium: Upgrade version 1.0.8 => 1.0.10marino2016-07-1321-16/+26 | | | | | | | | Also bump all ports that depend on libsodium. PR: 210999 Submitted by: manu Approved by: vsevolod (maintainer) * Update Samba 4.2, 4.3 and 4.4 to the lates version to address CVE-2016-2119 ↵timur2016-07-1311-72/+32 | | | | | | (Client side SMB2/3 required signing can be downgraded). Security: CVE-2016-2119 * Add sysutils/u-boot-orangepi-onebrd2016-07-133-0/+34 | | | | | | PR: 211043 Submitted by: manu Approved by: bdrewery (implicit) * Update sysutils/u-boot-olimex-a20-som-evb to 2016.07.brd2016-07-138-21/+25 | | | | | | PR: 211042 Submitted by: manu Approved by: bdrewery (implicit) * Remove expired port:rene2016-07-13