summaryrefslogtreecommitdiffstats
path: root/devel/ilu
Commit message (Collapse)AuthorAgeFilesLines
* Remove #include <malloc.h>. Build still fails (bison failure).kris2002-03-311-0/+10
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-10/+10
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-291-2/+4
| | | | MASTER_SITE_LOCAL site.
* PORTNAME/PORTVERSION updatemharo2000-04-111-3/+3
|
* Install binding directory with perms of 1777 instead of 777jedgar2000-03-201-1/+1
| | | | Approved by: Maintainer
* Use devel/imake instead of x11/XFree86.max2000-03-081-1/+1
| | | | | Note: I'm not too sure if these ports really work without x11 libs and headers as I don't have X'less environment.
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-2/+2
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Remove preceeding pkgname from some of the comments having one.hoek1999-08-291-1/+1
|
* ln -> ${LN}mharo1999-08-281-2/+2
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-4/+4
| | | | chown -> ${CHOWN}
* Remove trailing spaces, and any periods that were hidden by them.hoek1999-06-281-1/+1
|
* "work" -> "${WRKDIR}"asami1998-12-221-2/+2
|
* More MASTER_SITEScracauer1998-12-021-3/+6
|
* Update to ILU-2.0alpha13.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.
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeasami1998-11-281-1/+3
| | | | for ilu and mkdirhier for asl.)
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-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.
* Cosmetic changescracauer1998-10-082-4/+4
| | | | Obtained from: portlint
* Repair braindamaged import.cracauer1998-10-083-11/+27
| | | | Obtained from: brain
* General cleanup for ELF and newer -stable: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!
* Make this work with asami's proposed bsd.port.mk. <sigh>hoek1998-08-221-3/+3
|
* Dang. Instead of fixing my braindamage, I managed to mildly spam thishoek1998-08-201-5/+5
| | | | | file in the last commit. Sorry about this, Martin. It should be right, now. Really.
* Remove some brain-damage on my part.hoek1998-08-201-5/+5
|
* GNU_CONFIGURE, actually. I really hope the maintainer hashoek1998-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...
* Update to ILU-2.0alpha12cracauer1997-12-173-26/+32
| | | | | New Xerox patches NO_PACKAGE since this doesn't work with optimization enabled
* Add one official PARC patch.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.
* Java support now works with jdk-1.1. JDK-1.0.2 isn't supported, butcracauer1997-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.
* Add support for shared libraries (C libraries only).cracauer1997-10-071-1/+14
| | | | Add ldconfig script to etc/rc.d/.
* Disable support for guile for now. The guile port is too old and thecracauer1997-10-031-2/+5
| | | | right solution not obvious.
* Instead of creating a whole new ${PKGDIR}, just specify ${PLIST} to pointasami1997-10-031-14/+8
| | | | | to ${WRKSRC}/PLIST and build it there. COMMENT and DESCR will be picked up from their default locations.
* Specify PKGNAME, "alpha" not allowed in version number.asami1997-10-021-1/+2
| | | | Pointed out by: portlint
* Xerox PARC's ILU system, a Corba-compatible multi-languagecracauer1997-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 :-)
OpenPOWER on IntegriCloud