666a4ba664
* Potential security problems caused by maliciously-formed RFC 2231 attachment parameters Several other bugs fixed as well. All users of Pine are highly encouraged to upgrade. Improvements to the port: * DOCSDIR'ification of plist * Patches regenerated to remove fuzz Approved by: security-officer, portmgr
37 lines
1.2 KiB
Text
37 lines
1.2 KiB
Text
*** imap/Makefile.orig Mon Jul 14 18:35:29 2003
|
|
--- imap/Makefile Fri Sep 5 01:44:20 2003
|
|
***************
|
|
*** 453,468 ****
|
|
$(TOOLS)/$@ "$(LN)" src/ansilib c-client
|
|
$(TOOLS)/$@ "$(LN)" src/charset c-client
|
|
$(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
|
|
! $(TOOLS)/$@ "$(LN)" src/mtest mtest
|
|
! $(TOOLS)/$@ "$(LN)" src/ipopd ipopd
|
|
! $(TOOLS)/$@ "$(LN)" src/imapd imapd
|
|
$(TOOLS)/$@ "$(LN)" src/mailutil mailutil
|
|
$(TOOLS)/$@ "$(LN)" src/mlock mlock
|
|
$(TOOLS)/$@ "$(LN)" src/dmail dmail
|
|
$(TOOLS)/$@ "$(LN)" src/tmail tmail
|
|
$(LN) $(TOOLS)/$@ .
|
|
|
|
! build: OSTYPE rebuild rebuildclean bundled
|
|
|
|
OSTYPE:
|
|
@echo Building c-client for $(BUILDTYPE)...
|
|
--- 453,468 ----
|
|
$(TOOLS)/$@ "$(LN)" src/ansilib c-client
|
|
$(TOOLS)/$@ "$(LN)" src/charset c-client
|
|
$(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
|
|
! # $(TOOLS)/$@ "$(LN)" src/mtest mtest
|
|
! # $(TOOLS)/$@ "$(LN)" src/ipopd ipopd
|
|
! # $(TOOLS)/$@ "$(LN)" src/imapd imapd
|
|
$(TOOLS)/$@ "$(LN)" src/mailutil mailutil
|
|
$(TOOLS)/$@ "$(LN)" src/mlock mlock
|
|
$(TOOLS)/$@ "$(LN)" src/dmail dmail
|
|
$(TOOLS)/$@ "$(LN)" src/tmail tmail
|
|
$(LN) $(TOOLS)/$@ .
|
|
|
|
! build: OSTYPE rebuild rebuildclean # bundled
|
|
|
|
OSTYPE:
|
|
@echo Building c-client for $(BUILDTYPE)...
|