FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 10:40 AM GMT
non port: Mk/bsd.port.mk
CVSWeb

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

1 | 2 | 3 | 4  »  

Sun, 22 Jan 2012
[ 15:41 beat ] Original commit 
1.703 Mk/bsd.port.mk
- 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
Sun, 15 Jan 2012
[ 22:13 pav ] Original commit 
1.702 Mk/bsd.port.mk
- Fix check-already-installed target: comm expects the input to be sorted

PR:             ports/161287
Submitted by:   mandree, nox (used nox's version)
Fri, 13 Jan 2012
[ 02:17 eadler ] Original commit 
1.701 Mk/bsd.port.mk
R.I.P X11BASE

Approved by:    portmgr (pav)
Thu, 12 Jan 2012
[ 22:20 pav ] Original commit 
1.700 Mk/bsd.port.mk
- Remove unused definition of MD5

PR:             ports/163282
Submitted by:   rene
Wed, 9 Nov 2011
[ 08:53 miwi ] Original commit 
1.699 Mk/bsd.port.mk
- 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)
Mon, 7 Nov 2011
[ 12:44 pav ] Original commit 
1.698 Mk/bsd.port.mk
- Fix typo: PKG_NAME should have been PKGNAME

PR:             ports/161495
Submitted by:   lwhsu
Thu, 27 Oct 2011
[ 09:46 erwin ] Original commit 
1.697 Mk/bsd.port.mk
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
Fri, 23 Sep 2011
[ 22:26 amdmi3 ] Original commit 
1.17 accessibility/accerciser/Makefile
1.11 accessibility/at-poke/Makefile
1.76 accessibility/at-spi/Makefile
1.4 accessibility/at-spi2-atk/Makefile
1.4 accessibility/at-spi2-core/Makefile
1.65 accessibility/atk/Makefile
1.4 accessibility/atkmm/Makefile
1.53 accessibility/dasher/Makefile
1.5 accessibility/eflite/Makefile
1.59 accessibility/gnome-mag/Makefile

(Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 9 Sep 2011
[ 08:10 bapt ] Original commit 
1.695 Mk/bsd.port.mk
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)
Sun, 4 Sep 2011
[ 17:35 sunpoet ] Original commit 
1.694 Mk/bsd.port.mk
1.139 Mk/bsd.python.mk
- Revert accidental commit
[ 17:31 sunpoet ] Original commit 
1.693 Mk/bsd.port.mk
1.138 Mk/bsd.python.mk
1.545 Mk/bsd.sites.mk
- Remove ftp.net.ohio-state.edu

PR:             ports/160311
Submitted by:   Anton Shterenlikht <mexas@bristol.ac.uk>
Fri, 12 Aug 2011
[ 16:39 linimon ] Original commit 
1.21 Mk/bsd.perl.mk
1.692 Mk/bsd.port.mk
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
[ 16:10 linimon ] Original commit 
1.14 Mk/bsd.fpc.mk
1.691 Mk/bsd.port.mk
 - 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
Thu, 21 Jul 2011
[ 15:10 bapt ] Original commit 
1.690 Mk/bsd.port.mk
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
[ 05:04 linimon ] Original commit 
1.689 Mk/bsd.port.mk
1.79 Mk/bsd.port.subdir.mk
Fix INDEXFILE for upcoming 10.0 branch.

PR:             ports/158750
Submitted by:   crees
Tested on:      pointyhat-west
Fri, 15 Jul 2011
[ 08:26 pav ] Original commit 
1.688 Mk/bsd.port.mk
- Unbreak fetch-urlall-list target when DIST_SUBDIR contains forward slashes

PR:             ports/158203
Submitted by:   Mamoru Sakaue <sakaue.mamoru-cmfho5lt@samurai.mwghennn.net>
Sun, 3 Jul 2011
[ 15:51 erwin ] Original commit 
1.135 lang/perl5.12/Makefile
1.12 lang/perl5.12/Makefile.man
1.1094 UPDATING
1.20 Mk/bsd.perl.mk
1.687 Mk/bsd.port.mk
1.35 lang/perl5.12/distinfo
1.52 lang/perl5.12/pkg-plist
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
Thu, 9 Jun 2011
[ 08:22 bapt ] Original commit 
1.686 Mk/bsd.port.mk
Fix fetch-urlall-list

