aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/alacarte
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2008-06-06 22:17:21 +0800
committeredwin <edwin@FreeBSD.org>2008-06-06 22:17:21 +0800
commit11edc5451416c23af13418fc8391548f68dd629b (patch)
treeb55b7fe54da50c50afbae145be23d81a8d545707 /deskutils/alacarte
parent5e7001f9dbf8c626cd42bbbd14256c9b81e8a1de (diff)
downloadfreebsd-ports-gnome-11edc5451416c23af13418fc8391548f68dd629b.tar.gz
freebsd-ports-gnome-11edc5451416c23af13418fc8391548f68dd629b.tar.zst
freebsd-ports-gnome-11edc5451416c23af13418fc8391548f68dd629b.zip
Bump portrevision due to upgrade of devel/gettext.
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)
Diffstat (limited to 'deskutils/alacarte')
-rw-r--r--deskutils/alacarte/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/alacarte/Makefile b/deskutils/alacarte/Makefile
index df4ab452bd0e..50b1238ea639 100644
--- a/deskutils/alacarte/Makefile
+++ b/deskutils/alacarte/Makefile
@@ -8,6 +8,7 @@
PORTNAME= alacarte
PORTVERSION= 0.11.5
+PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
tr> * Cache ac_cv_sys_long_file_names conftest result (always yes)marino2016-05-071-0/+3 | | | | | | | | | | | There are a few ports that check for long file name support during configuration, but the conftest actually modifies $LOCALBASE/lib when the port is built by the root user. By caching the result (yes), the test is avoiding and so is the consequential file system violation. (The synth test option can detect this FS violation.) Differential Revision: https://reviews.freebsd.org/D6160 Approved by: portmgr (bapt@, bdrewery@) * Re-apply r400350 which is correct, to remove libutil-provided symbols.bdrewery2015-10-281-3/+0 | * Revert recent config.site changes, ports-mgmt/pkg fails to build on FreeBSDantoine2015-10-281-225/+15 | | | | | | 9.3 and some ports (science/netcdf, print/hplip) now fail to configure With hat: portmgr * Indent and remove more libutil functions.bdrewery2015-10-281-9/+6 | * Fix reversed logic for utmp vs utxbdrewery2015-10-281-1/+1 | * Woops, openpty is libutil as fixed before but missed in previous commit.bdrewery2015-10-281-1/+1 | * Correct a commentbdrewery2015-10-281-1/+1 | * Add more cached values.bdrewery2015-10-281-12/+228 | | | | | | | - This now supports checking OPSYS and OSVERSION. - Add some comments about how to generate some of this automatically. With hat: portmgr * Remove functions provided by libutil.bdrewery2015-10-281-3/+0 | | | | With hat: portmgr * Add /usr/local/lib/debug for WIP debug symbol splitting started in r399701.bdrewery2015-10-211-0/+2 | | | | With hat: portmgr * Update config.guess and config.sub to the latest version.ed2015-06-212-194/+102 | | | | | | | | | | In order to make ports like cloudabi-binutils work (PR 200968), we need to bump up these scripts to the latest upstream version. An exp-run seems to indicate that this causes no regressions. PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200967 Differential Revision: D2867 Approved by: antoine * Remove lib/X11/fonts/* from the default mtreebapt2015-03-221-4/+0 | * Remove trailing empty linebapt2014-12-221-1/+0 | * Add a template for the port Makefilesbapt2014-12-051-0/+12 | * Remove an addition to BSD.local.dist which wasn't intendedbapt2014-08-271-2/+0 | | | | Reported by: bdrewery * Add etc/libmap.d to the local mtreebapt2014-08-271-0/+2 | * Add etc/rc.conf.d to the local mtreebapt2014-08-271-0/+4 | * - Add LOCALBASE/etc/newsyslog.conf.d from base r266463bdrewery2014-06-051-0/+2 | | | | With hat: portmgr * Cache a bit more function for autoconf based on texlive config.logsbapt2014-03-261-0/+5 | * - Remove PGSQL: Year and Organization must be filled-in by licensor.gahr2014-02-191-28/+0 | | | | Reported by: eadler, mat * - Add PostgreSQL license to the databasegahr2014-02-171-0/+28 | | | | | | http://opensource.org/licenses/postgresql Approved by: portmgr (bapt) * Add GMGPL to license databasemarino2014-02-151-0/+6 | | | | | | | | | | | The GNAT Modified General Public Licence is an older license that is commonly used with Ada programs, specifically to address legal quirks with the Ada generics feature. It is meant to be used as "multi" licence in combination with GPL or GPLv2. It is not typically seen combined with GPLv3 to my knowledge. Approved by: portmgr (bapt) * Define GPLv3RLE license (GPLv3 Runtime Library Exception)marino2014-02-131-0/+73 | | | | | | | | | | | The GCC ports either do not have any license defined, or they are defined as GPLv3 which is not completely correct. The runtime libraries in the FSF-issued GCC releases have a standard exception to the GPLv3 license. In order to properly reflect this, the GCC ports can define a "multi" license, GPLv3 and GPLv3RLE, which are both in effect. Concerns PR: ports/185970 Approved by: portmgr (bapt) * Register a 'tests' directory under /usr/local.jmmv2014-02-091-0/+2 | | | | | | | | This mimics the layout of the base system (see hier(7)) and will be used by ports to install tests into. This directory will later be hooked into the /usr/tests test suite so that all tests can be run transparently in one go. Approved by: portmgr (bdrewery) * - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-311-0/+0 | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) * The RUBY license covers only the second portion of the license. It should noteadler2013-12-131-4/+0 | | | | | | cover the dual license portion. This will be covered by the port. Discussed with: sunpoet * Templates, Mk/ lang/ruby*: add the RUBY licenseeadler2013-12-121-0/+56 | | | | | | | The current Ruby license is an optional choice of BSD-2-Clause and the 'Ruby' license. This is not OSI approved. Approved by: portmgr (tabthorpe) * - This OFL was version 1.1, now replaced by OFL11tabthorpe2013-11-051-97/+0 | * - Add license templates for OFL 1.0 and 1.1bdrewery2013-10-292-0/+184 | | | | | | PR: ports/183363 Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru> With hat: portmgr * - Add share/applications to mtree, so it no longer needs to be ↵amdmi32013-10-221-0/+2 | | | | | | created/removed by individual ports Approved by: portmgr (bdrewery) * - login(3), logout(3), and logwtmp(3) were removed in base r202216bdrewery2013-09-031-3/+0 | | | | | | | | due to utmpx This fixes build for at least security/openssh-portable With hat: portmgr * Do not cache the openpty function this breaks at least heimdal and rancidbapt2013-09-021-1/+2 | | | | Reported by: ohauer@ (by mail) and crest (irc) * Remove 2 lines for structs which were declared in utmp.hantoine2013-08-311-2/+0 | | | | Approved by: portmgr (bapt) * Remove the utmp.h cache added by mistakebapt2013-08-301-1/+0 | | | | Submitted by: antoine * - Cache morebdrewery2013-08-301-1/+5 | | | | | PR: ports/178346 Submitted by: eadler * Note that this must reflect the oldest supported releasebdrewery2013-08-301-0/+1 | * Cache more GNU configure tests, obtained from gettext and openssh configure ↵bapt2013-08-301-32/+589 | | | | | | script run on FreeBSD 8.3 Remove all cached *_works entries as it can hide problems. * Add some guidance on what not to addbdrewery2013-08-301-0/+9 | * Add a few more headers/functionsbdrewery2013-08-301-0/+25 | * Sort pathsbdrewery2013-08-301-6/+6 | * Sort each groupbdrewery2013-08-301-184/+174 | * Cache more functionsbapt2013-08-241-0/+4 | * Cache strlcpy and strlcat testsbapt2013-08-241-0/+2 | * Remove unwanted changesbapt2013-06-051-1/+1 | * Propertly makes config.sub working as expecting on amd64bapt2013-06-051-8/+2 | | | | Reported by: many * Actually commit the right config.subbapt2013-06-051-0/+6 | | | | Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> * Update to lastest version from upstreambapt2013-06-042-595/+1013 | * Eliminate redundancy in this file which also helps avoids typos.bdrewery2013-05-311-372/+372 | | | | Generated with: sed -e 's/\([^=]*\)=\${\1=\([^}]*\)}/: ${\1=\2}/' * Fix typosbdrewery2013-05-311-2/+2 | * Revert as it brings too many breakage, it needs more work before getting syncbapt2013-05-242-1021/+592 | | | | Pointyhat to: bapt * Cache more autotools testsbapt2013-05-241-3/+179 | * Sync with latest version from upstreambapt2013-05-242-592/+1021 | | | | Obtained from: http://savannah.gnu.org/projects/config * All supported FreeBSD have net/if.h and net/if_media.h cache them in ↵bapt2013-04-301-0/+2 | | | | config.site given that they are often badly tested by autotools * waitid(2) is only in 10bdrewery2013-04-251-1/+2 | | | | | Reported by: nox, koobs With hat: portmgr * Add a global config.site cache.bapt2013-04-231-0/+215 | | | | | | | | | | | | | This has 2 effects: - it caches lots of things autotools are looking for and we know that are already on FreeBSD (speeding up configure scripts) - it forces the autotool enable build chain to use by default commands from the base system like sed, awk, cp, bzip2, gzip etc To overwrite things set in config.site just add the variable in CONFIGURE_ENV within your port Please help us to add new values in this config.site * Add in many popular licenses used by the ports infrastructure. Thesetabthorpe2012-02-2814-0/+3684 | | | | | | are stock copy and paste licenses. Other common licenses such as BSD and others are not listed, as the holder is to add owner/organization/year to the header. * - Include etc/devd in mtree, as referenced in devd.conf(5)pav2010-11-131-1/+3 | | | | | PR: ports/145598 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> * Add the new etc/man.d directory.gordon2010-10-051-1/+3 | | | | Approved by: portmgr (pav)