mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
- Fix patch files to match new source [1] - Change logic in Makefile to use the SQUID_UID and SQUID_GID defaults that the squid port uses, remove the need to specify the uid/gid, but inform the user that the defaults are used. (remove the NO_PACKAGE block) [1] - Rename patches to reflect which files are patched PR: ports/85215 Submitted by: Phil Kernick <philk@rotfl.com.au> Reviewed by: Chris Larsen <darth@vader.dk> [1]
11 lines
401 B
C
11 lines
401 B
C
--- config.c.org Tue Aug 30 21:19:29 2005
|
|
+++ config.c Tue Aug 30 21:21:10 2005
|
|
@@ -273,7 +273,7 @@
|
|
return 0;
|
|
}
|
|
|
|
- fq_pattern_filename = gen_fq_name(pattern_filename, "etc/");
|
|
+ fq_pattern_filename = gen_fq_name(pattern_filename, "etc/squirm/");
|
|
if (fq_pattern_filename == NULL) {
|
|
logprint(LOG_ERROR, "couldn't allocate memory in parse_squirm_conf()\n");
|
|
dodo_mode = 1;
|