Commit graph

592 commits

Author SHA1 Message Date
drochner
f799640b71 track renamed gnome-control-center, and drop scrollkeeper dependency
(this is functionally replaced by rarian)
2007-11-08 12:37:08 +00:00
martti
9fc7653761 Based on some feedback, comment out the newly added LICENSE=xxx for now.
I'll re-activate this later when the global license stuff is activated.
2007-10-30 19:31:38 +00:00
martti
2e8958a121 Added LICENSE=gnu-gpl-v2 2007-10-30 13:44:22 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
2007-10-25 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
heinz
620b560d39 The package supports installation to DESTDIR. 2007-10-23 21:32:08 +00:00
heinz
f8e6d19c15 The package supports installation to DESTDIR. 2007-10-23 20:17:58 +00:00
markd
e5f915393d Update to KDE 3.5.8 2007-10-20 10:34:50 +00:00
jlam
b6df15d726 Add patch taken from Courier CVS repository that fixes a memory-stomping
bug when reporting unknown local recipients.  Bump PKGREVISIONs of courier
and courier-mta.
2007-10-17 13:50:30 +00:00
jlam
460ff38bd2 Update meta-pkgs/courier to 0.57.1. Changes from version 0.56.0 include
using the latest matching versions of the Courier mail bits and including
the latest courier-analog.
2007-10-15 15:37:32 +00:00
jlam
ed1597fb03 Don't hardcode the use of "99" as a file descriptor because it may
not be available.  Instead, use (OPEN_MAX - 1) which uses the same
"pick a high number" strategy as choosing "99", but is more likely to
be available.  This allows users with a soft limit of 64 open files
to run courierfilter and courierldapaliasd.

Bump the following PKGREVISIONs:

	mail/courier-mta	--> 11
	meta-pkgs/courier	--> 7
	net/couriertcpd		--> 3
