summaryrefslogtreecommitdiff
path: root/devel (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-01Upgrade to GNU Portable Threads, version 1.0.3Ralf S. Engelschall2-4/+4
Notes: svn path=/head/; revision=20465
1999-08-01Fix WWW: typosBill Fenner2-2/+2
Found by: not-yet-completed addition to port distfile checker suggested by Tim Vanderhoek Notes: svn path=/head/; revision=20462
1999-08-01Update to version 4.14.Steve Price4-28/+25
PR: 12762 Submitted by: Aaron Smith <aaron@mutex.org> Notes: svn path=/head/; revision=20439
1999-08-01Update to verison 0.9.1.Steve Price2-4/+4
PR: 12840 Submitted by: maintainer Notes: svn path=/head/; revision=20432
1999-08-01Update to version 3.3.13.Steve Price2-4/+4
PR: 12741 Submitted by: maintainer Notes: svn path=/head/; revision=20426
1999-08-01Update to 2.2.0Chris Piazza2-4/+4
Notes: svn path=/head/; revision=20425
1999-08-01Update to version 1.10.4Chris Piazza3-7/+12
PR: 12886 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>, maintainer Notes: svn path=/head/; revision=20414
1999-07-28Upgrade to GNU Portable Threads (Pth), version 1.0.2Ralf S. Engelschall2-4/+4
Notes: svn path=/head/; revision=20374
1999-07-28Upgrade to GNU shtool 1.4.5Ralf S. Engelschall3-4/+6
Notes: svn path=/head/; revision=20370
1999-07-26Misfiled a Makefile line.SADA Kenji2-4/+4
Notes: svn path=/head/; revision=20355
1999-07-26Move category from net to devel.SADA Kenji3-17/+16
Cope with package-build time problem. Requested by: hoek Notes: svn path=/head/; revision=20354
1999-07-26Move net/cvsweb's category to ports/devel.SADA Kenji10-0/+116
Requested by: hoek Notes: svn path=/head/; revision=20353
1999-07-24typo fixJun-ichiro itojun Hagino1-3/+3
From: "Oleg V. Volkov" <rover@lglobus.ru> Notes: svn path=/head/; revision=20339
1999-07-23The distrib file has been changed to support both the linux_devtools portMarcel Moolenaar3-16/+6
and FreeBSD -current. Use the new version. http://www.FreeBSD.org/~marcel/somewhere will be added to MASTER_SITES when the tarball has been put there somewhere. Notes: svn path=/head/; revision=20325
1999-07-22Upgrade to GNU Portable Threads (Pth), Version 1.0.1Ralf S. Engelschall2-4/+4
Notes: svn path=/head/; revision=20315
1999-07-22Add two patches I forgot to add yesterday.Chris Piazza2-0/+23
Noticed by: maintainer Notes: svn path=/head/; revision=20314
1999-07-22Update to version 1.10.1Chris Piazza3-28/+21
PR: 12702 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>, maintainer Notes: svn path=/head/; revision=20307
1999-07-21Deactivate linux_develMarcel Moolenaar1-2/+1
Notes: svn path=/head/; revision=20301
1999-07-21Make port depend on linux_devtools instead of linux_devel.Marcel Moolenaar1-2/+2
Notes: svn path=/head/; revision=20300
1999-07-21Activate linux_devtoolsMarcel Moolenaar1-2/+2
Deactivate linux-devel Notes: svn path=/head/; revision=20298
1999-07-21linux_devtools is the reincarnation of linux_devel and obsoletes bothMarcel Moolenaar18-360/+15618
linux_devel and linux-devel. Both will be removed from the ports collection at the proper time. linux_devtools uses Red Hat 5.2 packages to install a basic development environment. There's no functional difference between linux-devel and linux_devtools. The name of the latter is preferred over the name of the former. This port is repository copied from linux_devel. New name by: obrien Reviewed by: hoek Supervised by: asami Notes: svn path=/head/; revision=20296
1999-07-18devel/libdockapp -> x11-wm/libdockappChris Piazza1-2/+1
Notes: svn path=/head/; revision=20265
1999-07-18BROKEN= "Hardcoded FreeBSD release numbers in PLIST"Chris Piazza2-2/+6
I'll fix this in a little while. Notes: svn path=/head/; revision=20260
1999-07-18Give this port a USE_XLIB so it'll link. Also move the CC=egccChris Piazza2-4/+8
into the ${OSVERSION} check so it'll actually compile on -current with egcs. Notes: svn path=/head/; revision=20259
1999-07-17Activate libdockappChris Piazza1-1/+2
Notes: svn path=/head/; revision=20245
1999-07-17Upgrade to GNU shtool 1.4.4Ralf S. Engelschall2-4/+4
Notes: svn path=/head/; revision=20243
1999-07-16Puhh.... after five months of hard development we've approachedRalf S. Engelschall3-19/+23
GNU Portable Threads (Pth), release version 1.0.0 :-) Notes: svn path=/head/; revision=20231
1999-07-16Upgrade to GNU Portable Threads (Pth), version 1.0b8Ralf S. Engelschall2-4/+4
Notes: svn path=/head/; revision=20230
1999-07-16Update to 2.1.1 and install as 'gindent' instead of 'indent'Chris Piazza3-5/+10
Notes: svn path=/head/; revision=20225
1999-07-14Checksum changed w/o distfilename change.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20202
1999-07-14GNU Pth 1.0b6 -> 1.0b7 (just the hourly version bump ;)Ralf S. Engelschall2-4/+4
Notes: svn path=/head/; revision=20201
1999-07-14Upgrade to GNU Portable Threads, Version 1.0b6Ralf S. Engelschall2-4/+4
Notes: svn path=/head/; revision=20191
1999-07-13Remove irb to move to lang/Chris Piazza1-2/+1
Prodded by: asami Notes: svn path=/head/; revision=20176
1999-07-12Use ${OSVERSION} instead of ${OSREL} for comparisons -- the latterSatoshi Asami1-2/+2
might expand into something like "2.2.8" and can't be compared numerically. Submitted by: Martin Kammerhofer <dada@balu.kfunigraz.ac.at> Notes: svn path=/head/; revision=20169
1999-07-11Upgrade to GNU Portable Threads (Pth), Version 1.0b5Ralf S. Engelschall2-5/+7
Notes: svn path=/head/; revision=20159
1999-07-11GNU shtool 1.4.2 -> 1.4.3Ralf S. Engelschall2-5/+6
Notes: svn path=/head/; revision=20157
1999-07-09Active linux-devel.Marcel Moolenaar1-1/+2
Notes: svn path=/head/; revision=20137
1999-07-09GNU shtool 1.4.1 -> 1.4.2Ralf S. Engelschall2-4/+4
Notes: svn path=/head/; revision=20134
1999-07-09Make this port respect CFLAGS again. it also seems the distfile changed onBill Fumerola6-6/+26
us mysteriously. Submitted by: Scott Kenney <saken@hotel.rmta.org> Notes: svn path=/head/; revision=20133
1999-07-09Update to 2.1.0Chris Piazza2-4/+4
PR: 12562 Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw> Notes: svn path=/head/; revision=20127
1999-07-08GNU pth 1.0b3 -> 1.0b4 (daily bump ;)Ralf S. Engelschall2-4/+4
Notes: svn path=/head/; revision=20120
1999-07-07Upgrade to GNU Portable Threads (pth), version 1.0b3Ralf S. Engelschall2-4/+4
Notes: svn path=/head/; revision=20109
1999-07-07Upgrade to GNU shtool 1.4.1Ralf S. Engelschall3-6/+24
Notes: svn path=/head/; revision=20107
1999-07-05Previous master site is now defunct. Find a new one and upgrade to versionSteve Price3-11/+9
0.7 while I'm here. Notes: svn path=/head/; revision=20086
1999-07-05Remove NPS port & activate PTH portRalf S. Engelschall1-2/+2
Notes: svn path=/head/; revision=20077
1999-07-05Update new PTH port after repository copy from old NPS port.Ralf S. Engelschall5-33/+31
Notes: svn path=/head/; revision=20076
1999-07-05Fix a typo in WWW:Chris Piazza1-1/+1
Notes: svn path=/head/; revision=20066
1999-07-05Update to PCCTS 1.33 Maintenance Release #19.Chris Piazza19-355/+257
PR: 12505 Submitted by: maintainer Notes: svn path=/head/; revision=20065
1999-07-04No need for -p since ${MKDIR} == 'mkdir -p'.Steve Price1-2/+2
Notes: svn path=/head/; revision=20037
1999-07-04Sort PLIST.Steve Price1-1/+1
Notes: svn path=/head/; revision=20027