summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Activate ORBit.Vanilla I. Shu1998-08-191-1/+2
| | | | Notes: svn path=/head/; revision=12637
* ORBit is a high-performance CORBA ORB with support for the C language.Vanilla I. Shu1998-08-1914-0/+242
| | | | | | | | | It is used by the GNOME Project. PR: ports/7654 Submitted by: Chia-liang Kao <clkao@cirx.org> Notes: svn path=/head/; revision=12636
* Upgrade to gmake-3.77Justin M. Seger1998-08-196-78/+22
| | | | Notes: svn path=/head/; revision=12634
* Upgrade to 0.6.3.Vanilla I. Shu1998-08-182-5/+6
| | | | Notes: svn path=/head/; revision=12607
* Mark BROKEN for current.Justin M. Seger1998-08-171-1/+6
| | | | Notes: svn path=/head/; revision=12580
* NO_PACKAGE because of limited audience.Steve Price1998-08-173-6/+6
| | | | Notes: svn path=/head/; revision=12548
* This port is NO_PACKAGE because the maintainer believes itSteve Price1998-08-171-2/+2
| | | | | | | has a limited audience of users. Notes: svn path=/head/; revision=12547
* Mark BROKEN for current. Fails build stage.Justin M. Seger1998-08-161-1/+6
| | | | Notes: svn path=/head/; revision=12537
* Change library name to libglib11.Vanilla I. Shu1998-08-147-27/+208
| | | | | | | Remind by: asami Notes: svn path=/head/; revision=12516
* No need to use += for variables defined only once.Satoshi Asami1998-08-131-3/+3
| | | | Notes: svn path=/head/; revision=12492
* Oops, missed the commit message the last time around. No need to useSatoshi Asami1998-08-131-1/+1
| | | | | | | | | | | | += for variables defined only once. Also, MAKE_FLAGS is defined with ?=, not += (probably a bad idea, but hard to change now) , in bsd.port.mk, so you need the "-f" in there. The only reason why this worked was because there is a "Makefile" target in the source's Makefile. Notes: svn path=/head/; revision=12491
* Oops, missed the commit message the last time around. No need to useSatoshi Asami1998-08-132-2/+2
| | | | | | | += for variables defined only once. Notes: svn path=/head/; revision=12490
* *** empty log message ***Satoshi Asami1998-08-133-6/+6
| | | | Notes: svn path=/head/; revision=12489
* Remove p5-B and p5-Data-Dumper, they were removed.Satoshi Asami1998-08-131-3/+1
| | | | | | | | | Reminded by: sada@e-mail.ne.jp PR: 7590 Forgotten by: markm :) Notes: svn path=/head/; revision=12486
* Update for perl version 5.00501. Requires latest bsd.port.mk. I'mSatoshi Asami1998-08-1268-348/+293
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going to be a little verbose here about the changes so people who fix up the rest of the stuff can have an idea what to do. (1) Manpages are moved to version-specific subdirectories. Since they are all defined in MAN? macros, I just needed to add ${PERL_VERSION} to the end of MAN*PREFIX and delete them from the PLIST. (2) Most of the module files are moved to version-specific subdirectories. This is usually accomplished by adding "%%PERL_VER%%/" right after "site_perl/" in the PLIST. However, some things didn't move, and some moved more than one level (like, all the way into "site_perl/%%PERL_VER%%/auto/FooBar") so some fishing, err, find'ing was necessary. (3) Fix up dependencies. See (2) above. (4) While I was there, I changed some "@dirrm foobar"'s to "@unexec rmdir %D/foobar 2>/dev/null || true", so there won't be any warnings if a directory can't be removed due to other modules sharing it. Now all of devel/p5-* will install and deinstall without a single warning. I hope others will follow suit. :) Notes: svn path=/head/; revision=12472
* Replace qt dependencies with USE_QT.Satoshi Asami1998-08-122-7/+5
| | | | | | | | (Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and GNU_CONFIGURE) Notes: svn path=/head/; revision=12469
* Remove manpages define in MAN? fom PLIST for all the devel ports.Satoshi Asami1998-08-1245-127/+0
| | | | | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear). Notes: svn path=/head/; revision=12467
* Something's not reinstall friendly....Satoshi Asami1998-08-101-1/+3
| | | | | | | | | | | | | | : ===> Installing for crossgo32-djgpp2-2.01 ===> crossgo32-djgpp2-2.01 depends on executable: i386-go32-gcc - found ===> Moving old crossgo libs away mv: lib: No such file or directory *** Error code 1 Stop. Notes: svn path=/head/; revision=12414
* Turn on libffi.Steve Price1998-08-101-1/+2
| | | | Notes: svn path=/head/; revision=12391
* Initial import of libffi version 1.18.Steve Price1998-08-1014-0/+176
| | | | | | | | | | Foreign Function Interface. PR: 6943 Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw> Notes: svn path=/head/; revision=12390
* Use ${OSREL} to depend correctly (it was always building the glibstdc++28Satoshi Asami1998-08-092-2/+16
| | | | | | | | | | port before). While I'm here, create links to manpages correctly and put them in the PLIST. Notes: svn path=/head/; revision=12381
* Turn on crossm68k-devel.Steve Price1998-08-091-1/+2
| | | | Notes: svn path=/head/; revision=12377
* Turn on m68knewlib.Steve Price1998-08-091-1/+2
| | | | Notes: svn path=/head/; revision=12376
* Initial import of m68knewlib version 1.8.1.Steve Price1998-08-095-0/+169
| | | | | | | | | | Cygnus newlib for m68k cross-development. PR: 7220 (4 of 5) Submitted by: Jerry Hicks <jhicks@glenatl.glenayre.com> Notes: svn path=/head/; revision=12375
* Turn on m68kgcc.Steve Price1998-08-091-1/+2
| | | | Notes: svn path=/head/; revision=12374
* Initial import of m68kgcc version 2.8.1.Steve Price1998-08-096-0/+155
| | | | | | | | | | GCC cross-compiler for the m68k. PR: 7220 (3 of 5) Submitted by: Jerry Hicks <jhicks@glenatl.glenayre.com> Notes: svn path=/head/; revision=12373
* A few minor nits and cleanup pkg/PLIST.Steve Price1998-08-093-7/+30
| | | | | | | | PR: 7220 (2 of 5) Submitted by: maintainer Notes: svn path=/head/; revision=12372
* Turn on m68kbinutils.Steve Price1998-08-091-1/+2
| | | | Notes: svn path=/head/; revision=12371
* Initial import of m68kbinutils version 2.9.1.Steve Price1998-08-095-0/+86
| | | | | | | | | | Binutils for m68k cross-development. PR: 7220 (1 of 5) Submitted by: Jerry Hicks <jhicks@glenatl.glenayre.com> Notes: svn path=/head/; revision=12370
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-079-20/+20
| | | | Notes: svn path=/head/; revision=12335
* Compatible with perl5.00501.Vanilla I. Shu1998-08-066-30/+32
| | | | Notes: svn path=/head/; revision=12304
* Upgrade to 0.94, and make it compatible with perl5.00501.Vanilla I. Shu1998-08-063-12/+12
| | | | Notes: svn path=/head/; revision=12300
* Upgrade to 1.1.2.Vanilla I. Shu1998-08-0612-48/+66
| | | | Notes: svn path=/head/; revision=12299
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orSatoshi Asami1998-08-055-11/+11
| | | | | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly. Notes: svn path=/head/; revision=12289
* Add gideJordan K. Hubbard1998-08-011-1/+2
| | | | Notes: svn path=/head/; revision=12243
* gIDE is a new gtk-based Integrated Development Environment for the CJordan K. Hubbard1998-07-315-0/+37
| | | | | | | | | programming language. PR: 7433 Submitted by: Gilad Rom <rom_glsa@ein-hashofet.co.il> Notes: svn path=/head/; revision=12236
* (oops .. forget the following info in the commit message)Tim Vanderhoek1998-07-301-1/+1
| | | | | | | | PR: ports/7440 Submitted by: Bill Fumerola <billf@jade.chc-chimes.com> Notes: svn path=/head/; revision=12222
* Energize clig.Tim Vanderhoek1998-07-301-1/+2
| | | | Notes: svn path=/head/; revision=12221
* Clig, a program to automatically generate usage(), manpage, and commandlineTim Vanderhoek1998-07-305-0/+86
| | | | | | | argument processor. Notes: svn path=/head/; revision=12220
* Allow ob/demos/chat/X11/chat to build on other versions of motif.Eric J.Chet1998-07-301-1/+1
| | | | Notes: svn path=/head/; revision=12219
* Change the library version of gtk.Vanilla I. Shu1998-07-302-4/+4
| | | | Notes: svn path=/head/; revision=12211
* Change library name to libglib-1.1Vanilla I. Shu1998-07-307-221/+28
| | | | Notes: svn path=/head/; revision=12209
* Teach the build of ob/demo/chat/X11 about ${MOTIFLIB}, this is the only partEric J.Chet1998-07-292-4/+21
| | | | | | | of ORBacus that relies on motif. Notes: svn path=/head/; revision=12198
* Mark this MANUAL_PACKAGE_BUILD so we won't accidentally build anotherSatoshi Asami1998-07-292-2/+4
| | | | | | | port with this shlib. Notes: svn path=/head/; revision=12196
* Add a patch for glib-config.Vanilla I. Shu1998-07-281-0/+15
| | | | Notes: svn path=/head/; revision=12187
* Activate glib.Vanilla I. Shu1998-07-281-1/+2
| | | | Notes: svn path=/head/; revision=12186
* Glib is some useful routines for C programming.Vanilla I. Shu1998-07-2818-0/+594
| | | | Notes: svn path=/head/; revision=12185
* Another batch of add homepage. In general I've avoided any linksTim Vanderhoek1998-07-282-3/+4
| | | | | | | | | | | | except to official homepages, but in this batch there were a few cases where a link was desireable anyways. For these, the form http://url/ (FAQ/whatever) was used. Notes: svn path=/head/; revision=12181
* Making x11 category more useful project part 1: take out "x11" ofSatoshi Asami1998-07-272-4/+4
| | | | | | | | | ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=12173
* Get rid of a potential buffer overflow.Steve Price1998-07-271-0/+11
| | | | | | | | PR: 7387 Submitted by: bonga@doxx.net Notes: svn path=/head/; revision=12151