aboutsummaryrefslogtreecommitdiff
path: root/devel/mingw32-binutils
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.21Tilman Keskinoz2011-01-033-13/+16
| | | | | | | | PR: 153635 Submitted by: maintainer Notes: svn path=/head/; revision=267320
* - Update to version 2.20Tong LIU2010-01-072-8/+7
| | | | | | | | PR: ports/139697 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=247320
* Over to new volunteer.Mark Linimon2010-01-061-1/+1
| | | | | | | | PR: ports/139697 (partial) Approved by: former maintainer Notes: svn path=/head/; revision=247247
* Update to latest 2.19.1 versionLev A. Serebryakov2009-04-034-45/+5
| | | | | | | | PR: ports/133346 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Notes: svn path=/head/; revision=231556
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Fix annoying error in `ld' build process.Lev A. Serebryakov2008-01-301-0/+41
| | | | | | | | PR: ports/119688 Submitted by: Naram Qashat Notes: svn path=/head/; revision=206456
* - Update to 2.18Martin Matuska2008-01-153-9/+6
| | | | | | | | | | | | - Unbreak - Fix COMMENT PR: ports/117807 Submitted by: Max Brazhnikov <makc at issp.ac.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=205687
* BROKEN: Size mismatchKris Kennaway2007-08-051-0/+2
| | | | Notes: svn path=/head/; revision=197123
* Update to latest snapshot 2.17.50Lev A. Serebryakov2007-07-283-36/+28
| | | | | | | | | NB: PR suggests to use `mingw32' snapshot, but it is same as trunk one. PR: ports/114728 Notes: svn path=/head/; revision=196483
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+2
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Update to 2.16.91.20050827.1Lev A. Serebryakov2006-12-043-7/+9
| | | | Notes: svn path=/head/; revision=178819
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Update to latest version.Lev A. Serebryakov2005-09-163-15/+15
| | | | Notes: svn path=/head/; revision=142903
* Update to latest snapshot.Lev A. Serebryakov2005-04-104-39/+41
| | | | | | | Unbreak with some ugly hack. Notes: svn path=/head/; revision=132888
* BROKEN: Incomplete pkg-plistKris Kennaway2005-03-271-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=132076
* Update to latest patches for official 2.15 release.Lev A. Serebryakov2004-08-053-21/+20
| | | | Notes: svn path=/head/; revision=115452
* Trim whitespace.Trevor Johnson2004-04-101-1/+0
| | | | Notes: svn path=/head/; revision=106662
* echo -> ${ECHO}, remove USE_GETTEXT at all.Lev A. Serebryakov2004-04-061-4/+3
| | | | Notes: svn path=/head/; revision=106299
* Fix *.info installtion. Unbroke.Lev A. Serebryakov2004-04-062-28/+11
| | | | Notes: svn path=/head/; revision=106294
* BROKEN: Incorrect pkg-plistKris Kennaway2004-03-191-0/+2
| | | | Notes: svn path=/head/; revision=104619
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Update to latest current version.Lev A. Serebryakov2004-03-036-43/+47
| | | | Notes: svn path=/head/; revision=102834
* Update to latest version.Lev A. Serebryakov2004-02-062-5/+5
| | | | Notes: svn path=/head/; revision=100140
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-4/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-2/+2
| | | | Notes: svn path=/head/; revision=98909
* Oops, fix previous commit to this port. Sorry.Lev A. Serebryakov2003-10-151-1/+0
| | | | | | | Now REALLY don't install ${PREFIX}/lib/libiberty.a Notes: svn path=/head/; revision=91316
* Don't install ${PREFIX}/lib/libiberty.aLev A. Serebryakov2003-10-151-0/+17
| | | | | | | This commit resolve conflict with other *-binutils ports Notes: svn path=/head/; revision=91315
* Don't install ${PREFIX}/lib/libiberty.aLev A. Serebryakov2003-10-151-0/+1
| | | | | | | This commit resolve conflict with other *-binutils ports Notes: svn path=/head/; revision=91314
* Update to latest version, based on standard binutils 2.14.Lev A. Serebryakov2003-10-063-39/+13
| | | | | | | Obtained from: Target's maintainers. Notes: svn path=/head/; revision=90454
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* Fix 'distinfo' file.Lev A. Serebryakov2003-07-082-2/+2
| | | | | | | | PR: 54106 Submitted by: Kuang-che Wu <kcwu@kcwu.homeip.net> Notes: svn path=/head/; revision=84469
* Update to latest snapshot from www.mingw.orgLev A. Serebryakov2003-06-284-480/+75
| | | | | | | Approved by: sobomax Notes: svn path=/head/; revision=83780
* Change MAINTAINER field of my ports to lev@FReeBSD.org, my brand-newLev A. Serebryakov2003-06-171-1/+1
| | | | | | | | | committer's e-mail Approved by: sobomax Notes: svn path=/head/; revision=83152
* [NEW PORT] devel/mingw32-binutils: new version of mingw32 toolchainEdwin Groothuis2003-05-195-91/+556
| | | | | | | | | | | | | | | | | | for Windows target This is bimutils from latest mingw32-2.0.0 package. Here is old port `devel/mingw-bimutils' from 1.0.0 package, but maintainer of this old port syay, taht he don't want update it, because new versions is not too stable. It is good idea, to have old and stable environment (with old and good-known gcc-2.95, etc) and new one. We have many versions of native gcc in `lang/', for example. PR: ports/44457 Submitted by: Lev A. Serbryakov <lev@serebryakov.spb.ru> Notes: svn path=/head/; revision=81327
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* Avoid using bison even if it is installed since it cannot processMario Sergio Fujikawa Ferreira2002-12-231-0/+11
| | | | | | | | | | | mingw-binutils grammar PR: 46412 Submitted by: maintainer Approved by: portmgr (self & no objections) Notes: svn path=/head/; revision=71816
* Add a missing dependency: msgfmt/libintl.Akinori MUSHA2002-09-291-0/+3
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=67248
* Use @unexec to remove possibly non-empty directories.Akinori MUSHA2002-01-161-4/+3
| | | | Notes: svn path=/head/; revision=53189
* Sort entries.Akinori MUSHA2002-01-161-24/+24
| | | | Notes: svn path=/head/; revision=53187
* Update to 2.11.92 (-20011113).Akinori MUSHA2002-01-163-16/+47
| | | | | | | | PR: ports/33483 Submitted by: Michal Pasternak <doc@lublin.t1.pl> (MAINTAINER) Notes: svn path=/head/; revision=53183
* Update MinGW and change MAINTAINER.Akinori MUSHA2001-08-025-23/+11
| | | | | | | | | | | | | | - mingw -> 20010726 - mingw-bin-msvcrt -> 1.0 - mingw-binutils -> 2.11.90 - mingw-gcc -> 2.95.3 PR: ports/29344 (+ several minor fixes) Submitted by: Michal P. <doc@lublin.t1.pl> (new MAINTAINER) Approved by: Toshihiro Inoue <tino@pa2.so-net.ne.jp> (ex. MAINTAINER) Notes: svn path=/head/; revision=45743
* o migrate to MASTER_SITE_SOURCEWARE and USE_BZIP2.FUJISHIMA Satsuki2001-01-292-3/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=37737
* Fix the wrong MASTER_SITE_SUBDIR.Akinori MUSHA2000-07-081-1/+1
| | | | | | | | PR: ports/19775 Submitted by: Maintainer Notes: svn path=/head/; revision=30359
* Add mingw, cross development suite for MS Windows.Akinori MUSHA2000-06-265-0/+90
PR: ports/19107 Submitted by: Toshihiro Inoue <tino@pa2.so-net.ne.jp> Notes: svn path=/head/; revision=29892