aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree-selection-model.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-tree-selection-model.h')
0 files changed, 0 insertions, 0 deletions
ntw44/cgit/cgit.cgi/freebsd-ports-gnome/log/Makefile?showmsg=1'>logtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Default INDEX_JOBS value to kern.smp.cpuskoobs2014-08-181-1/+4
| | | | | | | | | | | | | INDEX_JOBS currently defaults to 2 for the make index target. MAKE_JOBS_NUMBER in bsd.port.mk currently uses kern.smp.cpus to select a default. Modify INDEX_JOBS to match. Nominal and repeatable performance improvements of ~20-30% were observed. CR: D381 Reviewed by: swills, bdrewery Approved by: portmgr
* Add a mechanism to allow updating the ports tree with rsyncbapt2014-06-161-0/+6
| | | | | PR: 171681 Submitted by: cyberleo@cyberleo.net
* - Fix 'make index' not working when PORTSDIR is a symlink to another directorybdrewery2013-12-071-1/+4
| | | | | PR: ports/183431 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (based on)
* - Revert r329851 and again allow using portsnap's make_index by default,bdrewery2013-10-271-5/+6
| | | | | | | | | | | if available, for 'make index'. This removes the need to have perl installed. [1] - Fix output of the file to have the proper /usr/ports/ORIGIN regardless of real PORTSDIR or CURDIR [2] PR: ports/183095 [1] Submitted by: ak [2] With hat: portmgr
* - Disable portsnap make_index usage as it does not producebdrewery2013-10-091-4/+4
| | | | | | a correct INDEX currently. With hat: portmgr
* - Fix 'make index' when system is built with WITHOUT_PORTSNAP bybdrewery2013-10-081-1/+7
| | | | | | | falling back on the perl make_index if needed. With hat: portmgr Reported by: ade
* Use the portsnap version of make_index instead of the perl version.bapt2013-10-071-1/+1
| | | | Submitted by: ak
* - Remove CVS referencemiwi2013-05-201-22/+4
| | | | | | | | | PR: 178381 177581 Submitted by: Eitan Adler <lists@eitanadler.com> Alex Kozlov <spam@rm-rf.kiev.ua> With hat: portmgr
* Do not hardcode make for make indexbapt2013-05-021-2/+2
|
* - Don't use SVN variable in 'git svn rebase' as setting the SVN variable tobeat2012-08-061-1/+1
| | | | | | a non-default value will break git. Submitted by: bf@, melifaro@
* - Sync update target with src/ [1]beat2012-08-021-6/+10
| | | | | | | | - Add 'git svn rebase' command to update target [2] PR: ports/169970 [1], ports/169983 [2] Submitted by: avilla@ [1], clutton <mbsd AT isgroup.com.ua> [2] Tested by: exp-run on pointyhat
* - Add Subversion capability to the update tragetbeat2012-07-161-0/+8
|
* - Remove obsolete version check (We dont support FreeBSD 6 anymore)miwi2012-05-241-4/+0
| | | | | | PR: 155511 Submitted by: Eitan Adler <lists@eitanadler.com> Tested on: phw
* Latest round of infrastructure changes.flz2011-05-051-2/+6
| | | | | | | | | | | | | | | | | | | | | | - bsd.port.mk: add INDEX_PORTS, to support INDEX creation for a subset of the ports tree [1] - bsd.port.mk: call target "install-rc-script" before "post-install" [2] - [patch] ports/Mk bsd.port.mk order if groups/users are created by package [3] - [bsd.port.mk] [patch] reaper of the dead: md5 has been in /sbin for a while [4] - [bsd.port.mk] [patch] remove support for pre 7.x systems (b.*.m) [5] - [patch] [bsd.port.mk] reaper of the dead: are three variable defintions needed [6] PR: ports/156575 [1], ports/139116 [2], ports/152498 [3], ports/155983 [4], ports/155510 [5], ports/156340 [6] Submitted by: Florent Thoumie <flz@xbsd.org> [1], Sergey Skvortsov <skv@freebsd.org> [2], Olli Hauer <ohauer@FreeBSD.org> [3], Eitan Adler <lists@eitanadler.com> [4], Eitan Adler <lists@eitanadler.com> [5], Eitan Adler <lists@eitanadler.com> [6]
* - Retire mbone as a physical categorypav2011-03-071-1/+0
|
* - Terminate support for X11BASE having different value from LOCALBASEpav2009-12-181-4/+1
| | | | | PR: ports/122341 Submitted by: flz
* - Allow users to redefine an update target.sem2009-10-221-0/+2
| | | | Approved by: no objections in ports-developers@
* - bsd.port.mk - Remove ${INDEXDIR}/${INDEXFILE}.bz2 after fetchindex is ↵miwi2009-08-231-1/+1
| | | | | | | | | | | | | being run PR: 117178 Submitted by: krion - Fix the problem usage MASTER_SITE_SUBDIR without / PR: 131452 Submitted by: osa Tested: pointyhat exp-run