mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
- Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports)
11 lines
460 B
Text
11 lines
460 B
Text
--- contrib/slapd-modules/smbk5pwd/Makefile.orig 2013-03-03 13:17:30.000000000 -0800
|
|
+++ contrib/slapd-modules/smbk5pwd/Makefile 2013-03-14 10:54:56.917578861 -0700
|
|
@@ -30,7 +30,7 @@
|
|
# Omit DO_KRB5, DO_SAMBA or DO_SHADOW if you don't want to support it.
|
|
DEFS = -DDO_KRB5 -DDO_SAMBA -DDO_SHADOW
|
|
INCS = $(LDAP_INC) $(HEIMDAL_INC) $(SSL_INC)
|
|
-LIBS = $(LDAP_LIB) $(HEIMDAL_LIB) $(SSL_LIB)
|
|
+LIBS = $(LDAP_LIB) $(SSL_LIB)
|
|
|
|
PROGRAMS = smbk5pwd.la
|
|
LTVER = 0:0:0
|