mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Add USE_LDCONFIG when SHARED is enabled. - Use OPTIONS_SUB. - Use {opt}_FOO wherever possible. - Normalize patch files. - Take maintainership.
20 lines
518 B
C++
20 lines
518 B
C++
--- rtrmgr/template_commands.hh.orig 2012-01-11 17:56:10 UTC
|
|
+++ rtrmgr/template_commands.hh
|
|
@@ -78,6 +78,8 @@ public:
|
|
string related_module() const;
|
|
string affected_module() const;
|
|
|
|
+ const XRLdb* _xrldb;
|
|
+
|
|
private:
|
|
#ifdef DEBUG_XRLDB
|
|
bool check_xrl_is_valid(const list<string>& action,
|
|
@@ -92,7 +94,7 @@ private:
|
|
string _request;
|
|
list<string> _split_response;
|
|
string _response;
|
|
- const XRLdb* _xrldb;
|
|
+ // const XRLdb* _xrldb;
|
|
};
|
|
|
|
class ProgramAction : public Action {
|