summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add "net" to CATEGORIES. Seems TCP utils belongs there to me.obrien1998-07-261-2/+2
|
* Upgrade to suck-3.9.4.jseger1998-07-263-13/+13
|
* Upgrade to version zircon-1.18.171.jseger1998-07-263-4/+6
|
* Activate xacc.alex1998-07-261-1/+2
|
* Activate sidplay.dburr1998-07-261-1/+2
|
* PR: ports/5504dburr1998-07-2615-0/+177
| | | | | | Submitted by: sec@42.org Import of new port audio/sidplay, a C=64 SID musicfile player and SID chip emulator.
* Doc-only change to add URL of home page and complete an unfinishedjkoshy1998-07-261-0/+12
| | | | | | paragraph in description. { Being done without maintainer involvement as its a small change. }
* Upgrade to 4.0a11.jseger1998-07-263-67/+58
|
* Added @dirrm directives.alex1998-07-251-0/+3
|
* touch /etc/dhclient.conf after installjseger1998-07-2512-6/+18
| | | | | | This lets dhclient run without someone creating a customized file. Requested by: obrien
* Remove BROKEN. The gid/uid conflict only existed because other portshoek1998-07-251-3/+1
| | | | were improperly registered.
* User `httpd' on the package-building machine already owns msql's uid 80.hoek1998-07-252-4/+4
| | | | | | Move msql to 87:87 so that package-building works again. I have an extremely strong suspicion that msql does not need _reserved_ uid:gid's at all, but I can't even fetch the distfile to check...
* Turn on play.steve1998-07-251-1/+2
|
* A simple audio file player. Moved from ports/japanese.steve1998-07-258-0/+64
|
* Moving play to ports/audio.steve1998-07-251-2/+1
|
* Use qmail gid 82 (instead of 80).hoek1998-07-251-1/+1
| | | | Suggested-by: asami's package-building machine
* Fix up slogin1.1 -> ssh1.1 symlink too.asami1998-07-252-2/+6
|
* Upgrade repository copy to Mesa-3.06.jseger1998-07-258-64/+46
|
* Doesn't package, is missing (at least) a few hundred files.asami1998-07-252-2/+6
|
* Damn, can't fetch.asami1998-07-251-1/+3
|
* g++28 -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L../../../lib -o ↵asami1998-07-251-1/+3
| | | | | | | | | | | | | client ../Broadcaster.o ../Receiver.o ../Receiver_skel.o ../ReceiverBase_impl.o Receiver_impl.o Client.o -lOBX11 -lOB -L/usr/X11R6/lib -L/usr/X11R6/lib -lSM -lICE -lXm -lXt -lX11 Display.o: Undefined symbol `_XShapeQueryExtension' referenced from text segment DragOverS.o: Undefined symbol `_XShapeCombineRectangles' referenced from text segment DragOverS.o: Undefined symbol `_XShapeCombineMask' referenced from text segment DragOverS.o: Undefined symbol `_XShapeCombineMask' referenced from text segment DragOverS.o: Undefined symbol `_XShapeCombineRectangles' referenced from text segment *** Error code 1 Stop.
* ???asami1998-07-251-1/+3
| | | | | | | | === checking for xdm configuration dir... /usr/X11R6/lib/X11/xdm checking for PAM... no checking for giflib... configure: error: You need giflib23. Please install the kdesupport package *** Error code 1
* Um, you can't build a port without a Makefile or a do-build target.asami1998-07-251-1/+3
|
* Fix PKGNAME and dependency (pine -> pine3).asami1998-07-251-3/+3
|
* Um, you need to define IGNOREFILES if you want to set checksum to IGNORE.asami1998-07-251-1/+2
| | | | (Otherwise bsd.port.mk will complain!)
* Can't fetch....asami1998-07-251-1/+3
|
* ===asami1998-07-251-1/+3
| | | | | | | | | | | | | | | | ## make package >> Checksum OK for qmail-1.03.tar.gz. ===> Extracting for qmail-1.03 ===> Patching for qmail-1.03 ===> Applying FreeBSD patches for qmail-1.03 ===> Configuring for qmail-1.03 pw: gid `80' has already been allocated Failed to add group qmail as gid 80 *** Error code 2 === Can the uid/gid checking be made a little more lenient? Or choose another one that's not used by other ports?
* c++ -g -O2 -Wall -o le about.o block.o calc.o chset.o cmd.o color.o edit.o ↵asami1998-07-251-1/+3
| | | | | | | | | | editcalc.o ehelp.o ext.o file.o format.o frames.o getch.o getstr.o help.o history.o kern.o keymap.o keymapdf.o keymapfn.o loadsave.o mainmenu.o menu.o menu1.o options.o pipe.o rus.o screen.o search.o signals.o tables.o textpoin.o user.o window.o highli.o clipbrd.o keynames.o mouse.o ../lib/liblib.a -lncurses -lm keymap.o: Undefined symbol `_tigetstr' referenced (use -lmytinfo ?) ld: Spurious undefined symbols: # undefined symbols 1, reported 0 *** Error code 1 Stop.
* enable apache13-php3andreas1998-07-251-1/+2
|
* added new port apache3-php3 after repository copyandreas1998-07-2512-204/+600
| | | | | many thanks to the contributors. Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE> and Stefan Herrmann <sh@webaffairs.de>
* /usr/X11R6/bin/moc KIllustrator.h -o KIllustrator.mocasami1998-07-251-1/+3
| | | | | | | | | | | | c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -O2 -Wall -c KIllustrator.cc KIllustrator.cc: In method `void KIllustrator::initToolBar()': KIllustrator.cc:339: `KToolBarCombo' undeclared (first use this function) KIllustrator.cc:339: (Each undeclared identifier is reported only once KIllustrator.cc:339: for each function it appears in.) KIllustrator.cc:339: `combo' undeclared (first use this function) *** Error code 1 Stop.
* Remove unnecessary @mode lines.asami1998-07-251-2/+0
|
* Change category to "lang" only. This is pretty much a pascalasami1998-07-251-2/+2
| | | | | | compiler and nothing else. Yelled out by: hoek
* Another batch of "Add homepage." for benchmarks through converters.hoek1998-07-258-7/+17
|
* Upgraded to last php version 3.0.2andreas1998-07-256-39/+48
| | | | | | | | | | | | | | | | | | | Included freetype support for php Why freetype support ? If you compile PHP with gd and freetype[it's already a port], and grab some free truetype fonts from microsoft in self-install.exe format you can generate really nice on the fly gif's with text in them. Buttons, banners etc. William told me: I had to install the free microsoft fonts on my pc and then ftp them. I can't think of a way to extract the files from the .exe archive. I don't think it's a zip type. I got the fonts microsoft link by digging around in http://www.freetype.org Submitted by: William Lloyd <wlloyd@mpd.ca>
* Add homepage to pkg/DESCRhoek1998-07-248-22/+17
|
* radius is (mostly) not redistributable.asami1998-07-242-2/+8
| | | | Pointed out by: jdp
* Make it more 8bit cleanache1998-07-241-0/+727
|
* Upgrade to 5.4.4, and change maintainer's address.vanilla1998-07-246-12/+12
|
* Upgrade to 5.4.4. and change maintainer's address.vanilla1998-07-246-12/+12
|
* SAOimage 1.23 was released, and 1.22 was moved to an Old directory. Updatedscrappy1998-07-241-2/+2
| | | | the link so that it isn't broken anymore...
* automatically sense Cyrillic build modeache1998-07-241-1/+3
|
* Install CHANGES file too, it contains useful infoache1998-07-242-1/+3
|
* Add --enable-nsl-forkache1998-07-241-2/+3
|
* --enable-nsl-fork, a-la Netscape DNS fork allowing lookups to be aborted.hoek1998-07-241-2/+3
|
* Change maintainer to James Saint-Rossy <appleseed@his.com>.hoek1998-07-242-4/+4
|
* Add homepage.hoek1998-07-242-0/+4
|
* Add homepage. Fix my language a little ("I wrote that!?").hoek1998-07-241-2/+5
|
* WTF did "alphanumeric" mean, anyways? Netscape is alphanumeric-oriented,hoek1998-07-241-1/+1
| | | | too... Lynx's defining feature is that it is alphanumeric limited.
* Add homepage. Style (s/which/that/).hoek1998-07-241-2/+4
|
OpenPOWER on IntegriCloud