summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-06-26Synch with basesrc:jschauma1-7/+7
Quote % characters in macro lines.
2003-06-26update scsh to 0.6.4, no changelog provideddillo2-3/+3
2003-06-26Note that cvsync 0.23.5 is released.gehenna1-1/+2
2003-06-26cvsync 0.23.5gehenna2-5/+5
Changes: * Fix a bug to fail to update the file with over 256 symbols.
2003-06-26update to 0.6.4, no changelog provideddillo11-389/+353
2003-06-26Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-06-26Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-06-26+ boehm-gc-6.2, multitail-2.8.3.wiz1-2/+3
2003-06-26Note update of audio/festdoc to version 1.4.0.1nb1 [installationseb1-1/+2
directories fix]
2003-06-26Convert to USE_NEW_TEXINFO.seb2-209/+212
While here conform to canonical pkgsrc documentation directories. Bump PKGREVISION.
2003-06-26USE_NEW_TEXINFO.seb2-5/+3
2003-06-26USE_NEW_TEXINFO.seb2-5/+3
2003-06-26Note downgrade of "vmware3" package.tron1-1/+2
2003-06-26Downgrade "vmware3" package to version 3.2.0 because kernel modules aretron2-14/+23
not available for version 3.2.1 yet. This fixes PR pkg/21835 and PR pkg/21424. The necessary patches were contributed by Todd Vierling.
2003-06-26Don't defined "BSDSRCDIR" to "/nonexistent" because it breaks peopletron1-5/+2
whose "/etc/mk.conf" defines it with "BSDSRCDIR?=...".
2003-06-26Adjust for new filesjmc1-4/+5
2003-06-26Add pax (hi grant!).salo1-1/+2
2003-06-26Add gocr and subtitleripper (hi mrg!).salo1-1/+3
2003-06-26Add dvdrip (hi mrg!).salo1-1/+2
2003-06-26Add gimp-wideangle (hi drochner!),salo1-1/+5
mjpegtools, p5-Gdk-Pixbuf and transcode (hi mrg!).
2003-06-26Add toolame. (hi mrg!)salo1-1/+2
2003-06-26Note cvsync 0.23.4gehenna1-1/+2
2003-06-26cvsync 0.23.4gehenna2-5/+5
Changes: * Fix serious bugs around the destruction of hash context. These may cause abort() in C library and the server will stop. * Improve stability. * Fix some bugs. * Make this compile with Intel C++ Compiler. * Make this compile with Sun Microsystems Forte C.
2003-06-26Synch with basesrc:jschauma1-3/+3
deleting as non-root works fine, so don't insist on running as root
2003-06-25Needs freetype-lib pulled in alsojmc1-1/+2
2003-06-25Using GNU missing script as makeinfo seemed like a good ideaseb1-2/+4
when a package use the buildlink2 framework but does not define USE_MAKEINFO. Well it was not after all. This caused annoying messages because missing's commands emit annoying error messages when the script is invoked with only 'makeinfo' as argument (typically run this way by configure scripts). And more it does not handle makeinfo's '--output=...' argument. I first thought that it could be used as a nice way to get ride of the need for makeinfo when it was only dubiously run during build or installation of a package. But it also has the annoying behavior of creating empty files because of the typical automake generated Makefile target for info file build. Making the buildlink2's makeinfo hiding script only logging an error and doing 'exit 1' is actually a better tool to spot the need for makeinfo.
2003-06-25Better error handling.seb1-2/+2
2003-06-25Needs freetype-lib and buildlinkify stuffjmc1-3/+4
2003-06-25USE_NEW_TEXINFO.seb2-4/+5
Notice I did not say "convert to"...
2003-06-25This really wants GNU iconv.salo1-1/+3
2003-06-25Convert to USE_NEW_TEXINFO.seb4-6/+21
Patch gzip.info so it has a directory entry.
2003-06-25Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-06-25Convert to USE_NEW_TEXINFO.seb2-8/+4
2003-06-25Add and enable py-sqlitetsarna1-1/+2
2003-06-25note addition of py-sqlitetsarna1-1/+2
2003-06-25PySQLite is a Python interace to the SQLite library.tsarna4-0/+33
2003-06-25Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-06-25Redo targets the way the hevea makefile expects it by setting TARGET in thejmc1-3/+3
environment. This makes all targets work (where-as before install wouldn't so I'm not sure how this ever functioned..)
2003-06-25Convert to USE_NEW_TEXINFO.seb4-6/+26
Set the INFO_DIR to pvs/doc/release-notes where the info file pvs-release-notes.info gets installed. Patch the info file so install-info finds a section and an entry in it for the directory file.
2003-06-25At DEINSTALL time after un-registering info files from the Infoseb1-0/+4
directory file remove it if it is empty i.e. if it contains only one menu/entry line i.e. only one line starting with '*'. This allow INFO_DIR to be set to a package specific directory while not registering in the PLIST the Info directory file (${INFOR_DIR}/dir). Registering such an Info directory file in the PLIST is not really possible as a md5 signature of it holding the registered info entries would be stored in PKG_DBDIR. At deinstall time this signature would not be matched because the DEINSTALL script would have modified it by un-registering the info files from it. Hence the package removal would be reported as incomplete... You are probably right if this looks like a hack to you...
2003-06-25Add some patches to fix some compile/install errors and make sure to actuallyjmc4-1/+68
install the zip file if it's there.
2003-06-25Note sqlite updatetsarna1-1/+2
2003-06-25Update sqlite to 2.8.3. Major relevant changes:tsarna3-28/+6
2003 June 4 (2.8.3) - Fix a problem that will corrupt the indices on a table if you do an INSERT OR REPLACE or an UPDATE OR REPLACE on a table that contains an INTEGER PRIMARY KEY plus one or more indices. - Add the ability for INSERT and UPDATE statements to refer to the "rowid" (or "_rowid_" or "oid") columns. - Other important bug fixes 2003 May 17 (2.8.2) - Fix a problem that will corrupt the database file if you drop a table from the main database that has a TEMP index. 2003 May 16 (2.8.1) - Reactivated the VACUUM command that reclaims unused disk space in a database file. - Added the ATTACH and DETACH commands to allow interacting with multiple database files at the same time. - Added support for TEMP triggers and indices. - Added support for in-memory databases. - Removed the experimental sqlite_open_aux_file(). Its function is subsumed in the new ATTACH command. - The precedence order for ON CONFLICT clauses was changed so that ON CONFLICT clauses on BEGIN statements have a higher precedence than ON CONFLICT clauses on constraints. - Many, many bug fixes and compatibility enhancements.
2003-06-25Note ja-jsclasses-030624 update.wiz1-1/+2
2003-06-25Update to 030624, now with versioned distfiles (thanks, Robert Elz andwiz2-6/+6
Haruhiko Okumura). Changes only described in Japanese on the homepage.
2003-06-25icdprog bumped to 0.3nb1 for serial I/O fixestsarna1-1/+2
2003-06-25+ TeXmacs-1.0.1.15, mhonarc-2.6.4, xmule-1.4.1a.wiz1-3/+4
- postgresql-7.3.3 (thanks, cjs)
2003-06-25Bump revisiontsarna1-1/+2
2003-06-25Add some fixes to serial I/Otsarna2-1/+37
2003-06-25improve chances these will work on FreeBSDpooka4-8/+8