summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Terminate buffer read from file in PLGetProplistWithPath().Bill Fenner1999-02-101-0/+10
| | | | | | | | This fixes the core dumps that many windowmaker apps (at least wmsetbg and WPrefs) were seeing. Notes: svn path=/head/; revision=16596
* Activate gaaBill Fumerola1999-02-101-1/+2
| | | | Notes: svn path=/head/; revision=16589
* Remove port name from COMMENTBill Fumerola1999-02-101-1/+1
| | | | | | | Constantly forgotten by: Dima Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=16588
* GAA simplifies the life of the programmer: you don't have toBill Fumerola1999-02-106-0/+51
| | | | | | | | | | | | | | worry about the arguments given to it! A short text written in GAA language generates C-code which analyses the arguments and creates your program's help. http://gaa.netpedia.net/ PR: ports/9881 Submitted By: Dima Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=16587
* * there were two patches in the last patch-aa, so I ended up spamming oneDavid E. O'Brien1999-02-053-4/+97
| | | | | | | | of them on my last cleanup. * really fix for ELF Notes: svn path=/head/; revision=16541
* Properly install and use resources.David E. O'Brien1999-02-043-2/+6
| | | | | | | Submitted by: Wayne Scott <wscott@ichips.intel.com> Notes: svn path=/head/; revision=16539
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-033-3/+6
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* libPropListgnome => libPropList.Vanilla I. Shu1999-02-021-2/+2
| | | | Notes: svn path=/head/; revision=16498
* Upgrade to 0.8.3, and I remove USE_X_PREFIX.Vanilla I. Shu1999-02-024-28/+17
| | | | | | | | PR: ports/9844 Submitted by: maintainer. Notes: svn path=/head/; revision=16497
* Sync libttol with peter's suggestion,Vanilla I. Shu1999-02-024-18/+30
| | | | | | | and remove patches.aout, we dont need it anymore. Notes: svn path=/head/; revision=16494
* Fix installation dirs.Satoshi Asami1999-02-021-2/+2
| | | | Notes: svn path=/head/; revision=16476
* Sync with peter's suggestion.Vanilla I. Shu1999-02-015-20/+20
| | | | Notes: svn path=/head/; revision=16468
* Enable nls support. Fix support for 4.0-CURRENT. Remove patch-aeVanilla I. Shu1999-01-316-16/+84
| | | | | | | | | | and make port honour ${PREFIX}. Add category gnome. Remove impilict dependency on glib11-devel. PR: ports/9810 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16446
* Add gnome virtual catagory.Vanilla I. Shu1999-01-312-4/+4
| | | | | | | | PR: ports/9801 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16441
* BROKEN='fetch: reading remote file from gide.pn.org: Connection reset by ↵David E. O'Brien1999-01-311-1/+3
| | | | | | | | | peer (maybe try -b or -t)' This port has a single mastersite. It needs more. Notes: svn path=/head/; revision=16438
* Upgrade to version 1.1.14SADA Kenji1999-01-3013-422/+421
| | | | | | | | PR: ports/9800 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16435
* Update to 1.4.SADA Kenji1999-01-3027-72/+54
| | | | | | | | PR: ports/9767 Submitted by: Steve Coltrin <spcoltri@io.com> Notes: svn path=/head/; revision=16433
* Prepare for the case that the directory ${PREFIX}/info doesn't exist.SADA Kenji1999-01-292-2/+4
| | | | Notes: svn path=/head/; revision=16422
* s/freebsd3*)/freebsd[34]*/gSADA Kenji1999-01-284-4/+4
| | | | Notes: svn path=/head/; revision=16411
* Use ${MASTER_SITE_GNOME}Bill Fenner1999-01-275-21/+15
| | | | Notes: svn path=/head/; revision=16379
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-2726-26/+52
| | | | Notes: svn path=/head/; revision=16378
* Unbreak for ELF systems.Steve Price1999-01-264-12/+32
| | | | | | | | PR: 9556 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16327
* Update to version 2.13.Steve Price1999-01-2660-216/+252
| | | | | | | | PR: 9656 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=16306
* Allow this port to work on freebsd4* too.Steve Price1999-01-265-15/+60
| | | | Notes: svn path=/head/; revision=16301
* Oops, forgot to update depends.Jacques Vidrine1999-01-221-2/+2
| | | | Notes: svn path=/head/; revision=16270
* Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.Jacques Vidrine1999-01-221-1/+2
| | | | Notes: svn path=/head/; revision=16266
* Add some patch for gthread.Vanilla I. Shu1999-01-2116-3726/+205
| | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=16247
* Unbreak.Vanilla I. Shu1999-01-211-9/+4
| | | | Notes: svn path=/head/; revision=16240
* upgrade to 3.1.3David E. O'Brien1999-01-212-3/+3
| | | | | | | | PR: ports/9490 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> Notes: svn path=/head/; revision=16237
* Activate glib11.Vanilla I. Shu1999-01-211-1/+2
| | | | Notes: svn path=/head/; revision=16229
* Install info & man page now.Vanilla I. Shu1999-01-209-87/+114
| | | | Notes: svn path=/head/; revision=16215
* Upgrade to 1.1.13.Vanilla I. Shu1999-01-2011-1159/+1413
| | | | Notes: svn path=/head/; revision=16208
* Change DIST_SUBDIR to ${PKGNAME} so different versions' "current.tar.gz"Satoshi Asami1999-01-201-3/+3
| | | | | | | won't be confused. While I'm here, change WRKSRC to use ${PKGNAME} too. Notes: svn path=/head/; revision=16191
* directory on ftp server changed slightlyAndreas Klemm1999-01-172-6/+6
| | | | Notes: svn path=/head/; revision=16120
* Upgrade to 0.0.14.Vanilla I. Shu1999-01-172-14/+15
| | | | Notes: svn path=/head/; revision=16113
* Update SWIG to patch 5Eric J.Chet1999-01-1710-25/+25
| | | | Notes: svn path=/head/; revision=16102
* Upgrade to 0.99.2.Vanilla I. Shu1999-01-1410-84/+170
| | | | Notes: svn path=/head/; revision=16041
* Change maitainer's email address,Vanilla I. Shu1999-01-125-12/+12
| | | | | | | and BROKEN some gnome ports until I upgrade it. Notes: svn path=/head/; revision=16018
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-1132-160/+160
| | | | | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami Notes: svn path=/head/; revision=16010
* Activate the flick port.Steve Price1999-01-111-1/+2
| | | | Notes: svn path=/head/; revision=15998
* Initial import of flick version 1.1.Steve Price1999-01-115-0/+107
| | | | | | | | | | The Flexible IDL Compiler Kit. PR: 6153 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=15997
* Unbreak for ELF. Also add FETCH_BEFORE_ARGS=-b so we can getSteve Price1999-01-101-2/+2
| | | | | | | | | the distfile. Submitted by: Faried Nawaz <fn@hungry.org> Notes: svn path=/head/; revision=15988
* Activate the libcii port.Steve Price1999-01-101-1/+2
| | | | Notes: svn path=/head/; revision=15987
* Initial import of libcii version 1.1.Steve Price1999-01-107-0/+249
| | | | | | | | | | Library from "C Interfaces and Implementations" by David Hanson. PR: 6504 Submitted by: J Han <hjh@photino.com> Notes: svn path=/head/; revision=15986
* Move Palm*-related programs to new "palm" category.Satoshi Asami1999-01-091-2/+1
| | | | | | | Reviewed by: the ports list Notes: svn path=/head/; revision=15943
* avoid NO_WRKDIR.Jun-ichiro itojun Hagino1999-01-071-6/+7
| | | | | | | Submitted by: Sheldon Hearn <axl@iafrica.com> Notes: svn path=/head/; revision=15908
* Use ./jam0 rather than bin.freebsdx86/jam for installation.Hidetoshi Shimokawa1999-01-061-2/+2
| | | | | | | | | It works both on alpha and i386. Approved by: Maintainer <hsu@FreeBSD.ORG> Notes: svn path=/head/; revision=15883
* Add 'ONLY_FOR_ARCHS=i386' to linux_* ports.Hidetoshi Shimokawa1999-01-064-4/+12
| | | | | | | They are intended for Linux/i386 emulation and to work on i386. Notes: svn path=/head/; revision=15877
* remove old ftp site (ftp.foretune.co.jp) from comment.Jun-ichiro itojun Hagino1999-01-051-2/+1
| | | | Notes: svn path=/head/; revision=15860
* being tired of maintaining portlint only by myself, I decided toJun-ichiro itojun Hagino1999-01-053-11/+1474
| | | | | | | | | | | | | | | | put the source code for "portlint" into FreeBSD port tree. The imported revision is 1.65 (in my local RCS file). (pseudo) version number for the port is now 2.0. Whoever make changes to bsd.port.mk is advised to update portlint.pl too :-) Note that portlint.pl MUST be portable enough to handle (Net|Open|Free)BSD bsd.port.mk. There are people using portlint.pl on non-FreeBSD platforms. Notes: svn path=/head/; revision=15859