notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: Mk/bsd.port.mk

Number of commits found: 1255 (showing only 100 on this page)

[First Page]  «  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13  »  [Last Page]

Monday, 10 Dec 2012
12:46 kwm search for other commits by this committer
Rename USE_GSTREAMER08 to USE_GSTREAMER1. The old one is a left over from
when bsd.gstreamer.mk had support for the 0.8 Gstreamer series. The new macro
will be used for the Gstreamer 1.x framework. This isn't completly finished yet
but this allows me to drop bsd.port.mk from my patchset.

Approved by:	portmgr (bapt)
Original commitRevision:308603 
10:14 bapt search for other commits by this committer
Extend the options framework providing 2 new macros:

OPTIONS_RADIO: a more user friendly way to allow selecting only 0 or 1 options
               among a list of options
OPTIONS_GROUP: this macros should be used to group options by theme allowing the
               user to select 0 or N options among a list of options

With hat:	portmgr
Reviewed by:	beat
Original commitRevision:308598 
Friday, 26 Oct 2012
08:16 bapt search for other commits by this committer
PKG_DEVEL is not there yet, this shouldn't have been committed, sorry

Feature safe:	yes
Original commitRevision:306426 
06:33 bapt search for other commits by this committer
Remove GOGO option and gogo run dependencies along with gogo mp3 encoder itself

Feature safe:	yes
Original commitRevision:306420 
Wednesday, 10 Oct 2012
18:20 beat search for other commits by this committer
- Only add GH to MASTER_SITES if not already there [1]
- Allow WRKSRC to be overridden when using USE_GITHUB [2]

PR:		ports/171644 [1], ports/171688 [2]
Submitted by:	bdrewery
Reviewed by:	gahr
Tested by:	Exp-run on pointyhat
Original commitRevision:305677 
13:12 bapt search for other commits by this committer
Add a part forgotten in previous commit concerning switching to pkgng
Original commitRevision:305658 
08:40 bapt search for other commits by this committer
Switching current to use pkgng by default
Adding WITHOUT_PKGNG for people not willing to migrate to pkgng now

Hat:		portmgr
Non-regression:	beat
Exp-runs:	beat
Original commitRevision:305637 
Tuesday, 9 Oct 2012
17:18 bapt search for other commits by this committer
- add STAT to bsd.commands.mk
- use ${STAT} -f \"%z\" in make makesum to calculate size
- speed up USE_PKGCONFIG by using a more efficient syntax [1]
  and test in the order it is most expected to appear: "yes/build"
  first, "both" second, "run being the last one.

Reported by:	dougb [1]
Exp-Run by:	beat
Original commitRevision:305595 
Friday, 21 Sep 2012
13:29 bdrewery search for other commits by this committer
- Revert ports/171672 patch to 'do-package' due
  to reported problems with defining PKG_SUFX,
  and leaving behind tmp files.

PR:		ports/171672
Reported by:	poyopoyo@puripuri.plala.or.jp
Approved by:	portmgr (beat, implicit)
Original commitRevision:304633 
Thursday, 20 Sep 2012
19:51 beat search for other commits by this committer
- Remove ftp fallback as all supported FreeBSD versions provide fetch [1]
- Don't call 'pre-config' twice in the 'config-conditional' target [2]
- Clean up pkgng metadir so that the 'clean' target can be executed without
  root permissions if the build was done with a non-root user. [3]
- Make 'do-package' atomic while creating the pkg file [4]

PR:		ports/171161 [2], ports/171329 [3], ports/171672 [4]
Submitted by:	bapt [1], A.J. Kehoe IV (Nanoman) <m7k60pkr@nanoman.ca> [2],
Submitted by:	bdrewery [3, 4]
Reported by:	Kimmo Paasiala <kpaasial@gmail.com> [3]
Tested by:	Exp-run on pointyhat, bapt (pkgng changes)
Original commitRevision:304594 
Friday, 7 Sep 2012
00:05 bdrewery search for other commits by this committer
- Fix install when PACKAGE_BUILDING is not defined

