diff options
author | dinoex <dinoex@FreeBSD.org> | 2001-03-19 18:44:27 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2001-03-19 18:44:27 +0000 |
commit | e7745d987aeedde91b779ffb2cf9cae927a5d27d (patch) | |
tree | c9a55a6fc881156546038eef6e57687186f9b547 /news/suck/files | |
parent | ae395c8078df719eaef148f9ae5c82c6ed17dbd4 (diff) | |
download | FreeBSD-ports-e7745d987aeedde91b779ffb2cf9cae927a5d27d.zip FreeBSD-ports-e7745d987aeedde91b779ffb2cf9cae927a5d27d.tar.gz |
- fix depends for INN
- upgraded depends from INN2.2 to INN2.3
- port now honors NOPORTDOCS
Diffstat (limited to 'news/suck/files')
-rw-r--r-- | news/suck/files/inn2.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/suck/files/inn2.patch b/news/suck/files/inn2.patch index 975a2cd..e8c7693 100644 --- a/news/suck/files/inn2.patch +++ b/news/suck/files/inn2.patch @@ -14,7 +14,7 @@ #DB_TYPE=-DUSE_DBZ # for inn-1.X.X users #DB_TYPE=-DUSE_INN2 # for inn-2.1-2.X users #DB_TYPE=-DUSE_INN23 # for inn-2.3.X users -+DB_TYPE=-DUSE_INN2 -DDO_TAGGED_HASH # for inn-2.X.X users ++DB_TYPE=-DUSE_INN23 -DDO_TAGGED_HASH # for inn-2.3.X users # Step 3: Define ONE Library that contains the functions # If you are using INN-2.X, and the compiler complains @@ -28,7 +28,7 @@ # define These #DB_INC_LOC=-I/usr/src/inn-2.3/include #DB_LIB_LOC=-L/usr/src/inn-2.3/lib -+DB_INC_LOC=-I../../../inn/work/inn-2.3.0/include/ ++DB_INC_LOC=-I../../../inn/work/inn-2.3.1/include/ +DB_LIB_LOC=-L/usr/local/news/lib # Step 5: If you want to use embedded PERL functions as kill routines |