summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-11-09Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.martti84-130/+130
It is a lower-case f according to the official site.
2005-11-09note PKGREVISION bump of textproc/lout (zlib dependency)grant1-1/+2
2005-11-09bump PKGREVISION for dependency change (hi, tv!)grant1-1/+2
2005-11-09xfce4-4.2.3.1martti1-1/+24
2005-11-09Updated xfce4 to 4.2.3.1martti78-223/+401
* Lots of bug fixes * Translation updates Official ChangeLog is available at: http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-09Fix csound to only dereference skipinit when it is not NULL. csound'sben3-2/+42
malloc set it to NULL, and it was never initialized. This threw SIGSEGV at performance of a score with GEN01.
2005-11-09Note PKGREVISION bump of gmplayer.minskim1-1/+2
2005-11-09Regen distinfo to include patch-ah, which was recently added tominskim2-3/+4
multimedia/mplayer-share. Noted by Bernd Ernesti. Bump PKGREVISION.
2005-11-09Note update of these packages.taca1-1/+3
textproc/ruby-rttool: 1.0.1nb1 www/instiki: 0.9.2nb4
2005-11-09Note removal of cdialog; superseded by dialog (pkgsrc/misc/dialog).uebayasi1-1/+2
Pointed out by Tomoaki Imamura.
2005-11-09cdialog is superseded by dialog (pkgsrc/misc/dialog).uebayasi5-94/+0
Pointed out by Tomoaki Imamura.
2005-11-09Updated for ruby18-1.8.3 pacakge; remove dependency to none existingtaca1-6/+2
pacakges. Bump PKGREVISION.
2005-11-09Make it depends on ruby-rdtool since it install a library file intotaca1-1/+8
rdtools's directory. Bump PKGREVISION.
2005-11-09Prevent installing extra ${PREFIX}/bin/rdswap.rb. It fixes a problemtaca1-2/+4
found by bulk-build.
2005-11-09Base DIST_SUBDIR on DISTNAME, andhubertf1-3/+3
add a comment to remove it on next update (note to myself...)
2005-11-09+interix, dragonfly, osf1grant1-1/+4
2005-11-09further reduce flags needed in MAKE_ENVgdt1-4/+4
2005-11-09DragonFly does not provide an X11, so default to X.org's X11.reed1-1/+4
This is the X11 tested and used by the pkgsrc developers on DragonFly. And far as I know, this is the only X11 used on DragonFly -- not saying that others are not used though.
2005-11-09Update documentation: The default X11_TYPE is "native" unless definedreed1-2/+3
for a specific operating system in mk/platform/${OPSYS}.mk.
2005-11-09Moved the X11ROOT_PREFIX and X11BASE setting to mk/bsd.prefs.mk;reed2-17/+18
removed from mk/defaults/mk.conf. This was needed in parts of tests of allowing a platform/${OPSYS}.mk define is X11_TYPE.
2005-11-09Check for ${X11BASE}/lib/pkgconfig instead of ${X11ROOT}/lib/pkgconfigreed1-2/+2
since it creates ${X11BASE}/lib/pkgconf directory if missing.
2005-11-09Use ${LDFLAGS}, and ${COMPILER_RPATH_FLAG} to improve portabilitygdt1-3/+3
(thanks to grant@ for suggestion).
2005-11-09and the patch to use PKG_LOCALTEXMFPREFIXtonio1-0/+13
2005-11-09convert to use tex.buidllink3.mktonio3-209/+210
installs files in ${PKG_LOCALTEXMFPREFIX}
2005-11-09convert to use tex.buidlink3.mktonio4-16/+32
installs files in PKG_LOCALTEXMFPREFIX
2005-11-08fix teTeX buidlinks (forgot a * in the DEPENDS)tonio2-4/+4
2005-11-08Add patch for compiling with gcc-3.4.4, providedwiz2-1/+19
by John R. Shannon in PR 32021.
2005-11-08Teach the tools framework about wish and tclsh, and set WISH and TCLSHjlam2-2/+28
accordingly for packages that need it.
2005-11-08Removed the -l command line option from lintpkgsrc(1). Use "pkglint -r"rillig4-76/+26
instead.
2005-11-08convert to use tex.buildlink3.mktonio6-20/+22
2005-11-08Updated pkglint to 4.38.2.rillig2-7/+9
- pkglint(1) does not use the hard-coded PKGSRCDIR anymore. This fix is related to PR 32006, but doesn't fix it, since the PR is about lintpkgsrc(1), not pkglint(1).
2005-11-08Sorted PLIST.rillig14-387/+387
2005-11-08Fixed pkglint warning:rillig1-2/+2
- .include "../../category/package" instead of "../package"
2005-11-08Sorted PLIST.rillig2-638/+638
2005-11-08- Disable checking for variable names starting with an underscore. Duerillig1-2/+3
to the lang/perl5 package there have been more than 19000 new error lines in the diagnostics of the complete pkgsrc tree.
2005-11-08Globally replaced X-Windows with X11. See the X(7) man page for details.rillig1-5/+5
2005-11-08- Improved error handling.rillig1-8/+7
- Changed "foo; if [ $? -eg 0 ]; then" to "if foo; then" in three places.
2005-11-08- Removed the redundant check on USR_PKGSRC.rillig1-8/+3
- Removed the singleton variable pkg_install_dir.
2005-11-08convert to tex.buildlink3.mk.tonio2-11/+10
Use PKG_TEXMFPREFIX to find TEXMF-CNF
2005-11-08Update ipv6calc to 0.50. Unknown list of changes, but the packagehubertf1-1/+2
now works again (which it didn't do before)
2005-11-08So this package was broken because the author messed up autoconf @foo@.hubertf6-63/+153
Makes me wonder how this ever worked. Anyways: Update ipv6calc to 0.50 (in the wrong hope that it was fixed, but I had to do the work myself, *sigh*). Changes: * nothing important as far as I could spot from the large & useless ChangeLog file * No longer requite "root" (env-var) to be passed to the pkg * hack to make autoconf stuff going, dumping on author to fix properly Sorry for being in rant mode...
2005-11-08install(1) on NetBSD 1.6.2 refused to install bin/ex with mode 1755 asrillig2-5/+14
unprivileged user. It is now installed with mode 755 instead.
2005-11-08convert to use tex.buidllink3.mktonio12-530/+528
Install files in ${PKG_LOCALTEXMFPREFIX}
2005-11-08Bump PKGREVISION. Add missing man page entries to PLIST.reed2-2/+7
(Note: these man pages are installed even if WITHOUT_STATGRAB or WITHOUT_SAIDAR options are used to not install the corresponding executables.)
2005-11-08Fixed patch-ac from tv to only change the code on Interix. This makes allrillig2-4/+6
other platforms work again.
2005-11-08Updated print/tex-IEEEtran to 1.6ctonio1-1/+2
2005-11-08Update to 1.6c, to avoid checksum mismatchtonio3-29/+28
convert to use tex.buidllink3.mk, installs files in ${PKG_LOCALTEXMFPREFIX}
2005-11-08convert to use tex.buidllink3.mktonio2-33/+34
installs files in ${PKG_LOCALTEXMFPREFIX}
2005-11-08Fixed a typo ($line->error -> $line->log_error).rillig1-2/+2
2005-11-08Updated pkglint to 4.38.1.rillig2-11/+9
- It is an error if packages define a variable whose name starts with an underscore. - Removed the (vague) "wip" check, as it has been replaced by special checks for DEPENDS and .include directives. - Disabled the check for variable ordering until the discussion on tech-pkg has led to any results.