Approved by:	portmgr (tabthorpe)
Approved by:	eadler (mentor)
Original commitRevision:303796 
Thursday, 6 Sep 2012
20:59 linimon search for other commits by this committer
 - Remove obsolete USE_XLIB and MACHINE_ARCH definitions [1], [4]

 - Include top-level Makefile.inc from correct directory [2]

 - Add new target add-plist-buildinfo for package build details [3]

PR:		ports/152871 [1]
PR:		ports/164207 [2]
PR:		ports/162397 [3]
PR:		ports/167677 [4]

Submitted by:	eadler [1], [4]; glarkin [2]; jhelfman@experts-exchange.com [3]
Original commitRevision:303789 
Wednesday, 5 Sep 2012
04:32 linimon search for other commits by this committer
Add a "make pbi" and "make clean-pbi" target to the ports build system.

PR:		ports/167825
Submitted by:	kmoore
Original commitRevision:303683 
Monday, 3 Sep 2012
20:47 linimon search for other commits by this committer
 - Add hast to USERS_BLACKLIST [1].
 - Add USE_READLINE knob [2].
 - Fix typo [3].

PR:	ports/157128 [1]
PR:	ports/162995 [2]
PR:	ports/165125 [3]

Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> [1],
	fjoe [2], "Conrad J. Sabatier" <conrads@cox.net> [3]
Original commitRevision:303619 
Saturday, 1 Sep 2012
22:21 beat search for other commits by this committer
- Partially back out r303381: readlink -f is not available on all
  supported FreeBSD versions.

Reported by:	gahr@, tota@
Original commitRevision:303524 
Thursday, 30 Aug 2012
15:31 beat search for other commits by this committer
- Add ccache support for building ports. [1]
- Fix CONFIGURE_FAIL_MESSAGE to be pkgng-aware. [2]
- Resolve symlinks in PREFIX on deinstall. [3]
- Introduce CLEAN_FETCH_ENV variable to disable package dependency
  in fetch target for mass fetching. [4]

PR:		ports/169579 [1], ports/170552 [2],
		ports/170784 [3], ports/170796 [4]
Submitted by:	bdrewery@ [1], crees@ [2], gahr@ [3], ohauer@ [4]
Tested on:	pointyhat
Original commitRevision:303381 
Tuesday, 21 Aug 2012
17:29 beat search for other commits by this committer
- Record the selected OPTIONS from the port build into the resulting
  +CONTENTS file.

PR:		ports/170469
Submitted by:	bdrewery@
Tested by:	exp-run on pointyhat
Original commit
Saturday, 4 Aug 2012
22:52 kwm search for other commits by this committer
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
Original commit
Tuesday, 31 Jul 2012
18:41 erwin search for other commits by this committer
Fix typo

Submitted by:	emax
Original commit
Thursday, 26 Jul 2012
05:40 bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
Original commit
Tuesday, 17 Jul 2012
16:20 bapt search for other commits by this committer
Fix config-conditional

PR:		Gareth Hopkins <gabbawp@gmail.com> (via ports@)
Tested by:	jgh
Original commit
Monday, 16 Jul 2012
22:36 bapt search for other commits by this committer
compare options loading from /var/db/port/options and make.conf against the
complete list of options.
COMPLETE_OPTIONS_LIST being OPTIONS_DEFINE + all the OPTIONS_SINGLE_* + all the
OPTIONS_MULTI_*
Original commit
11:38 bapt search for other commits by this committer
- Document new options framework in bsd.options.mk
- new OPTIONS_DEFINE_${ARCH} and OPTIONS_DEFAULT_${ARCH} to define and activate
  options per arches.
- No more append to PORT_OPTIONS options that are not in OPTIONS_DEFINE, (in the
  expection of DOCS, NLS, EXAMPLES for compatibility)
Original commit
Sunday, 1 Jul 2012
20:57 avilla search for other commits by this committer
- Remove mention to USE_QT_VER=4 in comments. USE_QT4 has to be used
  instead.

