aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Revived from ports/gcc11.Dirk Meyer2002-03-301-0/+1
| | | | | | | | | | | | | | | | | | | | which was lost in the great attic-sweep. Thanks to all the people who had a local copy of it at freefall. - Udpate to new layout and cleaned with portlint. - Depends on autconf This is a 6811 cross compiler for FreeBSD. The C, C++ compiler is based on the GCC 2.95.2 release. The M68HC1x port is based on an old port of GCC for 68HC11 made by Otto Lind. However, it was intensively modified to generate smaller and faster code. It was enhanced to support 32-bits and 64-bits integers. The support for IEEE floating point numbers (32 and 64-bits) is also provided. Source level debugging is available with DWARF-2 debugging format. Notes: svn path=/head/; revision=56914
* changed MAINTAINERDirk Meyer2002-03-301-1/+1
| | | | | | | PR: 17801 Notes: svn path=/head/; revision=56913
* Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This isWill Andrews2002-03-304-4/+25
| | | | | | | | | | not tested other than for syntax, but should DTRT from what I understand of the problem. Submitted by: bento Notes: svn path=/head/; revision=56912
* Converted in new layout, make portlint happy too.Dirk Meyer2002-03-306-0/+98
| | | | | | | | | | | | | | | | This is a 6811 cross toolchain for FreeBSD. The GNU binutils contain: as, ld, ar, objcopy, objdump and many other utilities. The format of object files is ELF-32. The GNU Binutils support translation to other formats such as S-records, Intel HEX records, ... WWW: http://home.worldnet.fr/~stcarrez/m68hc11_port.html PR: 17801 Submitted by: jake Notes: svn path=/head/; revision=56908
* Add PTL-2.1.8_readdir-patch and bump PORTREVISION.Akinori MUSHA2002-03-303-10/+32
| | | | | | | Force to use autoconf 2.13 and unbreak. Notes: svn path=/head/; revision=56906
* Spell historical correctly.Steve Price2002-03-291-1/+1
| | | | Notes: svn path=/head/; revision=56886
* Make work with the new bsd.port.mk. The benefit of the magick, thatMikhail Teterin2002-03-291-4/+3
| | | | | | | | | | | | | | used to work to figure out the name of the installed library automaticly is, probably, not worth the disadvantages USE_SUBMAKE would bring. Just hardcode the SHLIB_NAME and figure the SHLIB_LINK from it. While I'm here, add tcl-memchan to the BUILD_DEPEND, so the automatic self-testing is done every time this package is built Submitted by: bento Notes: svn path=/head/; revision=56882
* Update to 1.1Patrick Li2002-03-292-2/+2
| | | | | | | | PR: 36476 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=56873
* Add working site to MASTER_SITESPatrick Li2002-03-291-1/+1
| | | | | | | | PR: 36478 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=56872
* Retire ruby-lapidary and add ruby-testunit 0.1.4 after a repocopy,Akinori MUSHA2002-03-2911-156/+229
| | | | | | | | | | which is based on ruby-lapidary and being merged with ruby-unit. ruby-testunit has a ruby-unit compatibility layer which is only installed if ruby-unit is _not_ installed yet. Notes: svn path=/head/; revision=56828
* Need to use bsd.port.pre.mk.David E. O'Brien2002-03-281-1/+3
| | | | Notes: svn path=/head/; revision=56801
* The prevalent style is <pkgname><major_ver_num> w/o -'s.David E. O'Brien2002-03-282-6/+6
| | | | Notes: svn path=/head/; revision=56800
* Allow pkg_add -r to work easily given change to XF4.David E. O'Brien2002-03-282-0/+9
| | | | Notes: svn path=/head/; revision=56799
* Use proper names for installed libraries.Jimmy Olgeni2002-03-284-4/+14
| | | | Notes: svn path=/head/; revision=56795
* upgrade to 0.1.7Ying-Chieh Liao2002-03-282-2/+2
| | | | Notes: svn path=/head/; revision=56787
* Remove iconv->giconv hack.Maxim Sobolev2002-03-281-88/+0
| | | | | | | | PR: 36265 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56785
* Add a patch to fix the build on the Alpha.Akinori MUSHA2002-03-281-0/+18
| | | | | | | Reported by: beta Notes: svn path=/head/; revision=56783
* Update to v1.3. Add a runtime dependency on ports/print/teTeX.Joseph Koshy2002-03-284-4/+18
| | | | | | | | | | Maintain TeX's `ls-lR' databases when the port is installed and de-installed. Take over maintainership. Notes: svn path=/head/; revision=56779
* Use the PORTVERSION variable to generate WRKSRC instead of hardcoding it.Ollivier Robert2002-03-274-4/+4
| | | | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Notes: svn path=/head/; revision=56736
* - Update to 3.14pPatrick Li2002-03-266-294/+286
| | | | | | | | | | | - Resort pkg-plist and add PORTDOCS support - Remove unnecessary spacing in Makefile PR: 36338 Submitted by: maintainer Notes: svn path=/head/; revision=56712
* Update to Subversion r1587.Ollivier Robert2002-03-268-12/+12
| | | | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=56700
* Update to the 2002-03-25 snapshot of what will be version 5.2.David E. O'Brien2002-03-268-8/+8
| | | | Notes: svn path=/head/; revision=56662
* Add cvsbook 1.21, a tutorial and reference for CVS.Pete Fritchman2002-03-256-0/+65
| | | | | | | | PR: 35752 Submitted by: Alan Eldridge <alane@geeksrus.net> Notes: svn path=/head/; revision=56654
* Stage 2 gettext updateAde Lovett2002-03-2510-159/+158
| | | | | | | | | Upgrade to 0.11.1, remove NO_LATEST_LINK. Reviewed by: portmgr Notes: svn path=/head/; revision=56653
* Update to 0.5.15.Maxim Sobolev2002-03-253-28/+27
| | | | Notes: svn path=/head/; revision=56645
* Set MAINTAINER to ports@FreeBSD.org.Peter Pentchev2002-03-251-1/+1
| | | | | | | | PR: 36306 Submitted by: the former maintainer Notes: svn path=/head/; revision=56641
* Unbreak and fix the bogus plist.Jimmy Olgeni2002-03-254-78/+62
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=56638
* - Add a rather hackish patch to force File::Temp to find the File::SpecJohann Visagie2002-03-252-0/+14
| | | | | | | | | | | installed (from devel/p5-Site-Spec) uner site_perl before the one installed with Perl. This makes File::Temp work with Perl 5.005_03 currently in the -STABLE base system. (Advice from any Perl gurus on a better way to do this would be appreciated.) - Bumped PORTREVISION. Notes: svn path=/head/; revision=56636
* fix plistDavid E. O'Brien2002-03-254-4/+4
| | | | Notes: svn path=/head/; revision=56632
* - Fix remaining places where giconv used instead of iconvYing-Chieh Liao2002-03-253-278/+280
| | | | | | | | | | - Support NOPORTDOCS PR: 36290 Submitted by: Ports Fury Notes: svn path=/head/; revision=56623
* - Do not install useless .la fileYing-Chieh Liao2002-03-253-7/+47
| | | | | | | | PR: 36289 Submitted by: Ports Fury Notes: svn path=/head/; revision=56622
* Remove an extra '\' that breaks the build.Ollivier Robert2002-03-254-4/+4
| | | | | | | Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> (MAINTAINER) Notes: svn path=/head/; revision=56613
* - Recent changes to the ORBit port caused a build error, which highlighted aJohann Visagie2002-03-254-4/+22
| | | | | | | | | | | | | | | deficiency in orbit-python's Makefile structure: it's not sufficiently inclusive w.r.t actually using *_CFLAGS generated by various test programs called from its own configure script. Added a patch to fix this. - (It's also not very good about using generated *_LIBS, which may cause future problems.) - No PORTREVISION bump; this is a build-time problem. PR: 36278 Submitted by: Christopher Farley <chris@northernbrewer.com> Notes: svn path=/head/; revision=56612
* Unbroke on a recent -current.Maxim Sobolev2002-03-252-18/+22
| | | | | | | | PR: 35840 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=56611
* Add USE_SUBMAKE, where it might be necessary.Maxim Sobolev2002-03-252-0/+2
| | | | Notes: svn path=/head/; revision=56610
* BROKEN: Does not buildKris Kennaway2002-03-251-0/+2
| | | | Notes: svn path=/head/; revision=56585
* BROKEN: does not buildKris Kennaway2002-03-253-0/+6
| | | | Notes: svn path=/head/; revision=56578
* BROKEN: does not fetchKris Kennaway2002-03-251-0/+2
| | | | Notes: svn path=/head/; revision=56576
* Remove this port, which has been marked broken for a long time with noKris Kennaway2002-03-2511-933/+0
| | | | | | | fix. Notes: svn path=/head/; revision=56575
* BROKEN: plist incorrectKris Kennaway2002-03-252-0/+4
| | | | Notes: svn path=/head/; revision=56574
* BROKEN: Does not buildKris Kennaway2002-03-252-0/+4
| | | | Notes: svn path=/head/; revision=56571
* Update to 0.1.7.Akinori MUSHA2002-03-242-2/+2
| | | | Notes: svn path=/head/; revision=56542
* USE_BZIP2Dmitry Sivachenko2002-03-2412-6/+12
| | | | Notes: svn path=/head/; revision=56539
* Update to 20020323.David E. O'Brien2002-03-248-12/+12
| | | | Notes: svn path=/head/; revision=56529
* upgrade to 1.2.8Ying-Chieh Liao2002-03-242-2/+2
| | | | Notes: svn path=/head/; revision=56519
* upgrade to 5.3.3Ying-Chieh Liao2002-03-243-5/+7
| | | | Notes: svn path=/head/; revision=56518
* Update for acpica-unix-20020308.Mitsuru IWASAKI2002-03-243-13/+4
| | | | Notes: svn path=/head/; revision=56513
* Update to 2.19.Pete Fritchman2002-03-242-2/+2
| | | | Notes: svn path=/head/; revision=56503
* Update to 1.4.1Kevin Lo2002-03-232-3/+2
| | | | | | | | PR: 36115 Submitted by: Hidekazu Kuroki <hidekazu@pc88.gr.jp> Notes: svn path=/head/; revision=56482
* add py-ro 2.5Ying-Chieh Liao2002-03-227-0/+236
| | | | | | | Python Remote Objects Notes: svn path=/head/; revision=56447