FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 4:02 PM GMT
non port: devel/bison/Makefile
CVSWeb

Number of commits found: 53

Mon, 30 Jan 2012
[ 19:30 johans ] Original commit 
1.66 devel/bison/Makefile
1.22 devel/bison/distinfo
1.24 devel/bison/pkg-plist
Update bison to 2.5 release
Thanks to miwi for testing it on an exp-run

PR:     ports/157769
Mon, 7 Nov 2011
[ 03:25 miwi ] Original commit 
1.93 databases/fastdb/Makefile
1.128 databases/gigabase/Makefile
1.36 databases/glom/Makefile
1.8 databases/jrrd/Makefile
1.19 databases/mysql-workbench51/Makefile
1.10 databases/mysqlard/Makefile
1.9 databases/php5-rrdtool/Makefile
1.102 databases/rrdtool/Makefile
1.66 databases/sqlite3/Makefile
1.27 deskutils/google-gadgets/Makefile

(Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- Get rid FreeBSD 6.x support
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
Mon, 16 Aug 2010
[ 20:17 johans ] Original commit 
1.63 devel/bison/Makefile
1.20 devel/bison/distinfo
1.23 devel/bison/pkg-plist
Update bison to 2.4.3

PR:             ports/144916
Tested by:      exp-run by pav
Mon, 31 May 2010
[ 02:01 ade ] Original commit 
1.14 accessibility/accerciser/Makefile
1.74 accessibility/at-spi/Makefile
1.2 accessibility/at-spi2-atk/Makefile
1.2 accessibility/at-spi2-core/Makefile
1.61 accessibility/atk/Makefile
1.52 accessibility/dasher/Makefile
1.56 accessibility/gnome-mag/Makefile
1.43 accessibility/gnopernicus/Makefile
1.48 accessibility/gok/Makefile
1.17 accessibility/mousetweaks/Makefile

(Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Tue, 23 Feb 2010
[ 18:03 johans ] Original commit 
1.13 deskutils/ljclive/Makefile
1.20 deskutils/tuxcards/Makefile
1.61 devel/bison/Makefile
1.44 devel/gindent/Makefile
1.40 devel/m4/Makefile
1.25 devel/ocaml-findlib/Makefile
1.6 devel/ocaml-magic/Makefile
1.35 devel/ocaml-pcre/Makefile
1.14 devel/ocaml-ulex/Makefile
1.15 dns/walker/Makefile

(Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Update my mail address to @FreeBSD.org

Feature safe:   yes
Fri, 10 Apr 2009
[ 09:06 johans ] Original commit 
1.60 devel/bison/Makefile
Don't update charset.alias if WITHOUT_NLS is set

Reported by:    pgollucci
Fri, 6 Mar 2009
[ 12:04 johans ] Original commit 
1.59 devel/bison/Makefile
1.19 devel/bison/distinfo
1.4 graphics/flasm/files/patch-assembler.y
1.3 lang/ptoc/files/patch-parser.y
1.2 x11/xstroke/files/patch-rec_parse.y
1.1 security/ike/files/patch-source_iked_conf.parse.yy
1.1 graphics/ming/files/patch-src_actioncompiler_swf5compiler.y
1.2 japanese/ming/files/patch-src_actioncompiler_swf5compiler.y
1.22 devel/bison/pkg-plist
- Update bison to 2.4.1, see announcements for important changes:
  http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00000.html
  http://lists.gnu.org/archive/html/bug-bison/2008-12/msg00000.html
- Take over bison maintainership - as approved by portmgr (marcus)
- Add patches for ports to compile with new bison:
  Replace %{ .. %} with %code { .. } where required
  and accommodate stricter typing requirements
Thanks to pav for an exp-run on pointyhat

PR:             ports/131640
Approved by:    portmgr (pav)
Thu, 21 Aug 2008
[ 06:18 rafan ] Original commit 
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile

(Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 6 Jun 2008
[ 13:21 edwin ] Original commit 
1.85 devel/ORBit/Makefile
1.134 devel/ORBit2/Makefile
1.6 devel/acovea-gtk/Makefile
1.13 devel/aegis/Makefile
1.13 devel/agide/Makefile
1.7 devel/alabastra/Makefile
1.64 devel/anjuta/Makefile
1.15 devel/antlr/Makefile
1.9 devel/antlrworks/Makefile
1.48 devel/apache-ant/Makefile

(Only the first 10 of 367 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Thu, 18 Oct 2007
[ 02:28 ade ] Original commit 
1.56 devel/bison/Makefile
Restore PORTEPOCH.  My feelings on this particular knob are rated
*at least* NC-17.

Submitted by:   many
Wed, 17 Oct 2007
[ 10:13 ade ] Original commit 
1.1502 MOVED
1.29 audio/denemo/Makefile
1.13 audio/rezound/Makefile
1.28 audio/sfront/Makefile
1.11 biology/chemeq/Makefile
1.12 cad/alliance/Makefile
1.29 cad/iverilog/Makefile
1.6 cad/opencascade/Makefile
1.21 cad/tkgate/Makefile
1.54 databases/clip/Makefile

(Only the first 10 of 199 ports in this commit are shown above. View all ports for this commit)
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Sun, 4 Sep 2005
[ 18:33 ade ] Original commit 
1.740 MOVED
1.1956 devel/Makefile
1.56 devel/bison-devel/Makefile
1.54 devel/bison/Makefile
1.54 devel/bison175/Makefile
1.55 devel/bison1875/Makefile
1.15 devel/bison175/distinfo
1.13075 /CVSROOT/modules
1.5 devel/bison175/pkg-descr
1.19 devel/bison175/pkg-plist
A few more cleanups after recent events with bison

* lose the bison175 port, it's not needed for now and will
  only confuse matters
* clean up devel/Makefile, modules, and MOVED appropriately
* take maintainership of the bison* ports

Approved by:    portmgr
[ 10:45 pav ] Original commit 
1.53 devel/bison/Makefile
1.16 devel/bison/distinfo
1.20 devel/bison/pkg-plist
- Back out update to 2.0

Requested by:   ade
Fri, 2 Sep 2005
[ 08:02 pav ] Original commit 
1.52 devel/bison/Makefile
1.15 devel/bison/distinfo
1.19 devel/bison/pkg-plist
- Update to 2.0

PR:             ports/84709
Submitted by:   Frerich Raabe <frerich@athame.co.uk>
Tue, 12 Apr 2005
[ 03:26 obrien ] Original commit 
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile

(Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien ] Original commit 
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile

(Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Fri, 3 Sep 2004
[ 16:13 leeym ] Original commit 
1.49 devel/bison/Makefile
1.49 devel/bison1875/Makefile
- add version in CONFLICTS, otherwise it will conflict with itself.

Pointy hat to:  leeym
[ 15:19 leeym ] Original commit 
1.48 devel/bison/Makefile
1.48 devel/bison1875/Makefile
- use shell meta-characters for pattern matching
Sun, 28 Mar 2004
[ 16:26 krion ] Original commit 
1.47 devel/bison/Makefile
1.16 devel/bison/pkg-plist
- Support INFO
- Support DATADIR

PR:             ports/64853
Submitted by:   Ports Fury
Wed, 4 Feb 2004
[ 18:02 marcus ] Original commit 
1.46 devel/bison/Makefile
Switch to USE_GETTEXT.

PR:             62351
Submitted by:   TAKAHASHI Kaoru <kaoru@kaisei.org>
[ 04:36 marcus ] Original commit 
1.26 arabic/kde3-i18n/Makefile
1.4 arabic/koffice-i18n/Makefile
1.5 archivers/dpkg/Makefile
1.40 archivers/gtar/Makefile
1.17 archivers/libcomprex/Makefile
1.48 archivers/rpm/Makefile
1.19 astro/fooseti/Makefile
1.17 astro/gpsdrive/Makefile
1.15 astro/spacechart/Makefile
1.41 audio/aumix/Makefile

(Only the first 10 of 312 ports in this commit are shown above. View all ports for this commit)
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
Fri, 23 Jan 2004
[ 18:12 trevor ] Original commit 
1.25 arabic/kde3-i18n/Makefile
1.3 arabic/koffice-i18n/Makefile
1.4 archivers/dpkg/Makefile
1.39 archivers/gtar/Makefile
1.16 archivers/libcomprex/Makefile
1.47 archivers/rpm/Makefile
1.18 astro/fooseti/Makefile
1.16 astro/gpsdrive/Makefile
1.14 astro/spacechart/Makefile
1.40 audio/aumix/Makefile

(Only the first 10 of 314 ports in this commit are shown above. View all ports for this commit)
Now gettext 0.12.1 is gettext-old.
Mon, 1 Sep 2003
[ 03:30 seanc ] Original commit 
1.43 devel/bison/Makefile
1.43 devel/bison1875/Makefile
Add CONFLICTS for bison/bison1875.

PR:             ports/56242
Submitted by:   Thierry Thomas <thierry@pompo.net>
Tue, 26 Aug 2003
[ 20:25 marcus ] Original commit 
1.3 archivers/dpkg/Makefile
1.37 archivers/gtar/Makefile
1.11 archivers/libcomprex/Makefile
1.46 archivers/rpm/Makefile
1.16 astro/fooseti/Makefile
1.14 astro/gpsdrive/Makefile
1.12 astro/spacechart/Makefile
1.38 audio/aumix/Makefile
1.15 audio/denemo/Makefile
1.20 audio/lopster/Makefile

(Only the first 10 of 173 ports in this commit are shown above. View all ports for this commit)
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
Mon, 25 Aug 2003
[ 05:41 marcus ] Original commit 
1.2 archivers/dpkg/Makefile
1.36 archivers/gtar/Makefile
1.10 archivers/libcomprex/Makefile
1.45 archivers/rpm/Makefile
1.15 astro/fooseti/Makefile
1.13 astro/gpsdrive/Makefile
1.11 astro/spacechart/Makefile
1.37 audio/aumix/Makefile
1.14 audio/denemo/Makefile
1.19 audio/lopster/Makefile

(Only the first 10 of 175 ports in this commit are shown above. View all ports for this commit)
Chase the libintl.so shared lib version.
Tue, 29 Jul 2003
[ 06:35 daichi ] Original commit 
1.40 devel/bison/Makefile
1.15 devel/bison/pkg-plist
update devel/bison: add WITHOUT_NLS support
  The patch allows bison to be compiled without gettext support,
  for use when space is tight or the gettext dependency is not desired.

PR:             48824
Submitted by:   Matthias Andree <matthias.andree@web.de>
Thu, 20 Feb 2003
[ 17:07 knu ] Original commit 
1.18 devel/ElectricFence/Makefile
1.19 devel/SpecTcl/Makefile
1.4 devel/adacurses/Makefile
1.4 devel/alf/Makefile
1.13 devel/allegro/Makefile
1.15 devel/asl/Makefile
1.18 devel/astyle/Makefile
1.7 devel/autodia/Makefile
1.28 devel/autogen/Makefile
1.6 devel/avltree/Makefile

(Only the first 10 of 432 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Sat, 16 Nov 2002
[ 00:48 marcus ] Original commit 
1.38 devel/bison/Makefile
Add a RUN_DEPENDS on gm4 to prevent bison from failing with many ports.

Approved by:    kris
Discussed on    ports
Thu, 24 Oct 2002
[ 20:04 will ] Original commit 
1.35 devel/bison/Makefile
Add dependency on GNU m4 for the build.  Found by portbuild.
[ 13:55 dwcjr ] Original commit 
1.34 devel/bison/Makefile
1.13 devel/bison/distinfo
1.6 devel/bison/files/patch-getargs.c
1.2 devel/bison/files/patch-intl::Makefile.in
1.6 devel/bison/files/patch-reader.c
1.14 devel/bison/pkg-plist
Update to 1.75

PR:             44223
Submitted by:   tkato@prontomail.com
Sat, 14 Sep 2002
[ 13:32 sobomax ] Original commit 
1.37 archivers/bzip2/Makefile
1.39 archivers/unzip/Makefile
1.33 devel/autoconf213/Makefile
1.24 devel/automake/Makefile
1.24 devel/automake14/Makefile
1.33 devel/bison/Makefile
1.44 devel/gmake/Makefile
1.24 devel/imake-4/Makefile
1.12 devel/imake/Makefile
1.20 devel/libtool/Makefile

(Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.

Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
Tue, 30 Apr 2002
[ 08:29 sobomax ] Original commit 
1.32 devel/bison/Makefile
1.1 devel/bison/files/patch-intl::Makefile.in
1.13 devel/bison/pkg-plist
Don't install own copy of charset.alias - use one from libiconv instead. Bump
PORTREVISION.
Sat, 6 Apr 2002
[ 19:30 demon ] Original commit 
1.31 devel/bison/Makefile
1.12 devel/bison/distinfo
Upgrade to 1.35.
Sun, 24 Mar 2002
[ 16:06 demon ] Original commit 
1.30 devel/bison/Makefile
1.11 devel/bison/distinfo
USE_BZIP2
Tue, 19 Mar 2002
[ 10:18 ache ] Original commit 
1.29 devel/bison/Makefile
Remove iconv->giconv hack
Mon, 18 Mar 2002
[ 10:27 knu ] Original commit 
1.40 audio/mpg123/Makefile
1.15 audio/vorbis-tools/Makefile
1.7 converters/p5-Text-Iconv/Makefile
1.5 converters/py-iconv/Makefile
1.17 converters/ruby-iconv/Makefile
1.3 converters/siconv/Makefile
1.18 databases/freetds/Makefile
1.12 databases/grass/Makefile
1.7 databases/sqlrelay/Makefile
1.28 devel/bison/Makefile

(Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to reflect the (lib)iconv upgrade.
[ 09:46 sobomax ] Original commit 
1.39 audio/mpg123/Makefile
1.14 audio/vorbis-tools/Makefile
1.6 converters/p5-Text-Iconv/Makefile
1.4 converters/py-iconv/Makefile
1.16 converters/ruby-iconv/Makefile
1.2 converters/siconv/Makefile
1.17 databases/freetds/Makefile
1.11 databases/grass/Makefile
1.6 databases/sqlrelay/Makefile
1.27 devel/bison/Makefile

(Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
Sat, 16 Mar 2002
[ 12:19 demon ] Original commit 
1.26 devel/bison/Makefile
1.10 devel/bison/distinfo
Upgrade to 1.34.
Thu, 14 Mar 2002
[ 16:05 naddy ] Original commit 
1.25 devel/bison/Makefile
Limit s/iconv/giconv/ to the actually used files in order to avoid
triggering an auto* build cascade.
Wed, 13 Mar 2002
[ 19:34 knu ] Original commit 
1.24 devel/bison/Makefile
Bump PORTREVISION for the last fix.
[ 01:23 naddy ] Original commit 
1.23 devel/bison/Makefile
1.12 devel/bison/pkg-plist
This requires ngettext().

XXX Explicitly build with included libintl for now.

PR:             35653
Sun, 17 Feb 2002
[ 03:52 obrien ]  
unknown devel/bison/Makefile
unknown devel/bison/distinfo
unknown devel/bison/files/patch-getargs.c
unknown devel/bison/files/patch-reader.c
Update to version 1.33.    
Tue, 11 Dec 2001
[ 01:58 obrien ]  
unknown devel/bison/Makefile
unknown devel/bison/distinfo
unknown devel/bison/files/patch-getargs.c
unknown devel/bison/files/patch-reader.c
This PORTEPOCH for life crap is stupid.   Back out the downgrade, I would have
never agreed to it if I had know...   This leaves a window of downgradededness
18 hours -- people can just live   with that.    
Mon, 10 Dec 2001
[ 10:25 sobomax ]  
unknown devel/bison/Makefile
Bump PORTEPOCH because PORTVERSION was recently lowered.    
[ 04:41 obrien ]  
unknown devel/bison/Makefile
unknown devel/bison/distinfo
unknown devel/bison/files/patch-getargs.c
unknown devel/bison/files/patch-reader.c
Back this down to version 1.28 until the Bison developers can acutally   do some
regression tests on their later releases.   Versions 1.29 and 1.30 seg fault
where 1.28 did not.    
Sun, 2 Dec 2001
[ 07:37 sobomax ]  
unknown devel/bison/Makefile
Override CONFIGURE_TARGET - this package generated with autoconf-2.52 needs a  
different semantics than our bsd.port.mk provides.    
Thu, 29 Nov 2001
[ 15:24 obrien ]  
unknown devel/bison/Makefile
unknown devel/bison/distinfo
Upgrade to Bison 1.30.   Version 1.29 had several problems that I believe 1.30
fixes (looking at the   ChangeLog).    
Sun, 23 Sep 2001
[ 07:40 sf ]  
unknown devel/bison/Makefile
unify info files (no revision bump needed).    
[ 01:21 obrien ]  
unknown devel/bison/Makefile
unknown devel/bison/distinfo
unknown devel/bison/files/patch-configure
unknown devel/bison/files/patch-getargs.c
unknown devel/bison/files/patch-reader.c
unknown devel/bison/pkg-plist
unknown devel/bison/files/ru.po
Update to 1.29    
Mon, 16 Jul 2001
[ 19:04 demon ]  
unknown devel/bison/Makefile
unknown devel/bison/files/patch-configure
unknown devel/bison/pkg-plist
unknown devel/bison/files/ru.po
Add Russian messages.    
Mon, 12 Jun 2000
[ 11:12 sobomax ]  
unknown devel/bison/Makefile
Explicitly add -lintl into LDFLAGS, because stupid configure script doesn't  
bother to do it.    
[ 11:00 sobomax ]  
unknown devel/bison/Makefile
Use installed libintl instead of the port's own version.    

Number of commits found: 53

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 23152
Broken 191
Deprecated 96
Ignore 727
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours8
new 7 days44
new fortnight69
new month137

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.408 seconds.