Commit graph

34 commits

Author SHA1 Message Date
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
rh
9d44a27e7c gnustep-make now allows unprivileged DESTDIR installs 2009-04-18 23:55:27 +00:00
rh
637087afda Update Pantomime to 1.2.0pre3. Changes include some structural overhaul,
including a brand new mailbox caching code and other performance
improvements.  This also makes Pantomime use the fhs filesystem layout
to make it more hier(7) compliant.
2009-04-13 12:40:40 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
rh
824fc5693c Make this compile on Solaris by using -Wl,-L instead of -L as pointed out
by kwennoir at hotbox dot ru.
Bump PKGREVISION.
2007-05-25 23:37:10 +00:00
rillig
119d8ee846 The GNUstep packages have GNUmakefile instead of Makefile. 2006-09-22 07:08:15 +00:00
rillig
bf2ffdf13c Reverted the recent change that has set USE_LANGUAGES="c objc", where only
"objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to
handle this.
2006-07-22 05:10:54 +00:00
rillig
2fe30e1c50 Needs a C compiler. 2006-07-21 05:28:26 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
rh
4b2d28c8af Add USE_LANGUAGES= objc 2006-05-28 00:26:26 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
rillig
22514738e5 Fixed pkglint warnings. 2006-03-12 14:38:25 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
0692a03824 Fix errno. 2006-01-20 03:24:10 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +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
rh
b3da7e1bbf Update gnustep-base to 1.10.0.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to
library major revision bump.

Noteworthy changes in gnustep-base-1.10.0:
==========================================

Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.

   * A large majority of the library classes have been documented
     thanks to the efforts of Andrew Ruder

   * URL classes support persistant connections

   * Mac OSX XML compatibility fixes.
2004-09-24 01:56:53 +00:00
snj
770681709c No longer used. 2004-04-22 23:19:43 +00:00
rh
ad8d696017 Update Pantomime to 1.1.2. Noteable changes are:
* Added an improvement in the IMAP parsing code (_parseFetch:)
	  so it works better with lame servers like Exchange.
        * Added Folder: -setFlags: messages: and implemented a
	  version in IMAPFolder to optimize deletion of messages.
	  Modified IMAPMessage: -setFlags: to use that new method.
        * We now correctly decode/encode the Organization header
	  using quoted-printable.
        * Removed Testing/*. The tests were old and broken and
	  the small test framework should be replaced by a real
	  framework, like OCUnit.
	* Added some notes (in the README) to properly compile and
	  install Pantomime on RedHat 9 / Fedora.
        * Permuted the RETAIN/RELEASE calls in Message: -setFlags:.
	  Bug reported by Alexandre Carlhian <alex@mosx.net>.
        * Fixed a bug in Parser: +_parameterValueUsingLine: range:.
        * Finally commited a fix for the reply bork when a attachment
	  is put between to text/plain parts in a multipart/mixed
	  message (only the first part was used in the reply).
        * Modified MimeUtility to add support on OS X for
	  Hebrew, Arabic, BalticRim and Vietnamese encodings
	  using the CoreFoundation.
        * Fixed a small issue in POP3Folder: -lengthOfMessageAtIndex:
	  Bug reported by Alexandre Carlhian <alex@mosx.net>.
	* Modified NSData+Extensions: -dataFromQuotedData to be sure
	  that our initial data length has length of at least 2 (since
	  if we had only '"' we would get an range exception).
        * Modified MimeUtility: -stringEncodingForPart: so that
	  if we get _at best_ NSASCIIStringEncoding from the
	  part, we use NSISOLatin1StringEncoding instead in order
	  to give us more success when decoding things.
 	* Added POP3Folder: -prefetchMessageAtIndex: numberOfLines: and
	  added a small cache for the message sizes.
	* Renamed -authenticateWithUsername: ... to
	  -authenticate: password: mechanism: and implemented in
	  the SMTP, POP3Store and IMAPStore classes.
	* Added -supportedMechanisms to the Service protocol and
	  implemented in all the classes above.
	* Removed POP3Store: -setUseAPOP: / -useAPOP and -setTimestamp:
	* Added LOGIN and CRAM-MD5 SASL authentication mechanisms support
	  in the IMAP code.
	* Added -DBIG_ENDIAN to the list of compiler flags on OS X so that
	  the CRAM-MD5 code works.
 	* Updated the OS X project to set the version number to 1.1.2.
	* Moved -isConnected from Connection to Store. Implemented
	  in IMAPStore and provided a dumb implementations for LocalStore
	  and POP3Store. Refactored all the code to use the Store's method
	  instead of the TCPConnection's implementation. Much of the code
	  in GNUMail will have to be retested wrt the handling of being
	  disconnected from the IMAP server.
	* Added a hack so things work well with header prefetching when we
	  are using a Novell IMAP server (which is utterly broken).
	* Added and implemented IMAPStore: -capabilities to return an array
	  of the server's capabilities (result of the CAPABILITY command).
	* Added a "contents" parameter to Store: -createFolderWithName: type:
	  so we are now able to create a folder with an initial content.
	  Implemented in all Store subclasses but the only implementation
	  that works right now is the LocalStore one using the standard
	  mailbox format (maildir won't work).
2004-04-10 23:52:37 +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
grant
f1ab3f4ed4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +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
adam
b0d7f85f35 Changes 1.1.1:
* Added support for read-only IMAP folders.
* Improvements and bug-fixes.
2003-12-05 11:25:58 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
rh
9ee94fd29c Initial import of Pantomime-1.0.5, an Objective-C mail system class library 2002-09-29 03:41:15 +00:00