summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Take over maintainership from Thomas for a while.Neil Blakey-Milner2000-08-086-6/+6
| | | | | | | Approved by: thomas@hentschel.net (previous maintainer) Notes: svn path=/head/; revision=31430
* Oops, forgot to set DIST_SUBDIR for this one.Akinori MUSHA2000-08-082-1/+2
| | | | Notes: svn path=/head/; revision=31429
* Add ruby-iconv, an iconv wrapper class for Ruby.Akinori MUSHA2000-08-086-0/+66
| | | | | | | | | As I couldn't get it working with converters/iconv, I made it use converters/libiconv (giconv) instead, for the present. In any case, this module is LGPL'd anyway. :p Notes: svn path=/head/; revision=31428
* Fix a type in the installation targetNeil Blakey-Milner2000-08-086-6/+6
| | | | | | | | PR: ports/20486 Submitted by: thomas@hentschel.net Notes: svn path=/head/; revision=31427
* Move distfile to MASTER_SITE_LOCAL/nsayerNick Sayer2000-08-083-3/+6
| | | | Notes: svn path=/head/; revision=31426
* Remove www/bsdi-netscape47-*.us.SADA Kenji2000-08-081-2/+0
| | | | | | | I was asked for this to maintainer but got no response. Notes: svn path=/head/; revision=31425
* This is a null commit to record information I forgot to put in previous ↵SADA Kenji2000-08-080-0/+0
| | | | | | | | | | commit log. PR: ports/20109 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=31424
* Update entries for bsdi-netscapes to v4.74.SADA Kenji2000-08-082-8/+4
| | | | | | | | PR: ports/20109 Submitted by: maintainer Notes: svn path=/head/; revision=31423
* Upgrade to v4.74.SADA Kenji2000-08-085-45/+41
| | | | | | | No response from: maintainer Notes: svn path=/head/; revision=31422
* Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfileAkinori MUSHA2000-08-0842-25/+47
| | | | | | | namespace pollution. Notes: svn path=/head/; revision=31421
* * Change PATCH_SITES as same as MASTER_SITES since I began toSADA Kenji2000-08-082-7/+6
| | | | | | | | distribute the patch files at MASTER_SITE_PORTS_JP. * Some portlints. Notes: svn path=/head/; revision=31420
* There is no reason why makesum is not recursive as checksum.Ollivier Robert2000-08-081-1/+2
| | | | | | | | | | It helps when building a large number of packages. PR: ports/11820 Submitted by: Rémy Card <card@csi.uvsq.fr> (modified to match current) Notes: svn path=/head/; revision=31419
* Synchronize with lang/ruby. (1.4.4 -> 1.4.5)Akinori MUSHA2000-08-086-10/+10
| | | | Notes: svn path=/head/; revision=31418
* Use USE_IMAKE when BATCH=YES.Jun Kuriyama2000-08-081-6/+12
| | | | | | | | Reported by: bento Suggested by: PW Notes: svn path=/head/; revision=31417
* Update MASTER_SITES.Akinori MUSHA2000-08-082-6/+6
| | | | | | | | PR: ports/20461 Submitted by: Jonathan Hanna <pangolin@home.com> (MAINTAINER) Notes: svn path=/head/; revision=31416
* Update MASTER_SITESSeiichirou Hiraoka2000-08-083-3/+9
| | | | Notes: svn path=/head/; revision=31415
* Update to version 0.86c.Akinori MUSHA2000-08-088-63/+60
| | | | | | | | | | | PR: ports/20426 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!) By the way, why didn't this port have a MAINTAINER line? I set it to -ports list, but someone should take it over.. Kato-san? :> Notes: svn path=/head/; revision=31414
* Update to 1.3.Akinori MUSHA2000-08-084-31/+40
| | | | | | | | | | | | PR: ports/20439 Submitted by: Daichi T.GOTO <daichi@ongs.net> (MAINTAINER) Support ${NOPORTDOCS}. Use ${INSTALL_*} macros instead of ${CP}. Make ${PREFIX}-clean. Notes: svn path=/head/; revision=31413
* Update MASTER_SITESKevin Lo2000-08-081-2/+2
| | | | | | | | PR: 20465 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31412
* Update MASTER_SITES.Kevin Lo2000-08-081-2/+2
| | | | | | | | PR: ports/20466 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31411
* Don't use -Werror in CFLAGS so this port builds cleanly on the Alpha.Steve Price2000-08-081-3/+3
| | | | Notes: svn path=/head/; revision=31410
* Use gd.1 in the LIB_DEPENDS so this port doesn't accidently pickup theSteve Price2000-08-082-2/+2
| | | | | | | presence of the wrong library (e.g. libgdk_pixbuf). Notes: svn path=/head/; revision=31409
* Add a missing ';' so this port builds/installs cleanly.Steve Price2000-08-081-1/+1
| | | | Notes: svn path=/head/; revision=31408
* time(3) returns a time_t and not a long.Steve Price2000-08-081-0/+11
| | | | Notes: svn path=/head/; revision=31407
* Use PERL_ARCH in pkg/PLIST so this port packages cleanly on the Alpha.Steve Price2000-08-081-32/+32
| | | | Notes: svn path=/head/; revision=31406
* Add 'LDFLAGS+=-lio' on the Alpha for the implementations of inb/outb.Steve Price2000-08-082-0/+24
| | | | Notes: svn path=/head/; revision=31405
* Use ARCH in pkg/PLIST so this port packages cleanly on the Alpha.Steve Price2000-08-082-6/+10
| | | | Notes: svn path=/head/; revision=31404
* Make buflen a size_t instead of unsigned int so builds quit falling overSteve Price2000-08-085-15/+60
| | | | | | | on the Alpha. Notes: svn path=/head/; revision=31403
* Add 'LDFLAGS+=-lio' on the Alpha for the inb/outb implementations.Steve Price2000-08-081-3/+20
| | | | Notes: svn path=/head/; revision=31402
* Remove -Werror from CFLAGS as it was causing build to fall over on theSteve Price2000-08-081-2/+10
| | | | | | | Alpha. Notes: svn path=/head/; revision=31401
* Fixup one more place where fpsetmask was being called on the Alpha.Steve Price2000-08-081-3/+3
| | | | Notes: svn path=/head/; revision=31400
* Remove i386 .o files in the post-extract target and respect CFLAGS.Steve Price2000-08-086-0/+92
| | | | Notes: svn path=/head/; revision=31399
* Don't try to use fpresetsticky(3) on the Alpha as it doesn't exist there.Steve Price2000-08-085-21/+50
| | | | Notes: svn path=/head/; revision=31398
* Don't try to use the non-existent fpresetsticky function on the Alpha.Steve Price2000-08-081-0/+21
| | | | Notes: svn path=/head/; revision=31397
* Mark this port 'ONLY_FOR_ARCHS=i386' as it contains an i386 .so.Steve Price2000-08-081-0/+2
| | | | Notes: svn path=/head/; revision=31396
* Mark this port as 'ONLY_FOR_ARCHS=i386' as it contains an i386 binary.Steve Price2000-08-081-0/+2
| | | | Notes: svn path=/head/; revision=31395
* Use time_t instead of long for a couple of variables so this build againSteve Price2000-08-081-0/+11
| | | | | | | on the Alpha. Notes: svn path=/head/; revision=31394
* Add 'LDFLAGS+=-lio' for the implementations of inb/outb on the Alpha.Steve Price2000-08-081-0/+11
| | | | Notes: svn path=/head/; revision=31393
* The LIB_DEPENDS on libimg should be img.1 for the ja-binder port.Steve Price2000-08-081-1/+1
| | | | Notes: svn path=/head/; revision=31392
* time(3) returns a time_t and not a long. This fixes build on the Alpha.Steve Price2000-08-081-2/+12
| | | | Notes: svn path=/head/; revision=31391
* Add 3 files.Jean-Marc Zucconi2000-08-081-0/+3
| | | | Notes: svn path=/head/; revision=31390
* 3.0.1 -> 3.1:Brian Somers2000-08-085-67/+2
| | | | | | | | | | Defeat stupid proxies that don't recognise no-cache Update configure.in (again) Fix some typos and other cosmetic stuff Integrate all port patches back into the main source archive Notes: svn path=/head/; revision=31389
* Remove MASTER_SITES, no longer there. Remove myself as maintainer.Paul Traina2000-08-081-2/+7
| | | | Notes: svn path=/head/; revision=31388
* 3.0 -> 3.0.1 (improve configure.in, doesn't effect FreeBSD)Brian Somers2000-08-072-2/+2
| | | | Notes: svn path=/head/; revision=31387
* RIP exmh v1. The distfile has been unfetchable for a while accordingPeter Wemm2000-08-071-1/+0
| | | | | | | | to the distfile checker and this has somewhat been obsoleted by later versions for some time. Notes: svn path=/head/; revision=31386
* Update master sites.Robert Nordier2000-08-071-1/+3
| | | | Notes: svn path=/head/; revision=31385
* Remove empty directories on deinstallation.Akinori MUSHA2000-08-071-0/+2
| | | | Notes: svn path=/head/; revision=31384
* Add ruby-rdtool, RD to HTML/man/etc. converter (RD is to RubyAkinori MUSHA2000-08-075-0/+103
| | | | | | | as POD is to Perl) Notes: svn path=/head/; revision=31383
* Fix the wrong entry: ruby-racc -> ruby-html-parserAkinori MUSHA2000-08-071-1/+2
| | | | | | | Add ruby-rdtool Notes: svn path=/head/; revision=31382
* Clean up master sites/wwwChris Piazza2000-08-072-2/+3
| | | | Notes: svn path=/head/; revision=31381