2007-09-23 11:42:43 +00:00
jlam
e95187554b Add some missing files to the PLIST (why didn't CHECK_FILES catch these?)
for courier-mta.  Bump the following PKGREVISIONS:

	mail/courier-mta	--> 10
	meta-pkgs/courier	--> 6
2007-09-23 01:24:55 +00:00
wiz
ff857d4bb7 Fix path to eog, noted by bjs@. 2007-09-22 06:42:52 +00:00
jlam
0023b20e9f Change the default directory for the various pid files to be
${COURIER_STATEDIR}/tmp, which defaults to /var/courier/tmp.  This
allows some of the servers which drop root privileges too soon to still
write the pid file into a courier-owned directory instead of the
root-owned /var/run.

In mail/courier-mta, de-list ${COURIER_STATEDIR}/webmlm from the list
of owned directories.  In fact, webmlmd expects that path to be a
socket file, and breaks horribly if the "webmlm" directory is present
instead.

Bump PKGREVISIONs for the following packages:

	mail/courier-imap	--> 2
	mail/courier-mta	--> 9
	mail/sqwebmail		--> 4
	meta-pkgs/courier	--> 5
2007-09-22 04:42:03 +00:00
jlam
d38bf18637 Fix the permissions on some binaries and directories to match the
generated permissions.dat file used to create RPMs by the author.

Bump the PKGREVISIONs:

	meta-pkg/courier	--> 4
	mail/courier-mta	--> 8
	mail/sqwebmail		--> 3
2007-09-21 22:42:00 +00:00
jlam
5950600b9c Allow "inet6" as a package option for net/couriertcpd and
mail/courier-mta.  Modify mail/courier-imap to build regardless of
the platforms IPv6 support and update meta-pkg/courier to the latest
versions of the Courier mail server suite.  Bump the PKGREVISIONs
of the following packages:

	mail/courier-mta	--> 7
	meta-pkgs/courier	--> 3
	net/couriertcpd		--> 2

This fixes PR pkg/37013 by Aleksej Saushev.
2007-09-21 14:12:19 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
20b03f7419 Fix path to librsvg. 2007-09-20 22:52:11 +00:00
wiz
bf9f9a6090 Fix paths for eel, librsvg, libgtop. 2007-09-20 22:51:38 +00:00
wiz
f155c597af Move gnome2-games to gnome-games to make directory name match PKGNAME. 2007-09-20 00:05:51 +00:00
wiz
8a975dd178 Move gnome2-utils to gnome-utils to make directory name match PKGNAME. 2007-09-20 00:02:40 +00:00
wiz
89cf5b89de Move gnome2-applets to gnome-applets to make directory name match PKGNAME. 2007-09-19 23:59:55 +00:00
wiz
4844fc3d84 Rename gnome2-terminal to gnome-terminal to match upstream name.
ok jmmv, drochner
2007-09-19 23:57:00 +00:00
wiz
0f4a972029 Rename gnome2-control-center to control-center, to match upstream name.
ok jmmv, drochner
2007-09-19 23:53:47 +00:00
wiz
2ca5eade73 Finish move of gnome2-media to gnome-media. 2007-09-19 23:46:05 +00:00
wiz
e64b358b66 Use gnome-vfs instead of gnome-vfs2. 2007-09-19 23:13:12 +00:00
wiz
f4c18a742d Add commented out LICENSE line (gplv3). 2007-09-18 06:40:36 +00:00
jlam
2f710b31e7 Include a patch taken from the main Courier CVS repository that adds
a new TLS_PROTOCOL selection "SSL23" that allows for trying to negotiate
initially with SSLv3 but falling back to SSLv2:

	courier/tcpd/libcouriertls.c:1.21

This allows Courier to interoperate with older mail servers and clients
that are still using SSLv2 when advertising or attempting to use
advertised STARTTLS capabilities.

This change modifies the following packages and bumps their PKGREVISIONs:

	mail/courier-imap	to 1.
	mail/courier-mta	to 6.
	meta-pkgs/courier	to 2.
	net/couriertcpd		to 1.
2007-09-17 15:28:03 +00:00
simonb
118d9a2156 Add xlsclients. 2007-09-14 00:30:11 +00:00
jlam
1a0189829d Depend on the correct versions of the Courier-related packages to get
a fully-functioning, cohesive, whole Courier suite.  Bump the PKGREVISION
to 1.
2007-09-11 13:52:58 +00:00
joerg
f40eb3df4e Switch to xf86-video-intel by default, it supersedes xf86-video-i810. 2007-09-10 04:06:45 +00:00
dogcow
20c5f6479e As multiple people have expressed shock and wonderment at its lack,
add xterm to the list of packages.
2007-09-03 04:49:42 +00:00
taca
a2ae10b898 Make DISTINFO_FILE set as default.
It allows each component pacakge to have own distinfo.
2007-08-19 02:59:24 +00:00
joerg
16e1145b01 To quote Johnny Lam: "In modular-xorg we trust"
Remove xorg 6.9 packages from pkgsrc.
2007-08-17 20:25:03 +00:00
joerg
5e06875bcd + modular-xorg-libs 2007-08-16 01:46:23 +00:00
joerg
e6fef6471c Import meta package for modular Xorg libraries. This is not intended
for normal users, but simplifies cross-building modular Xorg.
2007-08-16 01:45:24 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
wulf
ad60de45f6 Added work around so that gnuradio-howto can make use of Makefile.common 2007-08-12 08:30:01 +00:00
jlam
07b375a09e Note that this is a meta package in the description. 2007-08-10 18:07:43 +00:00
jlam
3292b5f46c Initial import of a meta package for installing all of the Courier
mail server suite.

The Courier mail server suite is an integrated mail/groupware server
based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP,
SSL, and HTTP.  Courier provides ESMTP, IMAP, POP3, webmail, and
mailing list services within a single, consistent, framework.  Individual
components can be enabled or disabled at will and the configuration
of the entire Courier software suite can be managed from a web-based
administration interface.
2007-08-10 17:58:22 +00:00
jlam
bd7350a511 Add and enable courier 2007-08-10 17:57:24 +00:00
wulf
447902130d Updated gnuradio to 3.0.4:
* Updated license to GPLv3
	* Doxygen documentation covers whole tree
	* Fixed shared memory leak on NetBSD
2007-08-08 02:55:13 +00:00
tron
9355552339 Add dependence on "xdm" package, set version number to 1.3.
Approved by Joerg Sonnenberger.
2007-08-06 16:14:42 +00:00
jlam
33f30156fb * Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.
2007-07-29 05:18:36 +00:00
jlam
c3591209dd Add twm as a dependency for modular-xorg-apps. This makes the default
installation of modular-xorg-apps include the basic window manager that
is used by xinit(1) by default.

Bump the version to 1.2.
2007-06-19 14:59:55 +00:00
joerg
63423cc7a5 Give Xinerama to KDE on non-native X11. 2007-06-19 13:31:01 +00:00
joerg
182612a847 Fix the last commit, it should be OpenBSD and not DragonFly. 2007-06-11 09:27:33 +00:00
joerg
bc59823a5f Only include xf86-wsfb on NetBSD and OpenBSD. From Hasso Tepper via IRC. 2007-06-10 09:26:02 +00:00
joerg
00654b5799 Fix location for xwd. 2007-06-10 08:48:43 +00:00