non port: Makefile |
SVNWeb
|
Number of commits found: 72 |
Mon, 3 Oct 2022
|
[ 02:18 Po-Chuan Hsieh (sunpoet) ] ee26248
- ee26248a06f04788ec2b4b249f730801de13e549 Makefile
Makefile: Fix c3997397a01e8ece3f1196e9ef5cf85826d876a0
WWW was erronously added to Makefile rather than databases/sqlite3/Makefile.
|
Mon, 19 Sep 2022
|
[ 15:50 Neel Chauhan (nc) Author: Pavel Volkov ] c399739
databases/sqlite3: Update to 3.39.3
PR: 266459
|
Thu, 13 Jan 2022
|
[ 08:25 Li-Wen Hsu (lwhsu) ] cf13a62
- cf13a62abc1bdc4e70e429c8797e891c9bf2ba80 Makefile
Change MASTER_SITE_INDEX to our distributed mirror
This would relax the load of www.freebsd.org and let user fetch INDEX
from a closer mirror.
Approved by: bapt (portmgr)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D33871
|
Mon, 22 Nov 2021
|
[ 08:18 Baptiste Daroussin (bapt) ] bcb098e
- bcb098e384dc2d5694d098975161328a2699ed07 CHANGES
- bcb098e384dc2d5694d098975161328a2699ed07 Makefile
fetchindex: make compression format configurable
Add INDEX_COMPRESSION_FORMAT as a variable a user can overwrite via
/etc/make.conf to allow the compression format used for INDEX to be
changed. Available compression formats are: bz2, xz and zst for now.
While here change the default compression format to be .xz (the
smallest), for environement where performance of unxz matters it can
switched to zst.
bz2 format is kept for compatibility with existing tooling.
In order to simplify the code, bsdcat(1) is now used for uncompressing
instead detecting the compression format manually and switch the
decompression tool manually
Note the bzip2 compression format is now considered as deprecated
|
Mon, 8 Nov 2021
|
[ 14:59 Baptiste Daroussin (bapt) ] cd85188
- cd8518854f3e96fb86dd7ed7b8f1c0258e839157 Makefile
fetchindex: do not leave a corrupted INDEX
When extracting the fetched index, do it in a temporary file, and only
when extraction succeed, move it to the final file, it makes it more
atomic and less likely to live a corrupted file behind
PR: 224871
|
[ 12:58 Baptiste Daroussin (bapt) ] 62f3ada
- 62f3ada9497ac74c9fe7fe8e4207eebd43af0989 Makefile
index: keep index file as long as possible
When generating the INDEX file, we are already building it in a
temporary file and swap it last minute. make the index target now
directly depend on the INDEX file generation target.
Turn that target into a PHONY target so the file is always regenerated
when someone calls make index.
PR: 202070
|
Tue, 25 May 2021
|
[ 16:01 Sofian Brabez (sbz) ] 5d21888
- 5d2188800f7a37ba58adf1fa42cb8ad820067b3f Makefile
Makefile: Force to rebase when using make update
Approved by: uqs
Differential Revision: https://reviews.freebsd.org/D30450
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:27 Mathieu Arnold (mat) ] 5d33e04 (Only the first 10 of 224 ports in this commit are shown above. )
framework: Remove $FreeBSD$
Where appropriate fiddle with a few other things.
|
Mon, 4 Nov 2019
|
[ 11:57 lwhsu ]
Retire the palm category (1999-2019)
Reviewed by: mat
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D22222
|
Wed, 4 Sep 2019
|
[ 14:07 bapt ]
Use sort with "modern" option
When building index we were using obsolete (but still supported options)
let use the non obsolete one.
PR: 166188
Submitted by: lgfbsd@be-well.ilk.org
|
Mon, 29 Jan 2018
|
[ 21:37 wosch ]
MASTER_SITE_INDEX should use HTTPS URL
PR: 224893
Reviewed by: mat (mentor)
Approved by: portmgr
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Wed, 13 Apr 2016
|
[ 11:28 mat ]
Have make update work for a git only repository.
PR: 195699
Submitted by: clutton zoho com
Sponsored by: Absolight
|
[ 02:02 swills ]
Try harder to find svn
Don't assume svn is installed, but use it if it's available, falling back to
svnlite if not (or using svn from base in the case where WITH_SVN was set in
base). This matches the logic in base for finding svn.
PR: 207479
Discussed with: gjb
Reported by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
Mon, 18 Aug 2014
|
[ 04:19 koobs ]
Makefile: Default INDEX_JOBS value to kern.smp.cpus
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
|
Sun, 15 Jun 2014
|
[ 22:47 bapt ]
Add a mechanism to allow updating the ports tree with rsync
PR: 171681
Submitted by: cyberleo@cyberleo.net
|
Fri, 6 Dec 2013
|
[ 18:45 bdrewery ]
- Fix 'make index' not working when PORTSDIR is a symlink to another directory
PR: ports/183431
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (based on)
|
Sun, 27 Oct 2013
|
[ 14:22 bdrewery ]
- Revert r329851 and again allow using portsnap's make_index by default,
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
|
Wed, 9 Oct 2013
|
[ 00:34 bdrewery ]
- Disable portsnap make_index usage as it does not produce
a correct INDEX currently.
With hat: portmgr
|
Mon, 7 Oct 2013
|
[ 21:32 bdrewery ]
- Fix 'make index' when system is built with WITHOUT_PORTSNAP by
falling back on the perl make_index if needed.
With hat: portmgr
Reported by: ade
|
[ 10:30 bapt ]
Use the portsnap version of make_index instead of the perl version.
Submitted by: ak
|
Mon, 20 May 2013
|
[ 00:45 miwi ]
- Remove CVS reference
PR: 178381
177581
Submitted by: Eitan Adler <lists@eitanadler.com>
Alex Kozlov <spam@rm-rf.kiev.ua>
With hat: portmgr
|
Thu, 2 May 2013
|
[ 12:05 bapt ]
Do not hardcode make for make index
|
Sun, 5 Aug 2012
|
[ 17:06 beat ]
- Don't use SVN variable in 'git svn rebase' as setting the SVN variable to
a non-default value will break git.
Submitted by: bf@, melifaro@
|
Thu, 2 Aug 2012
|
[ 12:19 beat ]
- Sync update target with src/ [1]
- 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
|
Sun, 15 Jul 2012
|
[ 18:23 beat ]
- Add Subversion capability to the update traget
|
Thu, 24 May 2012
|
[ 07:03 miwi ]
- Remove obsolete version check (We dont support FreeBSD 6 anymore)
PR: 155511
Submitted by: Eitan Adler <lists@eitanadler.com>
Tested on: phw
|
Wed, 4 May 2011
|
[ 22:33 flz ]
Latest round of infrastructure changes.
- 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]
|
Sun, 6 Mar 2011
|
[ 22:44 pav ]
- Retire mbone as a physical category
|
Fri, 18 Dec 2009
|
[ 14:28 pav ]
- Terminate support for X11BASE having different value from LOCALBASE
PR: ports/122341
Submitted by: flz
|
Thu, 22 Oct 2009
|
[ 13:56 sem ]
- Allow users to redefine an update target.
Approved by: no objections in ports-developers@
|
Sat, 22 Aug 2009
|
[ 19:32 miwi ]
- bsd.port.mk - Remove ${INDEXDIR}/${INDEXFILE}.bz2 after fetchindex is being
run
PR: 117178
Submitted by: krion
- Fix the problem usage MASTER_SITE_SUBDIR without /
PR: 131452
Submitted by: osa
Tested: pointyhat exp-run
|
Sat, 19 Jul 2008
|
[ 17:59 kris ]
Major optimizations for 'make index' and other recursive traversal
targets.
* Use /rescue/sh for index builds instead of /bin/sh, when it exists.
The former is statically linked and faster to execute, which becomes
significant when executing it tens of thousands of times. This
trick can be used with other recursive targets by passing in
__MAKE_SHELL.
* Get rid of make variable assignments that use != command invocations
in the critical path, using several methods:
- rewriting logic to use shell or make builtins instead of external command
executions
- macroizing commands and executing them in the targets where they
are needed instead of with every invocation of make (Only the first 15 lines of the commit message are shown above )
|
Thu, 27 Sep 2007
|
[ 05:36 linimon ]
Remove obsolete anti-foot-shooting measure that tried to force you
to use csup for both ports and src. It should be possible to use csup
for src and portsnap for ports.
If you define SUP_UPDATE without PORTSSUPFILE defined, you'll get
portsnap by default now.
PR: ports/113819
Submitted by: ale
Requested by: many
Hat: portmgr
|
Thu, 24 May 2007
|
[ 23:58 linimon ]
The default method for 'make update' is now portsnap. Previously,
you had to manually select one of 3 methods: SUP_UPDATE, CVS_UPDATE,
or PORTSNAP_UPDATE. The latter is now obsolete.
This should help some novice administrators just-start their system.
PR: ports/105835
Submitted by: erwin
|
Sat, 19 May 2007
|
[ 22:50 erwin ]
When setting INDEX_PRISTINE, also set USE_NONDEFAULT_X11BASE to
fix INDEX builds for older (OSVERSION < 602000) systems.
Approved by: portmgr (self)
|
[ 21:30 pav ]
Add new category x11-drivers
|
Mon, 26 Feb 2007
|
[ 08:54 ru ]
Add two missing dollars.
|
Wed, 31 Jan 2007
|
[ 15:37 pav ]
- Introduce a new ports category ports-mgmt: Ports for managing, installing and
developing FreeBSD ports and packages
PR: ports/97507
Submitted by: shaun
|
[ 14:07 pav ]
bsd.port.mk
[1] Remove DEPENDS
[2] Add a new pkg-plist keyword @stopdaemon
[3] Provide rc.subr script suffix as RC_SUBR_SUFFIX
[4] Add USE_CDRTOOLS to abstract dependency on sysutils/cdrtool[-cjk]
[5] Add DOS2UNIX_REGEX, allowing to pass a filename regex to CRLF replacement
routine
[6] Support partially translated manpages in MAN* variables
[7] Fix USE_LDCONFIG on ports with @cwd in pkg-plist
[8] Remove support for XFree86 3.X
[9] Add user settable WITH_DEBUG flag that turns on -g in CFLAGS and resets
STRIP
[9] Fix `make install' to refuse overwriting of older version of the port
[10] New category ports-mgmt
[11] New category gnustep (Only the first 15 lines of the commit message are shown above )
|
Sat, 11 Feb 2006
|
[ 02:26 kris ]
- Fix the make_index script if PORTSDIR is a path which contains a
symlink. [1]
- Allow use of alternate http download utilities with 'make
fetchindex'. [2]
PR: ports/35767 [1], ports/92588 [2]
Submitted by: Peter Jeremy <PeterJeremy at optushome dot com dot au> [1],
Alexander Logvinov <user at blg dot akavia dot ru> [2]
|
Sat, 28 Jan 2006
|
[ 02:11 linimon ] (Only the first 10 of 139 ports in this commit are shown above. )
- Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports. [1]
- Allow building a port as root using an NFS-mounted /usr/ports if the
server maps root to a UID other than root. [2]
- Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
status rather than success. [3]
- Improve behavior when dealing with versioned dependencies. [4]
- Fix false positives in check-conflicts target. [5]
- Remove obsolete bzip2 code. [6]
(Only the first 15 lines of the commit message are shown above )
|
Tue, 24 Jan 2006
|
[ 21:35 cperciva ]
Split "portsnap fetch update" into "portsnap fetch" and "portsnap update"
for compatibility with old versions of portsnap.
Approved by: krion
|
Sat, 21 Jan 2006
|
[ 17:37 krion ] (Only the first 10 of 82 ports in this commit are shown above. )
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6] (Only the first 15 lines of the commit message are shown above )
|
Sat, 24 Dec 2005
|
[ 07:04 ru ]
MFsrc: Show stray files during "cvs update".
|
Tue, 8 Nov 2005
|
[ 13:32 pav ]
- Create a new category, net-im, for instant messaging applications.
I will populate it with ~100 ports mainly from net category soon.
Approved by: portmgr (clement)
|
Fri, 17 Dec 2004
|
[ 11:23 krion ]
Introduce new variable MASTER_SITE_INDEX, to allow mirroring of
INDEX files.
PR: ports/74709
Submitted by: Valentin Nechayev <netch@netch.kiev.ua>
|
Sun, 28 Nov 2004
|
[ 21:53 linimon ] (Only the first 10 of 39 ports in this commit are shown above. )
As previously announced, remove ports/picobsd/ssh-picobsd due to long-
standing build problems. Since it was the last port in the picobsd
category, remove it, too.
Discussed with: kris
|
Tue, 16 Nov 2004
|
[ 09:12 kuriyama ]
Allow to override fetch option by $FETCHINDEX variable.
Approved by: portmgr (krion)
|
Mon, 15 Nov 2004
|
[ 21:05 pav ]
- In fetchindex target:
Fetch bzip2 compressed copy of INDEX and decompress locally. This should
cut down both time and bandwidth.
Approved by: kris (portmgr hat)
|
Wed, 14 Jul 2004
|
[ 08:18 kris ]
* Be even more explicit about partial ports trees being unsupported
for INDEX builds [1]
* Remove the parallel target from Makefile; this is heavily tied to
the package build cluster and can be better done in the makeparallel
script (commit to follow) [2]
* Extend the format of INDEX to separately list the
EXTRACT/PATCH/FETCH_DEPENDS instead of lumping them all in together
with BUILD_DEPENDS. The three new fields are appended to the end of
the record in that order. [2]
* Change BROKEN to IGNORE in BROKEN_WITH_MYSQL failure code [3]
* Support non-default PREFIX for perl 5.00503 [5] (Only the first 15 lines of the commit message are shown above )
|
Fri, 11 Jun 2004
|
[ 23:52 kris ]
Be more explicit about INDEX builds not being supported with partial
or out-of-date ports collections.
|
Thu, 10 Jun 2004
|
[ 07:30 kris ]
* Support verbose index builds with INDEX_VERBOSE [1]
* Don't assume root is using /bin/sh when switching credentials to
configure OPTIONS. [2]
* Support glob expressions in USE_GETTEXT to allow more flexibility
in the face of future gratuitous library version bumps by the gettext
developers [3]:
USE_GETTEXT=yEs # Works as before (case-insensitive)
USE_GETTEXT=[5-7] # Accepts any of those libintl.so.x versions
# in the LIB_DEPENDS
* Correctly register dependencies when a non-system perl port is used
on 4.x [4] (Only the first 15 lines of the commit message are shown above )
|
Tue, 25 May 2004
|
[ 10:16 netchild ]
Add "fetchindex" target. It fetches the recent index file (INDEX _or_
INDEX-5).
A note about the implementation: I had to add the call to chmod to make
the index file readable to everyone. I'm a little bit surprised by this,
since my umask is 022. Either fetch(1) doesn't respect the umask or it
mirrors the permissions too (I haven't investigated this). Both
possibilities aren't documented in the man-page.
Approved by: kris (previous version without the chmod)
|
Fri, 2 Apr 2004
|
[ 07:25 kris ]
- Allow processing of info files in non-standard locations; the
INFO_PATH variable may be used to specify their location. It defaults
to 'share/info' for the standard PREFIX, and 'info' when PREFIX ==
/usr. [1]
- Remove the <category>/pkg/COMMENT files in favour of a COMMENT
variable in <category>/Makefile [2]
- Prevent patch breakage with VERSION_CONTROL=numbered [3]
- Fix some instances of incorrect WRKDIRPREFIX handling. [4]
- remove useless ${MKDIR} ${WRKSRC} in config target [5]
- remove reference to OpenBSD [6] (Only the first 15 lines of the commit message are shown above )
|
Mon, 23 Feb 2004
|
[ 04:42 wollman ] (Only the first 10 of 907 ports in this commit are shown above. )
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
|
Fri, 20 Feb 2004
|
[ 02:59 marcus ]
Tie x11-themes into the build now that it contains some ports.
|
Thu, 22 Jan 2004
|
[ 09:16 marcus ]
Tie accessibility to the build now that it has some ports.
|
Sat, 8 Nov 2003
|
[ 23:57 marcus ]
Tie arabic to the build now that it has some ports.
|
Sat, 30 Aug 2003
|
[ 03:24 marcus ]
Tie the dns category to the build now that it has some ports.
|
Tue, 19 Aug 2003
|
[ 09:53 arved ] (Only the first 10 of 25 ports in this commit are shown above. )
Connect polish to the build
Remove the Repocopied ports.
PR: 53797
Submitted by: Aleksander Fafula <alex@fafula.com>
Approved by: portmgr(marcus)
Repocopied by: joe
|
Sat, 12 Jul 2003
|
[ 13:20 joe ]
Define the default SUP program to be cvsup.
PR: ports/15992
|
Thu, 6 Mar 2003
|
[ 14:02 ru ]
With CVS_UPDATE, use read-only repository mode by default.
|
Wed, 5 Mar 2003
|
[ 09:08 ru ]
In a spirit of src/Makefile.inc1,v 1.142, get rid of "sticky"
files when updating ports sources with cvs(1).
|
Mon, 24 Feb 2003
|
[ 03:54 kris ]
Correct the bug in 'make index' that failed to substitute back the
canonical PREFIX locations for /nonexistent*
|
Wed, 4 Dec 2002
|
[ 18:03 kris ]
I committed from the wrong tree, and the patch had a missing
INDEX -> ${INDEXFILE} conversion.
|
[ 17:17 kris ]
Add the INDEXFILE variable, that defaults to INDEX-5 on 5.0 (500036) and
later, and INDEX on earlier systems. Use this in the 'make index' and
associated targets. This is necessary to deal with the substantially
different dependencies of ports between 4.x and 5.0 (e.g. ports that
depend on perl).
|
Sun, 1 Dec 2002
|
[ 01:05 kris ]
Merge in some changes from Tools/portbuild/scripts/makeindex: set
LOCALBASE and X11BASE to bogus values during the index build, so
'make describe' does not pick up packages installed on the system and
change the package name or list of dependencies (this will usually
create a broken INDEX file).
|
Mon, 18 Nov 2002
|
[ 09:22 knu ]
Add several new real categories.
- finance : Monetary, financial and related applications
PR: ports/39102
Requested by: trevor
- hungarian : Hungarian language support
PR: ports/37576
Requested by: Janos Mohacsi <janos.mohacsi@bsd.hu>
- multimedia : Multimedia software
Requested by: many
- portuguese : Portuguese language support
PR: ports/35991
Requested by: trevor
|
Wed, 2 Oct 2002
|
[ 07:14 kris ]
Switch back to .tgz packages for 'parallel' target.
|
Sun, 15 Sep 2002
|
[ 22:08 kris ]
Switch to .tbz packages in generated makefile target.
|
Number of commits found: 72 |