Reported by:    amdmi3@ (by mail)
Approved by:    portmgr@ (bapt@, self)
Tue, 7 Jun 2011
[ 14:22 hrs ] Original commit 
1.504 print/Makefile
1.1 print/ghostscript9-nox11/Makefile
1.685 Mk/bsd.port.mk
- Add print/ghostscript9-nox11.
- Add "9" to USE_GHOSTSCRIPT_* variables and upgrade the default version to it.
Mon, 6 Jun 2011
[ 05:53 bapt ] Original commit 
1.684 Mk/bsd.port.mk
- 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@
Tue, 17 May 2011
[ 19:30 skv ] Original commit 
1.730 lang/Makefile
1.127 lang/perl5.10/Makefile
1.133 lang/perl5.12/Makefile
1.133 lang/perl5.14/Makefile
1.116 lang/perl5.8/Makefile
1.12 lang/perl5.14/Makefile.man
1.1065 UPDATING
1.19 Mk/bsd.perl.mk
1.683 Mk/bsd.port.mk
1.35 lang/perl5.14/distinfo

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Introduce Perl 5.14.0

Changes:        http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod
Fri, 6 May 2011
[ 06:20 skv ] Original commit 
1.126 lang/perl5.10/Makefile
1.132 lang/perl5.12/Makefile
1.1058 UPDATING
1.18 Mk/bsd.perl.mk
1.682 Mk/bsd.port.mk
Change default Perl version to 5.12.
Wed, 4 May 2011
[ 22:33 flz ] Original commit 
1.109 Makefile
1.8 Mk/bsd.commands.mk
1.51 Mk/bsd.gcc.mk
1.681 Mk/bsd.port.mk
1.78 Mk/bsd.port.subdir.mk
1.23 Mk/bsd.qt.mk
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]
Mon, 2 May 2011
[ 12:40 makc ] Original commit 
1.52 x11-toolkits/open-motif/Makefile
1.5 x11-toolkits/open-motif/Makefile.man
1.680 Mk/bsd.port.mk
1.7 x11-toolkits/open-motif/distinfo
1.3 x11-toolkits/open-motif/files/patch-Makefile.in
1.3 x11-toolkits/open-motif/files/patch-clients::mwm::Makefile.in
1.1 x11-toolkits/open-motif/files/patch-clients__uil__UilDefI.h
1.3 x11-toolkits/open-motif/files/patch-demos::programs::Makefile.in
1.2 x11-toolkits/open-motif/files/patch-doc::man::Makefile.in
1.3 x11-toolkits/open-motif/files/patch-doc::man::man5::Makefile.in

(Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
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
Sun, 24 Apr 2011
[ 15:37 ohauer ] Original commit 
1.28 Mk/bsd.apache.mk
1.679 Mk/bsd.port.mk
  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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 11 Apr 2011
[ 08:34 bapt ] Original commit 
1.38 audio/cmus/Makefile
1.34 audio/ncmpcpp/Makefile
1.48 audio/ocp/Makefile
1.9 audio/pytone/Makefile
1.8 deskutils/wyrd/Makefile
1.44 devel/cdk/Makefile
1.13 devel/stfl/Makefile
1.9 games/latrine/Makefile
1.24 games/mangband/Makefile
1.38 mail/cone/Makefile

(Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
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@)
Thu, 31 Mar 2011
[ 03:37 tabthorpe ] Original commit 
1.8 Mk/bsd.licenses.mk
1.677 Mk/bsd.port.mk
- Disable license checking with DISABLE_LICENSES [1]
- Remove temp files from /tmp when build is interrupted [2]

PR:             ports/149837 [1], ports/155890 [2]
Sat, 19 Mar 2011
[ 21:30 pav ] Original commit 
1.676 Mk/bsd.port.mk
- Use ${UID} instead of calling ${ID} -u

PR:             ports/155543
Submitted by:   Eitan Adler <lists@eitanadler.com>
Fri, 18 Mar 2011
[ 01:43 miwi ] Original commit 
1.675 Mk/bsd.port.mk
- 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>
Mon, 7 Mar 2011
[ 07:32 erwin ] Original commit 
1.674 Mk/bsd.port.mk
Pass CPPFLAGS to MAKE_ENV and CONFIGURE_ENV

PR:             153625
Submitted by:   gerald
Fri, 25 Feb 2011
[ 16:52 miwi ] Original commit 
1.21 devel/imake/Makefile
1.12 devel/libpciaccess/Makefile
1.17 devel/makedepend/Makefile
1.5 devel/xorg-macros/Makefile
1.36 graphics/dri/Makefile
1.17 graphics/libGL/Makefile
1.14 graphics/libGLU/Makefile
1.10 graphics/libGLw/Makefile
1.25 graphics/libglut/Makefile
1.34 graphics/mesa-demos/Makefile

(Only the first 10 of 606 ports in this commit are shown above. View all ports for this commit)
- 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
[ 11:00 pav ] Original commit 
1.35 Mk/bsd.linux-apps.mk
1.25 Mk/bsd.linux-rpm.mk
1.672 Mk/bsd.port.mk
- Allow using linux base 2.4 on FreeBSD 8.X

PR:             ports/154186
Submitted by:   ale
[ 10:55 pav ] Original commit 
1.671 Mk/bsd.port.mk
- Remove NO_SIZE support

PR:             ports/153547
Submitted by:   Eitan Adler <lists@eitanadler.com>
[ 00:56 linimon ] Original commit 
1.5 games/inform7/Makefile
1.11 net/wired/Makefile
1.5 www/dalbum/Makefile
1.670 Mk/bsd.port.mk
1.3 games/inform7/pkg-plist
1.4 net/wired/pkg-plist
1.3 www/dalbum/pkg-plist
- 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]
Wed, 16 Feb 2011
[ 10:43 erwin ] Original commit 
1.669 Mk/bsd.port.mk
Make actual-package-depends work with (unsupported) non-standard
subtrees of ${PORTSDIR} with depths other than 2.

