Commit graph

21 commits

Author SHA1 Message Date
grant
8227745016 define strsep=strpbrk on Solaris.
fixes part of PR pkg/30584.
2005-08-21 12:39:36 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
cube
9c2b3c96da Update to 0.4.5, provided by Miguel Mendez in PR#29904.
0.4.4 -> 0.4.5

- It's now possible to use STARTTLS to encrypt SMTP traffic.
- Some memory leaks were fixed (a bunch of missing g_free()).
- Parts of the code were edited to conform to the FreeBSD coding style
  guide.
- A new application icon is included.
- The man page was updated.
2005-04-10 20:14:44 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
jmmv
8fd89f7742 Update to 0.4.4, from Miguel Mendez (maintainer) in PR pkg/29333.
* All SMTP errors are properly handled and reported now.
* The -L option was added for compatibility with send-pr.
* A bug in the NetBSD categories was fixed
* The program uses some GTK+ 2.6+ widgets if that version of the library is
  installed
2005-02-11 12:22:48 +00:00
jmmv
ad6c0bd1d7 Update to 0.4.2:
* A bug in the argument parsing code was fixed.
* The new -m option enables `Maintainer Mode' (see man page for detials).
* Prevent the `Load error' dialog from showing up before the main window
  is visible.
* The FreeBSD categories were updated
* The man page was updated

Patch from maintainer, Miguel Mendez, in PR pkg/29013.
2005-01-19 23:26:50 +00:00
wiz
015bc682ba Update to 0.4.1, provided by Miguel Mendez in PR 28443:
- When creating the default user profile, the smtp port is now set to 25.
- Drag and drop support has been fixed and now works with XFCE's xffm.
- A bug was fixed that prevented text windows from autoscrolling when the cursor
reached the bottom.
- More code cleanup
2004-11-29 21:04:14 +00:00
ben
76996a0e5d Update gtk-send-pr to version 0.4, and assign maintainership to author,
"Miguel Mendez" <flynn@energyhq.es.eu.org>.

Changelog:

- All GTK_SIGNAL_FUNC instances were replaced by G_CALLBACK.
- The file dialog now uses the GtkFileChooser widget.
- All selections have been changed from GtkCombo to GtkComboBoxEntry.
- The user can now specify the SMTP port (defaults to 25).
- The remaining code was cleaned up (file.c and user_prefs.c).

Also added an extra patch to fix a small bug in the scrolled window code.
2004-11-21 14:14:10 +00:00
xtraeme
8b6509c191 Update sysutils/gtk-send-pr to 0.3.5.
Changes:

It is now possible to drag and drop text files in the Fix section,
and they'll be automagically loaded. A new icon for the application
was created. Some parts of the UI code were cleaned up.
2004-11-02 00:23:53 +00:00
xtraeme
9d5e2d5659 Update sysutils/gtk-send-pr to 0.3.4, no changelog available. 2004-10-26 05:56:57 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
8d572feba3 Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
2004-08-28 06:05:31 +00:00
minskim
aebfb84fa0 Update gtk-send-pr to 0.3.3.
Major changes:
  - Support SMTP authentication.
2004-04-20 20:46:39 +00:00
minskim
cddc67a094 Bl3ify. 2004-04-20 19:29:45 +00:00
minskim
09a545faf4 Remove -DGTK_DISABLE_DEPRECATED from CFLAGS to make this package build
with GTK+ 2.4.
2004-04-20 19:18:04 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
xtraeme
08f3f33f43 Initial import of gtk-send-pr 0.3 from pkgsrc-wip.
This is a GTK2 based tool, similar to send-pr(1), but with some nice
features:

	o User friendly UI
	o Uses libesmtp to deliver mail to any SMTP server
	o Really free code (BSD licensed)
2003-12-13 18:09:36 +00:00