summaryrefslogtreecommitdiff
path: root/devel (unfollow)
Commit message (Collapse)AuthorFilesLines
1999-08-29To avoid requiring both tcl81 and tcl80, use tcl80 instead since theSteve Price5-15/+15
python port requires it already. My message to the maintainer went unanswered. Notes: svn path=/head/; revision=21099
1999-08-29Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1-1/+1
Notes: svn path=/head/; revision=21098
1999-08-29$Id$ -> $FreeBSD$Peter Wemm5-5/+5
Notes: svn path=/head/; revision=21084
1999-08-29$Id$ -> $FreeBSD$Peter Wemm1-1/+1
Notes: svn path=/head/; revision=21083
1999-08-28Make this port a little more sane. It was brokenChris Piazza4-128/+84
for any system that wasn't x86 on freebsd 3.1. The port is still marked BROKEN because it sets PREFIX in the Makefile. PR: 13423 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=21063
1999-08-28expr -> ${EXPR}Michael Haro1-1/+1
mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
1999-08-28ln -> ${LN}Michael Haro8-10/+10
Notes: svn path=/head/; revision=21047
1999-08-27echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1-1/+1
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
1999-08-27Upgrade to GNU Portable Threads (Pth), version 1.1.3Ralf S. Engelschall2-5/+6
Notes: svn path=/head/; revision=21024
1999-08-27Upgrade to MM Shared Memory Library, version 1.0.10Ralf S. Engelschall2-3/+3
Notes: svn path=/head/; revision=21023
1999-08-25Change MASTER_SITES and assign MASTER_SITE_SUBDIR.SADA Kenji3-6/+6
Remove patch-ag about libtool use. Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Approved by: Maintainer Notes: svn path=/head/; revision=20967
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20960
1999-08-25Change Id->FreeBSD.David E. O'Brien219-219/+219
Notes: svn path=/head/; revision=20947
1999-08-24This port requires gettext now.Satoshi Asami2-4/+6
I'm not sure if it requires msgmft for build time only or the libraries for run time too. Make it LIB_DEPENDS to be safe -- if someone is sure, go ahead and change it to BUILD_DEPENDS=msgfmt:gettext. Notes: svn path=/head/; revision=20921
1999-08-23Bump GNU Pth: 1.1.1 -> 1.1.2Ralf S. Engelschall2-4/+4
Notes: svn path=/head/; revision=20909
1999-08-22awk -> ${AWK}Michael Haro1-8/+8
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
1999-08-22USE_NEWGCC= yesChris Piazza1-7/+5
Notes: svn path=/head/; revision=20887
1999-08-22Change all ports that need a new gcc on 3.x to use USE_NEWGCC.Chris Piazza3-20/+7
Notes: svn path=/head/; revision=20886
1999-08-22chmod -> ${CHMOD}Michael Haro9-20/+20
chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
1999-08-22Don't try to parse ${MOTIFLIB} if it's not defined.Satoshi Asami1-1/+5
Notes: svn path=/head/; revision=20878
1999-08-22Activate the libglade port.Steve Price1-1/+2
Notes: svn path=/head/; revision=20870
1999-08-22Mark this port broken. It doesn't link correctly on many boxes becauseSteve Price2-2/+6
libtool summarily deletes --rpath directives in link mode. Notes: svn path=/head/; revision=20869
1999-08-22Initial import of the GNOME glade library version 0.3.Steve Price14-0/+160
A library that allows you to load GLADE interfaces at runtime (you don't have to generate stubs with GLADE before hand). This way you can change the look of your application without recompiling. This way you can write the logic behind the interface separately from the code to build the interface, so changing the interface is not so much of a problem. PR: 12781 (12 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20868
1999-08-22Update to version 1.1.0.Steve Price10-26/+74
PR: 12781 (6 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20862
1999-08-22Update to version 0.4.93.Steve Price8-8/+36
PR: 12781 (1 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20857
1999-08-21GNU Pth 1.1.0 -> 1.1.1Ralf S. Engelschall2-4/+4
Notes: svn path=/head/; revision=20841
1999-08-20Back out serious breakage introduced by previous commit: you can't useSatoshi Asami1-3/+3
${SED} and ${AWK} in != statements because they are executed immediately. Notes: svn path=/head/; revision=20827
1999-08-19Upgrade to the new stabilized GNU Portable Thread 1.1 series.Ralf S. Engelschall3-7/+14
This port is now at GNU Pth 1.1.0. Notes: svn path=/head/; revision=20819
1999-08-19Update to version 3.1.6, remove a double MASTER_SITE, and fix portlintBrian Feldman2-6/+5
warnings. Approved by: obrien Notes: svn path=/head/; revision=20806
1999-08-18GNU Pth 1.1b7 (the hourly bump ;)Ralf S. Engelschall2-4/+4
Notes: svn path=/head/; revision=20783
1999-08-18GNU Pth 1.1b5 -> 1.1b6Ralf S. Engelschall2-4/+4
Notes: svn path=/head/; revision=20778
1999-08-18Fix the way the port figures out if linux support is present in the kernel.Marcel Moolenaar3-21/+21
It now also works when the linuxulator is compiled into the kernel (using options COMPAT_LINUX). Due to my misunderstanding, PR/12918 has been closed for the wrong reasons. My apologies to the originator. PR: 12918 Originator: Dean Lombardo <dlombardo@excite.com> Notes: svn path=/head/; revision=20777
1999-08-18Add NO_CDROMRalf S. Engelschall1-1/+2
Notes: svn path=/head/; revision=20775
1999-08-18Oops, merged the wrong version. Use 1.2, not 1.1.Satoshi Asami1-1/+3
Notes: svn path=/head/; revision=20774
1999-08-18Resurrect pth-devel after talking to rse. This port is essentiallySatoshi Asami6-1/+74
a scratch box that is not to appear in the main history of pth, so no repository copying is necessary. Notes: svn path=/head/; revision=20773
1999-08-17egcc/eg++ have been renamed to gcc295/g++295. ChangeChris Piazza4-17/+17
all the ports that use them accordingly. PR: 13205 Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20765
1999-08-17(With my PW cap on) Emergency operation: temporarily remove pth-develSatoshi Asami6-76/+1
while we sort out repository copy issues. Notes: svn path=/head/; revision=20763
1999-08-17Add NO_LATEST_LINKRalf S. Engelschall1-1/+3
Notes: svn path=/head/; revision=20762
1999-08-17Activate new pth-devel portRalf S. Engelschall1-1/+2
Notes: svn path=/head/; revision=20761
1999-08-17Import of a companion development port for GNU Portable Threads.Ralf S. Engelschall5-0/+72
This is currently at Pth 1.1b5. Notes: svn path=/head/; revision=20759
1999-08-17Upgrade to GNU Portable Threads, version 1.0.6Ralf S. Engelschall2-4/+4
Notes: svn path=/head/; revision=20758
1999-08-15Add http://www.FreeBSD.org/~marcel/ to MASTER_SITESMarcel Moolenaar1-2/+3
Notes: svn path=/head/; revision=20738
1999-08-14manpage fixJun-ichiro itojun Hagino3-10/+10
family name change for itojun (s/Itoh/Hagino/) Submitted by: "Alexey M. Zelkin" <phantom@cris.net> Notes: svn path=/head/; revision=20718
1999-08-14Activate qtkChris Piazza1-1/+2
Notes: svn path=/head/; revision=20704
1999-08-14Import of qtk.Chris Piazza5-0/+45
qtk, or Quick-Tk is a development environment written in Tk. It has different configurations for several different programming languages, ranging from C++, HTML, SQL, PHP, and last but not least, Tk. PR: 13064 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=20703
1999-08-13Activate sdlChris Piazza1-1/+2
Notes: svn path=/head/; revision=20682
1999-08-13Import of SDL.Chris Piazza20-0/+568
SDL is a free cross-platform multi-media development API. It is used for games, emulators, demos, any multimedia application. It handles video, audio, threads, endian independence and more. PR: 13026 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=20681
1999-08-12Update to 1.33.20 and make the patches use ${PREFIX} rather thanChris Piazza17-26/+24
/usr/local PR: 13090 Submitted by: maintainer Notes: svn path=/head/; revision=20674
1999-08-12Updated to version 3.33Satoshi Taoka4-13/+12
PR: 13015 Submitted: maintainer Notes: svn path=/head/; revision=20662
1999-08-11Create link for OSVERSION 320001 too, because the necessary kernel changeMarcel Moolenaar3-6/+6
happened after the version bump to 320001. This makes the port work for any -stable system. Notes: svn path=/head/; revision=20652