PR:             144482
Submitted by:   brooks
Mon, 7 Feb 2011
[ 13:50 erwin ] Original commit 
1.668 Mk/bsd.port.mk
Remove trailing period to make fetch URL easier to copy/paste.

PR:             154390
Submitted by:   uqs
Feature safe:   yes
Sat, 5 Feb 2011
[ 15:55 erwin ] Original commit 
1.667 Mk/bsd.port.mk
Drop the use of <> around portaudit URLs

PR:             127214
Submitted by:   uqs
Tested on:      pointyhat-west
Feature safe:   yes
Wed, 29 Dec 2010
[ 07:14 miwi ] Original commit 
1.666 Mk/bsd.port.mk
- 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@
Wed, 22 Dec 2010
[ 20:05 ade ] Original commit 
1.27 chinese/iiimf-le-newpy/Makefile
1.23 chinese/iiimf-le-ude/Makefile
1.23 comms/aldo/Makefile
1.26 comms/gnuradio/Makefile
1.7 comms/unixcw/Makefile
1.14 databases/mysql-workbench51/Makefile
1.48 devel/gcvs/Makefile
1.17 devel/libthai/Makefile
1.32 devel/rapidsvn/Makefile
1.12 dns/dnswall/Makefile

(Only the first 10 of 61 ports in this commit are shown above. View all ports for this commit)
Sync to final (for now) bsd.autotools.mk
Sat, 18 Dec 2010
[ 11:15 beat ] Original commit 
1.26 Mk/bsd.gecko.mk
1.664 Mk/bsd.port.mk
- 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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 17 Dec 2010
[ 03:25 linimon ] Original commit 
1.663 Mk/bsd.port.mk
Force commit to note: SRC_BASE patch tested by pav.
[ 03:21 linimon ] Original commit 
1.662 Mk/bsd.port.mk
Add a temporary backstop definition of SRC_BASE.  A more general solution
is forthcoming.

While here, remove a stale comment.
Thu, 9 Dec 2010
[ 20:33 pav ] Original commit 
1.661 Mk/bsd.port.mk
- 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>
Sat, 4 Dec 2010
[ 07:34 ade ] Original commit 
1.63 accessibility/atk/Makefile
1.58 accessibility/gnome-mag/Makefile
1.33 accessibility/kdeaccessibility/Makefile
1.34 archivers/arj/Makefile
1.17 archivers/kbackup/Makefile
1.10 archivers/kio_p7zip/Makefile
1.36 archivers/libcomprex/Makefile
1.16 archivers/libdynamite/Makefile
1.16 archivers/libmspack/Makefile
1.23 archivers/liborange/Makefile

(Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Wed, 1 Dec 2010
[ 08:32 miwi ] Original commit 
1.659 Mk/bsd.port.mk
- 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]
Tue, 30 Nov 2010
[ 21:36 pav ] Original commit 
1.658 Mk/bsd.port.mk
- Add a hack to display pkg-message on package install on packages created with
  pkg_create -b

PR:             ports/152626
Reported by:    ohauer
Sat, 27 Nov 2010
[ 17:42 pav ] Original commit 
1.657 Mk/bsd.port.mk
- 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>
Wed, 24 Nov 2010
[ 23:04 pav ] Original commit 
1.656 Mk/bsd.port.mk
- 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>
Wed, 17 Nov 2010
[ 21:06 pav ] Original commit 
1.655 Mk/bsd.port.mk
- no-op/style: make use of an assigned variable

PR:             ports/152090
Submitted by:   Eitan Adler <lists@eitanadler.com>
Mon, 8 Nov 2010
[ 16:07 pav ] Original commit 
1.654 Mk/bsd.port.mk
- Fix PLIST_DIRSTRY: swap the substitutions to the proper order