With hat on:    kde
Approved by:    portmgr (bapt)
Original commit
Tuesday, 26 Jun 2012
13:54 sunpoet search for other commits by this committer
- Revert accidental commit
Original commit
13:42 sunpoet search for other commits by this committer
- Add shared TLS description
Original commit
Friday, 15 Jun 2012
12:04 bapt search for other commits by this committer
Fix sanity-config error when using WRKDIRPREFIX [1]
While apply the same fix to fetch-urlall-list and fetch-url-list [2]

PR:             ports/169039 [1]
Reported by:    avg@ [1], Jan Beich <jbeich@tormail.org> [2]
exp-run:        pointyhat-west (bapt)
Original commit
Saturday, 9 Jun 2012
12:19 miwi search for other commits by this committer
- Add optionsNG make config sanity check support

PR:             168480
Submitted by:   "Bryan Drewery" <bryan@shatow.net>
Reviewed by:    bapt
Original commit
Friday, 8 Jun 2012
19:52 zi search for other commits by this committer
Fix condition where _FILE_COMPLETE_OPTIONS_LIST is not defined (introduced by
previous commit)

Approved by:    portmgr (tabthorpe)
Original commit
18:44 bapt search for other commits by this committer
Fix make config-conditional with optionsng

Reported by:    ru@
Original commit
Wednesday, 6 Jun 2012
14:23 bapt search for other commits by this committer
Silent rmdir after removing the optionfile, the directory might contains other
informations like distfiles (added by portmaster)

While here only check if the optionsfile is there before removing it.

PR:             ports/164422
Submitted by:   Greg Larkin <glarkin@freebsd.org>
Original commit
Thursday, 31 May 2012
14:27 bapt search for other commits by this committer
Fix sanity checkong for "multi" options
Original commit
07:35 bapt search for other commits by this committer
Allow make config to run if description is empty
Original commit
05:04 bapt search for other commits by this committer
Stop spawning dialog inside its own sh process
This allow us to use normal make quoting when preparing the command line for the
make config dialog
Original commit
Wednesday, 30 May 2012
21:02 bapt search for other commits by this committer
Show nothing if no options are defined as it used to be before optionsng
Original commit
20:50 bapt search for other commits by this committer
No more need to use double for comments containing parenthesis or simple quotes

while here, fix make config dialog ui with parenthesis and simple quotes on
single or multi options [1]

