summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (1) /usr/share/info/dir was renamed to dir-tmpl.Satoshi Taoka2000-07-193-7/+0
| | | | | | | | | | | | | | | | (2) Now it is not necessary to exist a file "info/dir" when install-info is executed. By (1) and (2), I removed the next line: [ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir from PLIST or Makefile CV: ---------------------------------------------------------------------- Notes: svn path=/head/; revision=30867
* - Do not read a file more than once, where the sameness is judged byAkinori MUSHA2000-07-199-54/+396
| | | | | | | | | | | | | | | | the inode numbers of files. This should fix the "duplicated macros" error when aclocal is invoked with `-I ${X11BASE}/share/aclocal' explicitly. - Do not scan ${X11BASE}/share/aclocal if it does not exist. (Or it's (a symlink to)* a directory) This should fix the "no such directory" error when you build a non-X port without X installed. (like on bento) Notes: svn path=/head/; revision=30842
* Enough FreeBSD/Alpha support to at least allow this to compile.David E. O'Brien2000-07-192-11/+40
| | | | | | | Functionality is untested at this time. Notes: svn path=/head/; revision=30839
* Update to 1.2: New kevent(2) API (and require FreeBSD versionsDoug White2000-07-192-4/+4
| | | | | | | with it as I'm a lazy bastard). Notes: svn path=/head/; revision=30813
* Get a lot closer to supporting FreeBSD/Alpha.David E. O'Brien2000-07-192-8/+163
| | | | | | | | (we only have two arch's, why can't we keep them better in sync with each other ABI-wise?) Notes: svn path=/head/; revision=30812
* Browse two repositories by default.Akinori MUSHA2000-07-182-2/+2
| | | | | | | | local => /home/cvs FreeBSD => /home/ncvs Notes: svn path=/head/; revision=30806
* Update to rev. 1.90.Akinori MUSHA2000-07-184-4/+4
| | | | | | | o checkout without revision should default to HEAD Notes: svn path=/head/; revision=30799
* Add glib13. The index build just failed because of this.Satoshi Asami2000-07-181-0/+1
| | | | Notes: svn path=/head/; revision=30798
* Add glib13 after repo-copy from glib12.Maxim Sobolev2000-07-1816-530/+190
| | | | | | | | Warning: it is unstable development version, so you do not have to upgrade your gtk12 LIB_DEPENDS! Notes: svn path=/head/; revision=30775
* Correct md5 that is calculated from the original distfile.Akinori MUSHA2000-07-172-2/+2
| | | | | | | The previous value was of my locally packed tarball somehow.. Notes: svn path=/head/; revision=30747
* Use ${INSTALL_MAN} where appropriate.Kelly Yancey2000-07-171-1/+1
| | | | Notes: svn path=/head/; revision=30742
* We need autoheader to correctly build this port.Steve Price2000-07-161-1/+2
| | | | | | | | PR: 19919 Submitted by: maintainer Notes: svn path=/head/; revision=30711
* Persuade automake to look not only in ${PREFIX}/share/aclocalAde Lovett2000-07-1518-0/+126
| | | | | | | | | | | | | (ie: ${LOCALBASE}), but also ${X11BASE}/share/aclocal via an extra patch and some configure-time substitution Discussed on: ports (quite a while back) Original disgusting hack by: ade Suggested improvements by: asami Reworked patch by: ade Notes: svn path=/head/; revision=30673
* freebsd.org -> FreeBSD.org; fix MASTER_SITES; remove unneccessary USE_GMAKE;Will Andrews2000-07-154-15/+32
| | | | | | | | | | fix process of install-info. PR: 19943 Submitted by: Ports Fury Notes: svn path=/head/; revision=30669
* Respect CFLAGS, add -pedantic.Alexander Langer2000-07-141-0/+1
| | | | | | | | However, port is still broken due to odd C++ compiler error, though this is a different error as before. Notes: svn path=/head/; revision=30625
* Conditionally remove remaining installed dirsChris D. Faulhaber2000-07-141-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30615
* Fix location of perl module dependency.Alexander Langer2000-07-141-1/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30609
* Added WWW line.Kelly Yancey2000-07-131-0/+2
| | | | Notes: svn path=/head/; revision=30558
* Update to rev. 1.89.Akinori MUSHA2000-07-124-4/+4
| | | | | | | | Reduce warnings. Make https URLs clickable as well as ftp and http URLs. Notes: svn path=/head/; revision=30535
* Remove call to deprecated function, dllockinit().Jason Evans2000-07-121-8/+0
| | | | Notes: svn path=/head/; revision=30532
* +p5-Class-MethodMakerKevin Lo2000-07-121-0/+1
| | | | Notes: svn path=/head/; revision=30531
* Initial import of p5-Class-MethodMaker.Kevin Lo2000-07-125-0/+74
| | | | | | | | | | p5-Class-MethodMaker is the Perl module for creating generic methods. PR: 19796 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=30530
* Fix a mistake in the directions for creating symlinks. Add instructions forJason Evans2000-07-121-35/+23
| | | | | | | | creating a gcc specs file (prompted by Dima Ruben). Remove obsolete information and update various tidbits. Notes: svn path=/head/; revision=30502
* Rather than copying the entirety of src/gnu/lib/libgcc/Makefile, .include itJason Evans2000-07-121-161/+6
| | | | | | | | | and override variables as necessary. This vastly shortens this file, makes tracking toolchain changes more automatic, and makes the linuxthreads port build on both -stable and -current. Notes: svn path=/head/; revision=30500
* Update for new devel/libglade shlib versionAde Lovett2000-07-112-2/+2
| | | | Notes: svn path=/head/; revision=30493
* Update to 0.14Ade Lovett2000-07-116-8/+8
| | | | Notes: svn path=/head/; revision=30492
* Add autoconf to BUILD_DEPENDS.Akinori MUSHA2000-07-112-2/+6
| | | | | | | | | | It does not USE_AUTOCONF, but it requires autoheader to build. PR: ports/19847 Submitted by: Toshihiro Inoue <tino@pa2.so-net.ne.jp> Notes: svn path=/head/; revision=30484
* Upgrade to 3.4.4Kevin Lo2000-07-114-10/+23
| | | | | | | | | | BTW, the maintainer forgot to update checksum, I update it. PR: 19829 Submitted by: Ruslan Shevchenko <Ruslan@Shevchenko.Kiev.UA> Notes: svn path=/head/; revision=30469
* Update to rev.1.86.Akinori MUSHA2000-07-114-6/+8
| | | | | | | | This update fixes several SECURITY problems, so PLEASE UPDATE to this version ASAP. Notes: svn path=/head/; revision=30464
* Fix typo. Don't ask me how it worked before. :)Doug White2000-07-101-1/+1
| | | | Notes: svn path=/head/; revision=30452
* Update port to 1.3a3Chris D. Faulhaber2000-07-1020-35/+55
| | | | Notes: svn path=/head/; revision=30442
* Activating the g-wrap port and the RTEMS ports.Steve Price2000-07-101-0/+46
| | | | Notes: svn path=/head/; revision=30431
* C/C++, CHILL, F77, JAVA, OBJC, binutils, and gdb from the RTEMS RTOS forSteve Price2000-07-10134-0/+5121
| | | | | | | | | | the i386, i960, m68k, mips64orion, powerpc, sh, and sparc processors. PR: 19335 Submitted by: James Housley <jim@thehouselys.net> Notes: svn path=/head/; revision=30430
* Adding g-wrap version 0.9.4.Steve Price2000-07-105-0/+64
| | | | | | | | | | A tool for exporting C libraries into Scheme interpreters. PR: 19575 Submitted by: Matthew Condell <mcondell@alum.mit.edu> Notes: svn path=/head/; revision=30429
* Update to rev. 2.10.Akinori MUSHA2000-07-092-2/+2
| | | | Notes: svn path=/head/; revision=30365
* Fix the wrong MASTER_SITE_SUBDIR.Akinori MUSHA2000-07-082-2/+2
| | | | | | | | PR: ports/19775 Submitted by: Maintainer Notes: svn path=/head/; revision=30359
* The crosssco and scogdb ports are obsolete so remove them.Steve Price2000-07-071-2/+0
| | | | | | | | PR: 19634 Submitted by: maintainer Notes: svn path=/head/; revision=30340
* Update to 2.9.Akinori MUSHA2000-07-072-2/+2
| | | | Notes: svn path=/head/; revision=30301
* Add libtai - a library for storing and manipulating dates and times in ↵Maxim Sobolev2000-07-0713-0/+245
| | | | | | | | | | second/attosecond. PR: 19348 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Notes: svn path=/head/; revision=30297
* Add py-coro - a Python coroutines module.Maxim Sobolev2000-07-077-0/+138
| | | | | | | | PR: 19466 Submitted by: Kelly Yancey <kbyanc@posi.net> Notes: svn path=/head/; revision=30295
* Remove smapi, it's moved to mail.Satoshi Asami2000-07-071-1/+0
| | | | Notes: svn path=/head/; revision=30288
* Update to 1.0.3Ade Lovett2000-07-062-2/+2
| | | | Notes: svn path=/head/; revision=30278
* Update to 0.4.0Ade Lovett2000-07-053-3/+5
| | | | Notes: svn path=/head/; revision=30259
* Update to 0.2Ade Lovett2000-07-0524-68/+360
| | | | Notes: svn path=/head/; revision=30258
* Update to 0.1.4Ade Lovett2000-07-054-20/+12
| | | | Notes: svn path=/head/; revision=30257
* Put autoconf .m4 file in the right placeAde Lovett2000-07-054-2/+24
| | | | Notes: svn path=/head/; revision=30256
* Update to 0.1.3Ade Lovett2000-07-053-3/+8
| | | | Notes: svn path=/head/; revision=30255
* www.backplane.com -> apollo.backplane.comAde Lovett2000-07-051-1/+1
| | | | | | | Obtained from: message from Matt on -smp Notes: svn path=/head/; revision=30254
* Update to rev. 2.8. (Several bug fixes have been done)Akinori MUSHA2000-07-052-2/+2
| | | | Notes: svn path=/head/; revision=30251
* Update to 0.5.2. Also make sure that installed libintl is respected.Maxim Sobolev2000-07-054-6/+12
| | | | Notes: svn path=/head/; revision=30249