Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ${MASTER_SITE_PORTS_JP}. | shige | 1999-09-20 | 2 | -2/+3 |
| | | | | | Lynx-current was updated frequently, but I'm sorry that I can't update lynx-current port with the same frequency. | ||||
* | Get this port to compile on FreeBSD/Alpha. | steve | 1999-09-20 | 4 | -0/+44 |
| | |||||
* | Remove '-m486' from CFLAGS so this compile on FreeBSD/Alpha. | steve | 1999-09-20 | 1 | -0/+11 |
| | |||||
* | Breakout a multipart patch and use the default implementation instead | steve | 1999-09-20 | 2 | -53/+53 |
| | | | | of the missing byts_swap_* on FreeBSD/Alpha. | ||||
* | Use SYSTEM_OSS on the Alpha too. Also include errno.h so this build on | steve | 1999-09-20 | 2 | -4/+18 |
| | | | | FreeBSD/Alpha. | ||||
* | time(3) returns a time_t and not a long. | steve | 1999-09-20 | 2 | -2/+30 |
| | |||||
* | Use time_t instead of long when call time functions. Also add '-lio' | steve | 1999-09-20 | 2 | -5/+51 |
| | | | | on FreeBSD/Alpha. | ||||
* | Make this compile again on -current and Alpha again. | steve | 1999-09-20 | 1 | -3/+56 |
| | |||||
* | Break out part of a multipart patch and remove '-m486' when compiling on | steve | 1999-09-20 | 1 | -0/+19 |
| | | | | FreeBSD/Alpha. | ||||
* | Fix the first arg to strscat so we can use stdarg macros and get this | steve | 1999-09-20 | 4 | -4/+90 |
| | | | | to build on FreeBSD/Alpha. | ||||
* | s/chtype/chartype/g so this builds on FreeBSD/Alpha too. | steve | 1999-09-20 | 3 | -0/+58 |
| | |||||
* | byte_swap_{long,word} don't exist on FreeBSD/Alpha so accept the default | steve | 1999-09-20 | 1 | -0/+11 |
| | | | | implementation. | ||||
* | Remove '-m486' so this builds on FreeBSD/Alpha too. | steve | 1999-09-20 | 1 | -0/+9 |
| | |||||
* | Make sure we can find zephyr_err.h so this port builds. | steve | 1999-09-20 | 1 | -0/+11 |
| | |||||
* | All FreeBSD/Alpha we need to add '-lio' to resolve inb/outb and friends. | steve | 1999-09-20 | 1 | -0/+14 |
| | |||||
* | time(3) takes a time_t and not a long. | steve | 1999-09-20 | 1 | -0/+11 |
| | |||||
* | o Support CC/CXX | cpiazza | 1999-09-20 | 2 | -228/+294 |
| | | | | | | o Support CFLAGS/CXXFLAGS o Make this actually build on my system (alfred had the same problem, but, oddly enough, green didn't) | ||||
* | We don't need to explicitly '-lg++' since our C++ compiler does it for us | steve | 1999-09-20 | 1 | -0/+11 |
| | | | | as required. | ||||
* | The second to arg to snprintf(3) is of type size_t. | steve | 1999-09-20 | 1 | -0/+20 |
| | |||||
* | Judiciously s/int/ssize_t/ so this build on FreeBSD/Alpha. | steve | 1999-09-20 | 3 | -0/+54 |
| | |||||
* | Let this port know of the types that are 64-bit on FreeBSD/Alpha. | steve | 1999-09-20 | 1 | -0/+20 |
| | |||||
* | We don't have a fp_* cruft on FreeBSD/Alpha. | steve | 1999-09-20 | 1 | -0/+11 |
| | |||||
* | Steal a few lines from the Linux/Alpha book so we can have this port on | steve | 1999-09-20 | 1 | -0/+22 |
| | | | | FreeBSD/Alpha too. | ||||
* | Toss in an ugly hack to cope with the fact that va_list is a non-scalar | steve | 1999-09-20 | 1 | -0/+24 |
| | | | | on FreeBSD/Alpha. | ||||
* | Need to include sys/types.h for u_char and friends on FreeBSD/Alpha. | steve | 1999-09-20 | 2 | -0/+20 |
| | |||||
* | Make this port build with an empty /usr/local. | steve | 1999-09-20 | 1 | -4/+24 |
| | |||||
* | Escape the single quote in the FORBIDDEN message so we don't get complaints | steve | 1999-09-20 | 1 | -1/+1 |
| | | | | about unterminated quoted strings. | ||||
* | Don't define time(3) as returning a long so that this builds on | steve | 1999-09-20 | 1 | -4/+16 |
| | | | | FreeBSD/Alpha. | ||||
* | Mark this port as being only for i386. | steve | 1999-09-20 | 1 | -0/+2 |
| | |||||
* | Fixup PLIST after last upgrade of apache13 port. | steve | 1999-09-20 | 1 | -20/+77 |
| | |||||
* | Judiciously s/int/ssize_t/ so this builds on FreeBSD/Alpha. | steve | 1999-09-20 | 2 | -8/+44 |
| | |||||
* | Get this port to 'make package' again. | steve | 1999-09-20 | 1 | -1/+0 |
| | |||||
* | Put 'clean' in ALL_TARGET before 'all' to remove stale object files that | steve | 1999-09-20 | 1 | -0/+2 |
| | | | | were killing builds on FreeBSD/Alpha. | ||||
* | For some reason with the latest libtool this port no longer builds its | steve | 1999-09-20 | 1 | -0/+1 |
| | | | | shared libraries, so explicitly tell configure to '--enable-shared'. | ||||
* | Play the 'MANCOMPRESSED=maybe' trick and compress the manpages ourselves | steve | 1999-09-20 | 1 | -0/+6 |
| | | | | | based on NOMANCOMPRESS, so we don't have problems with the arguments being too long to sh(1). | ||||
* | Remove .depend in post-extract because trap.h doesn't exist on FreeBSD/Alpha | steve | 1999-09-20 | 1 | -0/+3 |
| | | | | and it was killing the build there. | ||||
* | Remove '-m486' and friends from CFLAGS so this builds on FreeBSD/Alpha. | steve | 1999-09-20 | 1 | -3/+11 |
| | |||||
* | Make this build again on -current after jlemon's changes to tcp_var.h. | steve | 1999-09-20 | 1 | -2/+16 |
| | |||||
* | This appears to be building again. Set NO_LATEST_LINK since we now have | steve | 1999-09-20 | 1 | -2/+1 |
| | | | | | a chimera2 port. Remove '-m486' from CFLAGS when !i386Architecture so this builds on FreeBSD/Alpha. | ||||
* | ln(1) a set of rules so this build (at least) on FreeBSD/Alpha. | steve | 1999-09-20 | 2 | -0/+12 |
| | |||||
* | s/instr/myinstr/ to avoid namespace pollution that caused builds on | steve | 1999-09-20 | 1 | -4/+39 |
| | | | | FreeBSD/Alpha to fail. | ||||
* | We no longer need to define SPECIAL_BSD to coverup for an old curses | steve | 1999-09-20 | 1 | -10/+3 |
| | | | | problem. As a side effect this now builds on FreeBSD/Alpha. | ||||
* | Remove an empty patch. | steve | 1999-09-20 | 1 | -0/+0 |
| | |||||
* | Snes9X is updated to 1.25. | green | 1999-09-20 | 6 | -81/+526 |
| | | | | | | | | (And the villagers rejoiced!) Snes9X actually builds now. (And the villagers rejoiced!) Snes9X should actually work on the Alpha now. (And the villagers rejoiced!) | ||||
* | Oops. Committed wrong fixed Makefile. Need to include master | nsayer | 1999-09-20 | 1 | -1/+1 |
| | | | | Makefile from the pine4 port. | ||||
* | Fix port breakage when the required file did in fact exist in the | nsayer | 1999-09-20 | 1 | -1/+3 |
| | | | | | | distfiles directory. Noticed by: forrie@forrie.com | ||||
* | Add audio cd and mikmod support in Xmms. | cpiazza | 1999-09-20 | 4 | -6/+14 |
| | | | | | | | Also update the maintainer's email address. PR: 13728 Submitted by: maintainer | ||||
* | Activate py-wxPython. | nectar | 1999-09-20 | 1 | -0/+1 |
| | |||||
* | Python bindings for the wxWindows/GTK GUI toolkit. | nectar | 1999-09-20 | 24 | -0/+1332 |
| | |||||
* | Update 2.0.1 -> 2.1.0b9. | nectar | 1999-09-20 | 18 | -411/+558 |
| | | | | | | This port was apparently broken and unusable previously. If you wanted to check out wxWindows and couldn't before, go ahead and give it another try. | ||||
* | Make PREFIX clean. | obrien | 1999-09-20 | 1 | -1/+5 |
| | |||||
* | Update to version 1.11.4 | cpiazza | 1999-09-20 | 2 | -5/+5 |
| | | | | | PR: 13816 Submitted by: maintainer | ||||
* | Update to version 0.12. | cpiazza | 1999-09-20 | 2 | -5/+6 |
| | | | | | | | | | From maintainer: The other day I made some modifications to FreeGrep which double its speed or better. Here is an update to the port. PR: 13824 Submitted by: maintainer | ||||
* | enter main website | andreas | 1999-09-20 | 2 | -8/+2 |
| | |||||
* | Step two of splitting py-gnome into py-gtk and py-gnome so that folks | nectar | 1999-09-19 | 10 | -226/+98 |
| | | | | | | may use the Python GTK bindings without all the GNOME cruft. This also updates py-gnome from 1.0.3 -> 1.0.4. | ||||
* | Activate py-gtk. | nectar | 1999-09-19 | 1 | -0/+1 |
| | |||||
* | Step one of splitting py-gnome into py-gtk and py-gnome so that folks | nectar | 1999-09-19 | 8 | -270/+188 |
| | | | | | | may use the Python GTK bindings without all the GNOME cruft. This is py-gtk-0.6.2, built from sources in the py-gnome-1.0.4 distfile. | ||||
* | - bump shared library version number for ucd-snmp from 3 to 4. | dirk | 1999-09-19 | 6 | -4/+10 |
| | | | | | | | | | | | | | | | - Add php4_snmp.c.diff to PATCHFILES in order to unbreak SNMP support. There was a conflicting type between ${PREFIX}/include/ucd-snmp/mib.h and ${WRKDIR}/php-4.0b2/ext/snmp/snmp.c due to ucd-snmp upgrade to 4.0.1. Reported by: Wizzard <wizzard@mwci.net> - Delete http://www.php.net/ from MASTER_SITES to workaround the problem that the http server isn't returning a 404 for non-existant files and thus breaks fetching of mod_ssl distfile. Reported by: Iron Yuppie <aronchick@formatta.com> | ||||
* | - Add php_snmp.c.diff to PATCHFILES in order to unbreak SNMP support. | dirk | 1999-09-19 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | There was a conflicting type between ${PREFIX}/include/ucd-snmp/mib.h and ${WRKDIR}/php-3.0.12/functions/snmp.h due to ucd-snmp upgrade to 4.0.1. Reported by: Andreas Klemm <andreas@FreeBSD.org> - Move MASTER_SITES for mod_ssl down again and replace http://www.php.net/ with ftp://ftp.php.net/pub/ to workaround the problem that the http server isn't returning a 404 for non-existant files and thus breaks fetching of mod_ssl distfile. Reported by: Iron Yuppie <aronchick@formatta.com> | ||||
* | Sync with internat.freebsd.org crypto repo. | peter | 1999-09-19 | 1 | -22/+49 |
| | | | | | | | | (Actually, Mark removed a bit of commented code whice I've left in since we might use something like it for using cvs-$branch commit messages one day) Submitted by: markm | ||||
* | Sync with internat.freebsd.org crypto repo. | peter | 1999-09-19 | 1 | -1/+2 |
| | | | | Submitted by: markm | ||||
* | Sync with internat.freebsd.org crypto repo. (part 1) | peter | 1999-09-19 | 6 | -6/+10 |
| | | | | Submitted by: markm | ||||
* | - bump snmp shared library version number from 3 to 4, this changed | andreas | 1999-09-19 | 2 | -3/+3 |
| | | | | | | | | | | | | | in ucd-snmp port - put modssl download site in from of php download site when trying to fetch the modssl package, the html error message will be fetched and put into the DISTFILES directory tar tries to unpack the 5k file with html error output that this site didn't find mod_ssl sources and the whole make chokes on this possibly this is not the solution, the solution is, that the site doing this has to be avoided as master site or fetch isn't clever enough to handle this as an error ... dunno exactly. | ||||
* | Add a patch for zh_TW.Big5 language file. | vanilla | 1999-09-19 | 2 | -0/+32 |
| | |||||
* | Update zebra to 0.79 | andreas | 1999-09-19 | 6 | -6/+6 |
| | | | | | This software is still under developement Please read the README's or subscribe to the zebra mailing list | ||||
* | Updated to version 1.2.1 | jim | 1999-09-19 | 10 | -15/+15 |
| | |||||
* | Upgrade to 2.1.8.6b7, and add the patch from Josh Tiefenbach. | vanilla | 1999-09-19 | 3 | -10/+12 |
| | | | | | PR: ports/12874 Submitted by: Josh Tiefenbach josh@zipperup.org | ||||
* | update majorcool to 1.3.2 | andreas | 1999-09-19 | 6 | -61/+107 |
| | | | | | | | | | | make port prefix clean use perl from /usr/bin not /usr/local/bin patch interactive configure script to show sane default paths for - apache paths - apache documents, etc. updated PLIST cosmetics in DESCR | ||||
* | Updated to version 0.5.0 | jim | 1999-09-19 | 4 | -10/+10 |
| | | | | | PR: 13773 Submitted by: maintainer | ||||
* | Update master site. | wosch | 1999-09-19 | 13 | -13/+13 |
| | |||||
* | if we're stopping a commit, make sure the lastdir file (possibly left from | peter | 1999-09-19 | 1 | -0/+1 |
| | | | | a run in a previous directory) is cleaned up. | ||||
* | Now that the ports and release freezes are over, turn back on the | peter | 1999-09-19 | 1 | -3/+3 |
| | | | | id checking in ports/*/Makefile. | ||||
* | If a file is missing, don't try and check it's id stamps. It's either been | peter | 1999-09-19 | 1 | -0/+3 |
| | | | | cvs rm'ed, or cvs itself will detect the error if it's really missing. | ||||
* | This port (py-gtk) has been repository copied from py-gnome. Since there | asami | 1999-09-19 | 0 | -0/+0 |
| | | | | | | | | | | was a py-gtk port until about half a year ago (since been repository copied to py-gnome and cvs removed), this is a forced commit to make sure that the new versions will not be confused with the old. (repository copy) Requested by: nectar Approved by: jdp | ||||
* | This port (py-gtk) has been repository copied from py-gnome. Since there | asami | 1999-09-19 | 0 | -0/+0 |
| | | | | | | | | | | was a py-gtk port until about half a year ago (since been repository copied to py-gnome and cvs removed), this is a forced commit to make sure that the new versions will not be confused with the old. (repository copy) Requested by: nectar Approved by: jdp | ||||
* | Add keynote and kmap. | asami | 1999-09-19 | 1 | -0/+2 |
| | |||||
* | Remove kdelocale. | asami | 1999-09-19 | 1 | -1/+0 |
| | |||||
* | Fix the coredump of setupterm(). | vanilla | 1999-09-19 | 1 | -0/+26 |
| | |||||
* | Add another MASTER_SITE. | obrien | 1999-09-19 | 1 | -1/+2 |
| | |||||
* | upgrade to 0.12.20 | obrien | 1999-09-19 | 3 | -6/+8 |
| | |||||
* | Upgrade to the 990907b version. | obrien | 1999-09-19 | 4 | -10/+10 |
| | |||||
* | turn on postmark | obrien | 1999-09-19 | 1 | -0/+1 |
| | |||||
* | PostMark is the benchmark used in the NetApp Technical Report TR-3022, | obrien | 1999-09-19 | 5 | -0/+51 |
| | | | | | | | "PostMark: A New File System Benchmark" -- Existing file system benchmarks are deficient in portraying performance in the ephemeral small-file regime used by Internet software, especially: electronic mail, netnews, and web-based commerce. | ||||
* | Updated to version 1.4.4 | jim | 1999-09-19 | 2 | -3/+3 |
| | |||||
* | Updated to version 0.7.16 | jim | 1999-09-19 | 6 | -8/+12 |
| | |||||
* | Update to version 0.4.7 | cpiazza | 1999-09-19 | 2 | -3/+6 |
| | |||||
* | Update to version 5.0.8 | cpiazza | 1999-09-19 | 3 | -11/+11 |
| | |||||
* | Activate xmp | cpiazza | 1999-09-19 | 1 | -0/+1 |
| | |||||
* | Import of xmp. | cpiazza | 1999-09-19 | 8 | -0/+108 |
| | | | | | | | | | Xmp is the "eXtended Module Player". It supports many of the Amiga and PC module formats -- currently 47 of them and runs with little system load. PR: 13805 Submitted by: Anders Nordby <anders@fix.no> | ||||
* | Update to version 1.4 | cpiazza | 1999-09-19 | 3 | -7/+9 |
| | |||||
* | Make cdrecord build on alpha (at least). | dirk | 1999-09-19 | 6 | -12/+90 |
| | | | | | It compiled fine on beast.freebsd.org. But I couldn't really test it there. So some feedback from alpha people would be great. | ||||
* | Update to version 1.3.1. | steve | 1999-09-19 | 7 | -141/+77 |
| | | | | | PR: 13529 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | ||||
* | Update to version 1.3. | steve | 1999-09-19 | 3 | -4/+6 |
| | | | | | PR: 13425 Submitted by: maintainer | ||||
* | Update to version 0.20. | steve | 1999-09-19 | 6 | -7/+39 |
| | | | | | PR: 13347 Submitted by: maintainer | ||||
* | Update to version 2.0. | steve | 1999-09-19 | 4 | -10/+65 |
| | | | | | PR: 13315 Submitted by: maintainer | ||||
* | This port, gwstat, is no longer being developed/actively maintained. | steve | 1999-09-19 | 1 | -1/+0 |
| | | | | | PR: 13237 Submitted by: Ade Lovett <ade@lovett.com> | ||||
* | Update to version 3.8.0. | steve | 1999-09-19 | 3 | -6/+9 |
| | | | | | PR: 13502 Submitted by: Maxim Sobolev <sobomax@altavista.net> | ||||
* | Update to version 5.30. | steve | 1999-09-19 | 5 | -50/+65 |
| | | | | | PR: 13484 Submitted by: maintainer | ||||
* | Update to version 1.3.111. | steve | 1999-09-19 | 4 | -402/+1205 |
| | | | | | PR: 13325 Submitted by: KATO Tsuguru <<tkato@prontomail.ne.jp> | ||||
* | Re-locate distfiles on MASTER_SITE. | steve | 1999-09-19 | 1 | -2/+2 |
| | | | | Submitted by: maintainer | ||||
* | Don't build these if PARALLEL_PACKAGE_BUILD is set -- the new xemacs seems | asami | 1999-09-18 | 3 | -0/+12 |
| | | | | to hang forever. | ||||
* | New port of the keynote trust-management system (currently an IETF draft). | se | 1999-09-18 | 5 | -0/+55 |
| | |||||
* | Update to KDE-1.1.2 | se | 1999-09-18 | 137 | -209/+4770 |
| | |||||
* | Update to pre6 which increases security. | mharo | 1999-09-18 | 6 | -26/+28 |
| | |||||
* | Enforce random pkg/COMMENT rules, including the one that states Emacs | hoek | 1999-09-18 | 23 | -23/+23 |
| | | | | should be spelled corrcetly, although I rather liked "Emasc". | ||||
* | Remove the X dependent componate. It has become its own port. | obrien | 1999-09-18 | 2 | -6/+0 |
| | |||||
* | Modest attempt to improve the afterstep pkg/COMMENTs. I still don't like | hoek | 1999-09-18 | 1 | -1/+1 |
| | | | | them at all. | ||||
* | Finish upgrading this to 0.9.5. | obrien | 1999-09-18 | 4 | -6/+6 |
| | |||||
* | Reimport Kmap (the round about way -- easy-import won't deal with it in | obrien | 1999-09-18 | 5 | -0/+46 |
| | | | | the repository's current state). | ||||
* | Grammar and WWW: fix. | hoek | 1999-09-18 | 1 | -7/+6 |
| | |||||
* | Update to new version. | steve | 1999-09-18 | 3 | -8/+5 |
| | | | | | PR: 13459 Submitted by: maintainer | ||||
* | Remove an empty patch file. | steve | 1999-09-18 | 1 | -0/+0 |
| | |||||
* | The version number of libgif.so has changed to 5. | steve | 1999-09-18 | 62 | -62/+62 |
| | |||||
* | Update to version 4.1.0. | steve | 1999-09-18 | 8 | -18/+30 |
| | | | | | PR: 13528 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | ||||
* | Fix a mis-use of Ie. Detorture the English. | hoek | 1999-09-18 | 1 | -13/+12 |
| | |||||
* | sh(1) is not bash on FreeBSD so 'source' isn't a command. Change | cpiazza | 1999-09-18 | 1 | -2/+11 |
| | | | | | | it to '.' Submitted by: steve | ||||
* | - upgrade to 3.22.26a | dirk | 1999-09-18 | 50 | -50/+450 |
| | | | | | | | | | | | | - use --enable-assembler for ${ARCH}==i386 Requested by: Martin Nilsson <martin@filex.se> There is an annoying bug in gcc 2.7.2.*: If -pipe is used for .s files, gcc will "hang" forever, because the assembler is called with '-' and noone is sending data. As a workaround use .S (capital s) files. Then cpp will be called prior to as and thus a pipe can be build. | ||||
* | Linux needs a yp.conf file for NIS to work. Install a sample yp.conf so that | marcel | 1999-09-18 | 40 | -0/+192 |
| | | | | | | | | | | | | NIS users now what to do. Display a note after installation of the port/package to draw attention to it. Creating the proper yp.conf on the fly is being considered... PR: 12748 Originator: Palle Girgensohn <girgen@partitur.se> Solution by: Palle Thanks to: nsayer | ||||
* | Don't use ${PREFIX} in pkg/MESSAGE but /usr/local and substitute | dirk | 1999-09-18 | 4 | -4/+4 |
| | | | | | | /usr/local accordingly via Makefile. Submitted by: Bill Fumerola <billf@FreeBSD.org> | ||||
* | Resolve many 301 Moved Permanently URLs in DESCR. | fenner | 1999-09-18 | 41 | -45/+41 |
| | |||||
* | Avoid having duplicate package names by adding ${PAPERSIZE} to ${PKGNAME}. | steve | 1999-09-18 | 1 | -1/+1 |
| | |||||
* | Now that we don't expand $Id$ tags anymore, but back the author's tag. | steve | 1999-09-18 | 1 | -4/+4 |
| | |||||
* | some files are lacked in PLIST. | sumikawa | 1999-09-18 | 1 | -0/+6 |
| | | | | | PR: 13687 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de> | ||||
* | Move the call to REQ to pre-build instead of pre-fetch so a 'make fetch' | steve | 1999-09-18 | 1 | -1/+1 |
| | | | | from /usr/ports doesn't stop and require user interaction. | ||||
* | Fix packaging for this port. | cpiazza | 1999-09-18 | 2 | -8/+2 |
| | | | | | It doesn't seem to be installing static libraries any more, this is probably related to the libtool changes. | ||||
* | This port seems to require the '-b' flag in FETCH_BEFORE_ARGS. | steve | 1999-09-18 | 1 | -0/+2 |
| | |||||
* | Mark this port as being i386 only. | steve | 1999-09-18 | 2 | -0/+2 |
| | |||||
* | Fix categories after repo-copy (I could have sworn I had done this...) | cpiazza | 1999-09-18 | 1 | -1/+1 |
| | |||||
* | Update to version 0.1.12 | cpiazza | 1999-09-18 | 2 | -4/+7 |
| | |||||
* | Update to version 1.2 | cpiazza | 1999-09-18 | 4 | -12/+13 |
| | |||||
* | Update to version 0.6 | cpiazza | 1999-09-18 | 16 | -44/+56 |
| | |||||
* | Upgrade to GNU Portable Threads (Pth), development version 1.2b4 | rse | 1999-09-18 | 2 | -3/+3 |
| | |||||
* | Nuke tcl 7.5 and tk 4.1 | jseger | 1999-09-17 | 2 | -2/+0 |
| | | | | They are no longer required by the ports collection. | ||||
* | Nuke misc/ctk | jseger | 1999-09-17 | 1 | -1/+0 |
| | | | | We have no MAINTAINER, and it's no longer supported by the author. | ||||
* | This port now respects ${LOCALBASE}. | jmas | 1999-09-17 | 1 | -0/+1 |
| | |||||
* | Upgrade to KDE-1.1.2. | imura | 1999-09-17 | 18 | -340/+311 |
| | | | | | | | | | | Now x11-clocks/kdetoys11-i18n is no longer RESTRICTED. Fix incorrect PLIST which is caused by changed bahavior of devel/libtool. (x11/kdelibs11-i18n, net/kdentwork11-i18n) PR: 13749 | ||||
* | - upgrade to 1.8a28: | dirk | 1999-09-17 | 9 | -24/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | highlight from AN-1.8a28: "Now after more then half a year of testing, auinfo.c is included with this distribution. This allows to create bitwise correct audio copies: cdda2wav -B -v255 cdrecord -v -dao -useinfo *.wav When using these commands, the cddb ID is copied, also the start time of the first track, all available ISRC ID's, the MCN, the size of all pregaps between all tracks and all indices if present." - add more MASTER_SITES - use MAKE_ENV instead of a custom do-build - don't link /dev/rworm0.ctl to /dev/scgx in pkg/PLIST according to the docs it isn't even neccessary for non-CAM systems | ||||
* | Change MAINTAINER from jmz@FreeBD.org to dirk@FreeBSD.org. | dirk | 1999-09-17 | 3 | -3/+3 |
| | | | | | | Thanks to Jean-Marc for maintaining cdrecord up to now. OK'ed by: Jean-Marc Zucconi <jmz@FreeBSD.org> | ||||
* | Ports freeze for 3.3R is now over. | asami | 1999-09-17 | 1 | -1/+1 |
| | |||||
* | (forced commit) This is the official index file for 3.3-release. | asami | 1999-09-15 | 1 | -2134/+2421 |
| | | | | The tag is "RELEASE_3_3_0". There are 2,646 ports in this release. | ||||
* | Don't check for $FreeBSD$ in src/etc or src/release. src/release would | peter | 1999-09-14 | 1 | -4/+10 |
| | | | | | be a big problem, and a couple of files in etc don't have comment fields. (eg: motd) | ||||
* | Requiring the $FreeBSD$ to be within the first 'n' lines isn't all that | peter | 1999-09-12 | 1 | -2/+3 |
| | | | | useful. | ||||
* | Increase size of the area where FreeBSD keyword searched to 70 lines - ee.c is | ache | 1999-09-12 | 1 | -1/+1 |
| | | | | bug trigger. | ||||
* | Fix installation. | asami | 1999-09-12 | 1 | -3/+2 |
| | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Create include/Xbae -> include/Xbae-${VERSION} symlink. I don't know why | asami | 1999-09-11 | 2 | -0/+3 |
| | | | | it went away in 4.7 but it breaks at least one port (math/xmgr). | ||||
* | xbae shlib is now at version 7. | asami | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | Run ldconfig -m on %D/lib, not %D (which is "/usr/X11R6"). | asami | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | JDK is now at version 1.1.8. Also use ${JAVASUBDIR} wherever possible. | asami | 1999-09-11 | 1 | -2/+2 |
| | |||||
* | pgcc compiler is called pgcc, not egcs. The port still doesn't build | asami | 1999-09-11 | 2 | -3/+3 |
| | | | | | ("Internal compiler error"...probably pgcc's fault) but at least it will start compiling. | ||||
* | Remove /var/db/pkg/* *inside* chroot area, not outside. | asami | 1999-09-11 | 1 | -2/+2 |
| | |||||
* | Back out previous commit. srwin.o gets installed when I do it in a | asami | 1999-09-11 | 1 | -1/+0 |
| | | | | | chroot dir by hand but not through the regular package building process. Foo! | ||||
* | Add missing file lib/sr/srwin.o. | asami | 1999-09-11 | 1 | -0/+1 |
| | |||||
* | Typo ("$(CHOWN}" -> "${CHOWN}"). Fix "version required" comment and | asami | 1999-09-11 | 1 | -10/+10 |
| | | | | | | | change "user.group" to "user:group" while I'm here. PR: 13695 Submitted by: netch@lucky.net (Valentin Nechayev) | ||||
* | The "*.html~" files don't seem to exist, so delete them from PLIST. | asami | 1999-09-11 | 1 | -6/+0 |
| | |||||
* | /var/spool/news doesn't exist by default, so create it in pre-install. | asami | 1999-09-11 | 2 | -0/+6 |
| | |||||
* | No need to create ${PORTINFORDIR}/dir explicitly -- install-info does it for | asami | 1999-09-11 | 3 | -9/+0 |
| | | | | | | you. Besides, the check was incorrect, causing the dir file to be always wiped out! | ||||
* | Fix packaging. Move all version info out of PLIST using PLIST_SUB. | asami | 1999-09-11 | 2 | -1/+2 |
| | |||||
* | Fix check. | asami | 1999-09-11 | 1 | -3/+2 |
| | | | | Submitted by: maintainer | ||||
* | Remove kmap, we're under ports freeze. | asami | 1999-09-11 | 5 | -46/+0 |
| | |||||
* | KDE-compliant GUI front end for the nmap port scanning tool. | obrien | 1999-09-11 | 5 | -0/+46 |
| | |||||
* | The ports tree is now in freeze in preparation for 3.3R. Nobody other than | asami | 1999-09-11 | 1 | -1/+1 |
| | | | | "asami" (that's me :) can commit to the tree. | ||||
* | Little whitespace fix. | asami | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | (1) Adjust to new libtools. | asami | 1999-09-11 | 1 | -9/+35 |
| | | | | | | | | | | | | | | | Submitted by: libtools maintainer (2) Typo/updates in master sites. Submitted by: jkoshy, chris, cpiazza (3) "automagically" -> "automatically". I prefer words in dictionaries. Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> PR: 13638 (4) Quote ${DEPENDS_TARGET} in command line so make reinstall won't fail. Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> PR: 13638 | ||||
* | Set | asami | 1999-09-11 | 7 | -0/+7 |
| | | | | | | | | LIBTOOLFLAGS= --disable-ltlibs --release-suffix to take advandate of new libtools. Submitted by: libtools maintainer | ||||
* | Submitted by: maintainer | asami | 1999-09-11 | 40 | -320/+1180 |
| | | | | | | | | | | | | | He says: Update libtool to 1.3.3 and modify it's behaviour a bit. It now behaves like a stock libtool unless we start sending one of three flags: --disable-ltlibs Don't install .la files --release-suffix Add the release to the end of all the libs (like GLib/GTK+) --release-ignore Don't add the release to any libs. PR: 13114 | ||||
* | Unbreak this port, thanks to suggestions made by | dburr | 1999-09-11 | 1 | -4/+2 |
| | | | | | | | | Eric Yang <robe@FreeBSD.csie.nctu.edu.tw>. The original distsites seem to have gone away, and I cannot find any new ones. (ftpsearch.lycos.com only lists FreeBSD mirrors -- and a whole bunch of them! :-)) So I am setting up a distsite for this on my own box. | ||||
* | Note that you need /usr/lib/aout/c++rt0.o for package building. It's not | asami | 1999-09-11 | 1 | -3/+8 |
| | | | | included in bindist or any of the compat*dists. | ||||
* | Let the generated Makefiles install the perl modules. | fenner | 1999-09-11 | 8 | -16/+36 |
| | | | | | | (I'm not positive why there's a do-install: target at all, but since there are less than 5 minutes til the freeze I'm not going to investigate yet!) | ||||
* | This is supposed to be 4-current, not 3.1-release. | asami | 1999-09-11 | 1 | -2/+2 |
| | |||||
* | Don't delete the whole /usr/games, leave strfile behind. At least one port | asami | 1999-09-11 | 2 | -4/+92 |
| | | | | (misc/fortuneit) needs it. | ||||
* | Improve snapshot ftp installation. Put hostnames, distributions etc. in | asami | 1999-09-11 | 2 | -18/+28 |
| | | | | variables instead of command lines. Create /var/db/port.mkversion. | ||||
* | Switch back dependency to gnuplot, now that chuckr has fixed it. | asami | 1999-09-11 | 16 | -29/+29 |
| | |||||
* | Argh. Don't mess with perl at 6am. (Fix logic inversion braino) | peter | 1999-09-11 | 1 | -1/+1 |
| | | | | Submitted by: alfred | ||||
* | (1) Instead of specifying list of package names of dummy ports (i.e., | asami | 1999-09-11 | 1 | -19/+36 |
| | | | | | | | | | | | | | | | | | | | | | | XFree86, Motif) to copy, make a variable hold directory names, and do a "make package-name" in there to obtain the package names. (2) Exit if there is problem in INDEX. A line that contains "non-existent" (suggesting a dangling dependency) or a line that has less or more than nine |'s flag errors. (3) Pass the fifth argument (bindist.tar's md5) to setupnode. (4) Typo in spelling "restricted". Submitted by: marcel (5) Run cvsup at verbosity level 0 instead of 1. (6) Print out only ${PKGNAME}, not ${PKGNAME}.log or ${PKGNAME}.tgz when reporting new or old packages/failures. (7) Archive /usr/ports used to build packages in ${branch}/tarballs. Requested by: steve | ||||
* | (1) Remove FORCE_PKG_REGISTER, it is not necessary anymore. Remove | asami | 1999-09-11 | 1 | -12/+23 |
| | | | | | | | | | | | | | | | | everything under /var/db/pkg/* before installing dependencies and during final cleanup. (2) Change OSREL, OSVERSION and PORTOBJFORMAT (if necessary). Comment out those for 3-stable. Reported by: paul, tg (3) Move mtree until after we actually mount /usr/src. ;) Reported by: taoka (4) Run ldconfig with and without -aout in all sorts of directories to pick up everything that could be in compat dirs etc. Run ldconfig -aout -R after cleanup too. | ||||
* | Add extra argument md5 for bindist.tar. Skip scp if md5 matches | asami | 1999-09-11 | 1 | -3/+9 |
| | | | | what the client already has. | ||||
* | Change OSREL and OSVERSION for 3 and 4 branches. (The ones for 3-stable | asami | 1999-09-11 | 2 | -6/+6 |
| | | | | are commented out anyway....) | ||||
* | Add check for "invalid category" error. | asami | 1999-09-11 | 1 | -1/+3 |
| | | | | Add another case for compilation error (undeclared variable). | ||||
* | Explict specify NFSv2 for mounting /usr/src and /usr/obj during make world. | asami | 1999-09-11 | 1 | -2/+2 |
| | |||||
* | Copy logs to ${portbuild}/buildlogs/${branch}.log.${date}. | asami | 1999-09-11 | 1 | -3/+7 |
| | | | | Replace another explicit mail address with ${mailto}. | ||||
* | Checksum changed on us. | asami | 1999-09-11 | 2 | -2/+2 |
| | |||||
* | ${STRIP} is not a command -- it's the -s flag to install. ;) | asami | 1999-09-11 | 2 | -2/+2 |
| | |||||
* | The checksums have changed on us... | dburr | 1999-09-11 | 1 | -2/+2 |
| | |||||
* | Break gnuplot of bad (gif-ish) habits, it builds now. | chuckr | 1999-09-11 | 2 | -48/+20 |
| | |||||
* | Add explicit tiff dependency so the "cd ../xemacs-mule; make" part will work. | asami | 1999-09-11 | 1 | -1/+2 |
| | | | | Despam the accidental ${CHOWN} -> chown backout. | ||||
* | Upgrade fortify to 1.4.4. | sada | 1999-09-11 | 6 | -4/+8 |
| | | | | Submitted by: Frank Tobin <ftobin@uiuc.edu> | ||||
* | Accept an empty $FreeBSD$ even on old files. As long as we've got a heap | peter | 1999-09-11 | 1 | -9/+10 |
| | | | | | of untagged files, it's too painful to create one if this is going to verifying it's contents. | ||||
* | Warn if build environment doesn't have aout csu libs. | sada | 1999-09-11 | 3 | -10/+25 |
| | |||||
* | Update with qt-i18n. | imura | 1999-09-11 | 4 | -8/+8 |
| | | | | | | | | | | And modified followings: 1. patch updated(x11/kdelibs11-i18n, net/kdentwork11-i18n) 2. convert some of gif files to xpm (x11/kdebase11-i18n, games/kdegames11-i18n) 3. move patch-ab to ${FILESDIR} (x11/kdebase11-i18n) 4. remove unused *.kdelnk (deskutils/korganizer11-i18n, x11-clocks/kdetoys11-i18n) 5. sorting PLIST :-) | ||||
* | Update to version 0.6.0 | cpiazza | 1999-09-11 | 3 | -7/+4 |
| | |||||
* | Update to version 0.1.16 | cpiazza | 1999-09-11 | 2 | -3/+3 |
| | |||||
* | Move rrdtool examples from ${PREFIX}/share/rrdtool/examples to | fenner | 1999-09-11 | 8 | -36/+44 |
| | | | | | | ${PREFIX}/share/examples/rrdtool where they belong. Found by: looking for rrdtool examples in /usr/local/share/examples =) | ||||
* | Some more cleanups. It should deal with revisions like 1.1.1.1 without | peter | 1999-09-11 | 1 | -24/+41 |
| | | | | breaking now. (!) and should be safe to turn on for ports again. | ||||
* | building a static binary has been broken. fix that | torstenb | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | Strip the binaries | torstenb | 1999-09-11 | 12 | -36/+36 |
| | |||||
* | re-activate the checks, but for src/* only, and leave ports alone till | peter | 1999-09-11 | 1 | -10/+8 |
| | | | | after the freeze. | ||||
* | $Id$ -> $FreeBSD$ (spammed by dirk) | peter | 1999-09-11 | 2 | -2/+2 |
| | |||||
* | Try and swallow up any extra "/" characters after cvsroot. | peter | 1999-09-11 | 1 | -2/+2 |
| | |||||
* | Update to version 3.3.3 | cpiazza | 1999-09-11 | 3 | -96/+114 |
| | | | | | PR: 13664 Submitted by: maintainer | ||||
* | Corrected "old information" to new one | taoka | 1999-09-11 | 1 | -2/+2 |
| | | | | | Submitted by: OGATA Hiroshi <ogata@isp.qix.org> Obtained from: ports-jp@jp.freebsd.org | ||||
* | I think I found the problem that was causing the path failures. | peter | 1999-09-11 | 1 | -0/+3 |
| | |||||
* | Fix for xemacs-mule-21.1.6. | shige | 1999-09-11 | 2 | -3/+1 |
| | |||||
* | Changed from "20.4" to "21.1.6" | taoka | 1999-09-11 | 4 | -4/+4 |
| | | | | | Submitted by: Yukitoshi Takigami <taki@wing.ne.jp> Obtained from: ports-jp@jp.freebsd.org | ||||
* | Turn Root Login on again. | torstenb | 1999-09-11 | 1 | -1/+1 |
| | | | | | It has been changed in rev. 1.4 of this file, but the committer forgot to mention it on the log. | ||||
* | Fix for xemacs-21.1.6. | shige | 1999-09-11 | 3 | -2/+13 |
| | |||||
* | Typo | taoka | 1999-09-11 | 1 | -1/+1 |
| | | | | | Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp> Obtained by: Private communication | ||||
* | Upgrade to 16.18. | mph | 1999-09-11 | 2 | -5/+5 |
| | |||||
* | Install error | taoka | 1999-09-11 | 1 | -1/+4 |
| | | | | Obtained from: http://bento.freebsd.org/errorlogs/ | ||||
* | Compile error | taoka | 1999-09-11 | 1 | -1/+2 |
| | | | | Obtained from: http://bento.freebsd.org/errorlogs/3-latest/ | ||||
* | Upgrade to zsh 3.0.6. | torstenb | 1999-09-11 | 3 | -9/+9 |
| | |||||
* | Upgrade to postfix 19990906 pl 02 | torstenb | 1999-09-11 | 48 | -372/+204 |
| | |||||
* | Upgrade to ctwm 3.5.2 | torstenb | 1999-09-11 | 2 | -2/+3 |
| | |||||
* | Add some debugging and activate this for "peter" so I can check it out | peter | 1999-09-11 | 1 | -7/+14 |
| | | | | in situ. | ||||
* | Fix for xemacs-21.1.6. | shige | 1999-09-11 | 30 | -615/+1221 |
| | | | | | flim-current/semi-current/wemi-current should be compatible with xemacs-packages on xemacs-21.x. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | apparent typo: $Id4 -> $FreeBSD$ | peter | 1999-09-11 | 4 | -4/+4 |
| | |||||
* | spaces -> tab, to make this Makefile parsable. | fenner | 1999-09-11 | 2 | -2/+2 |
| | | | | | If you're going to use xterm cut'n'paste, please try running the file through unexpand -a to get rid of xterm's tab expansion. | ||||
* | $Id$ -> $FreeBSD$ (sada) | peter | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ (spammed by taoka) | peter | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ (billf) | peter | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ (obrien) | peter | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | Upgrade to 0.9.5. | obrien | 1999-09-11 | 2 | -10/+8 |
| | |||||
* | argh! the remote cvs strips the directory.. | peter | 1999-09-11 | 1 | -4/+5 |
| | |||||
* | Turn on the $FreeBSD$ checking for src/* and ports/*/Makefile. | peter | 1999-09-11 | 1 | -8/+36 |
| | | | | | | | | | | | | I've relaxed it a lot in branch cases (ie: not -CURRENT): - version number checking is disabled to enable MFC style clobbers. - on src/contrib and src/crypto no $freeBSD$ is required at all. There is an override availble (but it'll send mail!) in case of problems. If the checks here screw up, set the environment variable CVSFUBAR and it'll bypass the checks entirely. Depending on your shell, that's "setenv CVSFUBAR yep", or "CVSFUBAR=yep; export CVSFUBAR" Please don't use this unless there is a genuine problem that can't wait. | ||||
* | Do this in a more general way. | obrien | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | Errrr. The GCC install dinks (aka `fix-includes') with curses.h on | obrien | 1999-09-11 | 1 | -1/+0 |
| | | | | | 4.0-CURRENT, but not 3-STABLE. Remove curses.h so this will package on 3-STABLE and deal with it post-3.3 RELEASE. | ||||
* | update to 0.95. | sumikawa | 1999-09-11 | 3 | -5/+5 |
| | | | | | PR: 13669 Submitted by: maintainer | ||||
* | Fix for xemacs-21.1.6. | shige | 1999-09-11 | 4 | -73/+129 |
| | | | | wemi package should be compatible with xemacs-package on xemacs-21.x. | ||||
* | Enhanced version of the software midi player `TiMidity' . | sada | 1999-09-11 | 9 | -412/+97 |
| | | | | | PR: ports/12150 Submitted by: Yoichi Asai <yatt@msc.biglobe.ne.jp> | ||||
* | Fix for xemacs-21.1.6. | shige | 1999-09-11 | 4 | -73/+127 |
| | | | | semi package should be compatible with xemacs-package on xemacs-21.x. | ||||
* | Fix for xemacs-mule-21.1.6. | shige | 1999-09-11 | 4 | -69/+129 |
| | | | | flim package should be compatible with xemacs-package on xemacs-21.x. | ||||
* | Cancel last commitment. | sada | 1999-09-11 | 3 | -53/+2 |
| | | | | Problem of bento:/var/mail's permission has been fixed. | ||||
* | Upgrade to 5.0.3gamma. | dirk | 1999-09-11 | 9 | -115/+116 |
| | | | | | PR: ports/13626 Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de> | ||||
* | Upgrade to 4.7. | dirk | 1999-09-11 | 4 | -48/+56 |
| | | | | | PR: ports/13624 Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de> | ||||
* | Update to 0.41 | fenner | 1999-09-11 | 4 | -8/+10 |
| | | | | | PR: ports/13681 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it> | ||||
* | Update to gEDA-19990516 and make it built done again. | foxfair | 1999-09-11 | 3 | -214/+274 |
| | | | | Obtained from : bento. | ||||
* | Update for sdr 2.7 | fenner | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | Mark port as forbidden due to security problems. With any luck | mharo | 1999-09-11 | 2 | -0/+4 |
| | | | | the new release will come out today. | ||||
* | Mark as forbidden since it uses gd and the author hasn't had time to | mharo | 1999-09-11 | 1 | -0/+1 |
| | | | | update it for the latest gd yet. | ||||
* | Fix for xemacs-mule-21.1.6. | shige | 1999-09-10 | 7 | -150/+192 |
| | | | | apel package should be compatible with xemacs-package on xemacs-21.x. | ||||
* | Justified pkg/PLIST . | sada | 1999-09-10 | 1 | -4/+0 |
| | |||||
* | Update to pipsecd-19990831 | jseger | 1999-09-10 | 2 | -8/+7 |
| | | | | | Submitted by: Patrick Bihan-Faou <patrick@mindstep.com> PR: ports/13501 | ||||
* | Upgrade to 2.2. | tg | 1999-09-10 | 4 | -12/+31 |
| | |||||
* | Create installation directory before trying to copy a file over. | asami | 1999-09-10 | 1 | -0/+1 |
| | |||||
* | $DISTNAME changed. | tg | 1999-09-10 | 2 | -2/+2 |
| | |||||
* | Add REQUIRES_MOTIF if Motif support is turned on. Necessary for | asami | 1999-09-10 | 1 | -0/+2 |
| | | | | | | | proper dependency info. Note that this port still doesn't build right (it needs to use ${MOTIFLIB} instead of -lXm). | ||||
* | Add NO_LATEST_LINK, there is a newer version in the tree. | asami | 1999-09-10 | 3 | -0/+3 |
| | |||||
* | Minor update, make xcin-2.3 to install again. | foxfair | 1999-09-10 | 3 | -70/+68 |
| | | | | Obtained from : bento. | ||||
* | Remove gd-old port. | chuckr | 1999-09-10 | 1 | -1/+0 |
| | | | | Reviewed by: Satoshi. | ||||
* | Rollback gd dependency change. | chuckr | 1999-09-10 | 1 | -1/+1 |
| | | | | Reviewed by: Satoshi. |