Reported by:    Bryan Drewery (via #bsdports) [1]
Original commit
19:04 bapt search for other commits by this committer
Do not leave orphan /tmp/portoptions.* files

PR:             ports/168475
Submitted by:   Bryan Drewery <bryan@shatow.net>
Original commit
09:55 bapt search for other commits by this committer
Hide 'cd port && make config' command in 'config-conditional' target

PR:             ports/168453
Submitted by:   Bryan Drewery <bryan@shatow.net>
Original commit
Tuesday, 29 May 2012
16:55 bapt search for other commits by this committer
Fix make config when cancel is hit

Reported by:    ketas (via #bsdports)
Original commit
14:25 bapt search for other commits by this committer
Do not spam stdout with dialog command line
Original commit
14:05 bapt search for other commits by this committer
Do not print an empty line after description for multi and single options in
make showconfig
Original commit
13:30 bapt search for other commits by this committer
Fix python's make config [1]
Better backward compatibility [2]

Reported by:    ketas (on #bsdports) [1], flo@ [2]
Tested by:      flo@ [2]
Original commit
10:50 bapt search for other commits by this committer
fix make config with no "basic options" but only single or multi
Original commit
09:54 bapt search for other commits by this committer
New options framework for the ports

for maintainers:
it introduces 3 different types of options: simple, multi and single:
- simple options are the same as the current options (i.e. on or off.)
- multi options are options where at least one must be set (1-N).
- single options are options where one and only one must be set (exclusive
  options).

for users:
- OPTIONS_SET: globally enable some options
- OPTIONS_UNSET: globally disable some options
- ${UNIQUENAME}_SET: enable per-port choice of options
- ${UNIQUENAME}_UNSET: disable per-port choice of options

For compatibility the old OPTIONS framework is now working on top of the new one
The options previously set with old OPTIONS are imported and converted
transparently.

A new knob NO_DIALOG if defined in the the config-conditional target is ignored
(prevent the dialog(1) ui to show up.

Thanks to all people involved:
beat@, crees@, Bryan Drewery, linimon@, novel@ and others, for testing,
comments, patches
Original commit
Thursday, 24 May 2012
07:11 miwi search for other commits by this committer
- Add USE_QT4 to include bsd.qt.mk

PR:             165952
Submitted by:   avilla@
Tested by:      phw
Original commit
Wednesday, 23 May 2012
08:17 miwi search for other commits by this committer
- Remove emacs mode, -*- mode: ...; -*- [1]
- Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify
dependencie [2]
- Fix make reinstall [3]
- Trivial comment change for PORTDATA [4]

PR:             151954 [1]
                161314 [2]
                167085 [3]
                167465 [4]
Submitted by:   Anonymous <swell.k@gmail.com> [1]
                dougb@ and Chris Rees <utisoft@gmail.com> [2]
                Garrett Cooper <yanegomi@gmail.com> [3]
                "Bryan Drewery" <bryan@shatow.net> [4]
Tested via:     phw
Original commit
Sunday, 20 May 2012
00:12 bapt search for other commits by this committer
No port installs catpages anymore, let's remove ugly code that tries to
magically
figure out if any catpage is installed, now if a port want to install a catpage
it would need to cleanly track it.

With hat:       portmgr
Original commit
Tuesday, 13 Mar 2012
08:14 zi search for other commits by this committer
- Update language used in portaudit message. (cosmetic change)

Approved by:    portmgr (tabthorpe)
Feature safe:   yes
Original commit
Sunday, 11 Mar 2012
21:30 simon search for other commits by this committer
Make bsd.port.mk not parse port audit's auditfile directly to
check for vulnerabilities, but call portaudit instead.

This fixes a remote command execution vulnerability for users who have
portaudit installed.

While changing the code anyway, remove the annoying and very verbose
"Vulnerability check disabled, database not found" warning.

Security:       Remote code execution
Security:      
http://vuxml.FreeBSD.org/6d329b64-6bbb-11e1-9166-001e4f0fb9b1.html
Approved by:    portmgr
Feature safe:   yes (or at least approved)
With hat:       so
Original commit
Wednesday, 22 Feb 2012
17:34 bapt search for other commits by this committer
- only include bsd.pkgng.mk once [1]
- only read bsd.pkgng.mk in post.mk [1]
- move the command definition to bsd.command.mk [1]
- fix check-vulnerable [2]

Submitted by:   avilla [1], rene [2]
Original commit
Thursday, 2 Feb 2012
07:21 bapt search for other commits by this committer
Fix a regression in the default target chain introduced when pushing the new
pkg-depends target.

Now check-sanity and all depending targets are called again

With hat:       portmgr
Original commit
Monday, 30 Jan 2012
12:39 bapt search for other commits by this committer
Please welcome pkgng beta1.

if you want to use it please define WITH_PKGNG=yes in your /etc/make.conf
For more information read the announcement on the mailing list

With hat:               portmgr
Non-Regression test:    linimon
Original commit
Sunday, 22 Jan 2012
15:41 beat search for other commits by this committer
- Apply FreeBSD 10.x workaround on WRKDIR instead of WRKSRC as some ports
  provide their configure script outside of WRKSRC.
- Print out all files on which the autotools fix was applied.

Exp-runs by:    miwi
Original commit
Sunday, 15 Jan 2012
22:13 pav search for other commits by this committer
- Fix check-already-installed target: comm expects the input to be sorted

PR:             ports/161287
Submitted by:   mandree, nox (used nox's version)
Original commit
Friday, 13 Jan 2012
02:17 eadler search for other commits by this committer
R.I.P X11BASE

Approved by:    portmgr (pav)
Original commit
Thursday, 12 Jan 2012
22:20 pav search for other commits by this committer
- Remove unused definition of MD5

PR:             ports/163282
Submitted by:   rene
Original commit
Wednesday, 9 Nov 2011
08:53 miwi search for other commits by this committer
- Make WITH_FBSD10_FIX globally
- Add a new flag WITHOUT_FBSD10_FIX for maintainer testing

Some additional notes:
We are planing to make 10 exp-run after the 9.0 Release within 2 weeks to poke
maintainers
and upstream as to ensure that for the 10.0 Release, everything is fixed and we
can remove
the current workaround.

Submitted by:   bf@, rea@ (based on)
Thanks to:      beat, kwm, dough
Reviewed by:    erwin
Tested via PH:  2x exp-run
Approved by:    portmgr (myself)
Original commit
Monday, 7 Nov 2011
12:44 pav search for other commits by this committer
- Fix typo: PKG_NAME should have been PKGNAME

PR:             ports/161495
Submitted by:   lwhsu
Original commit
Thursday, 27 Oct 2011
09:46 erwin search for other commits by this committer
Add a workaround for ports that don't recognize FreeBSD 10.x or newer.
Ports that need this can set WITH_FBSD10_FIX to apply the hack, but
only on FreeBSD 10.  This is only a temporary workaround as the real fix
lies upstream by fixing the included scripts, but this will take a
long time.

Submitted by:   ed, jilles, stas, beat (and more)
Tested on:      pointyhat i386-9-exp and i386-10
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Friday, 9 Sep 2011
08:10 bapt search for other commits by this committer
Simplify USERS/GROUPS management, use groupmod instead of usermod to append user
to a group
This fix group management

PR:             ports/159577
Submitted by:   sahil
Reviewed by:    flz
Exp-run:        bapt
Approved by:    portmgr (flz)
Original commit
Sunday, 4 Sep 2011
17:35 sunpoet search for other commits by this committer
- Revert accidental commit
Original commit
17:31 sunpoet search for other commits by this committer
- Remove ftp.net.ohio-state.edu

PR:             ports/160311
Submitted by:   Anton Shterenlikht <mexas@bristol.ac.uk>
Original commit
Friday, 12 Aug 2011
16:39 linimon search for other commits by this committer
Refactor the perl parts of bsd.port.mk to live in bsd.perl.mk.  This never
got finished correctly in the first place.

Note that this reverts two things in gabor's original bsd.perl.mk rewrite
that were never actually used/tested:

 - ability of USE_PERL5 and other variables to specify a version.

 - conditional inclusion of bsd.perl.mk based on USE_PERL5 or similar.

What this commit does is to make bsd.perl.mk be _exactly_ the current
code from bsd.port.mk (modulo a few comments).

Work to test the former would be welcome.  The problem with the latter
is that multiple attempts over the last N years to test it inevitably
showed INDEX breakage.  My own conclusion is that that simply makes the
tree too fragile (and is the reason I kept putting off working on it in
the first place).  Others will disagree.

Hopefully this change will make the perl-specific bits in bsd.*.mk easier
to maintain.

While here, fix a bogus comment (CCFLAGS).

Adding to pointy hat collection:        linimon
Original commit
16:10 linimon search for other commits by this committer
 - fix problem with metadata on tier-2 machines for Pascal ports.  The
   reason is that bsd.fpc.mk was only defining PPNAME for i386 and amd64.
   Provide a placeholder and proper IGNORE for tier-2 [1]

 - remove obsolete check for /usr/share/mk/bsd.port.options.mk [2]

 - add USE_DRUPAL for easy include of Mk/bsd.drupal.mk [3]

PR:             ports/155017 [2],
                ports/159288 [3]
Submitted by:   linimon (discussed with acm),
                eadler,
                crees
Original commit
Thursday, 21 Jul 2011
15:10 bapt search for other commits by this committer
removed unused __softMAKEFLAGS [0]
remove old security check code [1]

PR:             ports/156077 [1], ports/158956 [0]
Submitted by:   Eitan Adler <lists@eitanadler.com> [1], bapt@ (myself) [0]
Tested on:      pointyhat-west
With hat:       portmgr
Original commit
05:04 linimon search for other commits by this committer
Fix INDEXFILE for upcoming 10.0 branch.

PR:             ports/158750
Submitted by:   crees
Tested on:      pointyhat-west
Original commit
Friday, 15 Jul 2011
08:26 pav search for other commits by this committer
- Unbreak fetch-urlall-list target when DIST_SUBDIR contains forward slashes

PR:             ports/158203
Submitted by:   Mamoru Sakaue <sakaue.mamoru-cmfho5lt@samurai.mwghennn.net>
Original commit
Sunday, 3 Jul 2011
15:51 erwin search for other commits by this committer
Update perl to 5.12.4

Changes:       
http://search.cpan.org/~lbrocard/perl-5.12.4/pod/perl5124delta.pod

Submitted by:   skv
Tested on:      pointyhat
Original commit
Thursday, 9 Jun 2011
08:22 bapt search for other commits by this committer
Fix fetch-urlall-list

Reported by:    amdmi3@ (by mail)
Approved by:    portmgr@ (bapt@, self)
Original commit
Tuesday, 7 Jun 2011
14:22 hrs search for other commits by this committer
- Add print/ghostscript9-nox11.
- Add "9" to USE_GHOSTSCRIPT_* variables and upgrade the default version to it.
Original commit
Monday, 6 Jun 2011
05:53 bapt search for other commits by this committer
- remove some old code (unsused on supported OS) [1]
- prevent some useless external program call (based on [2])
- simplify (in)valid category detection

PR:             ports/155629 [1],  ports/65804 [2], ports/157273 [3]
Submitted by:   Eitan Adler <lists@eitanadler.com> [1], green@ [2], bapt@
(myself) [2]
Exp-runs by:    pav@
Original commit
Tuesday, 17 May 2011
19:30 skv search for other commits by this committer
Introduce Perl 5.14.0

Changes:        http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod
Original commit
Friday, 6 May 2011
06:20 skv search for other commits by this committer
Change default Perl version to 5.12.
Original commit
Wednesday, 4 May 2011
22:33 flz search for other commits by this committer
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]
Original commit
Monday, 2 May 2011
12:40 makc search for other commits by this committer
Update open-motif to 2.3.3
Remove needles patches (integrated upstream)
Pass maintainership to submitter

PR:             ports/154044
Submitted by:   Mikhail Tsatsenko <m.tsatsenko at gmail.com>
Exp-runs by:    pav
Original commit
Sunday, 24 Apr 2011
15:37 ohauer search for other commits by this committer
  Mk/bsd.apache.mk was rewritten with a new logic and some new parameters
  to support future apache versions and the transition to apache22.

  Existing and new USE_APACHE* parameters:

  USE_APACHE         set apache and apxs as build and run dependency
  USE_APACHE_BUILD   set apache and apxs as build dependency
  USE_APACHE_RUN     set apache and apxs as run dependency

  The following example is representative of all three possible parameters to
use:

  USE_APACHE= 22     specify exact version
  USE_APACHE= 1.3+   specify [min] version, no [max] version
  USE_APACHE= 13-22  specify [min]-[max] range
  USE_APACHE= -2.2   specify [max] version, no [min] version

  Values can be specified with and without "." (dot) between major and minor
  version numbers. For example 22 is equal to 2.2

  For documentation and full changelist please take a look into
  Mk/bsd.apache.mk or http://wiki.freebsd.org/bsd.apache.mk

  Commit with hat apache@

PR:             ports/156533
Submitted by:   ohauer
Original commit
Monday, 11 Apr 2011
08:34 bapt search for other commits by this committer
Add a new macro to deal with conflict between ncurses from base and ncurses from
ports.
If a ports is linked against ncurses from base or from the ports, it should then
add:
USE_NCURSES=yes

it is also possible to specify the hard dependency on the ports ncurses or one
the base one adding the following macros:
WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes

PR:             ports/155269
Submitted by:   me
Reviwed by:     pav@
Approved by:    portmgr (pav@)
Exp-run by:     portmgr (pav@)
Original commit
Thursday, 31 Mar 2011
03:37 tabthorpe search for other commits by this committer
- Disable license checking with DISABLE_LICENSES [1]
- Remove temp files from /tmp when build is interrupted [2]

PR:             ports/149837 [1], ports/155890 [2]
Original commit
Saturday, 19 Mar 2011
21:30 pav search for other commits by this committer
- Use ${UID} instead of calling ${ID} -u

PR:             ports/155543
Submitted by:   Eitan Adler <lists@eitanadler.com>
Original commit
Friday, 18 Mar 2011
01:43 miwi search for other commits by this committer
- Fix spelling
PR:             ports/155195
Submitted by:   Warren Block <wblock@wonkity.com>

- Remove sanity check for X_WINDOW_SYSTEM
- Remove check for USE_XPM
PR:             ports/155502 ports/155504
Submitted by:   Eitan Adler <lists@eitanadler.com>
Original commit
Monday, 7 Mar 2011
07:32 erwin search for other commits by this committer
Pass CPPFLAGS to MAKE_ENV and CONFIGURE_ENV

PR:             153625
Submitted by:   gerald
Original commit
Friday, 25 Feb 2011
16:52 miwi search for other commits by this committer
- Please welcome Xorg 7.5.1

The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.

I would like to thank:

        Beat Gaetzi
        Dima Panov
        Koop Mast
        Eitan Adler
        and all Testers.

PR:             ports/147646
                ports/148035
                ports/148744
                ports/150223
                ports/152889
                ports/154457
Original commit
11:00 pav search for other commits by this committer
- Allow using linux base 2.4 on FreeBSD 8.X

PR:             ports/154186
Submitted by:   ale
Original commit
10:55 pav search for other commits by this committer
- Remove NO_SIZE support

PR:             ports/153547
Submitted by:   Eitan Adler <lists@eitanadler.com>
Original commit
00:56 linimon search for other commits by this committer
- make dirrmtry more friendly [1]
- allow checking STRIP when WITH_DEBUG is defined [2]
- unify the message with real URL by removing superfluous slash [3]

PR:             152102 [1],
                153539 [2],
                154653 [3]
Submitted by:   az [1],
                Anonymous <swell dot k at gmail dot com> [2],
                sunpoet [3]
Original commit
Wednesday, 16 Feb 2011
10:43 erwin search for other commits by this committer
Make actual-package-depends work with (unsupported) non-standard
subtrees of ${PORTSDIR} with depths other than 2.

PR:             144482
Submitted by:   brooks
Original commit
Monday, 7 Feb 2011
13:50 erwin search for other commits by this committer
Remove trailing period to make fetch URL easier to copy/paste.

PR:             154390
Submitted by:   uqs
Feature safe:   yes
Original commit
Saturday, 5 Feb 2011
15:55 erwin search for other commits by this committer
Drop the use of <> around portaudit URLs

PR:             127214
Submitted by:   uqs
Tested on:      pointyhat-west
Feature safe:   yes
Original commit
Wednesday, 29 Dec 2010
07:14 miwi search for other commits by this committer
- Fix Conflict handling. At the moment the build conflicts are recorded in
  the packages which is not necessary.

Reported by:    makc@ via cvs-ports@, #bsdports
Submitted by:   beat@
Original commit
Wednesday, 22 Dec 2010
20:05 ade search for other commits by this committer
Sync to final (for now) bsd.autotools.mk
Original commit
Saturday, 18 Dec 2010
11:15 beat search for other commits by this committer
- Add new variables to define buildtime and runtime dependencies on
  Mozilla ports:

  USE_FIREFOX: Add runtime dependency on Firefox.
  Available values: yes 36+ 35+ 36 35
  NOTE: Default value 36 is used in case of USE_FIREFOX=yes

  USE_FIREFOX_BUILD: Add buildtime dependency on Firefox.
  Available values: see USE_FIREFOX

  USE_SEAMONKEY: Add runtime dependency on SeaMonkey.
  Available values: yes 11+ 20+ 11 20
  NOTE: Default value 20 is used in case of USE_SEAMONKEY=yes. SeaMonkey
  1.1 is obsolete and will be replaced with SeaMonkey 2.1 soon.

  USE_SEAMONKEY_BUILD: Add buildtime dependency on SeaMonkey.
  Available values: see USE_SEAMONKEY

  USE_THUNDERBIRD: Add runtime dependency on Thunderbird.
  Available values: yes 31+ 30+ 31 30
  NOTE: Default value 31 is used in case of USE_THUNDERBIRD=yes

  USE_THUNDERBIRD_BUILD: Add buildtime dependency on Thunderbird.
  Available values: see USE_THUNDERBIRD

PR:             ports/153018
Exp-run by:     erwin
Approved by:    portmgr (erwin)
Original commit
Friday, 17 Dec 2010
03:25 linimon search for other commits by this committer
Force commit to note: SRC_BASE patch tested by pav.
Original commit
03:21 linimon search for other commits by this committer
Add a temporary backstop definition of SRC_BASE.  A more general solution
is forthcoming.

While here, remove a stale comment.
Original commit
Thursday, 9 Dec 2010
20:33 pav search for other commits by this committer
- Upgrade -R flag to -F while fetching, to prevent "local modification time not
  matching the remote" situation

PR:             ports/152620
Submitted by:   Tijl Coosemans <tijl@coosemans.org>
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Wednesday, 1 Dec 2010
08:32 miwi search for other commits by this committer
- Remove two checks obviated by the removal of _OPTIONSFILE in revision 1.596
[1]
- Remove Legacy USE_BISON in bsd.port.mk [2]
- Remove Legacy 2004 Hack in bsd.port.mk [3]

- CONFLICT handling in has been reworked. There are two new variables in
bsd.ports.mk:
  - CONFLICTS_BUILDS: Check for conflicts prior to build
  - CONFLICTS_INSTALL: Check for conflicts prior to installation stage

    The existing CONFLICTS checks for conflicts prior to build and installation
stage.
    Users could defer the conflict check of CONFLICTS_BUILDS and CONFLICTS to
the installation stage by using DEFER_CONFLICTS_CHECK.
    As already possible with CONFLICTS the new conflict checks could be disabled
by using DISABLE_CONFLICTS.
    This patch was submitted by beat@

PR:             ports/149670 [1]
                ports/151806 [2] [3]
Subitted by:    bf <bf1783@gmail.com> [1]
                Eitan Adler <lists@eitanadler.com> [2] [3]
Original commit
Tuesday, 30 Nov 2010
21:36 pav search for other commits by this committer
- Add a hack to display pkg-message on package install on packages created with
  pkg_create -b

PR:             ports/152626
Reported by:    ohauer
Original commit
Saturday, 27 Nov 2010
17:42 pav search for other commits by this committer
- DESKTOP_ENTRIES: commandline is used to name installed .desktop file, this
  can lead to files containing whitespace and funny characters; thus strip all
  non-alphanumeric characters

PR:             ports/147701 (adapted)
Submitted by:   Warren Block <wblock@wonkity.com>
Original commit
Wednesday, 24 Nov 2010
23:04 pav search for other commits by this committer
- Fix NO_INSTALL ports to register an entry in /var/db/pkg (ie. print/cups)
- Change package-noinstall target to create package with pkg_create -b instead
  of specifying all the arguments

PR:             ports/144164
Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de>
Original commit

Number of commits found: 1255 (showing only 100 on this page)

[First Page]  «  3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13  »  [Last Page]