summaryrefslogtreecommitdiff
path: root/devel/ilu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21098
* ln -> ${LN}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21047
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+4
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Remove trailing spaces, and any periods that were hidden by them.Tim Vanderhoek1999-06-281-1/+1
| | | | Notes: svn path=/head/; revision=19848
* "work" -> "${WRKDIR}"Satoshi Asami1998-12-221-2/+2
| | | | Notes: svn path=/head/; revision=15483
* More MASTER_SITESMartin Cracauer1998-12-021-3/+6
| | | | Notes: svn path=/head/; revision=15076
* Update to ILU-2.0alpha13.Martin Cracauer1998-12-019-241/+278
| | | | | | | | | | | | Disable native shared library support, doesn't work, use own scheme as before. Don't use shared library version numbering on ELF for now, needs more thought. Document shared library version numbering scheme I chose. Pump shared library version number on aout. Better COMMENT and DESCR (still too long). Remove patch to regognize now outdated FreeBSD JDK. Notes: svn path=/head/; revision=15019
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeSatoshi Asami1998-11-281-1/+3
| | | | | | | for ilu and mkdirhier for asl.) Notes: svn path=/head/; revision=14922
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeSatoshi Asami1998-11-141-16/+18
| | | | | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk. Notes: svn path=/head/; revision=14512
* Cosmetic changesMartin Cracauer1998-10-082-4/+4
| | | | | | | Obtained from: portlint Notes: svn path=/head/; revision=13753
* Repair braindamaged import.Martin Cracauer1998-10-083-11/+27
| | | | | | | Obtained from: brain Notes: svn path=/head/; revision=13748
* General cleanup for ELF and newer -stable:Martin Cracauer1998-10-084-0/+495
| | | | | | | | | | | | Use right shared library names on ELF. Disable Java support on ELF systems, because we don't have an ELF jdk. Disable Java support on aout systems, because ILU runtime dumps core. New PARC patches, now as one distfile instead of patches/ collection. ILU now works with optimization enabled -> make a package. Thread support now works, on -current and -stable. Thanks folks! Notes: svn path=/head/; revision=13747
* Make this work with asami's proposed bsd.port.mk. <sigh>Tim Vanderhoek1998-08-221-3/+3
| | | | Notes: svn path=/head/; revision=12712
* Dang. Instead of fixing my braindamage, I managed to mildly spam thisTim Vanderhoek1998-08-201-5/+5
| | | | | | | | file in the last commit. Sorry about this, Martin. It should be right, now. Really. Notes: svn path=/head/; revision=12697
* Remove some brain-damage on my part.Tim Vanderhoek1998-08-201-5/+5
| | | | Notes: svn path=/head/; revision=12696
* GNU_CONFIGURE, actually. I really hope the maintainer hasTim Vanderhoek1998-08-201-18/+16
| | | | | | | | | a good reason for building the plist this way. Unbreak for the new bsd.port.mk. We're not even going to talk about manpages for this one... Notes: svn path=/head/; revision=12685
* Update to ILU-2.0alpha12Martin Cracauer1997-12-173-26/+32
| | | | | | | | New Xerox patches NO_PACKAGE since this doesn't work with optimization enabled Notes: svn path=/head/; revision=9120
* Add one official PARC patch.Martin Cracauer1997-10-131-0/+9
| | | | | | | | Include <sys/types.h> before <dirent.h>, needed on -current. Thanks to Chuck Robey <chuckr@glue.umd.edu> for pointing this out. Notes: svn path=/head/; revision=8239
* Java support now works with jdk-1.1. JDK-1.0.2 isn't supported, butMartin Cracauer1997-10-092-10/+13
| | | | | | | | | | Jeff's 1.0.2 port is recognized at configure time and ILU will then be build without Java support. Add a note in DESCR that the FreeBSD port builds shared libraries. Notes: svn path=/head/; revision=8193
* Add support for shared libraries (C libraries only).Martin Cracauer1997-10-071-1/+14
| | | | | | | Add ldconfig script to etc/rc.d/. Notes: svn path=/head/; revision=8160
* Disable support for guile for now. The guile port is too old and theMartin Cracauer1997-10-031-2/+5
| | | | | | | right solution not obvious. Notes: svn path=/head/; revision=8093
* Instead of creating a whole new ${PKGDIR}, just specify ${PLIST} to pointSatoshi Asami1997-10-031-14/+8
| | | | | | | | to ${WRKSRC}/PLIST and build it there. COMMENT and DESCR will be picked up from their default locations. Notes: svn path=/head/; revision=8089
* Specify PKGNAME, "alpha" not allowed in version number.Satoshi Asami1997-10-021-1/+2
| | | | | | | Pointed out by: portlint Notes: svn path=/head/; revision=8083
* Xerox PARC's ILU system, a Corba-compatible multi-languageMartin Cracauer1997-10-015-0/+82
distributed object system. This port generates PLIST on-the-fly and messes with symlinks. I tested it to death and guessing from the silence people trust me to do it right, so here I go :-) Notes: svn path=/head/; revision=8068