--- Make/makedefs.orig Tue Apr 15 04:39:12 2003 +++ Make/makedefs Sat Jul 26 10:15:38 2003 @@ -70,7 +70,7 @@ ## doesn't make a distinction, we will. ############################################################################ -CXXFLAGS = $(ARCHARGS) $(DOF) $(DEF) $(INC) +CXXFLAGS = $(ARCHARGS) $(DOF) $(DEF) $(INC) %%CXXFLAGS%% LDFLAGS = $(ARCHARGS) $(DOF) $(LINKARGS) -L$(TOPDIR)/lib/$(OS)$(ARCH) OBJS = $(C++FILES:.cpp=.o) \ $(CXXFILES:.cpp=.o) \ @@ -303,26 +303,33 @@ #### FreeBSD specific definitions ifeq ($(OS),FreeBSD) - C++ = g++ + C++ = ${CXX} DEPARG = -MM - INC += -I/usr/local/include -I/usr/X11R6/include + INC += -I${LOCALBASE}/include -I${X11BASE}/include DEF += -W -Wall - OPTF = -O2 + OPTF = DBGF = -g -DOSG_COMPILE_UNIT_TESTS SHARED = -shared ARCH = ARCHINST = ARCHARGS = - LINKARGS = -L/usr/X11R6/lib -L/usr/local/lib -rpath /usr/local/lib + LINKARGS = -L${X11BASE}/lib -L${LOCALBASE}/lib -rpath ${LOCALBASE}/lib -rpath ${X11BASE}/lib DYNAMICLIBRARYLIB = OSG_LIBS = -losgGA -losgDB -losgUtil -losg FREETYPE_LIB = -lfreetype GL_LIBS = -lGLU -lGL X_LIBS = -lXmu -lX11 SOCKET_LIBS = - OTHER_LIBS = - INST_LOCATION = /opt/X11R6 - INST_SHARE = /usr/share/OpenSceneGraph + OTHER_LIBS = ${PTHREAD_LIBS} + INST_LOCATION = ${PREFIX} + INST_SHARE = ${PREFIX}/share + INST_EXAMPLES = ${INST_SHARE}/examples/osg/bin + INST_EXAMPLE_SRC = ${INST_SHARE}/examples/osg/src + INST_DOC = ${INST_SHARE}/doc/osg + INST_SRC = ${INST_EXAMPLE_SRC} + INST_DATA = ${INST_SHARE}/osg + INSTBINCMD = ${BSD_INSTALL_PROGRAM} + INSTDEVCMD = ${BSD_INSTALL_DATA} endif #### MacOS X specific definitions .3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/openldap24-server
Commit message (Expand)AuthorAgeFilesLines
* update to OpenLDAP 2.2.19:eik2004-11-304-12/+18
* - update to version 2.2.18eik2004-10-254-9/+4
* - update to version 2.2.17eik2004-10-123-6/+21
* update to 2.2.15eik2004-08-169-171/+217
* update to 2.2.14eik2004-06-192-3/+3
* update to 2.2.13eik2004-06-112-3/+3
* update to 2.2.12eik2004-06-062-3/+3
* Sync with new bsd.autotools.mkade2004-06-051-1/+1
* Update net/openldap22-* to 2.2.11 and follow the OpenLDAP soname change:eik2004-05-276-47/+21
* Fix iODBC detection on 4.xeik2004-05-081-0/+20
* Fix upgrading via portupgrade, reported by Chuck Swiger <cswiger@mac.com>eik2004-05-022-6/+18
* Update to OpenLDAP 2.2.10eik2004-04-203-9/+9
* bdb backend requires Berkeley DB >= 4.2 since 2.2.3betaeik2004-04-121-1/+1
* - update to OpenLDAP 2.2.8:eik2004-04-018-44/+107
* Try to fix the lingering thread problem on -CURRENT, for the better oreik2004-03-251-4/+6
* Fix libtool patch that somehow got garbledeik2004-03-251-3/+4
* use included libtooleik2004-03-252-6/+37
* Convert all but one port that uses libtool14 to use libtool15, in readinessade2004-03-251-1/+1
* Correct MAN8eik2004-03-243-10/+5
* workaround for changed soname versioning (OpenLDAP ITS#3016)eik2004-03-243-9/+27
* Update to OpenLDAP 2.2.7 release:eik2004-03-242-3/+3
* Only dns/bind8 and dns/bind84 screw up the include files.eik2004-03-191-1/+1
* Temporarily disable building when a bind port with PORT_REPLACES_BASE_BIND in...eik2004-03-191-0/+4
* Introduce WITHOUT_BDB to work around a bug in BerkeleyDB on AMD64:eik2004-03-011-1/+8
* Update to OpenLDAP 2.2.6 Release:eik2004-02-282-4/+4
* enable crypt(3) passwordseik2004-01-311-1/+2
* Update to version 2.2.5eik2004-01-262-2/+3
* - update to 2.2.4-releaseeik2004-01-2118-1872/+33
* - fix make configure WITH_PERL=yes (OpenLDAP ITS#2764)eik2003-11-151-0/+19
* ** NOTICE: **eik2003-11-1419-398/+1922
* switch my ports to my FreeBSD addresseik2003-11-141-1/+1
* [MAINTAINER] typo in ports net/openldap2[012]-serveredwin2003-08-302-2/+2
* [MAINTAINER] ports net/openldap2[012]-server: didn't start upon boot on 5.x, ...edwin2003-08-304-33/+61
* - Fix typo in start/stop scriptkrion2003-08-291-1/+1
* [MAINTAINER] ports net/openldap2[012]-server: use RC_SUBR, miscellaneous impr...edwin2003-08-287-133/+201
* Split openldap[012] into client and server.kuriyama2003-08-1410-173/+263
* - now *really* use libtool from ports instead of the included oneoliver2003-07-076-41/+351
* fix net/openldap22:daichi2003-07-072-1/+13
* Add openldap22 port after repocopy from openldap21.kuriyama2003-07-0212-618/+582
* Make PKGNAMESUFFIX processing happy on 4.8 and lower.edwin2003-05-231-4/+4
* [PATCH] openldap21 port won't compile with any *_ONLY optionsedwin2003-05-231-6/+6
* [PATCH] update of port net/openldap21 to 2.1.20edwin2003-05-237-18/+98
* o Updates openldap to the most current released version of openldapnork2003-04-113-15/+15
* net/openldap20 can't start with sample command line syntax in the startup scr...edwin2003-04-071-4/+4
* From Christian Kratzer <ck@cksoft.de>edwin2003-03-311-14/+0
* net/openldap21 to 2.1.16edwin2003-03-303-9/+15
* Re-add files/slapd.shedwin2003-02-251-0/+47
* New port: openldap-2.1edwin2003-02-2410-482/+542
* De-pkg-comment.knu2003-02-212-1/+1
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* bump iodbc lib versionijliao2002-10-291-2/+2
* 1. typo fixijliao2002-09-202-4/+4
* Fix IPv4dwcjr2002-09-021-2/+18
* BerkeleyDB cleanup - stage 2ade2002-08-231-1/+2
* moving saslv1 includes files to make it easier to add saslv2ume2002-07-291-1/+1
* Use USE_REINPLACE.sobomax2002-07-191-2/+3
* Update port to version 2.0.25.olgeni2002-07-182-2/+2
* Update 2.0.22 -> 2.0.23maxim2002-02-132-2/+2
* Update to 2.0.22pat2002-02-062-2/+2
* Update 2.0.20 -> 2.0.21nectar2002-01-222-2/+2
* Update 2.0.19 -> 2.0.20nectar2002-01-153-5/+2