summaryrefslogtreecommitdiffstats
path: root/lang/cim
Commit message (Collapse)AuthorAgeFilesLines
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Per distfile survey, chase mastersite.linimon2004-04-051-1/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* SIZEify.trevor2004-01-291-0/+1
|
* Fix MASTER_SITESerwin2003-06-081-1/+1
| | | | | | PR: 53046 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Approved by: edwin (mentor)
* De-pkg-comment.knu2003-02-202-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* Update to version 3.36jeh2000-10-232-2/+2
| | | | | PR: 22251 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-161-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+1
| | | | ldconfig in PLIST need personal consideration.
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-2/+2
|
* Update to version 3.33.steve1999-12-243-5/+4
| | | | | PR: 15583 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* * Removed outdated master sitesmharo1999-10-272-6/+5
| | | | | | | * Added WWW: line into pkg/DESCR PR: 14405 Submitted by: KATO Tsuguru tkato@prontomail.ne.jp
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-052-7/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Update to version 3.29.steve1999-03-153-10/+8
| | | | | PR: 10409 Submitted by: Pedro F. Giffuni <pfgiffuni@bachue.usc.unale.edu.co>
* Mark BROKEN for ELF:jseger1998-10-131-1/+4
| | | | | | | | | ===> Building package for cim-2.10 Creating package /usr/ports/packages/All/cim-2.10.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/cim-2.10.tgz' tar: can't add file lib/libcim.so.1 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256
* The first time I tried committing this set of manpage removals it gothoek1998-08-181-1/+0
| | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy.
* Add a few more `ldconfig -R' I forgot yesterday. Remove duplicatestg1998-05-061-0/+1
| | | | from octave and iv.
* Upgrade to version 2.10.steve1998-05-033-24/+24
| | | | | PR: 6459 Submitted by: Pedro Giffuni <giffunip@asme.org>
* Update to reflect Pedro's new Email address.steve1998-02-201-2/+2
| | | | PR: 5725
* Updated dist sites.obrien1997-07-211-2/+4
| | | | | PR: ports/4130 Submitted by: pgiffuni@fps.biblos.unal.edu.co
* Upgrade, 1.84 -> 1.92.max1997-04-272-4/+4
| | | | | PR: 2970 Submitted by: pgiffuni@fps.biblos.unal.edu.co
* Added second MASTER site.obrien1996-12-111-2/+3
|
* Mistyping.obrien1996-12-041-1/+1
|
* Compiler for the SIMULA programming languageobrien1996-12-045-0/+53
Closes-PR: ports/2069 Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
OpenPOWER on IntegriCloud