PR:             ports/151799
Submitted by:   sunpoet
Fri, 29 Oct 2010
[ 12:41 erwin ] Original commit 
1.653 Mk/bsd.port.mk
Fix a mismerge in the previous revision and revert the reversion
of revision 1.651.

Noticed by:     sunpoet
Thu, 28 Oct 2010
[ 21:00 erwin ] Original commit 
1.4 accessibility/ktts/Makefile
1.5 astro/marble/Makefile
1.6 audio/festvox-us1-mbrola/Makefile
1.17 audio/py-musicbrainz/Makefile
1.2 chinese/acroread8-zh_CN/Makefile
1.2 chinese/acroread8-zh_TW/Makefile
1.27 chinese/joe/Makefile
1.24 chinese/joe2/Makefile
1.3 databases/db41-nocrypto/Makefile
1.4 databases/db42-nocrypto/Makefile

(Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
Deprecate md5 in favour of sha256 checksums.  md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:             149657
Submitted by:   rene
Approved by:    portmgr
Tested on:      pointyhat i386 7-exp
Mon, 25 Oct 2010
[ 18:36 erwin ] Original commit 
1.651 Mk/bsd.port.mk
- Pass CPP to CONFIGURE_ENV and MAKE_ENV [1]
- fix fetch-required-list output [2]

PR:             151047 [1],
                145955 [2]
Submitted by:   gerald [1],
                Martin Simmons <martin@lispworks.com> [2]
Wed, 13 Oct 2010
[ 09:04 erwin ] Original commit 
1.650 Mk/bsd.port.mk
- add INSTALL_LIB target [1]
- Add PLIST_DIRSTRY macro [2]

PR:             150303 [1],
                150337 [2]
Submitted by:   rene [1],
                kwm [2]
Wed, 29 Sep 2010
[ 20:51 pav ] Original commit 
1.649 Mk/bsd.port.mk
- Introduce a new virtual category enlightenment, for the popular desktop
  environment

PR:             ports/150492
Requested by:   Grzegorz Blach <magik@roorback.net>
Sun, 26 Sep 2010
[ 07:59 tota ] Original commit 
1.8 math/R-cran-RSvgDevice/Makefile
1.8 math/R-cran-Zelig/Makefile
1.9 math/R-cran-car/Makefile
1.8 math/R-cran-gpclib/Makefile
1.10 math/R-cran-igraph/Makefile
1.4 math/R-cran-inline/Makefile
1.2 math/R-cran-psych/Makefile
1.8 math/R-cran-sm/Makefile
1.10 math/R-cran-sp/Makefile
1.4 Mk/bsd.cran.mk

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Add CRAN_Include_MAINTAINER tag to Mk/bsd.cran.mk
- Rename R_MOD to USE_R_MOD to be suitable for bsd.port.mk
- Remove math/R-cran-sm/files/bsd.cran.mk to complete the moving

Approved by:    wen (via e-mail)
Fri, 17 Sep 2010
[ 07:31 pav ] Original commit 
1.972 UPDATING
1.647 Mk/bsd.port.mk
- Desupport USE_CDRTOOLS=cjk

PR:             ports/150362
Submitted by:   marius
Wed, 15 Sep 2010
[ 18:35 ade ] Original commit 
1.100 CHANGES
1.2257 MOVED
1.55 arabic/kde3-i18n/Makefile
1.39 arabic/koffice-i18n/Makefile
1.32 archivers/arj/Makefile
1.73 archivers/gtar/Makefile
1.10 archivers/par2cmdline-tbb/Makefile
1.34 archivers/rpm5/Makefile
1.9 archivers/torrentzip/Makefile
1.30 astro/boinc-setiathome-enhanced/Makefile

(Only the first 10 of 652 ports in this commit are shown above. View all ports for this commit)
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
[ 10:54 pav ] Original commit 
1.645 Mk/bsd.port.mk
- Add USE_BINUTILS knob that makes the build process use binutils from port
  instead of the binutils in base

PR:             ports/149955
Submitted by:   bf
Fri, 20 Aug 2010
[ 12:15 pav ] Original commit 
1.6 Mk/bsd.commands.mk
1.3 Mk/bsd.licenses.mk
1.644 Mk/bsd.port.mk
- Fix plist leftovers when using LICENSE framework and having @cwd command in
  plist

PR:             ports/147296
Submitted by:   beat

- Provide end-user DISABLE_LICENSES knob to disable licensing framework

PR:             ports/149070
Submitted by:   amdmi3

- Include bsd.gnome.mk when INSTALLS_ICONS is defined

PR:             ports/148051
Submitted by:   amdmi3
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 15 Jul 2010
[ 14:48 skv ] Original commit 
1.688 lang/Makefile
1.121 lang/perl5.10/Makefile
1.121 lang/perl5.12/Makefile
1.111 lang/perl5.8/Makefile
1.9 lang/perl5.12/Makefile.man
1.946 UPDATING
1.17 Mk/bsd.perl.mk
1.643 Mk/bsd.port.mk
1.32 lang/perl5.12/distinfo
1.2 lang/perl5.12/files/patch-INST_PREFIX.t

(Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Introduce Perl 5.12.1

Acknowledgements:       kuriyama
Fri, 4 Jun 2010
[ 08:09 pav ] Original commit 
1.4 devel/libtool22/Makefile
1.22 devel/patch/Makefile
1.62 dns/dnsmasq/Makefile
1.146 ftp/lftp/Makefile
1.94 ftp/wget/Makefile
1.307 graphics/ImageMagick/Makefile
1.108 graphics/png/Makefile
1.12 japanese/font-ume/Makefile
1.18 math/mpfr/Makefile
1.129 misc/mc/Makefile

(Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
- Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it

PR:             ports/146329
Submitted by:   mm
With hat:       portmgr
Thu, 3 Jun 2010
[ 11:41 pav ] Original commit 
1.641 Mk/bsd.port.mk
- Fix typo in openal section

PR:             ports/147426
Submitted by:   Andrius Morkunas <hinokind@gmail.com>
Wed, 2 Jun 2010
[ 11:40 pav ] Original commit 
1.640 Mk/bsd.port.mk
- Rework "missing" target to invoke pkg_info once, running pkg_info -O for each
  dependency was very time consuming

PR:             ports/146829
Submitted by:   Yuri Pankov <yuri.pankov@gmail.com>
Tue, 25 May 2010
[ 00:25 alepulver ] Original commit 
1.1 Mk/bsd.licenses.db.mk
1.1 Mk/bsd.licenses.mk
1.639 Mk/bsd.port.mk
- Add ports license framework, from GSoc 2008/2009.
- Feel free to populate bsd.licenses.db.mk and adjust the variables:
  NO_LICENSES_INSTALL and NO_LICENSES_DIALOGS (default to off).
- For more information see http://wiki.freebsd.org/PortsLicenseInfrastructure

Reviewed by:    erwin
Wed, 12 May 2010
[ 19:57 pav ] Original commit 
1.638 Mk/bsd.port.mk
- Restore USE_DISPLAY functionality on xorg-7.5 world
Tue, 27 Apr 2010
[ 21:58 gahr ] Original commit 
1.128 editors/koffice-kde4/Makefile
1.23 emulators/openmsx/Makefile
1.16 games/balazar/Makefile
1.11 games/balazarbrothers/Makefile
1.17 games/slune/Makefile
1.34 games/spring/Makefile
1.13 games/tnl/Makefile
1.30 games/vdrift/Makefile
1.16 games/windstille/Makefile
1.41 graphics/blender/Makefile

(Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly

Approved by:    portmgr (pav)
Fri, 16 Apr 2010
[ 07:18 pav ] Original commit 
1.636 Mk/bsd.port.mk
- Desupport RC_SUBR and RC_SUBR_SUFFIX macros, they have been replaced with
  literal "/etc/rc.subr" and "" values.

PR:             ports/145092
Submitted by:   dougb
Fri, 5 Feb 2010
[ 21:18 skv ] Original commit 
1.116 lang/perl5.10/Makefile
1.110 lang/perl5.8/Makefile
1.890 UPDATING
1.15 Mk/bsd.perl.mk
1.635 Mk/bsd.port.mk
Change default Perl version to 5.10.

Approved by:    portmgr (pav)
Mon, 25 Jan 2010
[ 19:15 pav ] Original commit 
1.8 audio/freealut/Makefile
1.2 audio/hs-ALUT/Makefile
1.2 audio/hs-OpenAL/Makefile
1.12 audio/py-openal/Makefile
1.14 deskutils/xneur/Makefile
1.39 devel/allegro-devel/Makefile
1.4 devel/sfml/Makefile
1.35 devel/simgear/Makefile
1.6 emulators/bsnes/Makefile
1.16 games/allacrost/Makefile

(Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:             ports/142123
Submitted by:   mva
Tested by:      pointyhat exp-run
Approved by:    portmgr (hat)
Thu, 7 Jan 2010
[ 15:55 pav ] Original commit 
1.633 Mk/bsd.port.mk
- Use full path in depobj for archivers/unzip when USE_ZIP variable is set

  9-CURRENT introduced unzip command to the base system.  Unfortunately it is
  not fully compatible with the archivers/unzip implementation and non-trivial
  amount of ports fail to build when using it.  Thus we will keep using
  archivers/unzip for unzipping source in Ports Collection until someone
  volunteer to fix all individual ports.  Two most common problems with base
  unzip are:
  * extracting files without +x flag (some ports rely to execute unzipped
    configure scripts, for example)
  * different semantics of CR/LF conversion

  Error logs of failed port builds with in-base unzip can be made available on
  request to portmgr@.

With hat:       portmgr
Tue, 29 Dec 2009
[ 10:25 miwi ] Original commit 
1.13 devel/bcc/Makefile
1.5 devel/error/Makefile
1.31 devel/linux_kdump/Makefile
1.29 devel/plan9port/Makefile
1.15 dns/ldns/Makefile
1.18 editors/mined/Makefile
1.78 games/wesnoth-devel/Makefile
1.75 games/wesnoth/Makefile
1.9 games/xmulti/Makefile
1.25 games/xscorch/Makefile

(Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src

PR:     ports/136065 ports/127469
Submitted by:   N.J. Mann <njm@njm.me.uk> and Aldis Berjoza
<killasmurf86@gmail.com>

- Early identify port CONFLICTS

PR:     137855
Submitted by:           Piotr Smyrak <smyru@heron.pl>

- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.

Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.

Submitted by:   Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)

- Fix some whitespaces

Tested with:    exp-run
Fri, 18 Dec 2009
[ 14:28 pav ] Original commit 
1.107 Makefile
1.631 Mk/bsd.port.mk
- Terminate support for X11BASE having different value from LOCALBASE

PR:             ports/122341
Submitted by:   flz
Wed, 25 Nov 2009
[ 22:02 pav ] Original commit 
1.630 Mk/bsd.port.mk
- Correct FORCE_MAKE_JOBS warning which could be incorrectly printed for
  MAKE_JOBS_SAFE marked ports

PR:             ports/140635
Submitted by:   Andrius Morkunas <hinokind@gmail.com>
Tested by:      pointyhat exp-run
Mon, 21 Sep 2009
[ 19:13 naddy ] Original commit 
1.629 Mk/bsd.port.mk
Format a few comment lines for ts=4 and <80 columns.

Feature safe:   yes
Thu, 17 Sep 2009
[ 12:24 flz ] Original commit 
1.628 Mk/bsd.port.mk
- Introduce new GNU_CONFIGURE_PREFIX to override default --prefix value
passed to configure when GNU_CONFIGURE is set. [1]
- Few changes to the new USERS/GROUPS variables (users/groups are created
earlier, so they're available in do-install; creates homedir when
it's not /var/empty or /nonexistent; set login class if specified).

PR:             ports/67436 [1]
Submitted by:   (hrs, self) [1]
Feature safe:   yes
Sun, 6 Sep 2009
[ 21:18 flz ] Original commit 
1.48 audio/pulseaudio/Makefile
1.76 devel/dbus/Makefile
1.58 sysutils/hal/Makefile
1.20 sysutils/policykit/Makefile
1.124 x11/gdm/Makefile
1.627 Mk/bsd.port.mk
1.6 audio/pulseaudio/pkg-install
1.6 devel/dbus/pkg-install
1.6 sysutils/policykit/pkg-install
1.15 x11/gdm/pkg-install

(Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Add support to create users and groups from information stored in UIDs/GIDs
files. Users and groups won't be deleted at deinstall time as we're lacking
a refcount to know if any port is using them.

Also convert a few ports while I'm here.

PR:             ports/108514
Submitted by:   mm, self
Sat, 22 Aug 2009
[ 19:32 miwi ] Original commit 
1.105 Makefile
1.626 Mk/bsd.port.mk
 - 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
Mon, 3 Aug 2009
[ 15:36 miwi ] Original commit 
1.4 Mk/bsd.commands.mk
1.625 Mk/bsd.port.mk
  - Move pkg_install commands detection to bsd.commands.mk
    PR:         135663
    Submitted:  Yuri Pankov <yuri.pankov@gmail.com>
  - Add default FLEX command to bsd.commands.mk
    PR:         137026
    Submitted:  gahr@

Tested by:      pointyhat exp-build run
Fri, 26 Jun 2009
[ 17:03 bsam ] Original commit 
1.23 Mk/bsd.linux-apps.mk
1.21 Mk/bsd.linux-rpm.mk
1.624 Mk/bsd.port.mk
Welcome new defaults for linux ports!

The default is switched for OSVERSION >= 800076 (when the last known
issue was fixed at the base system). From now the default linux
base port is linux_base-f10. Default linux infrastrucure ports
are linux-f10-*.

HEADSUP to current@ is comming.

Exp-run by:     portmgr (pav)
Thu, 11 Jun 2009
[ 09:09 erwin ] Original commit 
1.81 Mk/bsd.kde.mk
1.623 Mk/bsd.port.mk
Pass TMPDIR on to configure and make environments.

PR:             132407
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Tue, 9 Jun 2009
[ 15:33 amdmi3 ] Original commit 
1.24 astro/xphoon/Makefile
1.16 audio/libworkman/Makefile
1.54 audio/timidity++/Makefile
1.30 audio/workman/Makefile
1.23 audio/wsoundprefs/Makefile
1.63 audio/xmcd/Makefile
1.19 audio/xmix/Makefile
1.23 audio/xmmix/Makefile
1.18 benchmarks/xengine/Makefile
1.3 biology/njplot/Makefile

(Only the first 10 of 240 ports in this commit are shown above. View all ports for this commit)
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:      2 tinderbox runs by pav
Approved by:    portmgr (pav)
Mon, 8 Jun 2009
[ 14:56 skv ] Original commit 
1.1877 MOVED
1.644 lang/Makefile
1.78 lang/perl5.6/Makefile
1.2 lang/perl5.6/Makefile.man
1.14 Mk/bsd.perl.mk
1.621 Mk/bsd.port.mk
1.17 lang/perl5.6/distinfo
1.2 lang/perl5.6/files/patch-CGI.pm
1.2 lang/perl5.6/files/patch-Configure
1.2 lang/perl5.6/files/patch-DynaLoader-Makefile.PL

(Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Remove expired port lang/perl5.6
Wed, 3 Jun 2009
[ 21:50 pav ] Original commit 
1.620 Mk/bsd.port.mk
- Add USE_CSTD flag that adds --std=value to CFLAGS

PR:             ports/135083
Submitted by:   ed

- Separate MAKE_JOBS_NUMBER from _MAKE_JOBS, so it can be used in
  individual ports

PR:             ports/134977
Submitted by:   David Naylor <naylor.b.david@gmail.com>
Fri, 22 May 2009
[ 21:57 acm ] Original commit 
1.8 Mk/bsd.fpc.mk
1.619 Mk/bsd.port.mk
- Add support to defined USE_FPC after of bsd.port.pre.mk include
Mon, 11 May 2009
[ 17:35 pav ] Original commit 
1.618 Mk/bsd.port.mk
- Add a code to drop bsd.port.options.mk into /usr/share/mk if it's missing on
  the system (typically FreeBSD prior to 6.3).  Allows to continue if the write
  fails.  This should allow us to start using it widely in the ports tree
  (please not just yet, wait for a heads-up, in case this change needs to be
  backed out.)
Thu, 9 Apr 2009
[ 22:40 pav ] Original commit 
1.617 Mk/bsd.port.mk
- Don't check if pkg_tools support conflicts, they do on all recent FreeBSD
  versions.  This removes one != call per port, shaving off 2 minutes of CPU
  time per INDEX build on my computer.

Tested by:      pointyhat build run
Sat, 28 Mar 2009
[ 20:45 skv ] Original commit 
1.36 archivers/p5-Archive-Tar/Makefile
1.10 devel/p5-B-Size/Makefile
1.15 devel/p5-CPANPLUS/Makefile
1.10 devel/p5-Devel-Arena/Makefile
1.51 devel/p5-Module-Build/Makefile
1.5 devel/p5-Scalar-Util-Clone/Makefile
1.25 editors/nvi-perl/Makefile
1.629 lang/Makefile
1.107 lang/perl5.10/Makefile
1.11 math/polymake/Makefile

(Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Introduce Perl 5.10.0
Fri, 27 Mar 2009
[ 07:47 pav ] Original commit 
1.615 Mk/bsd.port.mk
- Hot fix previous commit: really bail out when make failed (fail means fail)

Reported by:    amdmi3
Pointy hat to:  pav
Sun, 22 Mar 2009
[ 10:28 pav ] Original commit 
1.614 Mk/bsd.port.mk
Introduce multiple make jobs (parallelization) support.  When enabled, -jX is
passed to the top level vendor Makefile in build stage, where X is number of
CPU cores by default.  The whole system is opt-in, ie. ports need to be enabled
individually.  There is a global override available for adventurious users.
Thu, 19 Mar 2009
[ 17:28 bsam ] Original commit 
1.2 archivers/linux-upx/Makefile
1.29 astro/google-earth/Makefile
1.37 audio/baudline/Makefile
1.17 audio/linux-esound/Makefile
1.5 audio/linux-freealut/Makefile
1.8 audio/linux-libvorbis/Makefile
1.12 audio/linux-openal/Makefile
1.3 audio/linux-sdl_mixer/Makefile
1.14 audio/teamspeak_client/Makefile
1.3 biology/consed/Makefile

(Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:             ports/132510
Submitted by:   bsam (me)
Exp-run by:     portmgr (pav)
Thu, 5 Mar 2009
[ 17:56 skv ] Original commit 
1.20 biology/p5-bioperl/Makefile
1.10 japanese/jcode.pl/Makefile
1.14 japanese/p5-jcode.pl/Makefile
1.77 lang/perl5.6/Makefile
1.103 lang/perl5.8/Makefile
1.2 sysutils/logwatch/Makefile
1.2 sysutils/logwatch/files/Makefile
1.12 Mk/bsd.perl.mk
1.612 Mk/bsd.port.mk
1.9 lang/perl5.6/files/use.perl

(Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Remove variable PERL_VER from the ports tree at all - because
it is obsolete since Perl 5.6.0.
Mon, 23 Feb 2009
[ 12:53 blackend ] Original commit 
1.611 Mk/bsd.port.mk
Add a new virtual category (docs) for forthcoming ports.

Approved by:    portmgr
Sun, 1 Feb 2009
[ 19:43 skv ] Original commit 
1.1786 MOVED
1.3 databases/p5-DBD-FrontBase/Makefile
1.621 lang/Makefile
1.76 lang/perl5.6/Makefile
1.76 lang/perl5/Makefile
1.2 www/p5-CGI-Application-Plugin-Authentication/Makefile
1.13 www/p5-Handel/Makefile
1.2 lang/perl5/Makefile.man
1.11 Mk/bsd.perl.mk
1.610 Mk/bsd.port.mk

(Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
Rename: lang/perl5 -> lang/perl5.6

PR:             ports/131046
Fri, 23 Jan 2009
[ 16:28 flz ] Original commit 
1.1781 MOVED
1.19 astro/boinc-setiathome-enhanced/Makefile
1.42 astro/celestia/Makefile
1.31 astro/openuniverse/Makefile
1.39 astro/xtide/Makefile
1.4 audio/fmit/Makefile
1.46 audio/nas/Makefile
1.28 audio/rosegarden/Makefile
1.23 audio/xcdplayer/Makefile
1.27 audio/xmixer/Makefile

(Only the first 10 of 612 ports in this commit are shown above. View all ports for this commit)
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Sat, 17 Jan 2009
[ 18:44 skv ] Original commit 
1.608 Mk/bsd.port.mk
Set PERL_VERSION and PERL_VER to "5.8.9".

Pointed by:     ume
Sun, 11 Jan 2009
[ 22:51 pav ] Original commit 
1.607 Mk/bsd.port.mk
- Backout "fail, if recursing into a dependency failed"
  This was failing for people with tcsh, who need to rehash before the newly
  installed executable is visible
[ 11:04 pav ] Original commit 
1.606 Mk/bsd.port.mk
- Remove conditional checks and support for FreeBSD versions prior 6.0-RELEASE

Submitted by:   pav

- Fix COPYTREE_* macros not to change permissions and ownership on files, that
  were already present in the target path

Submitted by:   beech

- Add a showconfig-recursive target, which has been in documentation for years
  but never implemented

PR:             ports/87642, ports/126770
Submitted by:   Andy Kosela <andy.kosela@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 5 Jan 2009
[ 12:33 gerald ] Original commit 
1.605 Mk/bsd.port.mk
Document 24 as being the current default for WANT_OPENLDAP_VER if
just USE_OPENLDAP is specified.

Fix a typo in the description of WANT_OPENLDAP_VER.

Approved by:    portmgr (marcus)
Fri, 5 Sep 2008
[ 19:41 hrs ] Original commit 
1.86 CHANGES
1.1690 MOVED
1.693 japanese/Makefile
1.12 japanese/ghostscript-gnu-jpnfont/Makefile
1.135 korean/Makefile
1.8 korean/ghostscript-gnu-korfont/Makefile
1.458 print/Makefile
1.13 print/ghostscript-gnu-commfont/Makefile
1.2 print/ghostscript-gnu-nox11/Makefile
1.130 print/ghostscript-gnu/Makefile

(Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
* print/ghostscript-* and related ports have been renamed in the
  following way:

        print/ghostscript-gnu -> print/ghostscript7
        print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11
        print/ghostscript-gnu-commfont -> print/ghostscript7-commfont
        print/ghostscript-gpl -> print/ghostscript8
        print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11
        japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont
        korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont

* USE_GHOSTSCRIPT now supports a version number which the port
  requires.  The valid value is "7" or "8".  If other value is
  specified, value of WITH_GHOSTSCRIPT_VER is used.

* WITH_GHOSTSCRIPT_GNU has been removed in favor of
  WITH_GHOSTSCRIPT_VER.  The valid value of WITH_GHOSTSCRIPT_VER is
  "7" or "8", and the default value is "8".

Approved by:    portmgr (pav)

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

1 | 2 | 3 | 4  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight70
new month141

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.758 seconds.